/* Default CSS Stylesheet for a new Web Application project */

table.form{
	width: 90%;
	border:	1px solid white;
	text-align: center;
	}

.copyright
{
	position: relative; 
	top: 25px; 
	color: #0C2E9C; 
	font-family: helvetica; 
	font-size: 8pt; 
	text-align: center
}

td.formQuestion
{
	color: #000000;
	background-color:#FFA6A4;
	border: 0px;
	padding: 1px 1px 1px;
	font-family: Arial;
	font-size: 9pt;
	text-align: Right;
	font-weight: bold; 
	width: 40%;
}

td.formAnswer{
	color: #000000;
	background-color:#FEDEE7;
	border: 1px solid white;
	padding: 1px 1px 1px;
	font-family: Arial;
	font-size: 9pt;
	text-align: Left;
	width: 60%;
	}

tr.griditem
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #FEDEE7;
	font-family: Arial;
	font-size: 9pt;
	text-align: Left;
}

tr.gridaltitem
{
	color: #000000;
	background-color:#FEDEE7;
	border: 1px solid white;
	padding: 1px 1px 1px;
	font-family: Arial;
	font-size: 9pt;
	text-align: Left;
}
	
.button{
	color: white;
	font-weight:bold;
	font-size: 8pt;
	Background-color: #FF0000;
	Border-color:black;
	border-style: solid;
	border-width: thin;
	cursor:hand;
	}
	
	td.body{
	color: black;
	 font-family: helvetica; 
	 font-size: 9pt;
}

	
.NormalTextBox
{	
	  background-color:white;
          border-style:solid;
          border-color:white;
}

BODY
{
    /*BACKGROUND-COLOR: #FFFFFF;*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#DDF0FE;
    scrollbar-base-color:#D6F0FE;
    scrollbar-darkshadow-color:#2C1A64;
    scrollbar-face-color:#FF3333;
    scrollbar-highlight-color:#DDF0FE;
    scrollbar-shadow-color:#A4D3E7
}

td.heading1{
	color: #FFFFFF;
	background-color:#FF3333;
	border: 1px solid black;
	padding: 0px 1px 2px;
	font-family: Arial;
	font-size: 12pt;
	text-align: center; 
	font-weight: bold;
	width: 100%; 
	}
	
td.heading2
{
	border-right: black 1px;
	padding-right: 1px;
	border-top: black 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	border-left: black 1px;
	color: #000000;
	padding-top: 0px;
	border-bottom: white 1px solid;
	font-family: Arial;
	background-color: #FE7E78;
	text-align: center;
}
	
	tr.heading2
{
	border-right: black 1px;
	padding-right: 1px;
	border-top: black 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	border-left: black 1px;
	color: #000000;
	padding-top: 0px;
	border-bottom: white 1px solid;
	font-family: Arial;
	background-color: #FE7E78;
	text-align: center;
}

td.menu
{
	text-align : center;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	COLOR: navy; 
	FONT-FAMILY: Verdana, Arial; 
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
}

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;
	}
