/* CSS Document */
body {
    background-color:#dddddd;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
}



a:link {
	color:#000000;
}
a:active {
	color:#FF0000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#ff0000;
	font-weight:bold;
}

div#outer {
    width: 800px;
    background-color:#FFFFFF;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;

}
input.text { 
 border: 1px solid #666666; 
}

th{
	color:#993300;
}
input.btn{
	  color:#CC0000;
	   font-family:'trebuchet ms',helvetica,sans-serif;
	   font-weight:bold;
	   background-color:#fed;
	   border:1px solid;
	   border-top-color:#696;
	   border-left-color:#696;
	   border-right-color:#363;
	   border-bottom-color:#363;
	   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}

}

div#main {
    margin-left:0px;
    margin-top:0px;
	margin-right:0px;
    padding:0px;
	 background-color:#ffffff;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#000000;
	 
	/*border-right:thin solid #000000;*/
	min-height:300px;
	_height:300px; /* hack for IE to set the minimum height */
	background-image:url(images/raiders_main.jpg);
	background-repeat:repeat-y;

}

div#main_full {
    margin-left:0px;
    margin-top:0px;
	margin-right:0px;
	padding:20px 20px 10px 20px;
	 background-color:#808080;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#FFFFFF;
	 
	/*border-right:thin solid #000000;*/
	min-height:300px;
	_height:300px; /* hack for IE to set the minimum height */

}

.NewMover_Logo {
	background-image: url(images/Moving_BoxPlaceHolder.jpg);	
}
.NewMover_Logo :hover {
	background-image: url(images/Moving_Box.swf);
}

div#main_feature {
	padding-left: 0px;
	padding-right: 0px;
	vertical-align:top;
}

div#mainfooter {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}

div#HeaderFill {
	background-image:url(images/hdr_cntr.jpg);
	background-repeat:repeat-y;
}

div#LoginBlock {
	background-color:#CCCC99;
	font-size:9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.LoginLabel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#ffffff;
	margin-left:30px
}
.LoginInput {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.LoginError {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#990000;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

#footer {
    padding:0px;
    margin:0px;
    /*border-top:thin solid #000000; */
	text-align:center;
	color:#ffffff;
}

#footer a.footer_link {
	color:#ffffff;
}


.page_title {
	text-align:center;
	padding-top:20px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.p_body {
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right:10px;
	text-align:justify;
	font-size:12px;
	padding-top:10px;
}

.p_head {
	color:#000099;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right:10px;
	text-align:justify;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	
}

.LoginUserName {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
}


.HelpIndex { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #CCCCCC;
	font-style: italic;
	font-weight: bold;
}


div#NextPrint {
	position:relative;
	/* margin-left:auto;
	margin-right:auto;
	*/
	top: 10px;
	left: 250px;
	width: 300px;
	height: 120px;
	
}

.NextPrint_Title {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	
}

.NextPrint_Header {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#8b0003;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	
}
.NextPrint_Line {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	
}







/* menubar */
#menubar {
  width: 801px;
  line-height: normal;
  /* background: #001243; */
  background:#ffffff;
  float: left;
}
#menubar ul {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 1px; 
  margin: 0px; 
  list-style-type: none;
  overflow:hidden;
  white-space:nowrap;
}
#menubar li {
  background: url(images/top_nav_off_left.jpg) no-repeat left top; 
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px; 
  padding-right: 0px;
  margin: 0px;
  margin-right:0px;
  float: left;
  list-style-type: none;
  border-bottom: 1px solid black; 
}
#menubar a {
  background: url(images/top_nav_off_right.jpg) no-repeat right top; 
  padding-top: 5px; 
  padding-bottom: 4px; 
  padding-left: 0px; 
  padding-right: 10px; 
  display: block; 
  /* color: #765; */
  color:white;
  background-color:#001243;
  text-decoration: none;
  text-align:center;
  width:90px;
}
#menubar .inactive {
	border-bottom: 1px solid black; 
}
#menubar .active {
  background-image: url(images/top_nav_on_left.jpg);
  border-bottom: solid 1px black;
}
#menubar .active a {
  background-image: url(images/top_nav_on_right.jpg);
}



#menubar p.filler {
  display: inline;
}



/* leftnav */
#leftnav {
  width: 130px;
  line-height: normal;
  /* background: #dae0d2 url(images/bg.gif) repeat-x bottom; */
  background-color:#002053;
  float: left;
  vertical-align:top;
}
#leftnav ul {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 1px; 
  margin: 0px 0px 0px 0px; 
  list-style-type: none;
}
#leftnav li {
  /*background: url(images/left_nav_off_left.jpg) no-repeat left top; */
  padding-top: 0px;
  padding-bottom: 0px;
  /*padding-left: 9px;*/
  padding-right: 0px;
  margin: 0px;
  float: left;
  border-bottom: solid 1px white;
}
#leftnav li.img_inactive {
  /* background: url(images/left_nav_off_left.jpg) no-repeat left top; */
  padding-top: 0px;
  padding-bottom: 0px;
  /*padding-left: 9px;*/
  padding-right: 0px;
  margin: 0px;
  float: left;
}
#leftnav a {
  padding-top: 5px; 
  padding-bottom: 4px; 
  /*padding-left: 6px;
  padding-right: 10px; */
  display: block; 
  /* color: #765; */
  color:#CCCC99;
  text-decoration: none;
  white-space: nowrap;
  /* background: url(images/left_nav_off_right.jpg) no-repeat left top; */
  width:150px;
}
#leftnav a.img_inactive {
/*
  padding-top: 5px; 
  padding-bottom: 4px; 
  padding-left: 6px; 
  padding-right: 10px; 
  display: block; 
  color:#CCCC99;
  text-decoration: none;
  white-space: nowrap;
  width:125px;
  */
}

.store_category {    
display: block;
margin-left:auto;
margin-right:auto;
}

#leftnav a:hover {
	color: white;
}
#leftnav .inactive {
	border-bottom: 1px solid white; 
}
#leftnav .inactive a {
	/* border-bottom: 1px solid white; */
	/*padding-left:8px;*/
	text-indent:8px;

}
#leftnav .active {
 background-image: url(images/left_nav_on_left.jpg);
 background-repeat:no-repeat;
	border-bottom: 1px solid white; 
  font-weight:bold;
  /*padding-left:8px;*/
  text-indent:8px;

}
#leftnav .active a {
  background-image: url(images/left_nav_on_right.jpg);
}
#leftnav .img_inactive {
	/* border-bottom: 1px solid white; */
}
#leftnav .img_active a {
  background-color:#002053;
}
#leftnav .img_active {
  background-color:#002053;
  
  border-bottom: solid 1px white;
  font-weight:bold;
}
#leftnav p.filler {
  display: inline;
}

