/* 
ksStyles2.css
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

*/
.GridItem {	color: #000000;
	background-color: #FFFFFF;}
	
	
.GridAltItem  {color: #000000;
	background-color: #FFFFFF;}
	
	.GridHeader
{
	color: #000000;
	background-color: #B7CDA3;
}
	
	.Grid
{
	border-bottom-style: solid;
	border-right-style: solid;
	background-color: #f0f8e9;
	border-collapse: separate;
	border-top-style: solid;
	table-layout: auto;
	color: #000000;
	border-left-style: solid;
}

.MenuGridItem
{
	font-weight: bold;
	font-size: 96px;
	color: #7DB14F;
	background-color: #FFFFFF;
}

.MenuGridAltItem
{
	font-weight: bold;
	font-size: 96px;
	color: #7DB14F;
	background-color: #F0F8E9;
}

.TextBox
{
    color: black;
   background-color: #F0F8E9;
}

.TextBox2
{
	color: #00567C;
	background-color: #EDEBEB;	
}

.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: #001396;
	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;
	background-color: #9f0000;
	border-right-color: white;
	border-bottom-style: outset;
}

.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;
	background-color: #001396;
	border-right-color: white;
	border-bottom-style: outset;
}

.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
{
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	color: black;
	letter-spacing: normal;
	background-color: #EDEBEB;
}

TEXTBOX 
{
	background-color: Red;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #044F6F;
}
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;
	font-size: 18px;
}	
		
A:visited	{	
     text-decoration: none;
    color: #5E8931;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
     font-size: 18px;
	}	
		
A:active	{	
	  text-decoration: none;
   color: #5E8931;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
     font-size: 18px;
	}	
		
A:hover
{
	color: #045276; /* #045276;*/
    text-decoration: underline;
     font-size: 18px;
    /* 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
{
	
	font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 13px;
	
}

SELECT {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}

BUTTON
{
	font-size: xx-small;
	font-family:  Arial  , Helvetica, sans-serif, Verdana;
	background-color: #9f0000;   /* Troy 10/11/05  not working*/
	color:Red;                    /* Troy 10/11/05  not working*/
  border-bottom-width:thick	   /* Troy 10/11/05  not working*/
  	 
}


CAPTION
{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif, Verdana;
}

LABEL {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	
	
}
