/*
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:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	/*padding: 20px 0 20px 40px;*/
	color: #000;
	}
	
table.header {
	background-color: #dddddd;
	border: 1px solid #003333;
	padding: 0px;
	color: #000;
}
td.header {
	background: url('images/content-tail.gif');
	color: #000;
}

h1 {
font-size: 11px;
font-weight: bold;
margin: 0px;
padding: 0px;
display: inline;
}
h2 {
font-size: 11px;
font-weight: normal;
margin: 0px;
padding: 0px;
display: inline;
}
a.bpolink:link {
border:1px solid transparent; 
color: #333333; 
text-decoration: none; 
}

a.bpolink:visited { 
border:1px solid transparent;
color: #333333; 
text-decoration: none; 
}

a.bpolink:hover 
{ 
border:1px solid #333333;
color: #FF0000;
text-decoration: none; 
background: #ffffff;
}

a.sortlink:link { 
font-family: Arial, Helvetica, sans-serif;
padding:0px 2px 0px 2px;
border:1px solid #AAAAAA;
color: #000000; 
text-decoration: none; 
}

a.sortlink:visited { 
font-family: Arial, Helvetica, sans-serif;
padding:0px 2px 0px 2px;
border:1px solid #AAAAAA;
color: #333333;
text-decoration: none;  
}

a.sortlink:hover 
{ 
font-family: Arial, Helvetica, sans-serif;
padding:0px 2px 0px 2px;
border:1px solid #333333;
color: #FF0000;
text-decoration: none; 
background: #ffffff; 
}

a:link { 
color: #003333; 
text-decoration: none; 
}

a:visited { 
color: #777777;
text-decoration: none; 
}

a:hover {  
color: #FF0000;
text-decoration: none; 
}

#container {
	width: 50%;
	border: 1px solid #ccc;
	padding: 20px;
	}

	
