/*@import url(FormsListsGrids.css);
@import url(NavBars.css);
@import url(NoticeFormats.css);*/

/*
 Standard Tags
*/

body
{
	font-size: 62.5%;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family: Verdana, Tahoma, 'MS Sans Serif' , Arial;
}

H1
{
	color: #293939;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: .4em;
	margin-bottom: .4em;
}

H2
{
	color: #293939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .8em;
}

H3
{
	color: #293939;
	font-size: X-small;
	font-weight: bold;
	margin-top: .3em;
	margin-bottom: .1em;
	display: inline;
}

select
{
	font-size: x-small;
    font-family: Verdana, Tahoma, Arial;
}

input
{
    cursor: pointer;
    font-size: x-small;
    font-family: Verdana, Tahoma, Arial;
}

textarea
{
    font-size: x-small;
    font-family: Verdana, Tahoma, Arial;
}

img
{
	border: 0;
}

P
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #0E2337;
	margin-top: 3px;
	margin-bottom: 6px;
}

UL
{
	list-style-position: outside;
	font-size: x-small;
	color: black;
	text-indent: 0pt;
	font-family: Verdana, Tahoma, 'MS Sans Serif' , Arial;
	list-style-type: square;
}

OL
{
	font-size: x-small;
	color: black;
	text-indent: 0pt;
	font-family: Verdana, Tahoma, 'MS Sans Serif' , Arial;
}

/* 
   Page Layout 
   This controls the format of each page 
*/

div#wrapper
{
	width: 80.5em;
	margin: 0 auto;
	text-align: left;
}

div#Header
{
	overflow: hidden;
	border: 0;
	margin-bottom: 5px;
	text-align: right;
	vertical-align: top;
	height: 75px;
	background: #fff url(../images/etenders_header.jpg) repeat-x;
}

div#Navigation
{
	float: left;
	width: 17em;
}

div#Content
{
	background-color: White;
	width: 61.5em;
	padding: .5em;
	border: 1pt solid #CBCFD0;
	float: right;
}

/* 
 Special text 
*/

.error
{
	font-size: x-small;
	color: red;
	font-family: Verdana, Tahoma, 'MS Sans Serif' , Arial;
}

span.error
{
	display: block;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.required
{
	color: red;
}

.hidden
{
	display: none;
}

.small
{
	font-size: xx-small;
}

.Button
{
    width: 9em;
    padding: 0.3em;
    color: White;
    background-color: #133984;
    border: solid 1px #133984;
}

.Button:hover
{
    background-color: #6685C2;
}

.SubButton
{
    background-color: #935e02;
    border: solid 1px #935e02;
}

.Textbox
{
    border: solid 1px #6685C2;
    margin: 0;
    padding: 0.2em;
}

.Button:hover
{
    background-color: #6685C2;
}

.SubButton
{
    background-color: #935e02;
    border: solid 1px #935e02;
}

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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
	text-decoration: none;
}

#Content H2 a:hover
{
	color: black;
	text-decoration: underline;
}

#Content a
{
	color: blue;
	font-size: x-small;
	font-family: Verdana, Tahoma , Arial;
	text-decoration: none;
	font-weight: normal;
}

#Content a:link
{
	color: blue;
	text-decoration: none;
}

#Content a:visited
{
	color: blue;
	text-decoration: none;
}
#Content a:active
{
	color: blue;
	text-decoration: none;
}
#Content a:hover
{
	color: blue;
	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;
}

/*
ERROR
*/

.errorDiv 
{ 
    background-color: #f7b440; 
    font-weight: bold; 
    padding: 7px; 
    color: black; 
}   

.errorDiv ol 
{ 
    color: black; 
}

/*
 Menus and Boxes
*/

.MenuBoxHead
{
	background-color: #CBCFD0;
	width: 100%;
	height: 2.6em;
	padding-top: .4em;
	margin-bottom: .3em;
}


.extendedMenuBlock
{
	margin-bottom: 3px;
	width: 100%;
	padding-top: 4px;
	text-align: center;
	background-color: white;
	margin-top: 3px;
}

.extendedMenuBlock span
{
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
}

.extendedMenuBlock a
{
	color: #293939;
}

.MenuBlock
{
	margin-bottom: 3px;
	width: 100%;
	text-align: left;
	background-color: #293939;
	margin-top: 3px;
}

.borderedBox
{
	background-color: #CEDAF0; /* change for site colour */
    padding: 0.3em;
    margin-bottom: 0.2em;
    overflow: hidden;
}

.ButtonPanel
{
    overflow: hidden;
    padding: 5px;
    margin: 1em 0;  
    text-align: center; 
}

ul.Horizontal
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.Horizontal li
{
    float: left;
}


.displayBlock
{
	border: 1pt solid #bec4c4;
}

.displayBlock h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding-top: 0.2em;
	background-color: #D3D7D8;
	color: #697474;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 0pt solid #bec4c4;
}

.displayBlock h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 0.5em;
	background-color: #D3D7D8;
	color: #697474;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1pt solid #bec4c4;
}

.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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #03c;
}

div.footerContainer
{
	padding-top: 5px;
	margin: 0 0 0 160px;
	width: 635px;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #293939;
}

div.footerContainer a
{
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	color: #293939;
}

div.footerContainer a:hover
{
	text-decoration: underline;
}
.hint
{
}

.hint span.body
{
	color: #0000c0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
}
.hint span.title
{
	font-weight: bold;
	color: #0000c0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
}

.Breadcrumb
{
	width: 100%; 
	margin: 1em 0;
	font-size: small;
	overflow: hidden;
	padding-left:10px;
}


/* 
 Tag strip formats 
*/
.MultiPage
{
	border-top-width: 0px;
	border-right: #c6c6c6 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 8pt;
	padding-bottom: 10px;
	border-left: #c6c6c6 1px solid;
	padding-top: 10px;
	border-bottom: #c6c6c6 1px solid;
	font-family: verdana, tahoma, sans-serif;
	background-color: #f2f2f2;
}

/*
 Supplier Control Panel
*/

h2.Image
{
	margin: 1em 0 0 0;
	padding: 0.2em 0 0 2.7em;
	line-height: 30px;
	text-transform: uppercase;
}

.ContentBox
{
	overflow: hidden;
	float: left;
	margin: 0 5px;
	width: 190px;
}

.ContentBox .ContentBox_Inner
{	
	overflow: hidden;
	background-color: #eeeeee;
	border: 0.1em solid #bec4c4;
	padding: 0.5em 0.25em 0.5em 0;
	min-height: 160px;
	height: auto !important;
	height: 160px;
}

.ContentBox .ContentBox_Inner UL LI
{
	margin: 0 0.5em 0.4em -1.5em;
}

/* 
 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;
	}
	table.PrintSupplier
	{
		page-break-after: always;
	}
}


