/* dod-world.com */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ccc;
	margin: 10px 0 10px 10px;
	padding: 0;
	/* for IE 5x benefit */
	text-align:center;
}
td, th {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
th { text-align:left; }
h1,h2 {
	margin: 0;
	padding: 0;
}
a { color:blue; }
a:visited { color: #262626; }
a:hover { color: red; }
a img { border:0; }
#buttons img { display:block; }
/* general classes */
img.client-image { 
	max-width:300px;
}

ul.lgarrow {
	list-style: none;
	list-style-image: url(../images/arrow.jpg);
	margin: 0;
	padding: 0;
	margin-left: 2em;
}

ul.smarrow {
	list-style: none;
	list-style-image: url(../images/gov-world/arrow-1.gif);
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
}

ul.smarrow a {
	font-size: 11px;
	text-decoration: none;
	color: #262626;
	font-weight: normal;
	line-height: 18px;
}

ul.smarrow a:hover {
	color:red;
	text-decoration: underline;
}
ul.marketplace {
	list-style:none;margin:0;padding:0
}
ul.marketplace li{
	margin-bottom:3px;
}
ol.products { 
	margin:0;
	padding:0;
	margin-left:20px;
}
ol.products li { 
	margin-bottom:15px;
}
.required { color:red; }
.error { color:red; font-weight:bold; }
.borderright { border-right:solid 1px #a0a0a0; }
.borderleft { border-left:solid 1px #a0a0a0; }
.horizseparator { background:url(../images/bg_horiz.gif) repeat-x; }
.vertseparator { background:url(../images/bg_vert.gif) repeat-y; }
.breadcrumbs { margin-bottom:10px;font-size:10px; }
.back { margin-bottom:10px;font-size:10px; }
.new, a.new { color:red;font-weight:bold;}
.sell, a.sell { color:red; }

#page { 
	background:#000;
	color:#fff;
	width:780px;
	margin:0 auto; 
	/* for IE 5x benefit */
	text-align:left;
}
.topbanner {
	text-align:center;
	padding-bottom:5px;
}
/* inside the header */
#header {
	width:780px;
	background:#000;
	color:#fff;
}
#header td.pagetitle {
	height:59px;
	width:780px;
	background:#000 url(../images/gov-world/header.jpg) no-repeat;
}
#header td.pagetitle div { display:none;text-align:center; }

#header h1 {
	color: #fff;
	font-size: 24px;
}

#header h2 {
	color: #fff;
	font-size: 18px;
}

#header .year {
	font-size: 18px;
}

#header p,#header strong {
	color: #fff;
}

#header h2.subtitle {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin: 8px 0 0 0;
	padding: 0;
}
#header .subheader { 
	background-color: #5a6b75;
	color:white;
	padding:5px 20px;
	font-size:13px;
}
#header .subheader a { color:#fdfe00;text-decoration:none; }
#header .subheader a:hover { text-decoration: underline; }

#tabs { 
	width:780px;
	background:#000;
	color:#fff;
}
#tabs td { 
	text-align:center;
	color:#fff; 
	white-space:nowrap;
	height:118px;
	padding-bottom:10px;
}
#tabs td#last { border-right:0; }
#tabs a {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#tabs a.selected {
	color: #fdfe00;
}

#tabs a:hover {
	font-weight: bold;
	color: #fdfe00;
	text-decoration: underline;
}

#tabs td {
	vertical-align: middle;
	text-align: center;
	height:30px;
}

/* end header */ 

/* main content area */
#mainmargin { background:#000;width:6px; }
#maincontent { background:#fff; }
body#home #maincontent { background:#000; }
/* left */
td.left { 
	width: 240px;
	background: #5a6b75;
	color:#fff;
}
.left .naics {
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}
#events-btn { 
	text-align:center;
	padding-bottom:10px;
}
#searchform {
	border-top: solid 4px #f36523;
	border-bottom: solid 4px #f36523;
	background:#fff;
	color:#000;
	padding:5px 5px 10px 10px;
}
.left-separator { height:10px; }
#searchform a.naics{ color:#000; }
#left h3 {
	font-weight: bold;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	line-height: 20px;
	text-decoration: none;
	margin:0;
}
.formtitle { font-weight:normal;color:#000; }
.left-separator { height:10px; }
.leftbanner {
	text-align:center;
	padding-bottom:5px;
}
.leftbanner a { color:#fff; }
/* end left */
/* search form */
input.search { 
	height: 14px; 
	width: 110px; 
	border: 1px solid #9D9B9B; 
	font-family: arial; 
	font-size: 10px; 
	color: #000;
}
select.search {
	height: 18px; 
	width: 110px; 
	border: 1px solid #9D9B9B; 
	font-family: arial; 
	font-size: 10px; 
	color: #000;
}
/* end search form */
#main { 
	background:#fff;
	color:#000;
	padding:10px;
	border-right:solid 5px #000;
	width:509px;
}
body#home #main { 
	background:#000;
	color:#fff;
	padding:0;
	width:529px;
}
body#home #main a { color:#fff; }
body#home #main a:hover { color:#f36523; }
.event-box { 
	width:489px;
	overflow:auto;
}
#buttons { margin-bottom:10px; }
#buttons a { text-decoration:none; }
#prnews { width:529px; }
.middlebanner {
	text-align:center;
	padding-bottom:8px;
}
#main h2#newstitle { 
	font-weight: bold;
	font-size: 17px;
	color:#fff;
	background:#5a6b75;
	padding:5px;
	line-height: 20px;
	text-decoration: none;
	margin-bottom:5px;
}
td.newsitems {
	padding-left: 10px;
}
table.newsitems { margin-bottom:10px; }
.newsdate { 
	font-weight: bold;
	color: #f36523; 
	font-size: 11px;
}
.newslink {
	font-size: 11px;
	text-decoration: none;
	color:#fff;
	line-height:1.3;
}

a.newslink, a.newslink:visited {
	font-weight:bold;
}

a.newslink:hover {
	text-decoration: underline;
}

#main h2 { 
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	color: #f36523; 
}
#main h3 { 
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	color: #f36523; 
}

#main h2.gridheading {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding:5px;
}
h2.gridheading a { color: #fff; }
/* end main content area */
/* footer */
#footer {
	width:780px;
	background:#1d3442;
	color: #fff;
}

#footer td {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
}

/* end footer */ 

/* home page */

#quickproductsearch {
	padding:15px;
	background:#586c73;
	color:#fff;
}
#home #quickproductsearch  {  }
#quickproductsearch b {	font-size:14px; }
#marketplace { 
	margin-top:15px;
	width:529px;
}
td.cols3 {
	width: 33%;
	padding-right:5px;
}

h2#marketplacetitle { 
	font-weight: bold;
	font-size: 17px;
	color:#fff;
	background:#5a6b75;
	padding:5px;
	line-height: 20px;
	text-decoration: none;
	margin-bottom:5px;
}

.title {
	font-weight: bold;
	font-size: 13px;
	color: #000;
	line-height: 20px;
	text-decoration: none;
}

/* end home page */

.combotext {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	border: solid 1px;
	border-color: #000000;
	width: 150px;
}

.head {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #ff0000;
}

td.heading {
	padding: 5px;
}

.errormsg {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #CC3300;
	padding: 8px;
	text-transform: uppercase;
}

.msg {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #CC3300;
	text-transform: capitalize;
}

.table-topheading {
	background-color: #5a6b75;/* dark blue-gray */
	color:#fff;
}
#main .table-topheading h2.gridheading { color:#fff; }
.table-subheading {
	background-color: #F3F4F5;/* blue-gray */
}

table.grid {
	border:solid 1px #ccc;
	border-collapse:collapse;
}
table.grid td {
	border:solid 1px #ccc;
}
table.grid td td { border:solid 0px; }

.gridcellalt {
	background-color: #F3F4F5;/* blue-gray */
}

table.nogrid td { border:0; }

/* for events popup */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #333;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #333;
	-moz-box-shadow: 0px 0px 20px #333;
	box-shadow: 0px 0px 20px #333;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}



