﻿body 
{
  background-image:url('/images/bgcolor.gif')
}

select.ms-searchbox
{
  display:none;
}

img
{
border:none;
}  

.MenuTopItem
{
	background-color:aqua;
}

.Gridoutside
{
	padding-left:17px;
	margin-bottom:15px;
}

.Grid 
{ 
   	
   	border:none;
   	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	width:200px;  /* James */
	padding:0px 0px 0px 0px;
	position:static; /* Do not erase, breaks webpart vertical-alignment */

}

.Grid td a
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none;	
	
}

.Grid td a:link
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
	width:100%;
	height:100%;	
}

.Grid td a:link:hover   /* James */
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
	background-color:#C6E2FF;

}

.Grid td a:visited
{
	color:#000000;
	text-decoration:none;
	width:100%;
	height:100%;
		
}

.Grid td a:visited:hover   /* James */
{
	color:#000000;
	text-decoration:none;
	background-color:#C6E2FF;
	
}

.Grid td:hover   /* James */
{
	color:#000000;
	text-decoration:none;
	background-color:#C6E2FF;
	
}


.GridRight
{ 
 
    margin-top:0px;
    margin-left:25px;
    border: none; 
    font-size:12pt;
    width:200px;

}


.Grid td
{
font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
font-size: 12px;
border-top:none;
border-left: none;
border-right: none;
border-bottom: 1px black solid;
color:white;
text-align: left;
font-weight:bold;
text-decoration:none;
width:200px;
height:36px;

}

.GridRight td
{
border-top:1px #ffffff solid;
border-left: none;
border-right: none;
border-bottom:1px #ffffff solid;
padding: 10px 0px 10px 0px;
text-align: left;
font-size: 10pt;
text-decoration:none;
}

.GridRight td a:link
{
  color:white;	
  text-decoration:none;
}

.GridRight td:hover
{
	text-decoration: underline;
}

.GridRight td a:visited:hover
{
	text-decoration: underline;
}

}

.GridRight td a:visited
{
  color:white;	
  text-decoration:none;
}

.GridRight hr
{
  color:white;	
  text-decoration:none;
  width:200px;
  height:1px;
}


.GridHeader
{
font-size: 7pt;
background-color: #c0c0c0;
color: #ffffff;
}

.GridItem
{
	background-color: #ffffff;
	color:white;
}

.GridAltItem
{
  background-color: #eeeeee;
}

.GridCostDetail
{
    font-size: 7pt;
    width:900px;
}
/* Cost Detail ascx */

.GridTitle
{
    width: 900px;
    font-size: 8pt;
    background-color: #993333;
    color: #FFFFFF;
    text-align:left;
}

.GridRowHighlight
{
  background-color:#99CCFF;
}

.GridRowHighlightRight
{
  background-image:url('/images/button_backF.gif');
}
 
.TitleBarTagLine
{
    background-image:url('/images/masthead_taglineF.gif');
	background-repeat:no-repeat;
	width: 968px;
	height:79px;
	padding:0;
	margin:0;
}

.TitleBarNoTagLine
{
	background-image:url('/images/masthead_notaglineF.gif');
	width:968px;
	height: 79px;
}

.TitleBarSmallBanner
{
	background-image:url('/images/masthead_small.gif');
	background-repeat:no-repeat;
	width:968px;
	height: 38px;
}

.TitleBarEventLinks
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:white;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	z-index:100;	
}

.TitleBarEventLinks a:link
{
	color:#ffffff;
}

.TitleBarEventLinks a:visited
{
	color:#ffffff;
}

.TitleBarEventLinks a:link:hover
{
	text-decoration:underline;
}


.Links
{
font-variant:small-caps;
  color:#FFFFFF;
}



.masthead 
{
	background : url(/images/masthead_tagline.gif) 0px 0px no-repeat;
	width : 968px;
	height : 79px;
}

.mastheadwide 
{
	background : url(/images/mastheadwide.gif) 0px 0px no-repeat;
	width : 968px;
	height : 79px;
}

.uppermainright
{
	background : url(/images/button_back_blue.gif) 0px 0px no-repeat;
	width : 246px;
	height : 80px;
}

.smallbanner 
{
	background : url(/images/masthead_narrow.gif) 0px 0px no-repeat;
	width : 968px;
	height : 38px;
}

.uppermainrighttext a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

.uppermainrighttext a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
}

.uppermainrighttext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFD18C;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	margin-right:25px;
}

input.searchbutton
{
   font-size: 10px;
   font-weight: bold;
   color: #006699;
   width: 45px;
   height: 16px;
   background-color: #ffcc66;
   border-style: solid;
   border-color: #006699;
   border-width: 0px;
}

input.searchtext
{
   font-size: 10px;
   font-weight: bold;
   color: #006699;
   width: 150px;
   height: 14px;
   background-color: #ffffff;
   border-style: solid;
   border-color: #006699;
   border-width: 0px;
}

.blueverticalband 
{
	background : url(/images/vband.gif) 0px 0px;
	width : 90px;
	height : 792px;
}


.LastUpdated
{
	font-size:6pt;
	color:#000000;
}

.breadcrumbtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:left;
}

.ruleunderpageheading 
{
	background : url(/images/Rule_trans_back.gif) 0px 0px no-repeat;
}

table
{
	border:none;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
}

strong a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
	text-decoration: none;
}

strong a:link:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
	text-decoration: underline;
}

.leftmenutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
}

.LeftNav
{
	background-image:url('/images/navyellowBG.gif');
	background-repeat:repeat;
	vertical-align:top;
	position:static;
}

.LeftNav2Column
{
	background-image:url('/images/navyellowBG.gif');
	background-repeat:repeat;
	vertical-align:top;
	position:static;
}
.RightNav
{
	background-image:url('/images/rightcellBG.gif');
	background-repeat: repeat;
	vertical-align:top;
	text-align: left; 
	padding-left:0px; 
	padding-right:0px;
	z-index:0;		
}

.CenterDiv
{
	background-color:#FFF; 
	vertical-align:top;	
	text-align:right;
	z-index:-1;
	position:static;
		
}


.button A 
{
	background : url(/images/Rule_trans_back.gif) 0px 0px no-repeat;
	width : 204px;
	height : 36px;
	margin: 0px 0px 0px 0px;
	display : block;
}

.button A:Visited  {
 background : url(/images/Rule_trans_back.gif) 0px 0px no-repeat;
  /* '-40px' tells browser the visited part is 40px down from top */
}

.button A:Hover  {
 background : url(/images/button_back.gif) 0px 0px no-repeat;
  /* '-20px' tells browser the roll over part is 36px down from top */
}

.buttonsml A 
{
	background : url(/images/Rule_trans_back.gif) 0px 0px no-repeat;
	width : 204px;
	height : 18px;
	margin: 0px 0px 0px 0px;
	display : block;
}

.buttonsml A:Visited  {
 background : url(/images/Rule_trans_back.gif) 0px 0px no-repeat;
  /* '-40px' tells browser the visited part is 40px down from top */
}

.buttonsml A:Hover  {
 background : url(/images/button_back.gif) 0px 0px no-repeat;
  /* '-20px' tells browser the roll over part is 36px down from top */
}

.lowerleftnavhomebuttons
{
	background : url(/cccimages/homepage/homelowerleftnavbutton.gif) 0px 0px no-repeat;
	height:31px;
	width:200px;
	text-align:center;
	vertical-align:middle;
}
.lowerleftnavhomebuttons a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
	text-align:center;
	color: #FFFFFF;
					
}

.lowerleftnavhomebuttonshover
{
	background : url(/cccimages/homepage/homelowerleftnavbutton_hover.gif) 0px 0px no-repeat;
	height:31px;
	width:200px;
	text-align:center;
	vertical-align:middle;
}

.lowerleftnavhomebuttonshover a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
	text-align:center;
	color: #FFCC66;
					
}

.emergencytext
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-style: normal;
	font-weight:bold;
	text-decoration: none;
}

.emergencytext a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-style: normal;
	font-weight:bold;
	text-decoration: none;
}

.mainbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.mainbodytext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

.mainbodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

.mainbodyheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}

.mainbodyheading a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.mainbodyheading a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

.mainbodyheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
	font-weight: bold;
}

.mainbodyheading2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
	font-weight: bold;
	text-decoration: none;
}

.mainbodyheading2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660033;
	font-weight: bold;
	text-decoration: underline;
}

.mainbodyheading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
}

.mainbodyheading3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
	text-decoration: none;
}

.mainbodyheading3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
	text-decoration: underline;
}


.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align:center;
}

/* Menu */
/* Menu Text (Top Level) James */
.Menu_Text {} /* Makes menus drop down, don't place any formatting here*/

.Menu_Table
{
  width:100%;
}

.Menu_Table td
{
	background-color:#ffcc66;
	color:#000000;
	vertical-align:middle;
}

.Menu_Table a
{
  font-family: "arial narrow", "arial", "helvetica", sans-serif;
  color: #000000;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

.Menu_Table a:hover
{
	background-color:#000000;
	color:#ffcc66;
}


.MenuHeaderHover
{
	background-color:#CCFFFF;	
}

.Menu_Bar
{
  background-color:#ffcc66; 
  overflow:visible;
  height:25px;	
}



.menu_head:hover
{
	color:Red;
}

.menu_body 
{
	background-color:#ffcc66; /* James */
	color:#000000;	/* James */
	display:none;
	border:none;
    position:absolute;
    z-index:10;
    margin-top:0px;
    
}

.menu_grid a
{
  font-family: "arial narrow", "arial", "helvetica", sans-serif;
  color: #000000;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

.menu_grid a:hover
{
  color: #ffcc66; /* James */
  background-color:#000000; /* James */
  text-decoration:none; /* James */
}

.menu_grid td
{
  text-align:left;
  border:none;
  padding-left:5px;
  height:16px;
  
}

.menu_grid_text
{
	font-family: "arial narrow", "arial", "helvetica", sans-serif;
	font-size: 11px; /* James */
	display: inline;
	text-decoration: none;
	color: #000000;
	background: #ffcc66;
	padding: 3px;
	border: 0px solid #006699; /* IE6 Bug */
	border-bottom: 0px solid #006699;
	text-align: Center;
	line-height: 13px;
	font-weight: bold;
}

div.shadow{
    background: url('dropshadow.gif');
    background-repeat:repeat; 

}

.behind
{
	z-index:-1;
	position:static;
}
.bodyImage
{
	position:relative;
}

.RootNodeStyle
{
	font-size:7pt;
	color:red;
	text-decoration:none;
}

.NodeStyle
{
	font-size:7pt;
	color:red;
	text-decoration:none;
}

.CurrentNodeStyle
{
	font-size:9pt;
	color:blue;
	text-decoration:none;
}

.ListHeader
{
    padding-left:3px;
    /*float:left;
    text-decoration:none;
    color: Teal; */
    border-left:solid 2px;
    font-size:12px;
    font-weight:bold;
}

.SearchGridRow
{
    background-color: #FFFFDD;
}

.SearchGridAlternatingRow
{
    background-color: #D7FFFF;
}

.SearchGridHeader
{
    background-color: #F4F4F4;
}

.SearchGrid
{
  width:505px;
  border:solid 2px blue;
  font-size:8pt;
}

/*Contra Styles*/
.whatsnewheading {
	margin-top:0px;
	margin-left:25px;
	font-family: "arial narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	color: #ffcc66;
	margin-bottom:10px;
}

.whatsnewtext {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
}

.whatsnewtext a {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;	
}

.whatsnewtext a:hover {
	text-decoration: underline;
	
}

.eventsheading {
	font-family: "arial narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #ffcc66;
	font-weight: bold;
	margin-top:0px;
	margin-left:25px;
	margin-bottom:10px;
	width:200px;
	
}

.eventstext {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	
}

.eventstext a {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;	
}

.eventstext a:hover {
	text-decoration: underline;
}

.shadowRight
{
    background-image:url(images/vbandF.gif);
    background-repeat:repeat-y;
}

.shadowBottom
{
    background-image:url(images/bottomborder.gif);
    background-repeat:repeat-x;
}
 
.shadowCorner
{
    background-image:url(images/shadow-Corner.gif);
    background-repeat:no-repeat;
}

.fsdirectoryalt
{
    background-image:url('/images/rightcellBG.gif');
	background-repeat: repeat;
}
.ms-globallinksccc{
font-size:8pt;
background:transparent;
font-family:tahoma;
}
.ms-globallinksccc,.ms-globallinksccc a
{
color:#666666;
text-decoration:none;
font-family:tahoma;
}  
