/* This style sheet controls how the site is displayed. All styles for the site should be written in this document! */

/* The styles below should not need to be changed.  Scroll down to SITE SPECIFIC CSS to begin styles specific to this site. */

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

A.white:link {color: #fff;
text-decoration: none;}

A.white:visited {color: #fff;
text-decoration: none;}

A.white:active {color: #fff;
text-decoration: none;}

A.white:hover {color: #fff;
text-decoration: underline;}

/* SITE SPECIFIC CSS */

/* Set the Site's Fonts, Colors and Size Here */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;}

/* Set Body Colors and Backrounds Here */

BODY {background: #01452d;
margin : 0 0 0 0;
padding: 0 0 0 0;}

/* Set Heading Colors and Sizes Here */

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;}

H1 {font-size: 24px;} /* Used for top Wisconsin Employment Resources */

H2 {font-size: 20px;} /* Used as largest heading on page */

H3 {font-size: 18px;}

H4 {font-size: 16px;}

H5 {font-size: 14px;}

H6 {font-size: 12px;}

/* Set Link Colors and Styles Here */

A:link {color: #243e90;
text-decoration: none;}

A:visited {color: #339a74;
text-decoration: none;}

A:active {color: #177c57;
text-decoration: none;}

A:hover {color: #4ebd94;
text-decoration: underline;}

/* Styles Below are Unique to This Website */

.bg_left {background-image: url(images/bg_left.jpg);
background-repeat: repeat-y;
background-position: top left;
background-color: #fff;}

.bg_right {background-image: url(images/bg_right.jpg);
background-repeat: repeat-y;
background-position: top right;}

.top_logo {padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;}

.top_ads {padding-top: 10px;
padding-right: 80px;}

.nav_bar {background-color: #243e90;
border: 2px solid #000;}

.center_columns {padding: 10 60 0 80px;}

.content_area {padding: 0 10 0 20px;}

.breadcrumb {font-size: 10px;}

.footer_nav {background-color: #243e90;
border: 2px solid #000;
color: #fff;
padding: 4px;}

.footer_content {padding: 10 50 0 50px;}

.contact_warning {padding: 10px;
border: 2px solid #243e90;
background-color: #ffff99;
color: #f00;
font-size: 14px;
font-weight: bold;
text-align: left;}

/* Homepage Employer & Seeker Link Boxes */
.employers_heading {font-size: 16px;
color: #000;
font-weight: bold;
background-color: #e7ae00;
padding: 4px;}

.seekers_heading {font-size: 16px;
color: #000;
font-weight: bold;
background-color: #b80e1e;
padding: 4px;}

.employers_links {background-position: bottom left;
background-repeat: no-repeat;
background-image: url(images/bg_grey_shadow.jpg);
padding: 4px;
border: 2px solid #e7ae00;}

.seekers_links {background-position: bottom left;
background-repeat: no-repeat;
background-image: url(images/bg_grey_shadow.jpg);
padding: 4px;
border: 2px solid #b80e1e;}

/* Below is specific to Deluxe Resources Admin pages */

TD.head {
	background: #c0c0c0;
	color: black;
	font-weight: bold;
}

/* Below is specific to the Deluxe Resources Admin wysiwyg editor */

.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}