/* CSS Document */
/* general css */
body {
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #316ea9;
}
p {
	margin:0px;
	padding:5px;
}
#mainTabContainer{
	margin-top:25px;
	padding:0px;
	width:100%;
	min-width:1024px;
}
#mainPageContent{
	margin-top:50px;
	padding:0px;
	width:100%;
}
#loginBox{
	width:300px;
}
#page_container{
	max-width:100%;
	min-width:800px;
}
#toast {
	width:150px;
}
.dojoToasterCustomFatal .dojoToasterContent {
  background-color: #d51212;
  font-weight:bold;
  color:#fff
}
.titletag{
	font-size:18px;
	font-weight:bold;
	padding:5px;
	margin:0px;
}
.alert{
	font-size:12px;
	color: #FFFFFF;
}
.seperator {
    clear: both;
    height: 0;
}
a:link {
	color: #316ea9;
	text-decoration: none;
}
a:visited {
	color: #316ea9;
	text-decoration: none;
}
a:hover {
	color: #316ea9;
	text-decoration: underline;
}
a:active {
	color: #316ea9;
}
.roll tr {
}
.roll tr:hover {
	background-color:#E5FFF9;
}
.roll th {
}
.roll th:hover{
}
.inlineEdit {
	background-color: #00549F;
	color: #FFFFFF;
}
.dojoDialog {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 10px;
}
/* tool tip */
body .dojoTooltip { 
    border: solid 2px #00549F;
    padding: 4px;
    background-color:#ffffff;
}
.tooltip_div {
    position:relative;
    float:right;
	top:-20px;
	z-index:1;
}
/* forms */
form {
	margin-bottom : 0;
}
.inputField{
	font-size: 12px;
	color: #316ea9;
}
/* layout */
#header {
	margin-bottom: 10px;
}
#link_bar {
	text-align: right;
	background-image: url(../images/fade_blue_left.jpg);
	height: 27px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding-right: 20px;
	line-height: 27px;
}
#under_link_bar {
	text-align: right;
	background-image: url(../images/fade_blue_right.jpg);
	height: 27px;
	background-repeat: repeat-y;
	background-color: #316ea9;
}
#logo {
	background-image: url(../images/nexploreads_logo.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 201px;
	position: absolute;
	float: left;
	left: 0px;
	top: 8px;
}
#footer {
	text-align: center;
	margin-top: 40px;
}
/* combo box */
.myComboBox .dojoComboBoxDownArrow {
		border-top-color: red;
}
.myComboBox .dojoComboBoxButton {
		background-color: yellow;
}
.myComboBox .dojoComboBoxButtonPushed .dojoComboBoxDownArrow {
		border-top-color: blue;
}
/* content panes */
div.container {
	padding: 0px;
	margin-right: 10px;
	overflow: hidden;
}
.label {
	background-color:#ffffff;
	height: 20px;
	color: #316ea9;
	line-height: 20px;
	vertical-align: middle;
	text-indent: 5px;
	border-top-color: #316ea9;
	border-bottom-color: #316ea9;
	border-bottom: 1px;
	border-top: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	background-image: url(../images/blue_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.label2 {
	background-color:#ffffff;
	height: 20px;
	color: #316ea9;
	line-height: 20px;
	vertical-align: middle;
	text-indent: 5px;
	border-top-color: #316ea9;
	border-bottom-color: #316ea9;
	border-bottom: 1px;
	border-top: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.content {
	border-top: 1px solid #eeeeee;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
}
/* preview add styling */
.preview_ad_title{
	color:#E05206;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	width:210px;
}
.preview_ad_description{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width:110px;
}
.preview_ad_image{
}
.preview_ad_link{
    color:#634A7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
    text-decoration:underline;
    text-align: left;
}
.preview_ad_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 3px;
	border-top: solid;
	border-top-color: #D3DEE9;
	border-top-width: 1px;
	border-bottom: solid;
	border-bottom-color: #D3DEE9;
	border-bottom-width: 1px;
	background:#ffffff;
}
/* account notifications */
#account_notifications{
}
#account_notifications_content div{
	border: #316ea9;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin: 10px;
}
#account_notifications_content h1 {
	color: #E05206;
	padding: 0px;
	line-height: 2px;
	font-size: 14px;
}

#account_notifications_content p {
	color: #316ea9;
}

ul {
	list-style: none;
}

.fake_table {
	width: 100%;
	height: 100%;
}

div.fake_row {
	clear: both;
	padding-top: 10px;
}

div.fake_row span.a_2 {
	float: left;
	width: 160px;
	text-align: left;
}

div.fake_row span.b_2 {
	float: right;
	width: 180px;
	text-align: right;
}
