@charset "UTF-8";

/* CSS Document */

h1, h2, h3, h4, h5, h6, p {
	margin:0px;
	padding:0px;
}

body {
	background-color: #000;
	background-image: url(../images/NewBack.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#rightColfade {
	position:absolute;
	z-index: 1;
	top: 55px;
	left:800px;
	width:322px;
	height:860px;
	background-color:#000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

#rightCol {
	position:absolute;
	z-index: 2;
	top: 55px;
	left:800px;
	width:320px;
	border:1px solid #333333;
	height:860px;
}

#rightColInner {
	position:relative;
	margin: 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h2 {
	color: #FFFF00;
	font-size:18px;
	font-weight: bold;
	margin:10px 5px 0px 0px;
	padding:0px;
}

.trackWrapper {
	height:250px;
	overflow: auto;
 	overflow-y:auto;
 	overflow-x:hidden;
	margin-top: 5px;
	
	/* border-bottom: 1px solid #333333; */
}

.contactWrapper { /* this is the wrapper don't mess with! */
 	height:215px;
 	margin-top: 5px;
	padding: 0px;
	
}



.newsWrapper { /* this is the wrapper don't mess with! */
 	overflow:auto;
 	overflow-y:auto;
 	overflow-x:hidden;
 	height:250px;
 	margin-top: 5px;
	
}


.newsWrapper h4 { /* this is the date */
	font-size: 11px;
	margin: 0px;
	padding:0px;
	color: #CCCCCC;
}


.newsWrapper h3 { /* this is the story title */
	color: #CCCCCC;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	font-weight:bolder;
}

.newsWrapper p { /* this is the story copy */
	font-size: 10px;
	line-height: 14px;
	margin:0px;
	padding:0px;
	
}


.trackWrapper,
.newsWrapper,
.contactWrapper {
	color:#CCCCCC;
	border: 1px solid #333333;
}


.trackWrapper ul,
.newsWrapper ul {
 	list-style:none;
	margin:5px 0px 5px 0px;
	padding:0px;
	font:bolder 14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	
}


/* this is a hack to make pissy IE work right */
*html .trackWrapper ul li,
*html .newsWrapper ul li {
	padding: 5px 10px 5px 10px;
}

/* this is a hack to make pissy IE work right and to make firefox, safari and ie all look the same DUH */
.trackWrapper ul > li,
.newsWrapper ul > li {
	padding: 5px 10px 5px 10px;
}

.trackWrapper li span a {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:10px;
}

*html .trackWrapper ul li a:hover {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:10px!important;
	color: #FFFF99;
}

a:link	{ 
 color:#CCCCCC;
	
}

a:visited {
	color:#CCCCCC;
}

a:focus   {
	color: #FFFF99;
}

a:hover   {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:10px!important;
	color: #FFFF99;
}

a:active  { 
	color: #FFFF99;
}




a:link,
a:visited, 
a:focus,
a:hover,
a:active	{
 text-decoration: none;
}
form {
	margin:0px;
	padding:0px;
}


.label {
	font:bold 10px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.inputText {
	
	padding:2px 5px 2px 5px;
	font-size: 10px;
	border:1px solid  #666666;
	background-color:#FFFFCC;
}


.textArea {
	width: 260px;
	height: 30px;
	padding:2px 5px 2px 5px;
	font-size: 10px;
	border:1px solid  #666666;
	background-color:#FFFFCC;
	font:10px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.button {
	border: 2px ridge #FFFF00;
	background-color:#FFFF00;
	font: 10px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin-top: 5px;
	padding:0px;
	padding-left:5px; 
	padding-right:5px;
}
