/*   http://localhost/css/default.css   */

body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 11px Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 150%;
}
body
{
}

a{color:navy;}

a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	width:775px;;
	background-color:white;
	
}
TABLE#main TD#headerPane
{
	width:775px;;
	height:111px;
	/*background-image: url(/webimgs/header1.jpg); */
}

TABLE#main TD#tagLinePane0
{
	padding-right:7px;
	text-align:right;
	height:34px;
    background-image: url(/webimgs/menutagLine.jpg);
}


TABLE#main TD#tagLinePane
{
	text-align:right;
	height:14px;
    background-image: url(/webimgs/tagLine.jpg);
}


TABLE#main TD#leftPane
{
	background-color:#003366;
	width:180px;
	overflow:hidden;
	height:100%;
}

TABLE#main TD#centerPane
{
	width:595px;
	height:500px; 
	background-color:white;
}

TABLE#main TD#centerPaneWithLeftPane {
	width:595px;
}

TABLE#main TD#centerPaneWithRightPane
{
	width : 415px;
	height:500px; 
	background-color:white;
	height:100%;
}
TABLE#main TD#rightPane{
	width:180px;
	height:100%;
	vertical-align:top;
    text-align:center;
	background-color: white;
}
TABLE#main TD#noRightPane{
	display:none;
}

TABLE#main TD#tagLinePane2
{
	display:none;
}
		
TABLE#main TD#footerPane
{
	width:775px;
	height:42px;
	background-image: url(/webimgs/footer.jpg); 
	color:white;
    background-color:#1c4565;
	text-align:right;

}



/* Web part styles */
.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}
.copyright
{
    FONT-SIZE: 9px;
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}

.footerText{
    color:white;
}
#divContent
{
    padding: 10px 15px 30px 15px;
    font-size: 11px;
}
#AlertBox
{
    background-color:White;
	 color:black;
	 padding: 5px 5px 3px 5px;
	 border-bottom: 3px solid red;
	 
}
#AlertTitle
{
    background-color:red;
	 color:White;
	 font-weight: bolder;
	 padding: 5px 5px 3px 5px;
	 border-bottom: 1px solid black;
	 border-top: 1px solid black;
}
#divCopyright
{
	margin-top:10px;
	font-family:verdana;
	TEXT-ALIGN: center;
	color: black;
	width: 100%;
}
#divCopyright a
{
	color: #4B6F93;
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.pageTitle {
	font-size: 20px;
	color: Navy;
	font-weight: bold;
	margin-left:10px;
}

.navTitle {
    color : Navy;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color : maroon;
    font-size : 15px;
    font-weight : bold;
    margin-bottom:10px;
}

.Title2 {
    color : black;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	padding:5px;
	background-color:#FFCA03;
	border:1px solid black;
	width:150px;
}

#logo{
	font-size:48px;
	padding-top:15px;
	color:white;
	font-weight:bold;
	font-family: "Arial Black, arial";
}
    
    
		
    .labelBox{
    border: thin solid #9D9D9D; 
    height: 30px; 
    width: 400px;
    text-align: center; 
    vertical-align: middle;
    padding-top:5px;
    background-color:#011D70;
    text-decoration: none;
	font-size:13px;
    font-weight:bold;
    color:white;
	display:block;
    
}

   .labelBox:hover{
    background-color:#EF9848;
   }
   
    .loginBox{
	width:300px;
	border:1px solid black;
	background-color: #99CCFF;
}
	
	.loginTitle{
	width:300px;
	text-align:left;
	font-weight:bold;
	border:1px solid black;
	background-color: #FEAD00;
	color:black;
	height:20px;
}

a.login{
	color: #0065C2;
	font-weight:bold;
	text-decoration:none;
}



#pageHeaderContent {
	margin: 0px 0px 5px 10px;
}
#pageFooterContent {
	margin: 10px 0px 5px 0px;	
}

