/* @group BASE */
/* @group FRIENDLY SETTINGS */
fieldset,img{ border:0; }
.clear { display: inline-block; }   
.clear:after { content: "."; display: block; height: 0;   clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }
a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a img {
	border: none;
}
/* @end */
/* based on YUI 2.3 base.css */
body {
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin: 0 0 18px;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	color: #000;
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin: 5px; /* 1em */
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left: 5px; /* 2em */
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 5px; /* 1em */
}
th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom: 9px; /* 0.5em */
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}
hr {
	clear: both;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
	margin: 18px 0 18px 0;
}
p {
	margin-bottom: 18px;
}
input {
	padding: 2px;
}
/* Idioms */
ul.mod {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.mod li {
	list-style: none;
}
.strike { text-decoration: line-through; }
a span { display: none; } /* for image buttons */
/* @end */
/* @group Web Form */
ul.form {
	margin: 0;
	padding: 0;
}
ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}
ul.form li label {
	color: #888;
	display: block;
}
div.form {
padding:20px;
}
div.item, div.webform div.item {
	padding: 5px 0 5px 0;
}
cat_button {}
input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width: 300px;
}
.cat_dropdown_small {
	width: 200px;
}
.cat_dropdown_smaller {
	width: 150px;
}
.cat_textbox_small, .cat_listbox_small {
	width: 150px; /* DON'T TOUCH THIS */
}
.cat_listbox {
	height: 120px;
	width: 300px;
}
table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
table.webform td {
	line-height: 24px;
	padding: 6px;
}
.form label, .webform label {
	font-size: 11px;
}
.form input, .webform input {
	margin-right: 3px;
}
/* @end */
/* @group System Message */
.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110;
	padding: 36px 36px 36px 180px;
}
.system-message {
	background: #f9f9f9 url(CatalystImages/ok.png) no-repeat 29px 18px;	
}
.system-error-message {
	background: #f9f9f9 url(CatalystImages/error.png) no-repeat 26px 26px;
}
.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 18px 0;
}
.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}
.ok {
	background: #E9FBE3;
	color: #21A347;
	border-color: 6px solid #CFFBC2;
	margin-bottom: 18px;
}
.error {
	background: #FBE3E4;
	color: #D12F19;
	border-color: 6px solid #FBC2C4;
	margin-bottom: 18px;
}
/* @end */
