/* General */
body {
/*	background-color:#506e97;
	background: url(/img/bgBlue.png) 0% 0% repeat-x;
*/
	background-color: #7499B8;
}
html, body {height:100%;}
body, table, input, select, textarea, button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a, a:visited {color:#15418b;}
a:link {color:#15418b;}
a:hover {color:#15418b;}
select, textarea,
input[type="file"], input[type="password"], input[type="text"],
input[type="button"], input[type="submit"], input[type="reset"], button {
	background-color:#FFFFFF;
	border-color:#000000;
}

/* Page Layout */
#containerMaster {
	background-color:#F6F6F6;
}
#containerBody {
	background-color:#FFFFFF;
	background: url("/img/bgBody.png") repeat-x scroll 0 0 white
}
#containerBodyIndex {
	background-color:#FFFFFF;
	background: url("/img/bgIndex.png") repeat-x scroll 0 0 white
}
#containerHeader {
	background: url(/img/skin/containerimage.png) 0% 0% repeat-x;
	width:100%;
	border-collapse:collapse;
	margin-top:-1px;
}

/* Common Classes/IDs */
.textError {color:#FF0000;}
.textImportant {color:#7F3232;}
.textNavInactive {color:#808080;}
/* Classes for Velocity Graphing on "serverarrayinfo.php" */
.the_text { position: relative; top: 0px; left: 0px; color: #000000; font-weight: bold;}
.the_text div { background-color: #B0C4DE; }
.the_shadow_LR { position: absolute; top: 0px; left: 0px; color: #000000; }
.the_text_again { position: absolute; top: 0px; left: 0px; color: #000000; }
.grayText { display:inline; color:#3B3B3B; }
.textStatus {
	color:#CD0000;
	padding-bottom: 10px;
}
.textHeader {
	color:black;
}
.deferInfo {
	color:black;
	font-style:italic;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color:#F6F6F6;
}
.deliveryProfiles {
	background-color:#F6F6F6;
}
table.deliveryProfiles tr td {
	width:120px;
}


/* Tables */
.tableMain
{
	border-color:#DDDDDD;
	background-color:#E1E6ED;
}
.tableMain th
{
	background: url(/img/skin/thimage.png) 0% 0% repeat-x;
/*	background-color: #D3E0F2; */
	background-color: #D8E3F2;
}
.tableRowHover tr:hover,
.tableMain tr.tableTotals
{
	background-color:#DDDDDD;
}
.tableMain tr {
/*	background-color:#F7FAFC;*/
	background-color:#f6F6F6;
}
.tableRowHoverOff td {background-color:#EEEEEE;}

/* DeferStatus Page */
.tableMessages
{
	border-color:#DDDDDD;
	background-color:#FFFFFF;
}
.tableMessages th,
.tableRowHover tr:hover,
.tableMessages tr.tableTotals
{
	background-color:#CBDEF7;
}
.tableMessages tr, .tableRowHoverOff td {background-color:#EEEEEE;}

/* Super Admin Menu */
#SANavList ul.topLevel, #SANavList ul.topLevel a.tlLink {background-color:#EEEEEE;cursor:default;}
#SANavList a, #SANavList span {border-color:#7E7E7E;}
#SANavList a {color:#000000;background-color:#FFFFFF;}
#SANavList a:hover, #SANavList ul.topLevel a.tlLink:hover {color:#AA0000;cursor:pointer;}

/* Jquery for Domain Defer Status */
.msg_head_to {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 1px;
	margin-right: 10px;
	margin-top: 1px;
	cursor: pointer;
	background-color:#F5F5F5;
	font-size:13px;
	border-style:solid;
	border-width:thin;
	border-color:#BABABA
}
.msg_head_for {
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 1px;
	margin-right: 10px;
	margin-top: 1px;
	cursor: pointer;
	background-color:#F5F5F5;
	font-size:13px;
	border-style:solid;
	border-width:thin;
	border-color:#BABABA
}
.msg_domain_to {
	padding: 0px;
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	background-color:#EBEBEB;
}
.msg_domain_for {
	padding: 0px;
	border-color: #dbdbdb;
	border-style: solid;
	border-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	background-color:#EBEBEB;
}
.msg_email_to {
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	background-color: white;
	position: relative
}
.msg_email_for {
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
	background-color: white;
	position: relative
}