body {
     background-color: #C0C0C0;
     color: #1C1C53;
	font-family: Helvetica, arial;
	font-size: 13px;
}

.mceContentBody {
	background-color: #9F9FD7; 
}

div#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #6262BE;
	overflow: auto;
	padding-bottom: 30px;
}


div#header {
	background-image: url(/media/images/base/header.jpg);
	background-repeat: no-repeat;
	height: 126px;
}

div#leftblock {
	float: left;
	height: 100px;
	width: 330px;
}

div#rightblock {
	float: right;
	height: 100px;
	width: 610px;
}

div#head_links {
	float: right;
}

div#ticker {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: right;
	height: 27px;
	padding-top: 100px;
	margin-right: 20px;
	width: 590px;
}


div#menubar {
	float: left;
	width: 220px;
}

div#menubar ul {
	list-style-type: none;
	margin-left: -30px;
}

div#menubar li {
	height: 24px;
	width: 200px;
	padding-bottom: 7px;
}


div#menubar a, div#menubar a:active, div#menubar a:link, div#menubar a:visited {
        width: 200px;
        height: 24px;
        text-decoration: none;
        color: #1C1C53;
        font-weight: bold;
        padding-left: 12px;
        padding-top: 4px;
}

div#menubar a:hover {
        color:#FE0000;
        background-image: url(/media/images/base/navon.gif);
        background-repeat: no-repeat;
}


.button {
	padding-left: 95px;
} 

.zcurrent_link {
        display: block;
	background-image: url(/media/images/base/navon.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 24px;
}

.noncurrent_link {
        display: block;
	background-image: url(/media/images/base/navoff.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 24px;
}

div#register {
	background-image: url(/media/images/base/register.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 15px;
	height: 156px;
        margin-top: -10px;
}

div#register_form {
	padding-left: 15px;
	padding-top: 65px;
}


div#content {
	float: left;
	width: 690px;
	background-color: #9F9FD7;
	padding: 0px 10px;
	margin-top: 15px;
}

div#busfoot {
        float: left;
        margin-top: -10px;
	margin-bottom: 12px;
}


div#footer {
	color: #FFFFFF;
	font-size: 0.8em;
	padding-left: 15px;
	padding-top: 5px;
}

div#footer a, div#footer a:active, div#footer a:link, div#footer a:visited { text-decoration: none; color: #E0B126;}
div#footer a:hover {color:#A18E57; }

a img { border: none; }

a, a:active, a:link, a:visited { text-decoration: none; color:#FFFFFF;}
a:hover { color: #FF0000; }

/* Form Layout */
form ul, form ol { list-style: none; }
input[type=radio] { margin-right: 15px;}

ul li label { float: left; width: 30px; display: block; margin: 0px 0px 5px 0px; list-style: none;}
label { display: block; padding:0 1em 3px 0; float:left; width:15em; }
input, textarea, select { margin:2px 0; padding:2px 3px; vertical-align:middle; font-weight:normal; font-size:0.9em; }
input[type=text] { width: 250px;}
textarea { vertical-align:top !important; width: 250px; }
select { font-size: 0.9em; }
form.not_styled label { float: none; width: auto; padding: 0; display: inline; }

.hidden {   visibility: hidden; height: 0px; display: none; }

p img { border: none; }

.radioselect li label span {
    display: none;
}

.radioselect {
    height: 30px;
}
ul.messagelist {                                                                                                                                            
    padding: 0 0 5px 0;                                                                                                                                     
    margin: 0;                                                                                                                                              
}                                                                                                                                                            
                                                                                                                                                             
ul.messagelist li {                                                                                                                                         
    font-size: 12px;                                                                                                                                        
    display: block;                                                                                                                                         
    padding: 4px 5px 4px 25px;                                                                                                                              
    margin: 0 0 3px 0;                                                                                                                                      
    border-bottom: 1px solid #ddd;                                                                                                                          
    color: #666;                                                                                                                                            
    background: #ffc url(../img/admin/icon_success.gif) 5px .3em no-repeat;                                                                                 
}           

.errorlist { color: red; font-weight: bold; font-size: 0.8em; margin: 3px 15px 0 0;  float: right; }

