/*
Theme Name: l33t
Theme URI: http://migration.coreix.net
Description: Copied (and optimised a bit) from the new design
Author: Emmanuel Revah
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url("imgs/bg1.jpg") repeat-x scroll center top;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
a {
        border: 0;
	text-decoration: none;
	font-weight: bold;
	color: #535B69;
}
a:hover {
	color: #296394;
}
li {
	list-style: none;
}


/* Lil classes */

.clear {
	clear: both;
}
.rborder {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.bborder {
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.tborder {
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#adminhome {
	bottom: -7px;
	left: 23px;
	position: absolute;
}

#faqhome {
        bottom: -7px;
        left: 120px;
        position: absolute;
}

#wrap {
	width: 996px;
	margin: auto;
	position: relative;
}

#top {
	position: relative;
	padding: 45px 0;
}
#top h1 {
	display: none;
}

#logo {
	background: transparent url("imgs/logo.png") repeat-x scroll center top;
	float: left;
	height: 52px;
	width: 196px;
}

/* CONTACT */
#contact {
	background: transparent url("imgs/your_solution.png") repeat-x scroll center top;
	position: absolute;
	right: 0;
	top: 53px;
	height: 38px;
	width: 152px;
	z-index: 10;
}


/* MENU 
#menu {
	margin-top: 5px;
	position: relative;
}
#menu ul {
	position: absolute;
	margin: 8px 10px;
}
#menu li {
	float: left;
}
*/
#menu a {
	padding: 0 14px;
	color: white;
	text-shadow: 2px 2px 2px #000;
	line-height: 25px;
	margin: 5px 2px 0 0;
	float: left;
}
#menu a:hover {
	background-color: #FFF;
	color: #333333;
	border-radius: 7px 7px 0 0;
	text-shadow: none;
}

/* MENU decoration */
#menuleft {
	background: transparent url("imgs/menu_bg_left.png") repeat-x scroll center top;
	float: left;
	height: 58px;
	width: 2px;
}
#menuright {
	background: transparent url("imgs/menu_bg_right.png") repeat-x scroll center top;
	float: right;
	height: 58px;
	width: 2px;
}
#menu {
	background: transparent url("imgs/menu_bg_main.png") repeat-x scroll center top;
	height: 40px;
	float: left;
	border-radius: 3px;
	padding-left: 10px;
	width: 986px;
	margin-bottom: 10px;
}

#mirror-menu {
	float: left;
	margin: 10px 0 10px -10px;
	width: 170px;
	background-color: #4984B5;
}
#mirror-menu a {
	background-color: #2B6BA0;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 4px 5px;
}
#mirror-menu a:hover {
	background-color: #4984B5;
}

pre {
	float: right;
	width: 800px;
	margin-bottom: 17px;
}

hr {
	visibility: hidden;
}

#status {
	clear: both;
	margin-top: 8px;
}


/* CONTENT */
#content {
	background-color: #FFF;
	margin-top: 24px;
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	clear: both;
	#border-radius: 3px;
}

#content  h2 {
	margin: 5px 0;
}

#unotes {
	background-color: #F9EE71;
	border-top: 5px solid #9F9848;
	display: block;
	padding: 3px 5px 5px;
	margin: 15px 0;
}
/*#unotes p {*/
	/*background-color: #E7E7E7;*/
	/*padding: 11px 6px;*/
/*}*/
#unotes p strong {
	margin-right: 8px;
}


.cab {
	margin-bottom: 20px;
	background-color: #E7E7E7;
}
.cab h3 {
	background-color: #DADADA;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 5px;
}
.cab h4 {
	display: inline-block;
	width: 145px;
}
.cab span {
	margin-bottom: 2px;
}
.server {
	padding: 4px 5px;
	position: relative;
}
.server:hover {
	background-color: #F3A9DC;
}
.server input {
	margin: 0 10px 0 2px;
}
.batch {
	margin-left: 1em;
}
.status {
	bottom: -2px;
	padding: 4px 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100px;
}
.srvnotes {
	background-color: #F9EE71;
	border-top: 5px solid #9F9848;
	display: block;
	padding: 3px 5px 5px;
	width: 460px;
	margin: 5px 0;
}
.ip {
	margin-left: 10px;
	font-weight: bold;
}



#footer {
	margin: 10px 0;
	/*margin: 10px;*/
	padding: 5px;
	text-align: center;
}


/* STATUS */

#statuslegend {
	border: 1px solid #4A4A4A;
	float: right;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 160px;
	z-index: 50;
}
#statuslegend li:first-child {
	background-color: #4A4A4A;
	color: #FFF;
	text-align: right;
	display: block;
}
#statuslegend:hover li {
	display: block;
}
#statuslegend strong {
	padding-right: 3px;
}
#statuslegend li {
	border-bottom: 1px solid #4A4A4A;
	position: relative;
	line-height: 17px;
	padding-left: 3px;
	font-weight: bold;
}
#statuslegend li {
	display:none;
}
#statuslegend li:last-child {
	border: none;
}
#statuslegend li a {
	color: #4A4A4A;
}
#statuslegend span {
	display: none;
}
#statuslegend li:hover span {
	top: -1px;
	display: block;
	position: absolute;
	/*left: 161px;*/
	right: 162px;
	background-color: #F9EE71;
	width: 196px;
	min-height: 25px;
	border-top: 5px solid #9F9848;
	z-index: 10;
	padding: 3px;
}
.completed {
	background-color: #82F44C;
}
.enfield {
	background-color: #FFF982;
}
.pending {
	background-color: #FFCCD6;
}
.planned {
	background-color: #B0F9FF;
}
.power_off {
	background-color: #FF4866;
}
.power_on {
	background-color: #FFB647;
}
.transit {
	background-color: #9C97FF;
}
.no_migration {
    background-color: #E87BE8;
}


#cablist {
	border: 2px solid #4A4A4A;
}
#cablist li {
	border-bottom: 2px solid #4A4A4A;
}
#cablist li:last-child {
	border-bottom: none;
}
#cablist li a {
	padding: 4px 10px;
	display: block;
}
#cablist li a:hover {
	background-color: #F3A9DC;
	color: white;
}
