﻿/* START OF RESET.CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END OF RESET.CSS */

/* clearfix */
/* add to floating elements which should not float afterthem */ 
* html .clearfix {
    height: 1%; /* IE5-6 */
    }
* + html .clearfix {
	display: inline-block; /* IE7not8 */
	}
.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
/* end of clearfix */

/* START OF CLUETIP.CSS */
/* global */
#cluetip-close img {
	border: 0;
}
#cluetip-title {
	overflow: hidden;
}
#cluetip-title #cluetip-close {
	float: right;
	position: relative;
}
#cluetip-waitimage {
	width: 43px;
	height: 11px;
	position: absolute;
	background-image: url(/images/wait.gif);
}
.cluetip-arrows {
	display: none;
	position: absolute;
	top: 0;
	left: -11px;
	height: 22px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#cluetip-extra {
	display: none;
}
/***************************************
	 =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
	background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
	position: relative;
	margin: 0;
	background-color: #ccc;
}
.cluetip-default h3#cluetip-title {
	margin: 0 0 5px;
	padding: 5px 10px 5px;
	font-size: 1em;
	font-weight: normal;
	background-color: #999;
	color: #fff;
}
.cluetip-default #cluetip-title a {
	color: #d9d9c2;
	font-size: 0.95em;
}	
.cluetip-default #cluetip-inner {
	padding:1px 10px 6px;
	line-height:1.3em;
}
.cluetip-default div#cluetip-close { 
	text-align: right;
	/*margin: 0 5px 5px;*/
	color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
	background-image: url(/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
	background-image: url(/images/darrowright.gif);
	left: 100%;
	margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
	background-image: url(/images/darrowdown.gif);
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;	
}	
.clue-bottom-default .cluetip-arrows {
	background-image: url(/images/darrowup.gif);
	top: -11px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}

/***************************************
	 =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
	background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
	border: 2px solid #ccc;
	position: relative;
	background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
	margin: 0 0 5px;
	padding: 2px 5px;
	font-size: 16px;
	font-weight: normal;
	background-color: #ccc;
	color: #333;
}

.cluetip-jtip #cluetip-inner {
	padding: 0 5px 5px;
	display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
	text-align: right;
	margin: 0 5px 5px;
	color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
	background-image: url(/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
	background-image: url(/images/arrowright.gif);
	left: 100%;
	margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
	background-image: url(/images/arrowdown.gif);
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;	
}	
.clue-bottom-jtip .cluetip-arrows {
	background-image: url(/images/arrowup.gif);
	top: -11px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}

/***************************************
	 =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
	background: transparent url(/images/bl.gif) no-repeat 0 100%;
	margin-top: 10px;
	margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
	background: transparent url(/images/tl.gif) no-repeat 0 0;
	margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
	background-color: transparent;
	padding: 12px 12px 0;
	margin: 0 -12px 0 0;
	position: relative;
}
.cluetip-rounded #cluetip-extra {
	position: absolute;
	display: block;
	background: transparent url(/images/tr.gif) no-repeat 100% 0;
	top: 0;
	right: 0;
	width: 12px;
	height: 30px;
	margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
	background: url(/images/br.gif) no-repeat 100% 100%;
	padding: 5px 12px 12px;
	margin: -18px -12px 0 0;
	position: relative;
}

.cluetip-rounded div#cluetip-close { 
	text-align: right;
	margin: 0 5px 5px;
	color: #009;
	background: transparent;
}
.cluetip-rounded div#cluetip-close a {
	color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
	background-image: url(/images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
	background-image: url(/images/rarrowright.gif);
	left: 100%;
	margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
	background-image: url(/images/rarrowdown.gif);
	top: 100%;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;	
}	
.clue-bottom-rounded .cluetip-arrows {
	background-image: url(/images/rarrowup.gif);
	top: -23px;
	left: 50%;
	margin-left: -11px;
	height: 11px;
	width: 22px;
}
/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
	zoom: 1;
}
/* END OF CLUETIP.CSS */

/* START OF JQUERY.FANCYBOX.CSS */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 130;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 200;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 130;
}

div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 200;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 200;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 281;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 211; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 212; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
	visibility: visible;
}

a#fancy_right:hover {
	visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 170;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 170;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 200;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/fancy_title_right.png) repeat-x;
}
/* END OF JQUERY.FANCYBOX.CSS */

/* START OF SUPERFISH */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	z-index:99;
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:	absolute;
	top:		-999em;
	width:		11em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:		100%;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	z-index:	99;
}
.sf-menu li {
	float:		left;
	position:	relative;
}
.sf-menu a {
	display:	block;
	position:	relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:		0;
	top:		25px; /* match top ul list item height */
	z-index:	99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:		-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:		11em; /* match ul width */
	top:		0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:		-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:		10em; /* match ul width */
	top:		0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:		left;
	/*margin-bottom:	1em;*/
	overflow:visible;
	font-size:12px;
}
.sf-menu a {
	border-right:	2px solid #C1FEA2;
	/*border-top:	1px solid #ccc;*/
	padding: 	6px 12px 7px; /*.6em 1.1em;*/
	text-decoration:none;
}
.sf-menu li li a {
	border-right:	0 solid #eee;
}
.sf-menu a, .sf-menu a:visited	{ /* visited pseudo selector so IE6 applies text colour*/
	color:		#fff;
}
.sf-menu li {
	background:	#585858;
}
.sf-menu li li {
	background:	#696969;
}
.sf-menu li li li {
	background:	#7a7a7a;
}
.sf-menu li:hover /*, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active*/ {
	background:	#8b8b8b;
	outline:	0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:	1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:	absolute;
	display:	block;
	right:		.75em;
	top:		1.05em; /* IE6 only */
	width:		10px;
	height:		10px;
	text-indent: 	-999em;
	overflow:	hidden;
	background:	url('/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {	/* give all except IE6 the correct values */
	top:		7px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:	-10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:	0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* END OF SUPERFISH */

/* START OF JCrop */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('/images/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* END OF JCrop */

body
{
	font-family:sans-serif,Arial,Helvetica,Tahoma,Verdana;
	font-size:83%;
	background:#D2D2CD url('/images/bodybg.png') repeat-x top;
	padding-top:2px; 
}
.subfooterbar
{
		background:url('/images/subfooterbg.png') no-repeat top center;
		height:10px;
}
.main
{
	background-color:#C1FEA2;
	position:relative;
}
h1, h2
{
	padding:11px 6px 3px;
	font-size:16px;
}
h3, h4
{
	font-size:13px;
	line-height:16px;
}
h5, h6
{
	font-size:11px;
	line-height:12px;
}
h1, h3, h5, h2, h4, h6
{
	color:#333;
}
.h1
{
	color:#eee;
	background-color:#999;
	border-style:solid;
	border-width:1px;
	border-color:#999 #bbb #bbb #aaa;
}
.h1-container
{
	margin:0 0 2px 0;
	background-color:#548d98;
	color:#fff;
	padding:0 7px 0 3px;
}
.h1-container h1
{
	color:#fff;
}
.h1-container div
{
	float:left;
}
.h1-container em
{
	padding:3px 4px 5px;
	display:block;
}
.h1-container img
{
	float:right;
	padding:14px 0 0;
}
.masterContent
{
	margin-left:auto;
	margin-right:auto;
	width:977px;
}
.masterLeft
{
	float:left;
	width:auto;
}
.twocolumnspopup .masterContent
{
	width:834px;
}
.threecolumnspopup .masterContent
{
	width:695px;
}
.twocolumnspopup .hideinpopup,
.threecolumnspopup .hideinpopup
{
	display:none;
	visibility:hidden;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.modalBackground
{
	background-color: #ddd;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 12345;
}
.validation
{
	color:Red;
	font-size:80%;
	text-align:center;
	border:solid 1px #000;
	padding:3px;
	background-color:Yellow;
	display:block;
}
.errorHeader
{
	background-color: Red;
}
.login-left
{
	height:363px;
	float:left;
	width:56%;
	position:relative;
	padding:12px 0 0;
}
.login-right
{
	text-align:right;
	padding:12px 8px 0 0;
	height:363px;
	float:right;
	width:43%;
	background-color:#ccc;
}
.login
{
	color:#fff;
	float:right;
	text-align:left;
	white-space:nowrap;
}
.loginpage .label-h
{
	float:left;
	width:122px;
	color:#666;
}
.loginpage .labeled-h-full
{
	float:left;
	width:190px;
}
.loginpage .login-register-register .labeled-h-full
{
	float:left;
	width:475px;
}
.loginpage .labeled-h
{
	float:left;
	width:190px;
}
.loginpage .labeled-h-note,
.loginpage .labeled-h-note-left
{
	float:right;
	width:249px;
	font-size:80%;
	padding:6px 7px 0;
	color:#666;
}
.loginpage p
{
	line-height:1.4em;
	padding:4px 7px;
}
.logintextinput
{
	font-size:90%;
	width:90px;
}
.loginlabel
{
	font-size:84%;
	text-align:right;
	white-space:nowrap;
}
.loginlink
{
	text-align:right;
}
.loginrow
{
	float:right;
	clear:right;
	margin:1px 2px;
}
.header .loginrow input
{
	width:66px;
	position:absolute;
	right:8px;
}
.header .loginrow .loginname
{
	text-align:right;
	position:absolute;
	top:47px;
	right:11px;
	font-size:114%;
	color:#ddd;
}
.header .loginrow .loginname a
{
	color:#ddd;
	text-decoration:none;
}
.header .loginrow .loginname a:hover
{
	color:#fff;
	text-decoration:underline;
}
.header
{
	background-image:url(/images/header_977.png);
	background-position:center;
	height: 123px;
	position:relative;
}
.header a
{
}
.header a:hover
{
}
.headerlinks
{
	position:absolute;
	top:19px;
	right:6px;
	color:#fff;
}
.headerlinks a,
.headerlinks span
{
	color:#333;
	font-size:12px;
	text-decoration:none;
}
.headerlinks a:hover
{
	color:#000;
	text-decoration:underline;
}
.headerbar
{
	background-color: #585858;
	height:25px;
	font-weight:bold;
	font-size:90%;
	color:#e5e5e5;
	overflow:visible;
	padding:0 0 0 5px;
}
.quickuserlink
{
	display:block;
	float:right;
	padding:6px 15px 0 0; 
}
a.quickuserlink
{
	color:#C1FEA2;
	text-decoration:none;
}
a:hover.quickuserlink
{
	color:#D5FEC0;
	text-decoration:underline;
}
.hidden
{
	visibility: hidden;
	display: none;
}
.light
{
	background-color: #e5e5e5;
	color: #666;
}

.medium
{
	/* background-color:#aaa; */
	color: #333;
}

.heavy
{
	/* background-color:#333; */
	color: #ddd;
}

.link
{
	cursor: pointer;
}

.centertext
{
	text-align: center;
}

.lighthover:hover
{
	background-color: #ccc;
}
.box
{
	margin: 6px;
	border:solid 1px #ddd;
}
.cornerbox
{
	border:1px solid #aaa;
}
.cornertabbox
{
	margin:5px 1px 18px;
	border:1px solid #aaa;
}

.MenuItem
{
	background-image: url(/images/tabgray.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 101px;
	height: 17px;
	float: left;
	text-align: center;
	font-size: 80%;
}
.MenuItem a
{
	color: #aaa;
}
.MenuItemSelected
{
	background-image: url(/images/tabblack.gif);
}
.MenuItemSelected a
{
	color: #000;
}
.MenuItem:hover
{
	color: #000;
}
.MenuItemHover
{
	background-image: url(/images/tabblack.gif);
}

.paragraph-1
{
	padding:4px;
}
.label-1
{
	padding:15px 0 5px 6px;
	display:block;
	font-weight:bold;
}
.labeled-1
{
	width:99%;
}
.labeled-1 td /* radio button list */
{
	padding:1px 0;
}
.select-1
{
	margin-left:4px;
	width:130px;
}
.textbox-1
{
	margin-left:4px;
	width:124px;
}
.button-1
{
	float:right;
	width:66px;
	margin:17px 4px 11px;
	padding:3px 0;
}

.formrow
{
	padding:6px 0 6px 6px;
	line-height:1.1em;
}
.label-h
{
	float:left;
	width:20%;
	color:#666;
	padding-top:3px;
}
.label-h span
{
	float:left;
}
.label-h.check
{
	margin:-3px 0 0 0;
}
.labeled-h
{
	float:left;
	width:40%;
}
.labeled-h-half
{
	float:left;
	width:26%;
}
.labeled-h-full
{
	float:left;
	width:73%;
}
.labeled-h-full label
{
	padding:0 9px 0 4px;
}
.labeled-h-note,
.labeled-h-note-left
{
	float:right;
	width:34%;
	font-size:80%;
	padding:2px 7px;
	color:#666;
}
.labeled-h-note-left
{
	float:left;
}
.button-h-left
{
	float:left;
	width:18%;
	margin:0 0 0 3px
}
.linkbutton-h-left
{
	float:left;
	margin:6px 3px 0
}
.button-h-right
{
	float:right;
	width:131px;
	margin:0 8px 0 -5px
}
.buttonwithhelp.button-h-right 
{
	width:auto;
}
.validator-h
{
	float:left;
	padding:0px 2px 2px;
}
.validator-h span
{
	text-align:center;
	background:#fff;
	border:solid 1px red;
	width:4px;
}
.validator-h-summary
{
	float:left;
	margin:0;
	padding:0 4px;
	font-size:84%;
	font-style:italic;
}
.validator-h-summary ul
{
	list-style-type:disc;
	list-style-position:inside;
}

.label-v
{
	display:block;
}
.labeled-v
{
	display:block;
}

.trip-home
{
	background-color:#BCBE05;
	color:#fff;
}
.trip-home li
{
	list-style-type:disc;
	list-style-position:inside;
}
.twocolumnsleftbox,
.threecolumnsleftbox,
.fourcolumnsleftbox
{
	background-color:#ccc;
	padding:0 2px;
	width:137px;
	height:100%;
	vertical-align:top;
	position:relative;
}
.twocolumnsrightbox
{
	padding:0;
	width:834px;
	height:100%;
	vertical-align:top;
}
.threecolumnsmiddlebox
{
	padding:0;
	width:695px;
	height:100%;
	vertical-align:top;
}
.fourcolumnsmiddlebox
{
	padding:0;
	width:356px;
	height:100%;
	vertical-align:top;
}
.threecolumnsrightbox
{
	/*padding:0 1px;*/
	height:100%;
	vertical-align:top;
	background-color:#ccc;
}
.fourcolumnsrightbox
{
	/*padding:0 1px;*/
	height:100%;
	vertical-align:top;
	background-color:#B9B9B9;
}

.searchbox
{
	background-color:#ccc;
}
.topinfotext,
.bottominfotext
{
	padding:8px;
	line-height:14px;
	font-size:10px;
	text-align:justify;
}
.bottominfotext
{
	position:absolute;
	bottom:2px;
	width:121px;
}
.twocolumnsrightbox .bottominfotext
{
	padding:0;
	background-color:#D5FEC0;
	width:834px;
}
.quarterinfotext
{
	float:left;
	width:190px;
	padding:7px;
	color:#666;
}
.resultbox h2
{
	padding:0 12px;
}
.resultbox.request h2
{
	color:#756DA9;
}
.resultbox.supplier h2
{
	color:#963;
}
.resultrow
{
	padding:3px 6px;
	position:relative;
}

.ie6 .resultrow,
.ie7 .resultrow
{
	margin:-3px 0 0 0;
}

.pager-enabled
{
	color:#ddd;
}
a:hover.pager-enabled
{
	text-decoration:underline;
	color:#fff;
}
.pager-disabled
{
	color:#666;
}
a.pager-arrow
{
	text-decoration:none;
	font-weight:bold;
} 
.messagebox
{
	background-color:Orange;
	padding:9px;
	text-align:center;
}

.home-list td
{
	padding:4px 0;
	font-size:90%;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.col2 div, 
.col3 div
{
	margin:0;
}
.home-searchbox
{
	padding:4px 7px 9px 7px;
}
.home-searchbox div
{
	height:18px;
}
.home-searchbox h2,
.home-searchbox em
{
	font-size:1.3em;
	padding:11px 7px;
	margin:0;
}
.home-searchbox em
{
	font-size:0.9em;
	font-style:italic;
	font-weight:bolder;
	display:block;
}
.home-searchbox label,
.home-searchbox a,
.home-searchbox select
{
	display:block;
	float:left;
	color:#222;
	background-color:#fff;
	margin:1px 2px;
	display:block;
	vertical-align:text-bottom;
	border:solid 2px #eee;
}
.home-searchbox select
{
	font-weight:normal;
	width:216px;
}
.home-searchbox label
{
	width:37px;
}
.home-searchbox label,
.home-searchbox a
{
	padding:2px 8px 3px 8px;
	font-size:0.9em;
	font-weight:bolder;
	text-decoration:none;
}
.home-searchbox a:link {}
.home-searchbox a:visited {}
.home-searchbox a:hover
{
	color:#ddd;
	background-color:#222;
}
div.home-button
{
	padding: 3px 0 3px 5px;
	text-align:center;
}
.home-button a
{
	background-image:url('/images/button-home.png');
	width:127px;
	height:42px;
	display:block;
	text-decoration:none;
	font-size:17px;
	padding: 10px 0 0;
	color:#C1FEA2;
}
.home-button a:hover
{
	background-image:url('/images/button-home-over.png');
	color:#D5FEC0;
}
.sitemap ul
{
	list-style-type:disc;
	list-style-position:inside;
}
.sitemap ul ul
{
	list-style-type:square;
	list-style-position:inside;
	margin-left:22px;
}
.messagebar
{
	width:967px;
	background-color:Orange;
	color:White;
	padding:5px;
	border-bottom:solid 1px #000;
}
.horizontalmenu li
{
	display: inline;
}
.horizontalmenu span 
{
	margin:0 6px;
}
.horizontalmenu .active a
{
	font-weight:bold;
}

.infopanel
{
	background-color:#ccc;
	margin:0;
	padding:2px 11px;
	font-size:84%;
	font-style:italic;
}
.infopanel strong
{
	width:52px;
	display:inline-block;
}
.infopanel a
{
	color:#fff;
	text-decoration:none;
}
.infopanel a:hover
{
	text-decoration:underline;
}
.infopanel h9
{
	font-weight:bold;
	line-height:1.3em;
}
.messagehistory
{
}
.messagehistory ul
{
	list-style:disc inside;
}
.messagehistory .body
{
	padding-left:14px;
	color:#666;
}
.verticalmenu a
{
	background-color:#585858;
	color:#fff;
	padding:5px;
	margin:4px;
	border:solid 2px #999;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
.verticalmenu .active a
 {
	background-color:#ccc;
	color:#000;
}
.verticalmenu a:hover
{
	background-color:#eee;
	color:#000;
	cursor:pointer;
}
.verticalmenu .active a:hover
{
	background-color:#ccc;
	cursor:default;
}
.htmlmenu li
{
	padding:2px;
}
.htmlmenu a
{
	background-color:#585858;
	color:#fff;
	padding:5px;
	border:solid 1px #999;
	display:block;
	text-decoration:none;
	width:88px;
	height:70px;
	overflow:hidden;
}
.htmlmenu .active a
 {
	background-color:#ccc;
	color:#000;
}
.htmlmenu a:hover
{
	background-color:#eee;
	color:#000;
	cursor:pointer;
}
.htmlmenu .active a:hover
{
	background-color:#ccc;
	cursor:default;
}
div.smallbutton
{
	background-color:#eee;
	color:#000;
	padding:1px 5px;
	border:solid 1px #999;
	display:inline;
	font-size:75%;
}
div:hover.smallbutton
{
	background-color:#585858;
	color:#fff;
	cursor:pointer;
}
.htmleditor
{
	font-family:Verdana;
	color:#555;
	text-align:left;
	line-height:140%;
}
.htmleditor h1
{
	padding-left:0;
}
.htmleditor ul
{
	list-style-type:disc;
	list-style-position:outside;
	padding-left:17px;
}
.htmleditor ul ul
{
	list-style-type:square;
	padding-left:34px;
}
.htmleditor thead
{
	background-color:#ccc;
}
.htmleditor table
{
	background-color:#fff;
}
.htmleditor td
{
	border:solid 1px;
	padding:0 6px;
}
.article
{
	padding:9px;
}
.topic,
.topic .htmleditor
{
	padding:0;
	line-height:1.6em;
	background-color:#fff;
}
.topic td
{
	border:0;
}
.twocolumnsrightbox .htmleditor
{
	padding:0;
	line-height:1.6em;
}
.twocolumnsrightbox .htmleditor p
{
	padding:0 0 0.5em 0;
}
.systemcontent
{
	font-family:Sans-Serif;
}
.loginpage,
.registrationpage
{
}
.registrationpage .list-h ul,
.loginpage .list-h ul
{
	padding:0 10px;
	font-size:84%;
}
.registrationpage .list-h li,
.loginpage .list-h li
{
	display:inline;
}
.registrationpage .h1-container,
.loginpage .h1-container
{
	height:58px;
}
.list-h .active
{
	font-weight:bold;
}
.help
{
	float:right;
	padding-right:6px;
}
.trip .resultrow .help
{
	float:right;
	padding:2px 0 0 1px;
}
.request .resultrow .help
{
	float:right;
	padding:2px 0 0 1px;
}
.buttonwithhelp .help
{
	float:none;
}
.buttonwithhelp img
{
	vertical-align:text-bottom;
}
.pager
{
/*	background-image:url('/images/gradient_grey_top_100.png');*/
	padding:9px 0;
	font-size:16px;
	text-align:center;
	background-color:#548d98
}
.supplier-header
{
/*	background-image:url('/images/gradient_grey_top_100.png');*/
	background-color:#548d98;
/*	border-right:solid 2px #9e9;
	border-bottom:solid 1px #9e9;
	border-left:solid 2px #9e9;*/
	color:#fff;
	padding:3px 6px;
}
/*.resultbox.supplier ul li
{
	background-image:url('/images/gradient_grey_top_100.png');
	background-color:#e7ffe7;
}
.resultbox.supplier ul li:hover
{
	background-color:#cfc;
}*/
.supplier-home
{
	background-color:#396;
	color:#fff;
}
.supplier-home li
{
	list-style-type:disc;
	list-style-position:inside;
}
.supplier
{
	color:#000;
}

.request-home
{
	background-color:#756DA9;
	color:#fff;
}
.request-home li
{
	list-style-type:disc;
	list-style-position:inside;
}
.request-home img,
.supplier-home img
{
	margin:2px auto auto;
}

.request
{
	color:#000;
}

.request-header
{
/*	background-image:url('/images/gradient_grey_top_100.png');*/
	background-color:#548d98;
/*	border-right:solid 2px #756DA9;
	border-bottom:solid 1px #756DA9;
	border-left:solid 2px #756DA9;*/
	color:#fff;
	padding:3px 6px;
}
.trip-header
{
	background-color:#548d98;
	color:#fff;
	padding:3px 6px;
}
/*.resultbox.request ul li
{
	background-image:url('/images/gradient_grey_top_100.png');
	background-color:#e7e7ff;
}
.resultbox.request ul li:hover
{
	background-color:#ccf;
}*/
.resultbox.message ul li
{
	background:#fee url('/images/gradient_grey_top_10.png') repeat-x;
	height:2em;
	line-height:2em;
	overflow:hidden;
	padding:0 6px 0 0;
}
.resultbox.message h1
{
	background:transparent url(/icons/24/queue.png) no-repeat center right;
}
.message-header
{
	background-color:#548d98;
	color:#fff;
	padding:3px 0px;
}
.resultbox.credits h1
{
	background:transparent url(/icons/24/business.png) no-repeat center right;
}
.resultbox.message .unread
{
	background-color:#dd5;
	color:#fff;
}
.resultbox.message ul li:hover
{
	background-color:#fcc;
}
.resultbox.message .unread:hover
{
	background-color:#77e;
}
.resultbox.message .reply
{
	float:left;
	width:20px;
	padding:3px 0;
	background:transparent url(/icons/16/mail_reply.png) no-repeat center right;
}
.resultbox.message .replied
{
	float:left;
	width:20px;
	padding:1px 0;
	background:transparent url(/icons/16/mail_new3.png) no-repeat center right;
}
.resultbox.message .no-reply,
.resultbox.message .not-replied
{
	float:left;
	width:20px;
	padding:1px 0;
	background:transparent url(/icons/16/newmsg.png) no-repeat center right;
}
.resultbox.profile h1
{
	background:transparent url(/icons/24/configure.png) no-repeat center right;
}

.even
{
	background-color:#e7e6f0;
}
.odd
{
	background-color:#bdeeae;
}

a.button
{
	background-color:#585858;
	color:#fff;
	padding:5px;
	margin:4px;
	border:solid 2px #999;
	display:block;
	text-decoration:none;
	font-weight:bold;
}
.active a.button 
 {
	background-color:#ccc;
	color:#000;
}
a:hover.button 
{
	background-color:#eee;
	color:#000;
	cursor:pointer;
	text-decoration:none;
}
.active a:hover.button 
{
	background-color:#ccc;
	cursor:default;
}
.messagedetail .button,
.messageedit .button
{
	padding:0 17px;
	display:inline;
}

.messagedetail h1
{
	background:transparent url(/icons/24/mail_post_to.png) no-repeat center right;
}
.messageedit h1
{
	background:transparent url(/icons/24/outbox1.png) no-repeat center right;
}
.emptydata
{
	padding:49px 0 49px 250px;
	color:#855;
}
.emptydata ul
{
	list-style-type:disc;
	list-style-position:inside;
}
.emptydata p
{
	padding:5px 0;
}
.emptydata ul li
{
	padding:5px 0;
	background-image:none !important;
	background-color:Transparent !important;
}
.checklist-2 span
{
	line-height:18px;
}
.message-header
{
	height:15px;
}
.buycreditwarning div.infopanel
{
	background-color:#fb0;
}
.adminrow
{
	background-color:#dff;
}
.quickfindradios tr
{
	height:2em;
}
div.sociable 
{
	float:right;
	padding:5px 7px;
}
.actionfeedback
{
	position:absolute;
	border-style:solid;
	border-color:#585858;
	border-width:2px 2px 0 2px;
	top:-51px; 
	right:0;
	height:49px;
	width:155px;
	display:block;
	background-color:#C1FEA2;
	color:#000;
	padding:0 20px;
	z-index:8888;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
}
.minheight363
{
	min-height:363px;
	height:auto !important;
	height:363px;
}
.login-register-login
{
	width:333px;
	float:left;
	border:1px solid #548D98;
	height:383px;
}
.login-register-register
{
	width:615px;
	float:right;
	border:1px solid #548D98;
	height:383px;
}
.footnote
{
	color:#666666;
	font-size:80%;
	padding:15px 22px;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
.floatnone
{
	float:none;
}
.footerbar
{
	background-color: #585858;
	clear: both;
	font-size: 90%;
	color:#ddd;
	padding:5px 4px 9px;
}
.footerbar a
{
	color:#ddd;
	text-decoration: none;
}
.footerbar a:hover
{
	color:#fff;
	text-decoration: underline;
}
.copyright
{
	padding:0 0 2px 9px;
}
.footermenu
{
	position:relative;
	padding:22px 9px 0 0;
}
.adsense
{
	width:161px;
	padding:20px;
	text-align:center;
}
.adsensefooter
{
	background-color:transparent;
	padding:2px 0 0;
}
.adsense468x60
{
	text-align:center;
	float:left;
	padding:2px 8px;
}
.adsense728x90
{
	float:right;
	padding:2px 57px 2px 0;
}
.productdescription
{
	padding:9px;
	width:250px;
	float:left;
}
.pricelist
{
	padding:9px;
	width:545px;
	float:left;
}
.pricelist thead
{
	background-color:#ccc;
	background-image:url('/images/gradient_grey_top_100.png');
}
.pricelist table
{
	width:100%;
}
.pricelist thead tr
{
	border:5px solid #bbb;
}
.pricelist tbody tr
{
	border:5px solid #bbb;
	font-size:120%;
}
.pricelist td
{
	padding:3px;
	vertical-align:middle;
	white-space:nowrap;
}
.pricelist td a
{
	border:2px solid #999;
	text-decoration:none;
	padding:2px 9px;
	background-color:#666;
	color:#ccc;
}
.pricelist td a:hover
{
	background-color:#ccc;
	color:#666;
}
.pricelist .currencyselect
{
	height:25px;
	padding:4px;
	vertical-align:middle;
	color:#333;
}
.pricelist .currencyselect span
{
	font-weight:bolder;
	font-size:13px;
}
.pricelist .numeric
{
	text-align:right;
	padding:0 10px 0 0;
}