@import url(FormsListsGrids.css);
@import url(NavBars.css);
@import url(NoticeFormats.css);
@import url(myTenders.css);

/*
 Standard Tags
*/

body
{
	font-size: 62.5%;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
	font-family: Arial;
}

H1
{
	color: #293939;
	font-size: large;
	font-weight: bold;
	margin-top: .4em;
	margin-bottom: .4em;
	font-family: Arial;
}

H2
{
	color: #293939;
	font-size: medium;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .3em;
	font-family: Arial;
}

H3
{
	color: #293939;
	font-size: small;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}

hr
{
    color: #D0D7E6;
    background-color: #D0D7E6;
    height: 1px;
    border: 0px;       
    margin:0.5em 0;
}

input
{
	font-size: small;
}

textarea
{
	font-size: small;
	font-family: Arial;
}

img
{ 
	border: 0;
}

P
{
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #0E2337;
	margin-top: 3px;
	margin-bottom: 6px;
	font-family: Arial;
}

UL
{
	list-style-position: outside;
	font-size: small;
	color: black;
	text-indent: 0pt;
	list-style-type: square;
	font-family: Arial;
}

OL
{
	font-size: small;
	color: black;
	text-indent: 0pt;
	font-family: Arial;
}

form{padding:0;margin:0;}

/* 
   Page Layout 
   This controls the format of each page 
*/

div#wrapper
{
	width: 80.4em;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #D0D7E6;
}

div#Header
{
	overflow: hidden;
	border: 0;
	text-align: right;
	vertical-align: top;
	height: 112px;
	width: 80.4em;
	background: #153985 url(../images/siteheader.jpg) no-repeat top left;
}

div#Navigation
{
	float: left;
	width: 15.3em;
}

div#Content
{
	background-color: #fff;
	width: 65em;
	float: left;
	min-height: 71.2em; /* Hack for IE 6 min-height */ 
    height: auto !important;
    height: 71.2em;
    border-left: 1px solid #A1B0CE;
}

div#InnerContent
{
    padding: 5px;  
}

/* Footer */
div.Footer
{	
	font-size: x-small;
	width: 100%;
	background-color: #A1B0CE;
	clear:both;
	padding: 1em 0;
	color:#fff;	
	overflow:hidden;
}

.Footer a
{
	font-size: xsmall;
	font-weight: bold;
	text-decoration: none !important;
	color: #fff !important;
}

.Footer a:hover
{
	text-decoration: underline !important;
	color: #000;
}

.FooterLeft
{
    float:left;
    padding-left:1em;
}

.FooterRight
{
    float:right;
    padding-right:1em;
}

/*ERRORS*/
.ErrorDiv
{
    width: 100%;
    text-align: left;
    background-color: #E5D3D0;
    padding: 0.5em 0;
    border-bottom: solid 1pt #516798; 
}

/* 
 Special text 
*/

.error
{
	font-size: small;
	color: red;
}

span.error
{
	display: block;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.required
{
	color: red;
}

.hidden
{
	display: none;
}

.small
{
	font-size: xsmall;
}

.Button 
{
    font-size:small;
    width:5em;
}

a.external
{
	background: url(../images/externallink.gif) no-repeat right top;
	padding-right: 10px;
}

#PrintFooter
{
	display: none;
}

#Content h1, h2, h3, p
{
	padding-right: 10px;
	padding-left: 10px;
}

#Content H2 a
{
	font-size: medium;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
	text-decoration: none;
}

#Content H2 a:hover
{
	color: black;
	text-decoration: underline;
}

#Content a
{
	color: #BDA050;
	font-size: small;
	text-decoration: underline;
	font-weight: bold;
}

#Content a:link
{
	color: #BDA050;
	text-decoration: underline;
}

#Content a:visited
{
	color: #BDA050;
	text-decoration: underline;
}
#Content a:active
{
	color: #153985;
	text-decoration: underline;
}
#Content a:hover
{
	color: #153985;
	text-decoration: underline;
}

#Content a.download
{
	background: url(../images/pdflink.gif) no-repeat right top;
	padding-right: 16px;
}

#Content a.RecordButton
{
	background: transparent url(../images/record_button.jpg) no-repeat 0px 0px;
	height: 45px;
	display: block;
	margin-top: 5px;
}

#Content a.RecordButton:link
{
	background-position: 0px 0px;
}

#Content a.RecordButton:visited
{
	background-position: 0px 0px;
}

#Content a.RecordButton:hover
{
	background-position: 0px -77px;
}

#Content a.RecordButton:active
{
	background-position: 0px -77px;
}

#Content .RecordButton span
{
	padding: 15px 0px 0px 50px;
	display: block;
	font-size: small;
}

/*
 Menus and Boxes
*/

.MenuBoxHead
{
	background-color: #A1B0CE;
	width: 100%;
	height: 2.6em;
	padding-top: .4em;
	margin-bottom: .3em;
	text-align: center;
	font: bold small Arial;
	font-family: Arial;
}

.Register
{
    text-align:center;
    background-color:#BDA050;
    margin:3em 0;
    padding:0.75em 0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

.Register a
{	
	font-size:small;
	color:#fff;
	font-weight:bold;
}

.Register a:hover
{	
	color:#133984;
}

/*gold link buttons*/
#Content .myTenders a.GoldLink
{
    background-color:#BDA050;
    padding:0.4em 1.5em;
}

#Content .myTenders a.GoldLink
{	
	font-size:small;
	color:#fff;
	font-weight:bold;
}

#Content .myTenders a:hover.GoldLink
{	
	color:#133984;
}

#Content .myTenders div.GoldLink
{
    text-align:center;
    background-color:#BDA050;
    margin:0;
    padding:0.6em 0;
}

.MenuImage
{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    margin-bottom:1.3em;
}

.MenuImage img
{
    vertical-align:bottom;
}

.MenuBlock
{
	margin-bottom: 3px;
	width: 100%;
	text-align: left;
	background-color: #153985;
	margin-top: 3px;
}

.borderedBox
{
    background-color: #CEDAF0;
	border-top: #293939 1px solid;
	border-right: #293939 2px solid;
	border-bottom: #293939 2px solid;
	border-left: #293939 1px solid;
	padding: 0.3em;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
}

.displayBlock
{	    
    border:1px solid #A1B0CE;
    margin:1em;
    padding-bottom:1em;
    background-color:#FBFCFD;
}

.displayBlock h1
{
	font-size: medium;
	font-weight: bold;
	padding-top: 0.2em;
	background-color: #DEE3ED;
	color: #153985;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 0pt solid #153985;
}

.displayBlock h2
{
    background-color:#D0D7E6;
    color:#79849B;
    margin:0;
    padding:0.3em 1em;	
}

.displayBlock .topBorder
{
	border-top: 1pt solid #bec4c4;
}

.displayBlock .indent
{
	margin-left: 11px;
	border: 1pt solid #BEC4C4;
	padding: 0.5em;
	width: 80%;
	margin-top: 5px;
}

.displayBlock label
{
	font-size: small;
}

.displayBlock a
{
	font-size: small;
	font-weight: bold;
	color: #03c;
}

.hint span.body
{
	color: #0000c0;
}
.hint span.title
{
	font-weight: bold;
	color: #0000c0;
}

/* 
 Tag strip formats 
*/
.MultiPage
{
	border-top-width: 0px;
	border-right: #c6c6c6 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	font-size: small;
	padding-bottom: 10px;
	border-left: #c6c6c6 1px solid;
	padding-top: 10px;
	border-bottom: #c6c6c6 1px solid;
	background-color: #f2f2f2;
}


/* 
 Print specific formating
 Strip out navigation etc
*/
@media print
{
	#PrintFooter
	{
		display: block;
	}

	div#Navigation
	{
		display: none;
		float: none;
	}

	div#Content
	{
		float: left;
		margin-left: 0px;
		border: 0px;
	}

	div.footerContainer
	{
		margin-left: 0px;
	}
	#preview
	{
		display: none;
		width: 600px;
	}
	#print
	{
		width: 7in;
		position: static;
	}
}