/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.MenuButton 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	FONT-WEIGHT:bold;
	color: #333333; 

}
	
.HeaderColumns 
{ 
	FONT-WEIGHT: bold; 
	BORDER-BOTTOM: black 1px solid; 
	Background: khaki;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	FONT-WEIGHT:bold;
	color: #333333; 
}

.YellowMenu
{
	border-right: black 1px solid;
	border-top: 1px;
	font-weight: bold;
	font-size: 11px;
	background: khaki;
	border-left: 1px;
	color: purple;
	border-bottom: black 1px solid;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
 
 

.WhiteMenu
{
	font-weight: bold;
	border-left: black 1px solid;
	font-size: 11px;
	background: #fff;
	color: #333333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.RedMen 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	FONT-WEIGHT:bold;
	color: #333333; 
background: #F00;
}

.TableHeader
{
	background-color:Transparent Teal;
	font-size:8pt;
	font-weight:bold;
	border:solid 1px black;
	text-align:center;
	margin:10px;
	
} 
.DefaultText
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;

}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	color: #333333; 
}


.DefaultTextBold
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
	font-weight:  bold;

}



.LetterTextBold
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	font-weight:  bold;

}


.LetterText 
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	font-weight:  normal;

}


.Accordina_Header
{
  background-color:#c3d3df;
  font-family: Verdana;
  font-weight :  bold;
  font-size: 10pt;
   
}	
.ChoicePoint_Primary
{
	background-color: #c3d3df;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}	

.ChoicePoint_Primary_2
{
  background-color:#ce8e00;
}	


 .NAVYFONTONLY_khakiBACK_left_align
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:  Aqua;
    text-align: left; 
	
}

 .NAVYFONTONLY_khakiBACK
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	background: khaki;
    text-align: center; 
	
}

.NAVYFONTONLY
{
	font-weight: bold;
	font-size: 10pt;
 vertical-align: middle;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	 text-align: center;  
	
}


.NAVYFONTONLYRIGHTALIGN
{
	
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	   text-align: right; 
	
}

.NAVYFONTONLYLEFTALIGN
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif;
	    text-align: left; 
	
}

.DefaultText_left_and_right_border
 { font-family: Verdana, Helvetica, sans-serif; 
	font-size: 8pt; color: #000000; 
	font-style: normal; 
	border-left:solid 1px black; 
	border-right:solid 1px black; 
	}


.DefaultText_bottom_border 
 {  font-family: Verdana, Helvetica, sans-serif; 
	font-size: 8pt; color: #000000; 
	font-style: normal; 
    border-left:solid 1px black; 
	border-bottom:solid 1px black; 
	border-right:solid 1px black; 
	}
.DefaultText_right_border 
{ font-family: Verdana, Helvetica, sans-serif; 
   font-size: 8pt; color: #000000; 
   font-style: normal; 
   border-right:solid 1px black;
  }
  
  .DefaultText_left_border
  { font-family: Verdana, Helvetica, sans-serif; 
   font-size: 8pt; color: #000000; 
   font-style: normal; 
   border-left:solid 1px black;
   
  }
  
  
.NAVYFONT_LEFT_BORDER 
{ font-weight: bold; 
   font-size: 8pt; 
   vertical-align: middle; 
   color: navy; 
   font-family: Verdana, Helvetica, sans-serif;
   border-left:solid 1px black;
 }

.NAVYFONT_LEFT_and_right
 { font-weight: bold; 
	font-size: 8pt; 
	vertical-align: middle; 
	color: navy; 
	font-family: Verdana, Helvetica, sans-serif; 
	border-left:solid 1px black; 
	border-right:solid 1px black;
}
.NAVYFONT_RIGHT_BORDER 
 { font-weight: bold;
	font-size: 8pt;
	vertical-align: middle; 
	color: navy; 
	font-family: Verdana, Helvetica, sans-serif;
     border-right:solid 1px black;
   }
.NAVYFONTONLY_italic_LEFT_AND_RIGHT
 { font-weight: bold; 
	font-size: 10pt;
	vertical-align: middle; 
	font-style: italic; 
	color: navy; 
	font-family: Verdana, Helvetica, sans-serif;
	 border-left:solid 1px black;
	 border-right:solid 1px black; 
	 }
	 
	 
	.NAVYFONTONLY_italic 
	{ font-weight: bold;
	   font-size: 10pt; 
	   vertical-align: middle; 
	   font-style: italic; 
	   color: navy; 
	   font-family: Verdana, Helvetica, sans-serif;
	    }



.pageheader
{
	width:800;
	height:25px;
	vertical-align:middle; 
	text-align:center;
	font-size:x-small;
	font-weight:bold;
	border:solid 1px black;
	background-color:#c3d3df;
	
}

.ParkHeaderheader
{
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px black;
	background-color: #c3d3df;
	font-family: Verdana;
	color: #000000;
}

.TableHeader
{
	background-color:Transparent Teal;
	font-size:xx-small;
	font-weight:bold;
	border:solid 1px black;
	text-align:center;
	margin:10px
	
} 

.SmallTableHeader
{
	background:khaki;
	font-size:xx-small;
	font-weight:bold;
	border:solid 1px black;
	text-align:center;
	margin:10px	
} 

.bigFont
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

	
.TableMainRow
{	
	margin:10px;
	font-size: 8pt;
	vertical-align: middle;
	font-family: Verdana;
} 

.White_TdCaption
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: middle;
	color: white;
	font-family: Verdana;
}

.TableAlternateRow
{
	margin:10px;
	 height: 8px; 
	 font-size: 1pt;
	vertical-align: middle;
	font-family: Verdana;
	background: lightBlue;
}

TR.BETWEENROWS 
{ background: honeydew; 
  height: 8px; font-size: 1pt;
  border-left:solid 1px black; 
  border-right:solid 1px black; 
  }

.BETWEENROWS_CELL 
{ background: honeydew; 
   height: 8px; 
   font-size: 2pt; 
   border-left:solid 1px black; 
   border-right:solid 1px black;
    }

.BETWEENROWS_CELL_NO_Borders 
{ background: honeydew; 
   height: 8px; 
   font-size: 2pt; 
     }

.BETWEENROWS_LEFT_BORDER 
{ background: honeydew; 
   height: 8px; 
   font-size: 2pt; 
   border-left:solid 1px black; 
 }

.BETWEENROWS_RIGHT_BORDER 
{ background: honeydew; 
   height: 8px; 
   font-size: 2pt; 
   border-right:solid 1px black;
    }


.BETWEENROWS_RIGHT_LEFT_BORDER 
{ background: honeydew; 
   height: 8px; 
   font-size: 2pt; 
   border-right:solid 1px black;
   border-left:solid 1px black;
    }
    
    
.BETWEENROWS_CELL_WHITE
{ background: WHITE; 
   height: 8px; 
   font-size: 2pt; 
   border-left:solid 1px black; 
   border-right:solid 1px black;
 
   }
    
 .MenuItemOff
{
	font-weight: bold;
	 
	font-size: 10px;
	 background:white;
	font-style:  normal;
  
	font-family: Verdana ;
	text-align: center;
	 
}


 .MenuItemAlert
{
	font-weight: bold;
	border-left: black 1px solid;
	font-size: 9px;
	 background:red;
	font-style:  normal;
   color      :  white ; 	 
	font-family: Verdana ;
	text-align: center;
	 border-RIGHT: solid 1px black;
}


.MenuItemOn
{
	font-weight: bold;
 	font-size: 10px;
    background-color: Lime;
	font-style:  normal;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
 
}
.userInfo{
	margin: 0px 0px;
    background-repeat: no-repeat;
    background-position:  0px center;
    background-color: #E7DFE7;
    border: 1px solid #0068A7;
}

.messagemodalbackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.6;
    z-index:998;
}

.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}

wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}

CloseButtonStyle {
background-color: #666666; 
color: #FFFFFF; 
text-align: center; 
font-weight: bold; 
text-decoration: none; 
border: outset thin #FFFFFF; 
padding: 5px;
}
