/*
This file is NOT NECESSARY for the rater to work. None of these styles are needed.
This is only to style the demo page
*/

body {
	background-color	:#fff;
	font-family			:Verdana, Arial, Helvetica, sans-serif;
	font-size			:11px;
	margin				:0;
	padding				:0px 0 0px 0px;
	color				:#000;
	}

#container {
	width				:50%;
	border				:1px solid #ccc;
	padding				:20px;
	}

h1 {
	font-size			: 21px;
	font-family			: Arial, sans-serif;
	margin				:0 0 5px 0;
	padding				:0;
	}

h2 {
	font-size			:16px;
	color				:#333;
	font-family			:Arial, sans-serif;
	margin				:0 0 10px 0;
	padding				:0;
	}

p 	{
	margin				:3px;
	padding				:0;
	}

A 	{
	color				:#000099;
	text-decoration		:none;
	font-weight			:bold;		
	}

A:hover{
	color				:#3247FF;	
	text-decoration		:none;
	font-weight			:bold;
	}
	
.tdheading{
        background-color:#A3CDFC;
		font-family		:Verdana, Arial, Helvetica, sans-serif;
		font-weight		:bold;
		font-size		:14px;
		color			:#FFFFFF;
		height			:25px;
		vertical-align	:middle;
		}	

.td{
     font-weight		:bold;
     font-size			:12px;
	 background-color	:#EAEFFF;
	 padding			:3px;
	 height				:20px;        
   }
   
.INPUT{
		font-family		:Helvetica, sans-serif;
		font-size		:10px;
		border			:1px solid black;
		background-color:#EAEFFF;
	 }	
	 
.SUBMIT{
		background-color:#A3CDFC;
		border-bottom	:1px solid black;
		border-right	:1px solid black;
		font-family		:Verdana, Arial, Helvetica, sans-serif;
		font-weight		:bold;
		font-size		:12px;
		cursor			:inherit;
	  }	 

SELECT{
		font-family		:Helvetica, sans-serif;
		font-size		:10px;
		border-left		:1px solid black;
		border-bottom	:1px solid black;
		border-right	:0px;
		background-color:#EAEFFF;
	 }	

.table{

		border			:1px solid #999999;
	
	  }	  
	  
.error{

		border			:1px dashed red;
		width			:80%;
		color			:red;
		font-weight		:bold;
		vertical-align	:middle;
		text-align		:center;
		background-color:#EAF8FF;
		padding-bottom	:4px;
		padding-top		:4px
		
	  }	  
	  
.tdnormal{

     font-weight		:normal;
     font-size			:12px;
	 background-color	:#EAEFFF;
	 padding			:3px;
	 height				:20px;        
	}	  