@import url("css/menu.css");

/* CSS Document */
body {height:100%; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; background-color:#046E85; }

.SideGradient
{
	background-image:url(images/SidGradient.jpg);
	background-repeat:no-repeat;
	background-color:#044C5A;	
	width:20px;
}
.LogGradient
{
	background-image:url(images/LogGradient.jpg);
	background-repeat:repeat-x;
	height:99px;
}
.Logo
{
	background-image:url(images/Logo.jpg);
	background-repeat:no-repeat;
	width:380px;
	height:99px;
}
.Banner
{
	width:938px;
	height:243px;
}

#login_style{ 
padding-left:30px;
padding-top:10px;
padding-bottom:45px;
color:#FFFFFF; 
}

#TopMenuBack{ 
width:1004px;
background-image:url(images/TopMenuBack.jpg);
background-repeat:repeat-x;
height:56px;
}

.clear_float{clear:both;}

/*--------- pane style ----------*/
.LeftPane{ 
	width:225px;
}
.RightPane{ 
 width:225px;
}
.ContentPane{ 
 width:428px;
}
.ContentPaneSP{ 
 width:100%;
 margin:5px;
}
.TopPane{ 
 width:335px;
}



/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{ color:#4F839F; font-size:13px; }
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------*/
.links {text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#000000; font-size:11px; text-transform:uppercase; }
a.links:hover{color:#C00;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#000000; font-size:12px;}
a.user:hover{color:#C00;}

/*-------------- Detail Style --------------*/
.Detail,.Detail a:link,.Detail a:active,.Detail a:visited { color:#FFFFFF; font-size:12px;}
.Detail a:hover{color:#FFFFFF;}

.footerLeft
{
	background-image:url(images/footerLeft.jpg);
	width:197px; 
	height:68px;
}
.footerCenter
{
	background-image:url(images/footerCenter.jpg);
	width:541px; 
	height:68px;
	font-size:10px;
    color:#054c5b;
	padding-top:25px;
}
.footerRight
{
	background-image:url(images/footerRight.jpg);
	width:200px; 
	height:68px;
}
.HeadingBlack{
font-weight:bold; 
font-size:14px;
color:#000000;
}


