/* 
Greg's ksstyles.css Default CSS Stylesheet for a new Web Application project 
Modified by Troy 10/11/05 for Display Pics
11/23/05 cac Added Classes for GridItem, GridAltItem,RedButton and BlueButton
12/20/05 cac Added CenteredBoldTitle Class
02/19/07 cac replaced all x-small entries with 13px for better viewing on workstations with 120dpi setting

#EDEBEB TRA Light Gray top of shade
#024765 TRA Med Blue bottom of shade
#B7CDA3 TRA Light Green 

*/

.visibilityHidden
{	
	visibility: hidden;
}

.visibilityVisible
{
	visibility: visible;
}


.ProgramTitle
{
	color: #065073;	
	font-size: 24px;
}


.GridItem, .GridItem TD
{
	border-style: none;
	border-width: thin;
	color: #000000;
	background-color: #FFFFFF;
}
	
	
.MenuTable TD
{
	
	border: thin none #B7CDA3;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	
}	
	
.GridAltItem, .GridAltItem TD
{
	border-style: none;
	border-width: thin;
	color: #000000;
	background-color: #E2E7E9;
}


	
.GridHeader, .GridHeader TD
{
	border-style: none;
	color: #000000;
	background-color: #B7CDA3;
}
	
	.Grid, Grid TD
{
	border-style: none;
	border-width: thin;
	background-color: #f0f8e9;
	border-collapse: separate;
	table-layout: auto;
	color: #000000;
}

.MenuGridItem ,.MenuGridItem TD
{
	text-decoration: none;
	background: #145370 ;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.MenuGridItem A:link
{
	text-decoration: none;
	background: #145370 ;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

	
	
.MenuGridItem A:visited	
{	
 	text-decoration: none;
	background: #145370 ;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}	
	
.MenuGridAltItem , .MenuGridAltItem TD
{
	text-decoration: none;
	background: #4B7A8E repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.MenuGridAltItem A:link
{ 
	text-decoration: none;
	background: #4B7A8E repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
 }
	
	
.MenuGridAltItem A:visited	{	
text-decoration: none;
	background: #4B7A8E repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	}	
			

.MenuGridAltItem A:hover
{ 
	
	color: #000000;	
 }

	

.MenuGridItem A:hover
{
	color: #000000;
}	

.TextBox
{
	color: #023F5B;
	background-color: #F0F8E9;
}

.TextBox1
{ 
	color: #023F5B;
	background-color: #EDEBEB;
 }
 
.TextBox2
{	
	color: white;
	background-color: #636363;
	white-space:nowrap
}

.TextBox3
{ 
	color: #000000;
	white-space: nowrap;
 }


.TextBoxAlignRight
{
	color: black;
	background-color: #DCDCDC;
	text-align: right;
}


.BlueTitle
{
		font-weight: bold;
	font-size: 20pt;
	border-left-color: white;
	border-bottom-color: white;
	word-spacing: normal;
	text-transform: none;
	color: white;
	border-top-style: none;
	border-top-color: white;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: #065073;
	text-decoration: none;
	border-right-color: white;
	border-bottom-style: none;
	
}

.RedButton
{
	border-top: white thin outset;
	font-weight: bold;
	font-size: 13px;
	border-left-color: white;
	border-bottom-color: white;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	border-right-style: outset;
	border-left-style: outset;
	letter-spacing: normal;
	border-right-color: white;
	border-bottom-style: outset;
	background: #32718F url('../Media/Images/Button_bg.png') repeat-x;
	color: #FFFFFF;
}



.BlueButton
{ 
	font-weight: bold;
	font-size: 13px;
	border-left-color: white;
	border-bottom-color: white;
	word-spacing: normal;
	text-transform: none;
	color: white;
	border-top-style: outset;
	border-top-color: white;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	border-right-style: outset;
	border-left-style: outset;
	letter-spacing: normal;	
	border-right-color: white;
	border-bottom-style: outset;
	background: #32718F url('../Media/Images/Button_bg.png') repeat-x; color:#FFFFFF;
	
 }


.GreenButton
{
	font-weight: bold;
	font-size: x-small;
	border-left-color: white;
	border-bottom-color: white;
	word-spacing: normal;
	text-transform: none;
	color: white;
	border-top-style: outset;
	border-top-color: white;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	border-right-style: outset;
	border-left-style: outset;
	letter-spacing: normal;
	background-color: green;
	border-right-color: white;
	border-bottom-style: outset;
}

.CenteredBoldTitle
{ text-align: center;
  font-size: larger;
  font-weight: bold;  
}

BODY
{
	color: #023F5B;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	letter-spacing: normal;
	background:#024765 url('../Media/Images/body-bg.gif') repeat-x; color:#333;
}


TEXTBOX 
{
	background-color: Red;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366
}
H1
{
	font-weight: normal;
	font-size: 1.92em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	letter-spacing: normal;
}	
		
H2	{	
	font-family: Arial, Helvetica, sans-serif, Verdana;
	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: Arial, Helvetica, sans-serif, Verdana;
	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: Arial, Helvetica, sans-serif, Verdana;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Helvetica, sans-serif, Verdana;
	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: #5E8931; /* #045276;*/
    font-family: Arial, Helvetica, sans-serif;   
    font-weight: bold;
	}	
		
A:visited	{	
     text-decoration: none;
    color: #5E8931;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	}	
		
A:active	{	
	  text-decoration: none;
   color: #5E8931;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	}	
		
A:hover
{
	color: #045276; /* #045276;*/
    text-decoration: underline;
    /* background-color: #7DB14F;*/
   
}
	
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;
	}
	
TD
{ 
	 color: black;
	background-color: #C8D5DB;	
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
 }

SELECT {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}

BUTTON
{
	/*font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif, Verdana;*/
	font-weight: bold;
	font-size: 13px;
	border-left-color: white;
	border-bottom-color: white;
	word-spacing: normal;
	text-transform: none;
	color: white;
	border-top-style: outset;
	border-top-color: white;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	border-right-style: outset;
	border-left-style: outset;
	letter-spacing: normal;	
	border-right-color: white;
	border-bottom-style: outset;
	background: #32718F url('../Media/Images/Button_bg.png') repeat-x; color:#FFFFFF;
}


CAPTION
{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}

LABEL {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	
	
}
