@charset "UTF-8";
/* CSS Document */

html body
{
	margin: 0;
	padding: 0;
	font: 11px Helvetica, Arial, Sans-Serif;
	color: #6c2c22;
}
a {
	text-decoration:none;	
	color:#ba4732;
	outline: none;
}
a:hover
{
	color:#6c2c22;
	text-decoration:none;
}
.LargeFont
{
	font-size:30px;
	color:#6c2c22;
	letter-spacing:-1px;
	line-height:32px;
}
.MediumFont
{
	font-size:18px;
	color:#6c2c22;
}
.MoreItemsHeader
{
	background-color:#f5f5f5;
	border-bottom:1px solid #ebebeb;
	padding:5px;
}
.MoreItemsOff
{
	background-color:#ffffff;
	border-bottom:1px solid #ebebeb;
	padding:5px;
}
.MoreItemsOn
{
/*	background-color:#f5f5f5;*/
	background-color:#CCCCCC;
	border-bottom:1px solid #ebebeb;
	cursor:pointer;
	padding:5px;
}
.MoreItemsGroupHeader
{
	background-color:#ffffff;
	padding:5px;
	font-weight:bold;
	border-bottom:1px dashed #ebebeb;
}
.MoreItemsIndentOff
{
	background-color:#ffffff;
	padding:5px;
	padding-left:15px;
	border-bottom:1px solid #ebebeb;
}
.MoreItemsIndentOn
{
	background-color:#f5f5f5;
	padding:5px;
	padding-left:15px;
	border-bottom:1px solid #ebebeb;
}
a.Nav
{
	text-decoration:none;	
	color:#f5f5f5;
	padding:3px;
	padding-left:25px;
	padding-right:25px;
	padding-top:9px;
	padding-bottom:10px;
	position:relative;
	background-color:#ba4732;
	line-height:20px;
	
}
a.Nav:hover
{
	color:#ba4732;
	background-color:#f5f5f5;
	text-decoration:none;
	line-height:20px;	
}
a.NavOn
{
	text-decoration:none;	
	color:#4a0a00;
	padding:3px;
	padding-left:25px;
	padding-right:25px;
	padding-top:9px;
	padding-bottom:10px;
	position:relative;
	background-color:#f5f5f5;
	line-height:20px;
/*	font-weight:bold;
	color:#6c2c22;
*/	
}
a.NavOn:hover
{
	color:#ba4732;
	background-color:#f5f5f5;
	text-decoration:none;
	line-height:20px;	
}
a.SubNav
{
	text-decoration:none;	
	color:#ba4732;
	padding:3px;
	padding-left:25px;
	padding-right:25px;
	padding-top:9px;
	padding-bottom:10px;
	position:relative;
	background-color:#f5f5f5;
	line-height:20px;
	
}
a.SubNav:hover
{
	color:#6c2c22;
	background-color:#f5f5f5;
	background-image:url(../images/subnavback.jpg);
	text-decoration:none;
	line-height:20px;
}
a.SubNavOn
{
	text-decoration:none;	
	color:#4a0a00;
	padding:3px;
	padding-left:25px;
	padding-right:25px;
	padding-top:9px;
	padding-bottom:10px;
	position:relative;
	background-color:#f5f5f5;
	background-image:url(../images/subnavback.jpg);
	line-height:20px;
/*	font-weight:bold;
	color:#6c2c22;
*/	
}
a.SubNavOn:hover
{
	color:#4a0a00;
	background-color:#f5f5f5;
	background-image:url(../images/subnavback.jpg);
	text-decoration:none;
	line-height:20px;
/*	font-weight:bold;
	color:#6c2c22;
*/	
}

/* DECK MAPS SPECIFIC */

.BreadCrumbActive
{
	background-color:#f5f5f5;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:5px;
}
.BreadCrumbArrow
{
	background-color:#f5f5f5;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.BreadCrumbLeft
{
	background-color:#f5f5f5;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	padding:5px;
}

.CarrierLogoOn
{
	width:45px;
	height:45px;
	background-color:#f5f5f5;
	border:1px solid #ebebeb;
	cursor:pointer;
}
.CarrierLogoOff
{
	width:45px;
	height:45px;
	background-color:#f5f5f5;
	border:1px solid #ebebeb;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}
.ScanDateOff
{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.ScanDateOn
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
.HandsetOff
{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.HandsetOn
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
.CategoryOff
{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.CategoryOn
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
.TitleOff
{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.TitleOn
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
.TitleOff
{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.DisplayContentsOn
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
.DisplayContentsOff
{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}



/*		rich css		*/
body {
	background: #434343 url(images/back.jpg) repeat-x top left;
}

#main {
	padding-top:20px;
}
#layout {
	width:1000px;
}
#layout_inner {
	position: relative;
	width: 952px;
	background-color: #FFFFFF;
	border: 8px solid #ba4732;
	float: left;
}
#header {
	width:952px;
	height:129px;
	background-image:url(images/topbanner_deckmaps.jpg);
}
#main_nav {
	background-color:#ba4732;
	height:33px;
}
#dm_nav {
	background-color: #f5f5f5;
	height: 32px;
	border-bottom: 1px solid #ebebeb;
}

#datelist, 
#titlelist, 
#categorylist, 
#handsetlist {
/*	border:2px solid #ebebeb;*/
}

#datelist {
	width: 140px;
}
#titlelist {
	width: 300px;
}
#categorylist {
	width: 150px;
}
#handsetlist {
	width: 150px;
}
#devlist {
	width: 150px;
}

/*	styled button	*/
.nice_button {
	background-color:#ba4732;
	border: 1px double #f5f5f5;
	color:#4a1d17;
	width:150px;
	height:30px;
	cursor:pointer;
}

.divlink {
	background-color: #f5f5f5;
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
}
.divlink_header {
	background-color: #f5f5f5;
	padding: 5px;
	border-bottom: 1px solid #ebebeb;
}
.divlink_off {
	background-color: #ffffff;
	padding: 5px;
	cursor: default;
	border-bottom: 1px solid #ebebeb;
}
.divlink_on {
/*	background-color: #f5f5f5;*/
	background-color: #cccccc;
	padding: 5px;
	cursor: pointer;
	border-bottom: 1px solid #ebebeb;
}
.divlink_selected {
/*	background-color: #f5f5f5;*/
	background-color: #cccccc;
}
.indented {
	padding-left:15px;
}
.scandate {
	font-weight: bold;
	text-decoration: none;
}
.carrierlogo {
	width:45px;
	height:45px;
	background-color:#f5f5f5;
	border:1px solid #ebebeb;
}
.carrierlogo_on {
	cursor:pointer;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	zoom: 1;
}
.carrierlogo_off {
	cursor: default;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
	zoom: 1;
}
.carrierlogo_selected{
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
	zoom: 1;
}

/*	transparency styles	*/
.on {
	filter: alpha(opacity=100);
/*	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
	moz-opacity: 1.00;
	opacity: 1;
	zoom: 1;
}
.off {
	filter:alpha(opacity=30);
/*	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);*/
	moz-opacity: 0.3;
	opacity: 0.3;
	zoom: 1;
}


/*	jscroll	*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

table.stripe tr.even td, table.stripe tr.even th { background-color: #FFFFFF;border-bottom: 1px solid #999999; }
table.stripe tr.odd td { background-color: #F4F7FB;border-bottom: 1px solid #999999; }