@CHARSET "UTF-8";
/*@import url("table.css");*/
/*@import url("index.css");*/
/*@import url("down.css");*/

body {
	background:#FCFCFC;
	color:#111111;
	font-family:Trebuchet MS,verdana,geneva,arial,helvetica,sans-serif;
}

img.handle {
	cursor:pointer;
	vertical-align:middle;
	border-width:0px;
}

.centerAlign {text-align:center;}

a {text-decoration:none;color:#039;}
a:hover{text-decoration:underline;}

div#dimmer{
	background:#eeeeee;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	position:absolute;
	z-index:1
}
div.wizard {}
div.wizard td#button{padding-top:50px;text-align:center}

div.message{
	text-align:center;
	background-color:#e8edff;
	color:#039;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
}
div.path{
	border-bottom:1px solid #b9c9fe;
	margin-bottom:5px;
}
div.path, div.path *{
	font-size:12px;
	color:#039;
	font-style:italic;
}
div.header {
	height:100px;
	background-image:url('../images/gradient.png');
}
div.header img {
	vertical-align:middle;
}
div.header #moto{
	vertical-align:middle;
	padding-top:0px;
	font-size:18px;
}
div.footer{
	float:right;
	bottom:0px;
	right:20px;
	position:absolute;	
}
input.overall{
	width:250px;
}
input.db,
input.admin{
	width:auto;
}

.error {
	color:red;
}
@CHARSET "UTF-8";
div.user
{
	width:800px;
	font-size: 12px;
	height:12px;
	margin:45px auto 5px auto;
}
table.form
{
	width:100px!important;
}
table.form td
{
	white-space:nowrap;
}
table.sites
{
	width:80%;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	
}
table.files 
{
	width:50%;
}
table.sites thead th.first
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
table.sites thead th.last
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
table.sites th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
table.sites td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
table.files td
{
	padding: 2px;
}

table.sites tfoot td.first
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
table.sites tfoot td.last
{
	text-align:right;
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
table.sites tbody tr:hover td
{
	background: #d0dafd;
}

table.sites tbody tr.empty td
{
	text-align:center;
	font-style:italic;
}

table.forms
{
	margin:auto;	
}
table.forms td
{
	vertical-align:top;
}@CHARSET "UTF-8";
table.sites-list {
	border-collapse:collapse;	
	width:100%;
	font-size:22px;
}
table.sites-list tr:hover {
	background: #d0dafd;
}
table.sites-list td:first-child{
	width:50%;
	text-align:right;	
}
table.sites-list img {
	vertical-align:middle;
	padding:0px 6px 0px 6px;
}
table.sites-list tr.empty td {
	font-size:16px;
	text-align:center;
}

.rounded-index-box {
	width:500px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	background: url('table-images/rounded_tl.png') no-repeat top left;
}
.rounded-index-top {
	background: url('table-images/rounded_tr.png') no-repeat top right;
}
.rounded-index-bottom {
	background: url('table-images/rounded_bl.png') no-repeat bottom left;
}
.rounded-index-bottom div {
	background: url('table-images/rounded_br.png') no-repeat bottom right;
}
.rounded-index-content {
	background: url('table-images/rounded_r.png') top right repeat-y;
}

.rounded-index-top div,.rounded_top,
.rounded-index-bottom div, .rounded_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.rounded-index-content { padding: 0 15px; }

div.admin_cpanel{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

table.site-down{
	text-align:center;
	margin-top:100px;
	width:500px;
	height:300px;	
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
}
table.site-down td{
	vertical-align:middle;
	color:#aa0000!important;
	font-size:16px;
}
@CHARSET "UTF-8";
/*http://www.prototypextensions.com/*/

.tabs-zendex {}

.tabs-zendex .nav {
    list-style: none;
    margin: 0;
    padding:0;
    width:100%;
    height:27px;
}

.tabs-zendex .nav a  {
    padding: 0 10px 0 10px;
    height: 27px;
    line-height: 27px;
    outline:0;
}


.tabs-zendex .tab-show {
    position:relative;
    z-index:100;
    float: left;
    margin: 0 5px 0 0;
    padding-left:5px;
    cursor:pointer;
    height:27px;
    font-size:12px;
    /*background:url(images/in0.gif) top left no-repeat;*/
    background-color:#b9c9fe;
	color:#FFFFFF; 
	letter-spacing:1px;
	font-weight:bold;
}

.tabs-zendex .tab-show a{ color: #333333; text-decoration:none; }
.tabs-zendex .tab-show a:hover{ color: #000000; text-decoration:none; }

.tabs-zendex .tab-hide {
    position:relative;
    z-index:100;
    float: left;
    margin: 0 5px 0 0;
    padding-left:5px;
    font-size:12px;
    cursor:pointer;
    height:27px;
    /*background:url(images/out.gif) top left no-repeat;*/
	color:#CCCCCC; 
	letter-spacing:1px;
	
}

.tabs-zendex .tab-hide  a {
    color:#039;    
}
.tabs-zendex .tab-hide  a:hover {
    color:#039;    
}

.tabs-zendex .panel-show {
    position:relative;
    padding:10px;
    /*background:#FFFFFF;*/
    /*font-size:12px;*/
    margin:0;
    border: 1px solid #b9c9fe;
    
    /*border-bottom:1px solid #0F4858;*/
}

.tabs-zendex .panel-hide {
    display:none;
}

