* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0 auto;	
	background-color: #DEE6F0;
	font-family:"Trebuchet MS",sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	text-align: left;
}
img {
	border: 0;
}
a {
	color:#3B5998;
	cursor:pointer;
	outline-style:none;
	text-decoration:none;
}
.clear-both {
	clear: both;
}
input {
	margin-right: 5px;	
	border:1px solid #AAA;
	padding:4px 2px;
}
select {
	margin-right: 5px;
	border: 1px solid #AAA;
	padding: 3px 2px;
}
input.submit, button, input[type="submit"], input[type="button"], input[type="file"] > input[type="button"]
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	color:#000000;
	cursor:pointer;
	font-size:x-small;
	padding:4px 8px;
	vertical-align:top;	
	width:12em;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
#custom-doc { width:74.62em;*width:72.82em;min-width:970px; margin:auto; text-align:left; }
#hd {
	background-color:#3B5998;
	border-bottom:1px solid #F1F5F8;
	border-top:1px solid #001C33;
}
#header {
	height:94px;
	width: 970px;
	margin: 0 auto;
}
#header ul {
	height:94px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	float: right;
	width:230px;	
}
#header ul li {
	width: 100px;
	float: left;
	padding: 5px;
}
#header ul li a {
	text-decoration: none;
	border-bottom:1px dotted #FFF;
	color:#FFF;
}
#header-wrapper {
	margin: 0 auto;
	float: left;
}
#logo {
	padding-top: 20px;
}
hr {
    height: 1px;
    background: #ccc;
    border: none;
    margin: 5px 0 5px 0;
}
#user-nav {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin: 5px;
	padding: 5px;
	background-color: #FFF;
}
#bd {	
}
#bd .heading {
	/*border-bottom: 1px dotted #333;*/
	margin-bottom: 1em;
}
#ft {
	font-size: 11px;
}
#ft .col {
	border-right:1px solid #DDDDDD;
	float:left;
	margin:10px 0 0;
	min-height:150px;
	padding:1px 0;
	position:relative;
	width:48%;
}
#ft dl.col-prime {

}
#ft dt {
	font-size:105%;
	font-weight:bold;
	letter-spacing:-0.02em;
	padding:0 10px;
}
#ft dd {
	padding: 0 10px;
	margin: 5px;
}
#copyright {
	color: #999;
	font-size: 11px;
	padding: 0 0 0 5px;
}
#copyright a {
	color: #999;
	text-decoration: underline;
}
#bd, #ft {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
}
#hd, #bd, #ft, #user-nav {
	border:1px solid #CCCCCC;
}
/* form */
.form {
	width: 500px;
}
.form input {
	font-size: 14px;
}
.form input.radiobox, input.checkbox {
	width: 0;
}
.field {
	display:block;
	margin:6px 0;
	vertical-align:middle;
}
.field .label-txt{
	margin-left:120px;
	display: inline-block;
	padding:5px;
}
.field input {
	width: 200px;
}
.field input.button {
	width: 120px;
	margin-left:128px;	
}
.field label {
	display:inline-block;
	min-width:9em;
	padding:5px;
	vertical-align: top;
}
.field textarea {
	width: 350px;
	height: 200px;	
}
.required {
	color: red;	
}
/* menu */
ul#ucp-tabs {
	padding: 0;
	padding-left: 10px;
	margin: 0;
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #5B9006;
}
ul#ucp-tabs li {
	list-style-type: none;
	display: inline;
}
ul#ucp-tabs li a {
	padding: 3px;
	color: #FFF;
	background-color: #A0C564;
	border-bottom: none;
	text-decoration: none;
}
ul#ucp-tabs li a:hover {
	background-color: #FFF;
	color: #5B9006;
}
ul#ucp-tabs li.active a {
	color: #5B9006;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #5B9006;
	border-bottom: none;
	padding: 4px;
}
/* Notices and Errors */
#flashMessage {
	color: red;	
	background-color:#FFFFCC;
	background-repeat:no-repeat;
	border:1px solid #FFCC00;
	font-size:12px;
	padding: 12px;
	width:auto;
}
#successMessage {
	color: #336600;
	background-color:#B7FFC1;
	background-repeat:no-repeat;
	border:1px solid #468D00;
	font-size:12px;
	padding: 12px;
	width:auto;
}
#errorMessage {
	color: red;	
	background-color:#FFFFCC;
	background-repeat:no-repeat;
	border:1px solid #FFCC00;
	font-size:12px;
	padding: 12px;
	width:auto;
}
#authMessage {
	color: red;	
	background-color:#FFFFCC;
	background-repeat:no-repeat;
	border:1px solid #FFCC00;
	font-size:12px;
	padding: 10px;
	width:auto;
}
div.message, p.error, div.error-message, div.error {
	clear:both;
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
}
div.error-message {
	clear: both;
	margin: 0;
	/*margin-left: 178px;*/
	color: red;
}
div.error {
	margin: 5px;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}
.normal-message {
	background:#EFEFEF none repeat scroll 0 0;
	color:#333;
	padding: 5px;
	margin: 5px 0 5px 0;
}
.success {
	background-color: green;
	color: #FFF;
}
.error-wrapper {
	margin:0;
	margin-left: 75px;
	padding:0;
}
#select-error-message {
	color: red;
}
/* End Notices and Errors */
ul.auto-complete {
	list-style: none;
	border: 1px solid #CCC;
	background-color: yellow;
}
ul.auto-complete li:hover {
	background-color: #CCC;
}
/* Plain Table */
table.plain {
	border: 0px;
}
/* Login form */
#login {
	background: #ECEFF5 none repeat scroll 0 0;
	padding: 10px;
}
#login .field {
	display:block;
	margin:6px 0;
	vertical-align:middle;
}
#login label {
	display:inline-block;
	margin:0.6em 4px 0 0;
	min-width:7em;
	padding:0 2px;
}
/* box - side bar */
.box {
	margin: 0 auto;
	border-top: 1px solid #94A3C4;
	border-left: 1px solid #D8DFEA;
}
.box .box-header {
	padding: 5px;
	font-size: 15px;
	background:#ECEFF5 none repeat scroll 0 0;
	border-top:0 none;
	display:block;
	margin:0;
	position:relative;	
}
.box .box-content {
	overflow:hidden;
	padding:10px 7px 10px 8px;
	position:relative;
}
.box-content .bc-left {
	float: left;
}
.box-content .bc-right {
	float: right;	
}
.box .box-list {
	list-style: none;
}
/* top albums */
.top-albums {
}
.top-albums ul {
	list-style: none;
}
.top-albums ul li {
	padding: 5px 0 5px 0;
}
/* table */
table.normal
{
	font-family:"Trebuchet MS",sans-serif;
	font-size: 12px;
	width: 100%;
	margin: 0;
	margin-top: 10px;
	text-align: left;
	border-collapse: collapse;
}
table.normal th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
table.normal td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
table.normal tr:hover td
{
	background: #d0dafd;
	color: #339;
}
/* pagination */
.pagination {
	margin: 10px 0 10px 0;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,sans-serif;
}
.pagination a {
	margin: 0;
	padding: 2px;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
	border: 1px solid #2b66a5;
}
.pagination .current {
	background-color: #2e6ab1;
	color: #FFF !important;
	border: 1px solid #2b66a5;
	font-weight: bold;
	font-size: 16px;	
	padding: 2px;
}
.pagination .prev, .next {
	font-weight: bold;
	padding-left: 2px;
}
/* end: pagination */
/* breadcrumb */
#breadcrumb {
	margin: 0 0 10px 0;	
}
/* sitemap */
.sitemap {
	
}
.sitemap ol {
	list-style: none;
}
/* end: sitemap */