@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
}
body{
	padding:0;
	margin:0;
	background-color:#161718;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper{
	width:447px;
	margin:0 auto 0 auto;
}
#login{
	margin-top:200px;
	height:450px;
	background-image:url(../images/login.jpg);
	background-repeat:no-repeat;
	padding:60px 0 0 0;
}
.error{
	color:#CC0000;
	margin:0 0 10px 0;
	text-align:center;
}
.head{
	margin:0 0 10px 0px;
	text-align:center;
}
form{
	padding:0px;
	margin:0px;
}
.small{
	font-size:10px;
}

/**************  PANEL PAGE   *****************/
#homeWrapper{
	width:800px;
	margin:0 auto 0 auto;
}
#panelHead{
	background-image:url(../../images/head.jpg);
	height:22px;
	background-repeat:no-repeat;
}
#panelFoot{
	background-image:url(../../images/foot.jpg);
	height:22px;
	background-repeat:no-repeat;
}
#panel{
	margin:0 0 0 0;
	padding:10px;
	background-image:url(../../images/body.jpg);
	background-repeat:repeat-y;
	height:auto;
	overflow:auto;
}
h1{
	border-bottom:solid 1px #fff;
	font-size:18px;
	padding:0 0 3px 0;
	margin:0 5px 10px 0;
	clear:both;
}
.thumb{
	width:102px;
	float:left;
	margin:4px;
}
.thumb_desc{
	text-align:center;
	height:30px;
	padding:3px;
	font-size:10px;
}
.thumb img{
	border:1px solid white;
	width:100px;
	height:100px;
}
