/* CSS Document */

body {
	background-color: #023a64;
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0;
	padding: 0;
}

.norep {
	font-size: 6px;
	background-repeat: no-repeat;
}

.support {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
}

.topsubmenu {
	font-family: Arial;
	font-size: 11px;
	color: #888888;
	font-weight: bold;
}

.topsubmenu a {
	text-decoration: none;
	color: #dddddd;
}

.topsubmenu a:hover {
	color: #eeeeee;
}

.menu {
	font-family: Arial;
	font-size: 12px;
	color: #444444;
	padding-top: 10px;
	font-weight: bold;
}

.menu a {
	color: #444444;
	text-decoration: none;
}

.menu a:hover {
	color: #000000;
}



.content {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #696969;
}

a {
	color: #cc4444;
	text-decoration: none;
}

a:hover {
	color: #ff2222;
}

input, select, textarea {
	font-family: Arial;
	font-size: 11px;
}

form {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

/* generic div block */
.block {
	border: 1px dotted #cccccc;
	padding: 5px;
	margin: 0px;
}

/* ad div block */
.adblock {
	font-size: 8px;
	border: 1px dotted #cccccc;
	padding: 0px;
	margin: 0px;
}

/* div block using arial font */
.blockar {
	font-family: Arial;
	font-size: 10px;
	line-height: 20px;
	color: #444444;
	border: 1px dotted #cccccc;
	padding: 5px;
	margin: 0px;
}

h1 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #000000;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #777777;
}

ol {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.grayline {
	color: #e5e5e5;
	border-bottom-style: dotted;
}

.bottommenu {
	font-family: Arial;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
}

.bottommenu a {
	color: #999999;
	text-decoration: none;
}

.bottommenu a:hover {
	color: #555555;
}

.footer, .footer a {
	font-family: Arial;
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
}

.alt {
	background: #f5f5f5;
}

/* Data Table */
table.dataTable {
	margin: 0;
	vertical-align:top;
	cursor: default
}

table.dataTable thead td {
	background-color: #e0e8f1;
	border-color: #F5F7FA #D1D8E5 #D1D8E5 #F5F7FA;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	padding: 4px 5px;
	color: #333
}

table.dataTable td {
	border-bottom: 1px solid #f5f5f5;
	padding: 3px 5px;
	font-size: 11px;
}

.promo-tr {
	background-color: #eeffee;
}

.promo-chck-avail {
	color: #aa0000;
	font-weight: bold;
}

.promo-chck-avail strong {
	background-color: #ff0000;
	color: #ffffff;
}

.strikeout {
	text-decoration: line-through;
}