
/* -------------------------------
BODY STYLES
----------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  background:#0f0f0f url(images/backstagebg.png) 0 0 repeat-x;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-size:12px;
  line-height:110%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: inline-block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/

a {
  color: #0283D0;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
	outline:none;
}

ul {
	list-style:none;
}

h2 {
	font-size:18px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	padding-top:5px;
	color:#333;
	}

/* --------------------------------------------------
LAYOUT STRUCTURE 
-----------------------------------------------------*/

#wrapper {
	width:600px;
	margin:80px auto 80px;
	position:relative;
}

#innerWrapper {
	margin-top:20px;
	-moz-border-radius-bottomleft:6px;
   -moz-border-radius-bottomright:6px;
   -moz-border-radius-topright:6px;
   -moz-border-radius-topleft:6px;
   border:7px solid #2A2A2A;
   background:#2A2A2A;
   width:600px;
}

#content {
	background:#fff;
	padding:25px 20px;
	position:relative;
}	

#footer {
	border-top:1px solid #ddd;
	margin:15px 0 0;
	padding:20px 0 0;
	text-align:center;
}

/* --------------------------------------------------
LAYOUT ELEMENTS 
-----------------------------------------------------*/

#topBullet {
	position:absolute;
	top:-1px;
	right:22px;
	width:14px;
	height:8px;
	background:url(images/top_bullet.jpg) 0 0 no-repeat;
}

#tabsContainer, #tabsContainerOn {
	background:url(images/bk_tabs_cont.jpg) 100% 0 no-repeat;
	padding-right:45px;
	text-align:right;
	font-size:12px;
	width:555px;
	line-height:32px;
}

#tabsContainerOn {
	background:url(images/bk_tabs_cont_on.jpg) 100% 0 no-repeat;
}


#tabsContainer ul li, #tabsContainerOn ul li {
	float:left;
	margin-right:1px;
}

#tabsContainer ul li a, #tabsContainerOn ul li a {
	display:block;
	width:122px;
	height:32px;
	background:url(images/bk_tabs.jpg) 0 0 no-repeat;
	text-align:center;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}

#tabsContainerOn ul li a {
	background:url(images/bk_tabs.jpg) 0 -32px no-repeat;
}

#tabsContainer ul li a {
	color:#666;
}

#tabsContainerOn li a:hover,  #tabsContainerOn li a.current {
	text-decoration:none;
	background:url(images/bk_tabs.jpg) 0 -64px no-repeat;
	color:#333;
}

#tabsContainer li a:hover {
	text-decoration:none;
	cursor:default;
}

#preferences {
	display:none;
}


/* Webmail Clients Buttons */

#mailClients{
	margin-left:-14px;
	margin-top:15px;
}

#mailClients ul li {
	float:left;
	margin-top:3px;
	padding-bottom:15px;
}

#mailClients ul li a {
	display:block;
	border:1px solid #ddd;
   -moz-border-radius-bottomleft:4px;
   -moz-border-radius-bottomright:4px;
   -moz-border-radius-topleft:4px;
   -moz-border-radius-topright:4px;
	width:175px;
	margin-left:14px;
	color:#666;
	text-align:center;
	padding:70px 0 15px;
	font-size:11px;
}


#mailClients ul li a.roundcube {
	background:#F9F9F9 url(images/logo_roundcube.png) 50% 12px no-repeat;
}

#mailClients ul li a.squirrelmail {
	background:#F9F9F9 url(images/logo_squirrel.png) 50% 12px no-repeat;
}

#mailClients ul li a.horde {
	background:#F9F9F9 url(images/logo_horde.png) 50% 12px no-repeat;
}

#mailClients ul li a:hover {
	text-decoration:none;
	background-color:#EFEFEF;
}

.messageBox {
   -moz-border-radius-bottomleft:4px;
   -moz-border-radius-bottomright:4px;
   -moz-border-radius-topleft:4px;
   -moz-border-radius-topright:4px;
   border:1px solid #EFD054;
   background:#FFF9D5;
   padding:10px 12px 12px 35px;
   margin-bottom:15px;
   font-size:14px;
   line-height:130%;
}

.success {
	display: none;
	background: #FFF9D5 url(images/ico_succes.png) 10px 10px no-repeat;
}

.error {
	display: none;
	border:1px solid #F09167;
	background:#FEE7D9 url(images/ico_error.png) 10px 10px no-repeat;
	color:#CC3300;
}

.banned {
	border:1px solid #F09167;
	background:#FEE7D9 url(images/ico_error.png) 10px 10px no-repeat;
	color:#CC3300;
}

.redirect {
	display: none;
	background:#FFF9D5 url(images/ico_redirect.png) 10px 10px no-repeat;
}

.redirect a {
	font-size:12px;
}

.logout {
 display:block;
 position:absolute;
 right:10px;
 top:40px;
 color:#999;
 font-weight:bold;
}

/* --------------------------------------------------
FORMS 
-----------------------------------------------------*/

form {
	font-size:14px;
}

form fieldset {
	border:none;
	padding:10px 0 5px;
}

form#login {
	background:url(images/bk_form_login.jpg) 95% 0 no-repeat;
}

form#prefs .submit{
	margin-top:10px;
}

form div{
	width:100%;
}

label {
	width:110px;
	float:left;
	padding-top:5px;
}

form#login label {
	font-weight:bold;
}

select {
	padding:2px;
}

input {
	padding:5px;
	border:1px solid #ddd;
	background:#fff;
	width:310px;
	margin-bottom:15px;
}


input.submit{
	border:none;
	background:url(images/bk_but.png) 0 0 no-repeat;
	text-align:center;
	color:#fff;
	width:99px;
	padding:6px 0 9px;
    float:left;
    margin-left:110px;
	font-size:12px;
	cursor:pointer;
}

form#getPassword .message {
	padding-left:110px;
	font-size:12px;
	display:block;
	line-height:100%;
	padding-bottom:10px;
	line-height:130%;
}