/* @override 
	http://test4b.zedit.net/css/main.css
*/

body {
    color : #212121;
    margin-top : 0px;
	background: #7a998e url(../images/wg/background.gif) repeat-x;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}

form fieldset {
    background-color : #8da99f;
	margin-right: 25px;
}

form legend {
    font-weight: bold;
    font-variant: small-caps;
    color: #fff;
    background-color: #d7313d;
    padding: 2px 6px;
    margin-bottom: 8px;
  }

form label {
	padding-left: 22px;
    display: inline;
    float: none;
  }

form label.flX {
    display : inline;
    float : none;
    font-weight : normal;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 100px;
  }

form label.fl {
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : normal;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }

form label.flBlank {
	background-image: url(/css/blank.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : normal;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flComplete {
	background-image: url(/css/complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : normal;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flCaution {
	background-image: url(/css/caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    color: #FF0000;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form label.flRequired {
	background-image: url(/css/required.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
	margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
}

form input.formInputText {
    color: #666666;
    background-color: #fff;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 15px;
  }


form input.formInputText:hover {
    background-color: #0002bf;
    border: solid 1px #ff6666;
    color: #fff;
  }


form input.formInputText:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


form select.formSelect {
    font-size: .8em;
    color: #666666;
    background-color: #fff;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 20em;
  }


form select.formSelect:hover {
    background-color: #0002bf;
    border: solid 1px #ff6666;
    color: #fff;
  }


form select.formSelect:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


.highlight {
    font-weight: bold;
  }


a:link, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #2a3194;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }


a:hover, a.current:link, a.current:visited {
    font-weight: bold;
    color: #2a3194;
    text-decoration: none;
    background-color: #c2d7d0;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }


ul {
    list-style: disc outside;
  }


.ulMainNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulMainNav li {
    display: inline;
    float: left;
    list-style-type: none;
  }


.ulMainNav a:link, .ulMainNav a:visited, .ulMainNav a:active {
    background-image : url(/images/butt-fill-1.gif);
	background-repeat:repeat-y;
	background-color: #666;
	font-size: 12px;
	display: block;
	width: 114px;
	text-align: center;
	font-weight: bold;
	color: #fffeff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #fffeff;
}


.ulMainNav a:hover, .ulMainNav a.current:link, .ulMainNav a.current:visited {
    background-image : url(/images/butt-fill-2.gif);
	background-repeat:repeat-y;
    background-color: #d7313d;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
	border: 1px solid #fffeff;
}

.ulSideNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulSideNav li {
    display: list-item;
    float: none;
    list-style-type: none;
  }


.ulSideNav a:link, .ulSideNav a:visited, .ulSideNav a:active {
	font-size: 12px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fffeff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 2px;
	background-color: #666;
	border: 1px solid #fffeff;
}


.ulSideNav a:hover, .ulSideNav a.current:link, .ulSideNav a.current:visited {
	background-color : #d7313d;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
	border: 1px solid #fffeff;
}

.ulAdminNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulAdminNav li {
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline;
    float: left;
    list-style-type: none;
  }


.ulAdminNav a:link, .ulAdminNav a:visited, .ulAdminNav a:active {
    font-size: 12px;
    display: block;
    width: 115px;
    text-align: center;
    font-weight: normal;
    background-color: #204463;
    color: #7bc9ff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 2px;
	border-color: #7a998e;
}


.ulAdminNav a:hover, .ulAdminNav a.current:link, .ulAdminNav a.current:visited {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #7a998e;
	border-color: #7a998e;
}

h1 {
    font-size: 1.6em;
    text-align: left;
	color: #fffeff;
	background-color: #666;
	margin: 4px 0;
	padding: 3px 8px 4px;
}

h1.trans {
    font-size: 1.6em;
    text-align: left;
	color: #fffeff;
	margin: 4px 0;
	padding: 3px 8px 4px;
	background-color: transparent;
}

h2 {
    font-size: 1.4em;
    text-align: left;
	color: #f0ff00;
	margin-bottom: -10px;
}

h3 {
    font-size: 1.2em;
    text-align: left;
	color: #fffeff;
	background-color: #666;
	margin: 4px 0;
	padding: 3px 8px 4px;
}

h4 {
    font-size: 1.2em;
    text-align: left;
	color: #fffeff;
	background-color: #666;
	margin: 4px 0;
	padding: 3px 8px 4px;
}

hr {
	color: #7bc9ff;
	margin: 10px;
}


img.box {
	border: 3px solid #656565;	
}


div.jumpNav {
	height: auto;
	margin: 0; padding:0;
}

div.navtab {
	float: left;
	width: 124px; height: 40px;
	margin: 0;
	}

div.navtab a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
	background: url( '../images/wg/buttons.jpg' ) -200px 0px no-repeat;
	}
div.navtab span {
	display: block;
	margin:0; padding: 10px 10px 0 16px;
	}
div.navtab a:hover {
	color: #c00;
	background: url( '../images/wg/buttons.jpg' ) 0 0px no-repeat;	}
div.navtab a:active {
	color: #f76369;
	background: url( '../images/wg/buttons.jpg' ) 0 0px no-repeat;	}

.ulJumpNav li {
    list-style-type: none;
	float: left;
	width: 123px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
}

.liJumpNav {
    list-style-type: none;
	float: left;
	width: 123px;
	height: 30px;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 5px;
	cursor: pointer;
	background: url(../images/wg/buttons.jpg) no-repeat -200px -5px;
}

.liJumpNavX {
    list-style-type: none;
	float: left;
	width: 123px;
	height: 30px;
	color: #c00;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	background: url(../images/wg/buttons.jpg) no-repeat 0 -5px;
}

.ulJumpNav a:link, .ulJumpNav a:visited, .ulJumpNav a:active  {
	display: inline;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: 1.0em;
}


.ulJumpNav a:hover, .ulJumpNav a.current:link, .ulJumpNav a.current:visited {
	display: inline;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: 1.0em;
}

.uptightImg {
    clear: both;
	padding: 0;
	margin: -3px 0px 3px 1px;
	display: block;
	float: none;
}

.floatImgLeft {
    clear: both;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }


.floatImgRight {
    clear: both;
    float: right;
    padding: 3px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
	border-style: none;
}


p.error {
    background-color : #ff0000;
    font-weight: bold;
    color : #ffffff;
    font-size: 1.2em;
    padding: 3px;
  }


p.debug {
    background-color : #0000C0;
    font-weight: bold;
    color : #FFFF00;
    font-size: 1.2em;
    padding: 3px;
  }


table.form {
    font-size: 0.75em;
    background-color : #FFFFC0;
  }


.sold {
    color: #FF0000;
    text-decoration: line-through;
  }

p {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0;
}

p.sidebarp {
	margin-left: 0px;
	margin-right: 0px;
}

p.small {
    font-size: 0.5em;
  }
  
a.linkset2 {
    font-weight: normal;
    text-decoration: none;
    color: #1609f9;
    padding-right: 0.3em;
    padding-left: 0.3em;
}

p.highlight {
    color : #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
}

p.footwhite {
    color : #fff;
	font: normal bold 1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	text-align: center;
	margin: 0 0 -2px;
	background-color: #d7313d;
	padding-top: 8px;
	padding-bottom: 2px;
}

p.clear {
    clear: both;
	margin: 0;
	padding: 0;
}

p.central {
	text-align: center;
	margin: 0;
	padding: 0;
}
  
p.white {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* extracted styles*/

