/* -------------- Main	
#UC_wrapper {
	display: block;
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	height: auto !important;
}

#UC_content {
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	height: auto !important;
}
*/		
#UC_main {
	float:left;
	width:700px;
}
#UC_main a {
	color: #2661BC;
}

/* -------------- Left Nav 		*/
#UC_left-nav {
	float:left;
	width:209px;
}

#UC_left-nav ul {
	padding:0 0 50px 0;
	margin:0;
}

#UC_left-nav ul li {
	padding:0;
	margin:8px;
	list-style:none;
	
}


#UC_left-nav li a {
	color: #2661BC;
}

#UC_left-nav li a:hover {
	text-decoration: underline;
}


#UC_regbox {
	padding: 0 0 0 0;
}

#UC_regbox label {
	width:150px;
	float:left;
	white-space: nowrap;
	text-align: right;
	margin-right: 10px;
}

table.admin td {
	vertical-align: top;	
}

#UC_error {
	display:block;
	margin:10px;
	color:#4d4948;
	background-color:#fffebe;
	border: 1px solid #cbcbcb;
	position: relative;
	padding:10px;
}

#UC_success {
	display:block;
	margin:5px;
	color:#4d4948;
	background-color:#bce9b5;
	border: 1px solid #7ace6c;
	position: relative;
	padding:10px;
}

#UC_close {
	margin:5px;
	color:#FFF;
	background-color:#F00;
	border: 1px solid #7ace6c;
	font-size:90%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	text-align: center;
	cursor: pointer;
}


#UC_clear {
	clear: both;
}
