body{
background:#C00;	
margin:0;
padding:0;
height:100%;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	color:#333;
	}
a:hover{
	text-decoration:underline;	
}
#menu{text-align:right;width:50%;float:right;}
#welcome{width:50%;float:left;color:#FFFFFF;padding:10px;}
/*.text{
background:url(/vcc/images/field.png) no-repeat; width:260px;height:50px;
border:none;margin:0;padding:0;
font-size:16px;
padding-left:5px;
}

*/
.text{
width: 221px;
	background: transparent url('/vcc/images/textbox.jpg') no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}
.select{
width: 240px;
	background: transparent url('/vcc/images/selectbox.jpg') no-repeat;
	color : #747862;
	height:30px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
}
.textarea{
width:230px;
height:100px;
background: transparent url('/vcc/images/textarea.jpg') no-repeat;
border:0;
padding:4px 8px;
margin-bottom:0px;
color : #747862;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#333;
}

.panel{list-style:none;margin-left:30px;}
.panel li{
	list-style:none;
width:310px;
height:160px;
float:left;
background:url(/vcc/images/panelbg.png) no-repeat;
padding:0;
color:#333;
}

.panel li div.details{
background:url(/vcc/images/membericon.gif) no-repeat;
background-position:190px 5px;
width:310px;
height:160px;
padding:10px;
}
.panel li div.forum{
background:url(/vcc/images/forumicon.gif) no-repeat;
background-position:150px 5px;
width:310px;
height:160px;
padding:10px;
}

.panel div h2{
font-size:18px;
margin-bottom:15px;
}

.panel li ul li{background:none;width:150px;height:20px;clear:both;line-height:20px;}

.panel li a{color:#333;font-size:16px;}
.panel li{color:#333;font-size:16px;}

.panel li div ul{margin:0;padding:0;margin-left:15px;}

.clear{clear:both;}
