/* @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; }

.goBack { padding-top: 10px; }

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 18px; /* 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: none;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
	margin: 18px 0 18px 0;
}


/* 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 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 */
/* @group Photo Gallery */
#imageContainer img {
	margin: 0;
}
/* @end */
/* @group Test iFrame */
iframe {
	height: 550px;
	width: 100%;
}
/* @end */

