/* CSS Document */


body
       {
        color: black;
	background-color: #cccccc;
	font-family: arial;
	font-size: 9pt;
	background-image: url(bg_seeen.gif);
}

.submit
	{
	background-color: #CCCCFF;
	font-size: 9pt;
	font-family: arial;
	}

.text
	{
	background-color: #EFEFEF;
	color: black;
	font-size: 9pt;
	font-family: arial;
	}
.radio
	{
	}
.checkbox
	{
	}
.select
	{
	background-color: #EFEFEF;
	color: black;
	font-family: arial;
	font-size: 9pt;
	}
.textarea
	{
	background-color: #EFEFEF;
	color: black;
	font-size: 9pt;
	font-family: arial;
	width: 400;
	}
.clearall
	{
	font-size: 7pt;
	}
.clearall
	A:link
	{
	text-decoration: none;
	font-family: arial;
	color: black;
	}
.clearall
	A:visited
	{
	text-decoration: none;
	font-family: arial;
	color: black;
	}
.clearall
	A:active
	{
	text-decoration: none;
	font-family: arial;
	color: black;
	}
.clearall
	A:hover
	{
	text-decoration: underline;
	font-family: arial;
	color: #222222;
	}
.graph	
	{
	border: solid;
	border-width: 1;
	border-color: #777777;
	background-color: EFEFEF;
	}
.innergraph
	{
	background-color: EFEFEF;
	color: #777777;
	font-family: arial;
	font-size: 8pt;
	}
.rank	
	{
	background-color: #E1E1E1;
	color: #777777;
	}
.array1 
	{
	background-color: #D1D1D1;
	color: #777777;
	text-alignment: left;
	}
.array2
	{
	background-color: #EFEFEF;
	color: #777777;
	}
.question
	{
	background-color: #E1E1E1;
	width: '100%'; 
	cellspacing: '0' ;
	background-color: white;
	color: black;
	}

th.array1{
	color: black;
	height: 40px;

}	
td.answertext{
	color: black;
	height: 40px;
}
.select{
		background-color: white;
}
.warningjs
        {
        font-size:12px;
        font-weight:bold;
        color:RED;
        }
.asterisk
    {
    color: #FF0000;
    font-size: 9pt;
    font-family: verdana;
    }

.textarea {
	background-color: white;
	border-style: solid;
	border-color: gray;
}

.text {
	background-color: white;
	border-style: solid;
	border-color: gray;
}

.submit {
	background-color: #e1e1e1;
}
.submitsurvey {
	background-color: #ffffff;
	color: black;
}
.questiontable {
	padding: 20px;
	background-color: white;
}
.questiontext {
	color: #4c4c4c;
	font-size: '2';
	font-weight: bold;
	padding: 0 0 5px 0;
}
