/**
 * miletracker.css
 * mark guinn 7.18.08
 */


/* general styles ==========================================================*/
#outer-wrapper
{
	background-image:	url(../images/bg.jpg);
	background-repeat:	repeat-x;
	background-color:	#ffffff;
	margin: 			0;
	padding: 			0;
	text-align: 		center;
	position:			relative;
}

body,td
{
	background:		#fff;
	color: 			#000000;
	font-size: 		11px;
	font-family:	Verdana, Arial, Helvetica;
	margin:			0;
	padding:		0;
	/*line-height: 10pt;*/
}

h1
{
	font-weight: normal;
	color: #a0a0a0
}
	 


.miniForm {	font-size: 9px; }

.numeric { text-align: center; }

.row2 { background: #f0f0f0; }

td.subhead
{
	text-align:left;
	background:#aaaabb;
	color:white;
	font-weight: bold;
}


/* main layout styles ===============================================================*/

#wrapper {
	position:	relative;
	width:		780px;
	margin:		auto;
	text-align:	left;	
}

#header {
	position:	relative;
	background:	url(../images/miletracker-header1.gif) no-repeat left top;
	margin:		0px;
	padding:	0px;
	height:		148px !important;
	min-height:	148px;
}
#home-link {
	position:	absolute;
	top:		0px;
	bottom:		30px;
	left:		0px;
	width:		350px;	
}
#home-link span { display:none }




#main-wrapper1 {
	position:	relative;
	background:	url(../images/internal-body.gif) repeat-y left top;	
}
#main-wrapper2 {
	position:	relative;
	background:	url(../images/internal-top.gif) no-repeat left top;	
}
#main-content {
	position:	relative;
	background:	url(../images/internal-bottom.gif) no-repeat left bottom;
	min-height:	650px;
	height: 	auto !important;
	height: 	650px;
}

#content-inner {	
	padding:	10px 20px;
	width:		550px;
	position:	relative;
}


#footer
{
	margin: 0;
	padding: 0;
	background: url(../images/footer1.gif) no-repeat left top;
/*	height: 130px; */
}
#footer .contents
{
	text-align: center;
	padding-top:40px;
	width:		auto;
	color:		white;
}
#footer .contents a:link, #footer .contents a:visited, #footer .contents a:active {
	color:white;
	text-decoration: none;
}
#footer .contents a:hover {
	color:white;
	text-decoration: underline;
}


#promo {
	background:	#444;
}


/* main content area ===================================================*/
fieldset {
	background: #fff url(../images/gradient-long.gif) repeat-x top left;
}

/* ad layout */
#right-banner {
	width:	160px;
	position:absolute;
	top:	15px;
	right:	15px;
}

#top-banner {
	width:		100%; 
	height:		90px;
	padding:	10px 0px;
	background:	#000000;  /* WAS -------- #001B4D ----------*/
	position:	absolute; 
	position:	fixed; 
	top:		0px; 
	left: 		0px; 
	z-index:	1000;
	border-bottom: solid 2px white;
}


/* tools dropdown */
.nav { z-index: 10; }
#my-tools-div {
	position:	absolute;
	text-align:	right;
	top:		33px;
	right:		10px;
	z-index:	1000;
	border:		solid 2px #888;
	background:	#fff;
	padding:	10px 0px;
}

#my-tools-div ul { margin:0px }

#my-tools-div li {
	display:	block;
	list-style:	none;	
}

#my-tools-div a:link, #my-tools-div a:active, #my-tools-div a:visited, #my-tools-div a:hover {
	display:	block;
	font-size:	12px;
	color:		#444;
	float:		none;
	text-align:	right;
	line-height:1.8em;
	height:		auto;
	margin:		0px;
	padding:	0px 10px;
	text-decoration:none;
}
#my-tools-div a:hover {
	background:	#002968;
	color:		#fff;
}


.login-msg-popup {
	position:	fixed;
	width:		400px;
	margin-left:-200px;
	top:		30%;
	left:		50%;
	background:	white;
	border:		solid 2px #888;
	padding:	10px 15px;
	font-size:	1.2em;
	text-align:	left;
	z-index:	9999;
}
.login-msg-bg {
	position:	fixed;
	top:		0px;
	left:		0px;
	right:		0px;
	bottom:		0px;
	background:	#fff;
	z-index:	9998;
}

.ui-effects-transfer { 
	border: 	2px solid #888;
	background:	#eee;
	-moz-opacity:0.4;
	opacity:	0.4;
} 




/* nav buttons */
#nav-buttons {
	position:	absolute;
	left:		0px;
	right:		0px;
	bottom:		0px;
	height:		28px;
	text-align:	center;
	margin:		0;
	padding:	0;
}


#nav-buttons li {
	list-style:	none;
	display:	inline;
	margin:		0;
	padding:	0;
}

#nav-buttons a:link, #nav-buttons a:active, #nav-buttons a:visited, #nav-buttons a:hover {
	padding:	6px;
	color:		#fff;
	text-decoration:none;
	margin:		0;
}


#profile-links {
	position:	absolute;
	top:		0px;
	right:		0px;
	text-align:	right;
	width:		400px;
	color:		#fff;
}

#profile-links a, #profile-links a:hover, #profile-links a:visited, #profile-links a:active {
	color:		#ddd;
}

#nav-buttons a:hover {
	background:	url(../images/miletracker-tab1.gif) repeat-x left top;
}


#header .nav {
	top:40px;
}



.user-list a:link, .user-list a:active, .user-list a:visited, .user-list a:hover {
	font-weight:	normal;
}


#top-banner2 {
	position:	relative;
	width:		780px;
	margin:		auto;
	text-align:	center;
	background:	#eee;
}

