/**
Do not modify this page unless you are highly knowledgeable
as to the structure of the SMS. Modification may cause the SMS
to no longer function.

File: [ skins/tmp_era/style.css ]
Purpose: Stylesheet for the skin. To set as your skin, change the
	$g_skin variable in globals.php to: tmp_era.
**/

html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-weight: normal;
	font-size: 12px;
	color: #dddddd;
	font-family: Tahoma, Verdana;
}

/** styles for all links through the site **/
a:link, a:active, a:visited {
	color: #b0bedd;
	font-weight: normal;
	text-decoration:none;
	font-family: Tahoma, Verdana;
}
a:hover {
	color: #dfddff;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma, Verdana;
}
a.menu:link, a.menu:active, a.menu:visited {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	font-family: Tahoma, Verdana;
}
a.menu:hover {
	color: #191919;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Verdana;
}

/** content class styles **/
.content {
	font-size: 12px;
}
.content_small {
	font-size: 10px;
}
.content_normal {
	font-size: 12px;
}
.content_title {
	font-size: 12px;
	font-weight: bold;
}

.disclaimer {
	font-size: 12px;
	color: #efefef;
}

.details_box {
	border-color: #7d7da0;
	border-style: solid;
	border-width: thin;
	font-family: Tahoma, Verdana;
}

.menu_title {
	color: #737c90;
	font-size: 14px;
	font-weight: normal;
}

.manifest_imagecell {
}
.manifest_combadgecell {
}
.menu1 {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color:#000000;
	background-image: url(images/bluer.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}
.menu2 {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color:#000000;
	background-image: url(images/greenr.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}
.td_title {
}
.td_content {
}
.td_light {
	font-size: 12px;
	font-weight: bold;
	padding-right: 6px;
}
.td_dark {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dept_left {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
	vertical-align: middle;
}

.specs_left {
    background-color: #19284E;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
	vertical-align: top;
}
.specs_right {
	background-color: #0A1529;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left: 6px;
}

.spacer {
}

/** login class styles **/
.login {
	background-color: #2C2C2C;
	opacity: .60;
	border-color: #737c90; 
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.login-text {
	font-size: 9px;
	color: #b0bedd; 
	font-weight: bold;
}

/** join class styles **/
.join {
	background-color: #000000; 
	border-color: #737c90; 
	border-style: solid;
	border-width: thin;
	color: #ffffff;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.join_textbox {
	background-color: #000000; 
	border-color: #737c90; 
	border-style: solid;
	border-width: thin;
	color: #ffffff;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma, Verdana;
}
.join_button {
	background-color: #000618; 
	border-color: #737c90; 
	border-style: solid;
	border-width: thin;
	color: #ffffff;
	font-size: 12px;
}

.red {
	color: #9c2c2c;
}
.green {
	color: #008000;
}
.yellow { 
	color: #dfd530;
}
.countTableBorder {
	border-right: 1px solid white;
}