div.shadow
{
	background: #aaaaaa;
	position: relative;
	top: 2px;
	left: 2px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

div.shadowInner
{
	position: relative;
	right: 2px;
	bottom: 2px;
	margin: 0;
	padding: 0;
}

div.section
{
	border: 2px solid #16b2d8;
	padding: 0px;
	margin-bottom: 5px;
}

div.sectionHeader
{
	background-color: #cce7ed;

	background-repeat: no-repeat;
	background-image: url(../../images/cornera.png);
	background-position: left top;
	
	border-bottom: 1px solid #16b2d8;
	color: #395b93;
	text-align: left;
	font-weight: bold;
	
	line-height: 1.5em;
}

div.sectionHeader_header_only
{
	border: 0;
}

div.sectionHeaderInner
{
	padding: 2px;
	padding-left: 16px;
}

div.sectionHeaderInner_imaged
{
	background-position: 2px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

div.sectionRight
{
	margin: 0px;
	padding: 0px;
	float: right;
	
	display: table;
	height: 1.5em;
	position: relative;
	top: 3px;
	right: 3px;
}

div.sectionContent
{
	padding: 5px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(../../images/corner2.png);
	overflow: visible;
}

div.sectionContent_inner
{
	background-repeat: no-repeat;
	background-image: url(../../images/corner2.png);
	border-top: 1px dashed #16b2d8;
}

div.sectionContent_innerheader
{
	padding-left: 16px;
	font-weight: bolder;
	color: #395b93;
	margin-bottom: 10px;
	border-bottom: 1px solid #d1e2e5;
	
	background-color: transparent;
	background-image: url(../../images/dot2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.sectionContent_first
{
	border: 0;
}

div.sectionFooter
{
	padding: 2px;
	
	background-color: #cce7ed;
	background-repeat: no-repeat;
	background-image: url(../../images/cornerb.png);
	background-position: bottom right;
	
	border-top: 1px solid #16b2d8;
	color: #395b93;
	text-align: left;
	font-size: .9em;
	clear: right;
}

div.sectionHeader_error
{
	color: #992a2a;
	background-color: #f2dddd;
	border-bottom: 1px solid #992a2a;
	background-image: none;
}

div.sectionContent_error
{
	background: #fff5f5;
	border-top-color: #992a2a;
}

div.section_error
{
	border-color: #992a2a;
}

div.sectionFooter_error
{
	border-top: 1px solid #992a2a;
}

img
{
	border: 0;
	vertical-align: middle;
}

div.sectionRight_middle
{
	display: table-cell;
	vertical-align: middle;
	position: relative; top: 50%;
}

div.sectionRight_inner
{
	position: relative; top: -50%;
}

ul.button
{
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none outside none;
}

ul.button li
{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.button a, ul.button a:VISITED, ul.button a:LINK, ul.button a:HOVER
{
	height: 0;
	border-color: #ee7777;
	
	white-space: nowrap;
	text-decoration: none;
	color: #294177;
	font-size: .9em;
	font-weight: normal;
	
	filter:alpha(opacity=65);
	opacity:.65;
	-moz-opacity:.65;
	
	border: 1px solid #294177;
	background-color: white;
	padding: 2px 4px 2px 4px;
	margin: 0;
}

ul.button a:HOVER
{
	color: #770000;
	border-color: #ee7777;	
	
	filter:alpha(opacity=85);
	opacity:.85;
	-moz-opacity:.85;
}

ul.button a.imaged, ul.button a.imaged:HOVER
{
	padding-left: 24px !important;
	background-position: 4px center;
	background-repeat: no-repeat;
}

ul.button a.imaged_only, ul.button a.imaged_only:HOVER
{
	padding-right: 0px !important;
}

ul.button a.image_right, ul.button a.image_right:HOVER
{
	padding-left: 4px !important;
	padding-right: 24px !important;
	background-position: right center;
}
