body{
    background:#3C3C3C;
}

h1, h2, h3, h4 {
    color:#DBDCDA;
}

p, li{
    color: #FFFFFF;
}

a {
    color:#9BDCDA;
}

#spinner img{
    display: none;

    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: 20px; /* Half the height */
}

#wrapper{
	width: 96%;
	position:  relative;
	left: 50%;
	margin-left: -48%;
}

#topbar{
	float: left;
	width: 100%;
	//background-color: #e8ebf2;
	margin-bottom: 2em;
    z-index:100;
    background:url(images/droptopslice.png) top left repeat-y;
    //overflow:hidden;
    color:#ffffff;
}

#title{
	float: left;
	width: 300px;
	padding-left: 10%;
	font: 24px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	
}


#logout-link{  
    position: absolute;  
    top: 0px;  
    right: 10%;  
    display: block;  
    background: #2a2a2a;  
    padding: 5px 15px 5px 15px;  
    color: #FFF;  
}  

#login-link{  
    position: absolute;  
    top: 0px;  
    right: 10%;  
    display: block;  
    background: #2a2a2a;  
    padding: 5px 15px 5px 15px;  
    color: #FFF;  
}  
#login-panel{  
    position: absolute;  
    top: 26px;  
    right: 10%;  
    width: 240px;  
    padding: 10px 15px 5px 15px;  
    background: #2a2a2a;  
    font-size: 10pt;  
    font-weight: bold;  
    color: #FFF;  
    display: none; 
     
}  

#login-panel input{
	float: right;
}

#login-panel label{  
    line-height: 1.8;
	margin-right: 10px;
	display: block;
}  

label.myinfo{  
    font-weight: bold;  
}  

label.newuser{
	margin-right: 2em;
}

label.required{
	font-weight: bold;
}

div.myinfo {
	padding-left: 2em;
}

div.myinfo label{
	font-weight: bold;
}

.clear{
	clear: both;
}

#nav{
	width: 23%;
	float: left;
	background-color: #3C3C3C;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    max-width: 180px;
	
}

#nav li{
	margin-bottom: 5px;
}

#nav a{
    color:#9BDCDA;
}
#nav a:hover {
    text-decoration:underline;
    color:#ffffff;
}


#content{
    padding-left: 10px;
	width: 75%;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}


.optionlist{
	float: left;
	margin-left: 4em;
}

.optionwrapper{
	margin-top: 2em;
}

.listtitle{
	font-weight: bold;
	margin-bottom: 1em;
}

#taskarea{
	clear: left;
	background-color: #e9fafc;
	width: 80%;
	height: 10em;
	padding: 1em;
}

.inputline{
	clear: left;
	width: 30em;
	margin-bottom: 1em;
}

div.inputline input {
	float: right;
	width: 20em;
}

input.invalid {
	background-color: #f6bbbb;
}


div.hey{
	font-weight: bold;
}

#key_table {
	font-size: 10pt;
}

/* admin panels on the super-user page */
#admin-new {
	display: none;
}

#admin-modify {
	display: none;
}    

#admin-disable {
	display: none;
}    
#admin-activate {
	display: none;
}  

/* end super-user page */


/* Stylized */


p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	width:500px;
padding:14px;
font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
margin: 0 auto 10px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}

#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
text-align:right;
width:140px;
float:left;
}

#stylized label.required{
font-weight: bold;
color: #d80a04;
}
#stylized span.required{
font-weight: bold;
color: #d80a04;
	
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
margin:2px 0 20px 10px;
}

#stylized input.checkbox{
text-align: left;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
width:300px;
border:solid 1px #aacfe4;
margin:2px 0 20px 10px;
}

#stylized div #hspacer {
	width: 150px;
	height: 31px;
	clear: left;
	float: left;
}

#stylized button{
float: left;
width:125px;
height:31px;
background:#666666 no-repeat;
text-align:center;
line-height: 31px;
color:#FFFFFF;
font-size: 11px;
font-weight: bold;
margin-right: 20px;
}

#stylized .group{
	margin-bottom: 20px;
	border-bottom: 1px dotted #356584;
}


/* Keys table */
.key_table {
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 20px;
    text-align: left;
}
.key_table th {
    border-bottom: 2px solid #6678B1;
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
}
.key_table td {
    border-bottom: 1px solid #CCCCCC;
    color: #666699;
    padding: 6px 16px;
}
.key_table tbody tr:hover td {
    color: #000099;
}

.key_table td.strong{
    font-weight: bold;
}

thead { display: block; }
