@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
select {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
h1 {
	font-size: 24px;
	color: #333333;
}
.name {
	font-size: 12px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.lbtable {
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #13B6EA;
	left: 38px;
	position: relative;
	width: 948px;
}
.logintable {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1D82F;
	border-bottom-color: #13B5EA;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.admin {
	font-size: 12px;
	
}
.admin a:link {
	color: #333333;
	text-decoration: none;
	border: 1px dotted #33FFFF;
	padding: 4px;
	
}
.admin a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #D8F6FF;
	border: 1px dotted #08AFE9;
	padding: 4px;
}
.admin a:active {
	color: #08AFE9;
	text-decoration: none;
	background-color: #E3FF2C;
	border: 1px dotted #BFD727;
	padding: 4px;
}
.admin a:visited {
	color: #333333;
	text-decoration: none;
	border: 1px dotted #33FFFF;
	padding: 4px;
}
table.data {
	background-color: #CCCCCC;
	color: #333333;
}
table.data th {
	font-weight: bold;
	color: #000000;
	background-color: #EEEEEE;
}
table.data td {
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
}
table.data a {
	color: #006699;
}
div#scroll
{
	width:950px;
	height:364px;
	background-color:#EEEEEE;
	overflow-x:scroll;
	overflow-y:hidden;
	margin:15px auto;
}

div#scroll clr // to clear floating elements in the list
{
	clear:both;
	font-size:1px;
	line-height:1px;
}

#scroll ul
{
	width:3300px;
	height:100px;
}
#scroll ul li
{
	display:block;
	float:left;
	margin-left:5px;
}
#scroll ul li a img
{
	border:none;
}
