﻿body
{
	background-image:url(Media/bg.png);
	background-repeat:repeat-x;
	background-color:White;
	margin:0;
	padding:0;
	font-family:Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	font-size:0.8em;
}

#Header
{
	position:absolute;
	right:16px; /*With the 4px of padding in the logo, it's like 20px*/
	top:48px;
}

#MainContent
{
	background-image: url(Media/Page_TL.png);
	background-repeat: no-repeat;
	margin: 40px 290px 0 12px; /*With the 4px of padding in the bg, it;s ilke 20px*/
}

#MainContentInsideWrapper
{
	background-image: url(Media/Page_R.png);
	background-repeat: no-repeat;
	background-position:top right;
	padding: 23px 28px 20px 28px;
	min-height:654px;
}

#Nav
{
	position: absolute;
	top: 120px;
	right: 0;
	width:290px;
	text-align:right;
}

#Nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#Nav li
{
	margin:0;
	padding:0;
}

#Nav li a
{
	color:#333333;
	border-bottom:solid 1px #b4b4b4;
	display:inline-block;
	padding: 4px 20px 4px 20px;
	text-decoration:none;
	width:240px;
}

#Nav li a:hover
{
	background-image:url(Media/hovergrad.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#e0e0e0;
}

#MainContent .InnerContent h2
{
	margin-top:0;
	font-size:130%;
	color:#999900;
}

#MainContent .InnerContent h3
{
	margin-top:0;
	font-size:110%;
	margin:0;
	padding:0;
	color:#006600;
}

#MainContent .InnerContent h4
{
	margin-top:0;
	font-size:100%;
	font-style:italic;
}

#MainContent .InnerContent p
{
	line-height:180%;
}

#MainContent .InnerContent a
{
	color:Black;
	display:inline-block;
	font-weight:bold;
}

#MainContent .Content a:hover
{
	background-color:#000066;
}

#Footer
{
	margin-top:20px;
	border-top:solid 1px #cccccc;
	padding:10px;
	line-height:180%;
	font-size:11px;
	text-align:center;
	color:#666666;
}

#Footer a
{
	color:#000066;
	display:inline-block;
	font-weight:bold;
}

#Footer a:hover
{
}

#BidRequest
{
	border:solid 1px #b4b4b4;
	background-color:white;
	background:url(Media/angledgrad.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#BidRequest .FieldName
{
	text-align:right;
	font-weight:bold;
}

#BidRequest td
{
	padding:12px;
}

.ThinInput
{
	background-image:url(Media/insideshadow.gif);
	border:solid 1px #b4b4b4;
}

.LargeTextArea
{
	overflow:auto;
	background-image:url(Media/insideshadow.gif);
	border:solid 1px #b4b4b4;
}

.ButtonCell
{
	text-align:right;
}

.Warning {
	color:Red;
	font-weight:bold;
}

#RFPThanks
{
	background-color:#ccffcc;
	font-weight:bold;
	padding:10px;
	text-align:center;
}

/* Uploader */
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 0 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -10px;
	font-size: 110%;
	color:#006600;
}
div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #000066;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}
.progressWrapper {
	width: 375px;
	overflow: hidden;
}
.progressContainer {
	margin-bottom:10px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(Media/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover {
	background-position: 0px 0px;
}
.swfupload {
	vertical-align: top;
}

#divStatus {
	margin:10px;
	font-style:italic;
}

