/* CSS Document */
BODY {scrollbar-3d-light-color: #414141;
           scrollbar-arrow-color: "#ffffff";
           scrollbar-base-color: #000000;
           scrollbar-dark-shadow-color: "#000000";
           scrollbar-face-color: #000000;
           scrollbar-highlight-color: "#dddddd";
           scrollbar-shadow-color: "#dddddd";
		   background-color: #333333;
}
td {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFCC00;
}
a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFCC00;
}
table {
	padding:0px;
	border:0px;
}	
a:hover {
	text-decoration:none;
}
h1 {
	color:#FFCC00;
}
h2 {
	color:#FFCC00;
}



/*JOIN QUEUE TABLE STYLES */
.joinQueueTbl {
	border: 1px solid #FFCC00;
	width: 550px;
}
.joinQueueTbl td {
	text-align:left;
}
 tr.odd, tr.odd td {
	background-color:#444444;
	font-size: 13px;
}
 tr.even, tr.even td {
	background-color:#666666;
	font-size: 13px;
}
 th {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
	text-align: left;
	color:#FFCC00;
	border-width: 0px 0px 1px 0px;
	border-color: #FFCC00;
	border-style: solid;
}
 th.persona {
	width:auto;
}
 th.joinTime {
	width:100px;
}
 th.prefer {
	width:45px;
}


/* FOOTER STYLES */
#bottomMenu {						
	background-image: url(images/bottomMenuBg.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#bottomMenu td {	
	text-align: center;	
}
#bottomMenu a {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#bottomMenu a:hover {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}
