/*
 * Jump2Go Main CSS Styles
 * @author andyj
 */ /* HTML Elements ********************************/
body {
	background-color: #FFF;
	font-size: 55.5%;
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

input {
	font-size: 1em;
	padding: 2px;
}

thead {
	text-align: center;
}

th {
	padding: 5px;
	background: #eeeeee;
	text-align: center;
}

table {
	border: 0px solid;
	text-align: left;
	width: 100%;
}

td {
	padding: 5px 10px 5px 10px;
}

h1,h2,h3 {
	color: #ff6600;
	font-weight: bold;
	line-height: 16pt;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

/* Layout Elements ******************************/
#page_wrapper {
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto 0 auto;
	width: 992px;
	padding: 0 10px 10px 10px;
}

#page_navigation {
	clear: both;
	width: 992px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	border-bottom: solid 1px #cc0033;
}

#page_content {
	clear: both;
	padding: 10px 0 0 0;
	text-align: left;
}

#footer {
	background-color: #aaa;
	padding-top: 20px;
	font-size: 1em;
	text-align: center;
}

/* Basic Styles ********************************/
#logo {
	float: left;
	margin-left: 30px;
}

#userinformation {
	margin: 20px 0 0 20px;
	float: left;
}

#form_status {
	background-color: #FF6;
}

.feedback {
	color: #900;
	font-size: 1.2em;
}

.feedback p {
	display: inline;
	padding: 5px;
}

.simple_close {
	float: right;
}

.jump2go_database h3 {
	font-weight: bold;
	font-size: 1.4em;
}

.clearBoth {
	clear: both;
}

#tabnav {
	clear: both;
	height: 24px;
	margin: 0 auto 0 auto;
}

#tabnav ul {
	list-style-type: none;
	display: block;
}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#tabnav a {
	float: left;
	background: #dedede;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#tabnav a.selected {
	background: #a0a0a0;
	color: white;
}

#tabnav a:hover {
	background: #fff;
	color: black;
}

a {
	color: #0264a5;
	text-decoration: none;
}

a:visited {
	color: #0264a5;
}

#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	opacity: 0.7;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

.EventDateTime {
	width: 100;
	text-align: right;
}

.iTunesLabel {
	font-weight: bold;
	text-align: right;
	border: none;
}

.IActiveID {
	font-weight: bold;
	text-align: right;
	border: none;
}

.iTunesContent {
	text-align: left;
}

.simple_popup_div {
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	font-size: 1em;
}

.simple_popup_inner {
	padding: 10px;
	border: #999 2px solid;
	text-align: left;
}

.simple_popup_close {
	text-align: right;
}

.popup_content {
	min-width: 300px;
}

.msgBoxLabel {
	padding: 3px 7px 3px 2px;
	font-family: verdana, Tahoma;
	float: left;
	line-height: 12pt;
}

.dpsText {
	padding: 3px 2px 3px 2px;
	font-family: verdana, Tahoma;
	color: #000000;
	float: left;
}

.addStationText {
	padding: 3px 2px 3px 2px;
	font-family: verdana, Tahoma;
	font-size: large;
}

.addWrapper {
	color: #050;
	font: bold 8pt 'trebuchet ms', helvetica, sans-serif;
	background-color: #fed;
	border-color: #696 #363 #363 #696;
}

.addCarousel {
	color: #050;
	background-color: #fed;
	border: 1px solid;
	border-color: #696 #363 #363 #696;
}

.car_tdright {
	border: 0px 0px 0px 1px solid #dedede;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #6699CC;
}

.car_tdleft {
	border: 1px 0px 0px 0px solid #dedede;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #EFEFEF;
}

.toptd {
	border: 0px solid #dedede;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.EventID {
	font-weight: bold;
	text-align: right;
}

.cslDay {
	width: 40px;
	font-size: 12px;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	margin-right: 4px;
}

.iactiveBody {
	width: 900px;
	margin: 0 auto 0 auto;
}

.iactiveBody table {
	margin-bottom: 10px;
}

.iactiveTable {
	background: #cfcfcf;
	border: 1px #333333;
}

/*
 * dataModel styles for use across the iactive views
 */
.dataModelResponse {
	position: fixed;
	top: 0;
	width: 700px;
	padding: 5px;
	margin: 15px;
	color: white;
	font-size: 12pt;
}

.dataModelError {
	background: red;
}

.dataModelSuccess {
	background: green;
}