
/* elements */
body {
	background-color: #FFFFFF;
	color: #FFA800;
	font-family:Verdana;
	font-size:11px;
	/* scrollbars */
	scrollbar-face-color: #990000;
	scrollbar-shadow-color: #222222;
	scrollbar-highlight-color: #444444;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #111111;
	scrollbar-track-color: #777777;
	scrollbar-arrow-color: #FFFFFF;
	background-image: url(http://www.star-tv.com/events/philipsmoi04/images/design_bk.gif);
}
.background{
	background-image: url(http://stage.star-tv.com/events/philipsmoi04/images/background.jpg);	
}
.background2{
	background-color:#333333;
	background-image: url(http://stage.star-tv.com/events/philipsmoi04/images/spacer.gif);	
}

td {
	color: #000000;
	font-family:Verdana;
	font-size:11px;
}

/* links */
a:link	{
	color: #333333;
	font-family:Verdana;
	text-decoration: underline;
}
a:visited	{
	color: #333333;
	font-family:Verdana;
}
a:hover	{
	color: #000000;
	font-family:Verdana;
	text-decoration: underline;
}
a.white {
	color: #FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;	
}
a.white:hover {
	text-decoration : underline;
	font-weight:bold;
	color: #FFFFFF;
}
 
FORM input {
 border: 1px Solid #666666;
	font-family:Verdana;
 font-size: 11px;
 color: #000000;
 
}

FORM textarea {
 border: 1px Solid #FFCCCC;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 10px;
 color: #cc3333;
 
}


/* textareas */
textarea {
	background-color: #FFFFFF;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	<% if request("browser") = "IE" then %>
	border-width: 1px; 
	border-style: none;
	<% end if %>
}

/* select boxes */
select {
	background-color: #FFFFFF;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	border-color: #000000;
	<% if request("browser") = "IE" then %>
	border-width: 0px; 
	border-style: solid;
	<% end if %>
}

/* classes */
.italic{
	font-style: oblique;
}
.black{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;
}
.grey{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #666666;
}
.white{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
}
.title{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #00B0FE;
	font-weight:bold;
}
.legals {
	color: #666666;
	font-family:Verdana;
	font-size:10px;	
}

/* for outlined elements */
.box {
	background-color: #DE0031;
	color:#000000;
	padding:4px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
} 

/* for checkboxes */
.CBox {
	background-color: #FFFFFF;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	<% if request("browser") = "IE" then %>
	border-width:1px;
	<% end if %>
} 

/* for radiobuttons */
.RButton {
	background-color: #FFFFFF;
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	<% if request("browser") = "IE" then %>
	border-width:1px;
	<% end if %>
} 

/* for contest engine*/
.disclaimerHead {
	background-color: #FFFFFF;
	color:#000000;
} 

.important { color:#000000; font-family:Verdana; font-size:10px; } /* iportant text */
.hideInput { border-width:0px; } /* do not change */

/* ids */
#header { position:absolute; top:0; left:0; }
#bodyDiv { position:absolute; top:50; left:5; }

/*contest buttons */
input.button {
	background-color:#FF6600;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	width: 90px;
	<% if request("browser") = "IE" then %>
	border-color: #000000;
	border-width: 1px; 
	border-style: solid;
	<% end if %>
}

input.buttonBig {
	background-color:#FF6600;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	width: 220px;
	<% if request("browser") = "IE" then %>
	border-color: #000000;
	border-width: 1px; 
	border-style: solid;
	<% end if %>
}

