/* CSS Document */

/*

Add colors here for reference:

e.g. 
#dc291e - red
#18bee7 - blue

*/

/* Required in order to make red bordered "main" area to expand downwards 100% */
html, body {
	height: 100%;
}

/* IE6 Hacks */
* html #body_center_wrapper {
	height: 100%;
}

* html #body_center_wrapper #main_wrapper {
	height: 100%;
}

/* Begin body definitions */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: #e9f9fd url(../images/bg_repeat_x.gif) repeat-x left top;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	color: #000000;
}

h2 {
	font-family: "Arial Black", Gadget, sans-serif;	
	font-size: 1.1em;
	color: #18bee7;
}

.header_blue {
	font-family: "Arial Black", Gadget, sans-serif;	
	font-size: 1.1em;
	color: #18bee7;
	text-decoration: none;
}

a, a:link, a:visited {
	color: #dc291e;
}

a.header_blue, a:link.header_blue, a:visited.header_blue {
	color: #18bee7;
}

a:hover {
	color: #000;	
}

.no_vertical_padding {
	padding-top: 0;
	padding-bottom: 0;
}

.red {
	color: #dc291e;
}

.blue_bg {
	background: #CFF;
}

.gray_bg {
	background: #EEE;
	border: 1px solid #DDD;
}

.blue_bg_grad {
	background: #FFF url(../images/bg_blue_repeat_x.gif) repeat-x left top;
}

.blue_bg_grad_y {
	background: #FFF url(../images/bg_blue_repeat_y.gif) repeat-y left top;
}

.gray_bg_grad {
	background: #FFF url(../images/bg_gray_repeat_x.gif) repeat-x left top;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.text_large {
	font-size: 1.3em;
}

#body_center_wrapper {
	height: 100%;
	min-height: 100%;
}

#main_wrapper {
	border-left: 1px solid #dc291e;
	border-right: 1px solid #dc291e;
	background-color: #ffffff;
	width: 940px;
	min-height: 100%;
	text-align: left;
	overflow: visible;
}

#header {
	background: #ffffff url(../images/header_bg_repeat_x.gif) repeat-x left bottom;
	height: 94px;
}

#logo {
	padding-right: 14px;
	float: left;
}

#logo_tag {
	border-left: 1px solid #ebebeb;	
	padding-left: 14px;
	float: left;
	height: 76px;
}

#presented_by {
	text-align: center;
	float: left;
	padding-left: 23px;
	padding-top: 10px;
}

#menu_wrapper {
	float: right;	
	text-align: right;
	vertical-align: top;
	padding-right: 8px;
}

/* navigation */
#navcontainer ul#navlist {
	padding: 0;
	margin: 0;
	padding-top: 16px;
}

#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	padding-left: 3px;
	border-right: 1px solid #ebebeb;
	padding-right: 6px;
	font-size: 30px;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 1px;
	white-space: nowrap;
}

#navlist li.last {
	padding-left: 3px;
	padding-right: 0;
	border-right: none;
}

#navlist li.safari_fix {
	padding: 0;
	margin: 0;
	border: 0;
}

#navlist li.active {
	background: url(../images/nav_arrow.gif) no-repeat bottom center;
}

#red_bar {
	background-color: #dc291e;
	height: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 43px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: right;
	line-height: .6em;
	padding-right: 18px;
}

#red_bar a, #red_bar_text a {
	color: #ffffff;
	text-decoration: none;
}

#rh_special {
	text-align: right;	
	padding-right: 18px;
	padding-top: 10px;
	line-height: 1.1em;
}

#main {
	padding: 10px;	
}

#main_col {
	float: left; 
	width: 670px;
}

#rh_col {
	float: right; 
	text-align: left; 
	width: 190px; 
	margin-top: 22px; 
	padding: 10px;
}

#footer {
	text-align: center;
	background-color: #dc291e;
	padding: 8px;
	margin: 32px;
}

.tundra .dijitTextBox {
	padding: 4px;
}

.hr {
	border-bottom: 1px dotted #666666; 
	font-size: 1px;	
}

.report_table {
  border-collapse: collapse;
}

.report_table th {
  text-align: left;
  padding: 8px;
  background-color: #dc291e;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Arial Black", Gadget, sans-serif;
  padding-top: 8px;
}

.report_table td {
  text-align: left;
  padding: 8px;
  background-color: #e2e2e2;
}

.report_table td.data {
  text-align: left;
  padding: 8px;
  background-color: #f2f2f2;
}

.na {
	color: #999;	
}

.noCloseIcon .dijitDialogCloseIcon {
	background:;
	width:0px;
}

table.campaigns_table {
	border-collapse: collapse;
}

table.campaigns_table tr {
	background-color: #FFF;
}

table.campaigns_table td {
	border: 1px solid #C1F4FD;
	padding: 6px;
}

table.campaigns_table td.subh {
	background-color: #E9FBFE;
}

#atlas_subnav {
	margin: 0;
	padding: 0;
	height: 26px;
	font: 12px Arial, sans-serif;
	width: 100%;
	border-bottom: 1px solid #bbb;
	list-style-type: none;
	background: #fff;	
}

#atlas_subnav ul {
	margin: 0;
	padding: 0;
}

#atlas_subnav li {
	margin: 0;
	padding: 0 6px 0 6px;
	float: left;
	width: auto;
	display: block;
	font-size: 12px;
}

#atlas_subnav li a, #atlas_subnav li a:link {
	background: #fff;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
}

#atlas_subnav li a:hover {
	border-bottom: 3px solid #dc291e;
	cursor: pointer;
	background: #fff;
}

#atlas_subnav li.active a, #atlas_subnav li.active a:link {
	color: #000;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #999;
}

#atlas_subnav li.active a:hover {
	border-bottom: 3px solid #dc291e;
	background: #fff;
}

hr {
	border: none;
	border-bottom: 1px dotted #cccccc;
	height: 1px;
}
