/* Gloabl Defaults */
body
{
	margin: 0 auto;
	font-family: helvetica,verdona;
	font-size: 12px;
	color: #000000;
}

body.popup
{
	background-color: #fff5ff;
}

p
{
	margin: 0px;
	margin-bottom: 10px;
}

a, a.visited
{
	font-family: helvetica,verdona;
	font-size: 12px;
	color: #0022bb;
}
a:hover, a:visited:hover
{
	font-family: helvetica,verdona;
	font-size: 12px;
	color: #b2131c;
}

.staticmenu
{
	background-color: #990000;
	color: #ffffff;
}
a:hover.staticmenu, a:visited:hover.staticmenu
{
	color: #dddddd;
}

.selmenu
{
	background-color: #eeccee;
}
a:hover.selmenu, a:visited:hover.selmenu
{
	color: #b2131c;
}

.woilink
{
	font-size: 9px;
}
a:hover.woilink, a:visited:hover.woilink
{
	font-size: 9px;
}


/* master page stuff */
#pnlHeader
{
}

#leftnav
{
	margin-right: 10px;
	height: 100%;
}
.rightc
{
	float: right;
	width: 596px;
}

.topmenu
{
	width: 950px;
	height: 48px;
	margin-bottom: 4px;
}

.menubutton
{
	float: left;
}

#content
{
	width: 900px;
	background-repeat: no-repeat;
}

#bg
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	display:block;
}

#search {
	width: 156px;
	height: 40px;
	padding-left: 14px;
	padding-top: 8px;
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

/* display boxes stuff */

div.roundcorner_header
{
	height: 29px;
	text-align: left;
	font-size: 10pt;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 21pt;
}

div.roundcorner_inner
{
	border-left: solid 1px #5B5B5B ! important;
	border-right: solid 1px #5B5B5B ! important;
	/* margin-bottom : -7px; */
}

table.roundcorner_footer
{
	height: 5px;
	width: 100%;
	border-bottom: solid 1px #5B5B5B !important;
}

div.roundcorner_footer
{
	height: 5px;
}

/* Menu styles */
.menu
{
	font-family: helvetica,verdona;
	color: #b2131c;
	font-weight: bold;
	text-decoration: underline;
}

/* Header styles */
h1
{
	font-family: helvetica,verdona;
	color: #09357a;
	font-weight: bold;
	font-size: 18px;
}
.h1
{
	font-family: helvetica,verdona;
	color: #09357a;
	font-weight: bold;
	font-size: 18px;
}
h2
{
	font-family: helvetica,verdona;
	color: #09357a;
	font-weight: bold;
	font-size: 14px;
}
.h2
{
	font-family: helvetica,verdona;
	color: #09357a;
	font-weight: bold;
	font-size: 14px;
}
h3
{
	font-family: helvetica,verdona;
	color: #09357a;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	vertical-align: bottom;
}
.h3
{
	font-family: helvetica,verdona;
	color: #09357a;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	vertical-align: bottom;
}
input
{
	margin: 0 auto;
	font-family: helvetica,verdona;
	font-size: 11px;
	color: #000000;
}
.productlistsmall
{
	font-size: 10px;
}
.productlistheader
{
	font-family: helvetica,verdona;
	color: #b2131c;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.fullinfo
{
	font-family: helvetica,verdona;
	font-size: 14px;
}

/* text classes */
.welcome
{
	font-family: helvetica,verdona;
	color: #09357a;
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
}
.sales
{
	font-family: helvetica,verdona;
	color: #772244;
	font-weight: bold;
	font-size: 16px;
}
.maintext
{
	font-family: helvetica,verdona;
	font-size: 14px;
}


/* table styles */
table.subtlehighlight
{
	background-color: #eeeeee;
}

/* These are the styles for the table that is built in code to display lines for a group */
table.lines
{
	width: 100%;
}
th.lines
{
	border-bottom: #772244 thin double;
	height: 20px;
}
td.lines
{
	background-color: #eeeeee;
}
td.linesalt
{
}

/* These are the styles for the table that is built in code to display lines for a group, when it is disabled */
table.linesgrey
{
	color: #dddddd;
	width: 100%;
}
th.linesgrey
{
	color: #dddddd;
	border-bottom: #772244 thin double;
	height: 20px;
}
td.linesgrey
{
	color: #dddddd;
	background-color: #eeeeee;
}
td.linesaltgrey
{
}
td.selected
{
	background-color: #eeccee;
}


/* table row styles */
tr.divide
{
	height: 2px;
	background-color: #772244;
}

/* div styles (asp:Panel gets rendered as div) */
div.mainleftandtop
{
	border-right: #47679b thin dotted;
	border-top: #47679b thin dotted;
	border-left: #47679b thin dotted;
	border-bottom: #47679b thin dotted;
	background-color: #eeeeee;
}
div.mainleftandtopnoborder
{
	background-color: #eeeeee;
}
div.main
{
	border-right: #772244 thin dotted;
	border-top: #772244 thin dotted;
	border-left: #772244 thin dotted;
	border-bottom: #772244 thin dotted;
}
div.border
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
div.borderinner
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: #eeccee;
}

/* button styles */

/*for the 'Close' button in popup div's */
input.closepopup
{
	border-right: double;
	border-top: double;
	border-left: double;
	border-bottom: double;
	font-weight: bold;
	background-color: #bbaabb;
}

/* small buttons */
input.smalltext
{
	border-right: thin double;
	border-top: thin double;
	border-left: thin double;
	border-bottom: thin double;
	font-size: 6pt;
	font-weight: bold;
	background-color: #eeccee;
}
input.mediumtext
{
	border-right: thin double;
	border-top: thin double;
	border-left: thin double;
	border-bottom: thin double;
	font-size: 9pt;
	font-weight: bold;
	background-color: #eeccee;
}

/* style for toolbar in iframe */
.tooolbar
{
	width: 100%;
	height: 10px;
	background-color: #47679b;
}

/* style for 'please wait...' messages when windows closing */
.waittext
{
	font-weight: bold;
	font-size: x-large;
	color: #09357a;
}

iframe.popup
{
	border-right: #772244 groove;
	border-top: #772244 groove;
	border-left: #772244 groove;
	border-bottom: #772244 groove;
	background-color: #eeccee;
}

/* style for location bar (made up of <a>'s) */
a.location
{
	font-weight: bold;
	font-size: 9pt;
}

table.location
{
	border-right: #09357a thin solid;
	border-top: #09357a thin solid;
	border-left: #09357a thin solid;
	border-bottom: #09357a thin solid;
}
table.location td
{
}

/* style to get menu items to centre their text */
.cent_text
{
	text-align:center;
}

/* styles for the product list tables (one per product within <td> of a larger table */
.productlist
{
	border-top: silver thin dashed;
	border-right: silver thin dashed;
	width: 100%;
	height: 100%;
}

.productlistright
{
	border-top: silver thin dashed;
	width: 100%;
	height: 100%;
}
.productlisttop
{
	border-right: silver thin dashed;
	width: 100%;
	height: 100%;
}
.productlisttopright
{
	width: 100%;
	height: 100%;
}

/* style for the download header bars on downloads page */
.downloads_header
{
	font-size: 12pt;
	background-color: silver;
	font-variant: small-caps;
}

.groupadmin
{
	background-color: #d9e4d9;
}
.lineadmin
{
	background-color: #fff1ca;
}
.asslineadmin
{
	background-color: #deecff;
}

.docadmin
{
	background-color: #efe4eb;
}

.sectorborder
{
	margin: 10px;
	text-align: center;
}

div.searchoptions
{
	background-color: #ffffff;
	z-index: 2;
	width: 220px;
	height: 150px;
	position: absolute;
	border-right: #000000 solid;
	border-top: #000000 solid;
	border-left: #000000 solid;
	border-bottom: #000000 solid;
}

div.oopen
{
	display:inline;
	cursor: pointer;
	text-decoration: underline;
	color: #eeccee;
}
.welcome2 { font-family: helvetica, verdona; color: #09357a; font-weight: bold; font-size: 18px; }
