/*****************
	NOTICE
	
There are some IE specific styles included in the ie-main.css file.
These styles are included for all versions of explorer lower than 8 using 
conditional comments. They fix various bugs/differences that affect IE only. 
*****************/

html {
	overflow-y: scroll;
}
body {
	color:black;
	font-size:75%; /* Reset font size to be 12px */
	font-family: "Arial", sans-serif ;
	background-color:#2d3e84;	
}



/* Force the admin pages font-size to be the same as everyone else. It has font-size:small in multiple places */
div.bdadpan, div.bdadpan p, div.bdadpan td, div.AdminPageInner {
	font-size:1em;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
div, li, ul, body {
	margin:0;
	padding:0;
}
ul {
	margin-left:2.5em;
}
a {
	color:#551A8B;
}
a img {
	border-width:0;	
}

.clearer {
    clear: both; 
}
.nodisplay {
	display:none;
}
.help {
	cursor:help;
}

/* Page layout */

#bigwrapper {
	/*position:relative;*/
	text-align:center;
}

#contentarea {
	background-color:white; 
	margin:0 auto;
	text-align:left;
	padding-bottom:1%;
}

#header {
	background-image:url(/images/delta/headerBG.jpg);
	background-repeat:no-repeat;
	height:100px;
}

#header img {
	margin-left:25px;
	margin-top:25px;
	float:left;
	display:block;
}

#navigation {
	text-align:right;
	float:right;
}

#navigation ul {
	list-style:none;
	margin-bottom:8px;
}
#navigation ul li {
	display:inline;
	padding:5px 15px;
	border-width:0;
	margin:0;
/*	border: 1px solid black;*/
}
#navigation ul li a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#navigation ul li a:hover {
	text-decoration:underline;
}

#main {
	width:100%;
}

#sidebar {
	
}

#rightcol{
	margin-bottom:5%;
/*	margin-right:1%;*/
}
#footer {
}



/* end main page layout */

/* footer */
#footer ul {
	list-style:none;
}
#footer ul li {
	display:inline;
	padding:0 5px;
	border-right:1px solid white;
}
#footer ul li.last {
	border-right:none;
}
#footer ul li, #footer ul li a {
	text-decoration:none;
	color:white;
}
#footer ul li a:hover {
	text-decoration:underline;
}
/* end footer */

	/*border: 1px solid #f49c36;	/* Delta orange */
	/*border: 1px solid #2d3e84;	/* Delta blue */


/* Leftbox isn't actually used on the extranet, perhaps it should */
.leftbox {
	padding:0;
	margin-top:5%;
	margin-bottom:5%;
	padding-bottom:5%;
}

.leftbox * {
	font-size:1em;
}

.leftbox h2 {
    padding:0;
    margin:0;
    margin-bottom:3%;
    background-color:#385296;
    color:white;
	font-size:1.2em;
	background-repeat:no-repeat;
}

.leftbox ul {
	margin:0;
	list-style:none;
	padding-left:2%;
	padding-right:2%;
	text-align:center;
}
.leftbox ul li {
	border-bottom:2px dotted #fb5200;
	padding-bottom:5%;
	padding-top:5%;
}
.leftbox ul li.lastrow{
	border-bottom:none;
}

/** InstructionDefDisplay css **/
table#instructionexplanation {
	font-size:12px;
	border: 1px solid black;	
	width:100%;
}
table#instructionexplanation td{
	border: 1px solid black;	
	border-collapse:collapse;
}

table#instructionexplanation thead tr td{
	font-weight:bold;
}
/** End InstructionDefDisplay css **/

/** BidsAdmin + Extranet **/
#ds-e-addeditmessage{
        font-weight:bold;
        text-align:center;
        padding:5px;
        margin-top:5px;
        border: solid 2px #2d3e84;
        background-color: #fdeedc;
}
/** ends BidsAdmin + Extranet **/
