/*-----------------------------*/	

.footer A { color: white }

.body A:link { color: #163166 }
.body A:active { color: #163166 }
.body A:visited { color: #163166 }



body {
	background-color:#F0F0F0;
	margin:0;
	padding:0;
	color:#5D5D5D;
	font-family: Trebuchet MS;
    font-size: 12px;
}

hr {
	border: 0;
	border-top: 2px solid #014478;
	height: 2px;
    margin-top: 10px;
    margin-bottom: 0px;
}

ul {
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
    line-height: 20px;
}

p, h1, h2, h3 {
	margin:10px 0pt 0pt 0pt ;
}

h1 {
	font-family:Trebuchet MS;
	font-size:19pt;	
	color:#014478;
	letter-spacing:2px;
}


h2 {
	font-family:Trebuchet MS;
	font-size:15pt;	
	color:#014478;
	letter-spacing:2px;
}

h3 {
	font-family:Trebuchet MS;
	font-size:13pt;	
	color:#014478;
}

form {
	margin: 0px;
	padding: 0px;
}

#img1 {
    border: 2px solid black;
}

#img2 {
    border: 2px solid black;
    margin-left: 9px;
    margin-bottom: 9px;
}

#img3 {
    border: 2px solid black;
    margin-right: 9px;
    margin-right: 9px;
}

select, textarea {
	font-family: Trebuchet MS;
    font-size: 11px;    
    background-color: #F0F0F0;
}

input {
	font-family: Trebuchet MS;
    font-size: 11px;  
    background-color: #F0F0F0; 
}

#box_login {
    float: right; 
    margin-right: 2%;
}

#table1 {
    border-collapse: collapse;
    border: 1px solid #E8E8E8;
    border-bottom: none;
}

#table1 th {
    color: White;
    background-color: #014478;
    padding: 6px;
    text-align: left;
    font-size: 11px;
    border-right: solid #E8E8E8 1px;
    text-transform: uppercase;
}

#table1 td {
    padding: 6px;
    font-size: 11px;
    border-right: solid #E8E8E8 1px;
    border-bottom: solid #E8E8E8 1px;
}

.box { 
    float: right; 
    margin-left: 9px;
    margin-bottom: 9px;
    padding: 9px;
    font-size: 11px;
    border: 1px dashed gray;
    border-bottom: 3px gray solid;
}

#wrapper {
    background:white;
}

.header {
vertical-align: top;
}

.body {
    background-image: url(images/logo-bg.jpg); 
	background-repeat: no-repeat;
    background-position: center 30px;
    padding-top: 6px;
    padding-bottom: 16px;
    padding-left: 4px;
}

.footer {
    color: White;
	clear: both;
	height: 40px;	
    background-color: #014478;
    text-align: center;
}

.t {
    height: 30px;
	background: url(images/t.jpg) repeat-x;
}

.tl {
	background: url(images/tl.jpg) no-repeat;
}

.tr {
	background: url(images/tr.jpg) no-repeat;
}

.l {
    width: 30px;
	background: url(images/l.jpg) repeat-y;
}

.r {
    width: 30px;
	background: url(images/r.jpg) repeat-y;
}

.bl {
	background: url(images/bl.jpg) no-repeat;
}

.br {
	background: url(images/br.jpg) no-repeat;
}

.b {
    height: 30px;
	background: url(images/b.jpg) repeat-x;
}


/*----The Controls */	

.MainMenu_StaticMenuStyle {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: #296DCE url(images/menu.jpg?z=50169) repeat-x;
	font: bold 11px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 100%;
    text-transform: capitalize;
    border: 1px solid #014478;
}

.MainMenu_StaticMenuItemStyle {
	display: block;
	padding: 0 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	border-right: 0px solid #485AAA ;
}

.MainMenu_StaticHoverStyle {
	display: block;
	padding: 0 9px;
	text-decoration: none;
	text-align:center;
	border-right: 0px solid #485AAA ;
	background: #222222 url( images/selectedMenu.jpg?z=50169 ) repeat-x;
	color: #FFFFFF;	
}

.MainMenu_StaticSelectedStyle {
}

.MainMenu_DynamicMenuStyle {
    border: 1px solid #014478;
    text-align: left;
	z-index: 1;
}

.MainMenu_DynamicMenuItemStyle {
    padding-left: 6px;
    padding-right: 4px;
    height: 30px;
    color: white;
	font: bold 11px "Trebuchet MS", Arial, Tahoma, Sans-serif;
    background-color: #477CA4;
    width: 202px;
	z-index: 1;
}

.MainMenu_DynamicHoverStyle {
    color: white;
    background-color: black;
}

.MainMenu_DynamicSelectedStyle {
}

.SideMenu_StaticMenuStyle {

}

.SideMenu_StaticMenuItemStyle {
    background: #CBD4DD;
	display: block;
	padding: 2px;
	color: #014478;
	text-decoration: none;
    width:148px;
    border-bottom: 1px white solid;
    border-left: 1px white solid;
    border-right: 1px white solid;
}

.SideMenu_StaticHoverStyle {
	color: white;
}

.SideMenu_StaticSelectedStyle {
}

.SideMenu_DynamicMenuStyle {
    border: 1px solid silver;
    padding-top: 1px;
	z-index: 1;
}

.SideMenu_DynamicMenuItemStyle {
    background: #CBD4DD;
	display: block;
	padding: 2px;
	padding-right: 3px;
	color: #014478;
	text-decoration: none;
    border-left: 1px white solid;
    border-right: 1px white solid;
	z-index: 1;
}

.SideMenu_DynamicHoverStyle {
	color: white;
}

.SideMenu_DynamicSelectedStyle {
}

.Login {
    width: 240px;
    border: 1px solid #E8E8E8;
}

.Login_LoginButtonStyle {
    width: 75px;
}

.Login_TitleTextStyle {
    color: White;
    background-color: #014478;
    padding: 3px;
    text-align: left;
    font-size: 11px;
    border-right: solid #DDE5F1 1px;
    text-transform: uppercase;
    font-weight: bold;
    width: 240px;
}

.Login_TextBoxStyle {
}

.GridView {
    border: 1px solid #E8E8E8;
    font-size: 11px;
}

.GridView_HeaderStyle A:link    { color: white; text-decoration:underline; }
.GridView_HeaderStyle A:visited { color: white; text-decoration:underline; }
.GridView_HeaderStyle A:active 	{ color: white;  cursor:hand; text-decoration:underline; }
.GridView_HeaderStyle A:hover 	{ color: white;  cursor:hand; text-decoration:none; }

.GridView_HeaderStyle {
    color: White;
    background-color: #014478;
    text-align: left;
    font-size: 11px;
    border-right: solid white 1px;
    text-transform: uppercase;
}

.GridView_AlternatingRowStyle {
    background-color:#F0F0F0;
}

.DetailsView {
    border: 1px solid #E8E8E8;
    font-size: 11px;
}

.DetailsView_HeaderStyle {
    color: White;
    background-color: #41519A;
    text-align: left;
    font-size: 11px;
    border-right: solid #E8E8E8 1px;
    text-transform: uppercase;
}

.DetailsView_FieldHeaderStyle {
    font-weight: bold;
}

.DetailsView_RowStyle {
}

.DetailsView_AlternatingRowStyle {
    background-color:#F0F0F0;
}

.IE8Fix {
    z-index: 100;
}
