/*   http://localhost/css/default.css   */

body,div,span,p,ul,li,td,th,input,select,textarea,button 
{
	font: 10px Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 150%;
	color : #333333;
}
body
{
	background-color: white;
	margin: 0px;
}
a{color:navy;}
a:hover{color:gray;}

/* Page layout styles */
TABLE#main
{
	width:780px;
	height:100%;
	background-color:white;
	border:1px solid #cccccc;
}
TABLE#main TD#headerPane
{
	width:780px;
	height:189px;
	background-color:#99ccff;

	background: url(/webimgs/header2.jpg)
}

TABLE#main TD#tagLinePane
{
	width:780px;
	height:102px;

}


TABLE#main TD#leftPane
{
	width:196px;
	height:100%;
	background: url(/webimgs/filler.jpg) repeat-y;
}

TABLE#main TD#centerPane
{
	width : 460px;
	height:100%; 
	background-color:white;
	padding-left:10px;
	padding-right:10px;
	height:100%;
}

TABLE#main TD#rightPane{
	width:140px;
	height:100%;
	background-color: white;
}


TABLE#main TD#tagLinePane2
{
	display:none;
}
		
TABLE#main TD#footerPane
{
	width:780px;
	height:75px;
	background-color: #006fd5;
	color:navy;
		background: url(/webimgs/footer.jpg)

}

/* 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;
    COLOR: #0000ff
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}


#divContent
{
    MARGIN-TOP: 5px;
    FONT-SIZE: 11px;
    MARGIN-LEFT: 5px;
    WIDTH: 100%;
    MARGIN-RIGHT: 5px;
}
#divContentTable
{
    FONT-SIZE: 11px
}
#divCopyright
{
    WIDTH: 100%;
    TEXT-ALIGN: center
}
#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 {
    color : #576b7e;
    font-size : 18px;
    font-weight : bold;
	margin-top:10px;
}
#pageHeaderContent {
	margin: 10px 0px 5px 0px;
}
#pageFooterContent {
	margin: 10px 0px 5px 0px;	
}
.categoryTitleBar {
	font-weight: bold;
   color: white;
   text-decoration: none;
	background-color: #004000;
	padding:3px;
	margin:10px 0px 10px 0px;
	font-size: larger;
}
.categoryDescription {
	padding: 0px 5px;
}
.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;
}

a.login{
	color: #0065C2;
	font-weight:bold;
	text-decoration:none;
}

/* Start of News module selectors */
.storyHeadline {	
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
.storyHeadline a {	
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
.storyHeadline a:hover {	
	color: navy;
	text-decoration: underline;
}
.storySubtitle {	
	color: navy;
	font-weight: bold;
	font-size: smaller;
}
.storySummary p {
	font-size: 11px;
	margin: 3px 0px 3px 0px;
}
.storySummary {	
	margin: 5px 0px 10px 0px;
}
.storySummary a {	
	font-size: 11px;
	color: navy;
	text-decoration: none;
}
.storySummary a:hover {	
	color: navy;
	text-decoration: underline;
}
.storyTimestamp {
	font-size:10px;
	color:gray;	
}
.storyText  {
	margin: 10px 5px 15px 15px;
}
/* End of News module selectors */
