/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

TABLE
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #eceff7;
	border: solid 1px #3333cc;
}

.Warning
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: Red;
}

.TextArea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #eceff7;
	border: solid 1px #3333cc;
}

.DropDown
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #eceff7;
	border: solid 1px #3333cc;
}
SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.PageTitle	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.Questions 
{
	color: #0B741F;
}

IMG
{
	border: none 0px;	
}

A:link	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#3333FF;
	border: none 0px;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:bold;
	color:	#660066;
	}	
		
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;
	}	


.TableAlternatingItemStyle
/* Primarily for DataGrids where there is a stripey effect on the tables
	This is the even numbered lines*/
{
	background-color: #eceff7;
	font-size: 10px;
}

.TableItemStyle
/* Primarily for DataGrids where there is a stripey effect on the tables
	This is the first line and odd numbered lines*/
{
	background-color: #ffffff;
	font-size: 10px;
}

.TableHeaderStyle
/* Primarily for DataGrids */
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2EE0FF;
	font-weight: bold;
	border-bottom: solid 1px #000000;
	color: #000033;	
}
	
.TableFooterStyle
/* Primarily for DataGrids */
{
	background-color: #dbdeef;
	font-weight: normal;
	border-bottom: solid 1px #000000;
	color: #000033;	
	text-align: center;
	font-size: 10px;
}

.TableEditItemStyle
/* Primarily for DataGrids */
{
	background-color: #DFE5F7;
	color: #000033;
}

.TablePagerStyle
/* Primarily for DataGrids */
{
	background-color: #2EE0FF;
	font-weight: bold;
	color: #000033;	
	text-align: center;
}

.TableSelectedItemStyle
/* Primarily for DataGrids */
{
	background-color: #FFBFBF
}

