﻿body
{
	background-image: url(Images/bg_tile.gif);
}
a:link
{
	text-decoration: none;
	color: #996633;
	background-color: inherit;
}
a:visited
{
	text-decoration: none;
	color: #996633;
	background-color: inherit;
}
a:hover
{
	text-decoration: underline;
	color: #996633;
	background-color: inherit;
}

a img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: none;
}
#body
{
	background-color: White;
	height: auto;
	width: 960px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin: 0 auto;
	overflow: visible;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
}
#title
{
	height: auto;
	width: auto;
	
}
#container
{
	min-width: 600px;

}
#navigation
{
	height: auto;
	width: auto;
}
#leftside
{
	width: 220px;
	float: left;

}
#rightside
{
	/*Due to IE 6 layout out hardcode to 720px,remove margin-left*/
	/*margin-left: 240px;*/
	float: right;
	width: 720px;
}
#footer
{
	text-align: center;
	clear: both;
	font-size: smaller;
	background-image: url(Images/4.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 10px;
}
.headerTitle
{
	font-weight: bold;
	font-size: large;
}
.divFloatRight
{
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: 760px;
	margin-top: 20px;
	padding-top: 10px;
}
.divFloatLeft
{
	float: left;
	padding-left: 10px;
	margin-top: 20px;
	margin-left: 10px;
}
.divRight
{
	float: right;
	padding-right: 10px;
	padding-top: 60px;
	position: relative;
}
.content
{
	
}
.header
{ 
	height: 22px;
	border-width: 1px;
	border-style: solid solid none solid;
	/*border-color: #FF9999;
	background: url(images/header_bg.gif) repeat-x 0 0px; border-color: #d5e2f3;*/
	background-image: url(Images/bg_tile.gif); 
	border-color: #F3E7BA;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	
}

.header .titleWhite
{
	font-size: 14px;
	padding: 2px 0 0 10px;
	line-height: 20px;
	float: left;
	color: #993333;
	font-weight: bold;
	background-position: left center;
	background-image: url(Images/White30.png);
	background-repeat: no-repeat;
	text-align: right;
	margin-left: 10px;
	text-indent: 10pt;
}
.header .titleBlack
{
	font-size: 14px;
	padding: 2px 0 0 10px;
	line-height: 20px;
	float: left;
	color: #993333;
	font-weight: bold;
	background-position: left center;
	background-image: url(Images/Black30.png);
	background-repeat: no-repeat;
	text-align: right;
	margin-left: 10px;
	text-indent: 10pt;
}
.detail
{
	border-color: #F3E7BA;
	background-color: #fcfbf8; /*fcfbf8 FFEECA ffcc99;*/ 
	border-width: 1px;
	border-style: solid;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;

}

.detail .table
{
	table-layout: auto;
	border-collapse: collapse;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	width: 600px;/**/

}
.detail .table td
{
	border-collapse: collapse;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding: 3px;
	
}
/**/
.aerobuttonmenu
{
	/*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */ 
	width:auto;
	/*background:#F7F7F7;
	menu strip background*/
	border:1pxsolidgray;
	border-width:1px0;
	padding-right:0px;padding-left:0px;padding-bottom:0px;padding-top:0px;
}


.aerobuttonmenu a.aero
{ /*aero button CSS*/
	background: transparent url(   'images/navigation_left.gif' ) no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Verdana, Trebuchet MS; /* Change 13px as desired */
	line-height: 28px; /* This value + 8px should equal height of button background (default is 31px) */ 
	height:38px;/* Height of button background height */
	width:100px;
	padding-left:10px;/* Width of left menu image */
	text-decoration:none;
	margin-right:2px;/*spacing between buttons*/
	filter: alpha(opacity=90);/*progid:DXImageTransform.Microsoft.this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity:0.9;
}
.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active
{
	color: white ; /*button text color _lightRed.gif*/
}
.aerobuttonmenu a.aero span
{
	
	background: transparent url(   'images/navigation_right.gif' ) no-repeat top right;
	display: block;
	padding: 4px 10px 6px 0;
	text-align: center;
}
.aerobuttonmenu a.aero:hover
{
	
	/* Hover state CSS */
	filter: Alpha(opacity=100); /*progid:DXImageTransform.Microsoft.this and next two rules control opacity of buttons during hover*/ 
	opacity:1;
	-moz-opacity:0.99;
}
.aerobuttonmenu a.aero:hover span
{
	/* Hover state CSS (for text) */
	color: #f0e68c;
}
.aerobuttonmenu .rightsection
{
	
	float: right;
	width: 100px;
	position: relative;
	top: 3px;
	padding-right: 5px;
	text-align: right;
}
.aerobuttonmenu .rightsection a
{
	color: navy;
}
.black a.aero
{
	background-image: url('images/header250x24.gif' );
	display: block;
	float: left;
	font: bold 12px Verdana, Trebuchet MS; /* Change 13px as desired */
	line-height: 18px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 25px; /* Height of button background height */
	width: 90px;
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 2px; /*spacing between buttons*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;

}

.black a.aero span{
	background-image: url('images/header250x24.gif');
	display: block;
	padding: 4px 10px 6px 0;
	text-align: center;
}
.dynamicMenu
{
	/*background-image: url('images/header250x24.gif');
	background-image: url(images/header250x24LightRed.gif);
	background-image: url(images/header250x24Yellow.gif);*/
	background-image: url(images/header250x24.gif);
	text-align: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 120px;
	padding-top: 1px;
	background-color: transparent;
	margin-top: 1px;
	font: bold 12px Verdana, Trebuchet MS;
	vertical-align: text-bottom;
}
.dynamicMenu a
{
	line-height: 18px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.dynamicMenu a:hover
{
	font-weight: bold;
	color: #f0e68c;
}
