.busy_mail,.busy_user
{
color:#ff0000;
}
.unbusy_user
{
color:#129600;
}

#validEmail
    {
    margin-top: 4px;
    margin-left: 4px;
    padding-left:18px;
    position: absolute;    
    height: 16px;
    display:inline;
    background: url('http://post/images/validNo.png') no-repeat;
    }
    
#validLength
    {
    margin-top: 4px;
    margin-left: 4px;
    padding-left:18px;
    position: absolute;    
    height: 16px;
    display:inline;
    background: url('http://post/images/validNo.png') no-repeat;
    }    
    
#validUser
    {
    margin-top: 4px;
    margin-left: 4px;
    position: absolute;    
    height: 16px;
    display:inline;
    }
    
#validRepeat 
    {
    margin-top: 4px;
    margin-left: 4px;
    padding-left:18px;
    position: absolute;
    width: 16px;
    height: 16px;
    display:inline;
    background: url('http://post/images/validNo.png') no-repeat;
    }
        
.inputRed{
border:1px solid #ff4040;
background: #ffcece;
}

.inputGreen{
border:1px solid #83c954;
background: #e8ffce;
}

body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
  background: url('back1000.gif') repeat;
}

#page
{
	margin-bottom: 5px;
	background: white;
  border-radius: 0  0 18px 18px; 
}

#header
{
	margin: 0;
	padding: 0;
  background: url('header00.png') no-repeat;
  height: 150px;
}

#content
{
    font-family:"DINPro-Regular", sans-serif;
    width:70%;
    padding: 20px;
    float: left;
    display: inline;
}
   
#sidebar
{ 
  display:inline; float: right;    	
/*  background: rgba(54,53,53,0.4);
  border-radius: 6px;   */
  height:200px;
}

.brstar
{
  display:inline-block;
  /*width:16px;*/
  padding-left:20px;
  height:16px;
  background: url('star_bla.png') no-repeat;
}

#sidebar_under
{ 
  float: right;        
  margin-top:10px;
  margin-right:10px;
  background: url('back1000.gif') repeat;
  border-radius: 6px 6px 6px 6px;
  display:inline;
  width:23%;
}

#footer
{
  font-family:"DINPro-Regular", sans-serif;
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 2px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:#363535;
  height:40px;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 8px;
}

#mainmenu ul li.active a
{
	color: #000000;
	background-color:#ffffff;
	text-decoration:none;  
  border-radius:0 0 6px 6px;
}

#mainmenu ul li a:hover
{        
	color: #000000;
	background-color:#e4e4e4;
	text-decoration:none;
  border-radius:0 0 6px 6px;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}