
body, .body_editor {
	margin: 0px;
	background-color: #eeeeee;
	font-family: Helvetica;
	font-size: 10pt;
}

.body_editor {
	margin: 4px;
	background-color: #FFFFFF;
}

.panel_enclosure a:link, .panel_enclosure a:visited { 
	color: #003399; 
}

.panel_enclosure a:hover, .panel_enclosure a:active {
	color: #cc0000;
}

.client_header {
	margin-bottom: 4px;
}

.client_header_legacy {
	border: 1px solid #666666;
	border-top: 0px;
	background-color: #FFFFFF;
	width: 952px;
    -moz-box-shadow:2px 2px 7px #999999;
	-webkit-box-shadow:2px 2px 7px #999999;
	box-shadow:2px 2px 7px #999999;
	margin-bottom: 8px;
}

.panel_enclosure {
	margin: 0px;
	margin-bottom: 44px;
	padding: 0px;
	/*border: 1px dotted #999999;*/
	width: 952px;
	min-height:500px;
	position: relative;
}

.panel {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	min-height: 300px;
	border: 1px solid #666666;
    -moz-box-shadow:2px 2px 7px #999999;
	-webkit-box-shadow:2px 2px 7px #999999;
	box-shadow:2px 2px 7px #999999;
}

.panel_label {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.panel_body {
	padding: 10px;
	/*border: 1px dotted #CCCCCC;*/
}

.panel_body h1 {
	font-family: Century Gothic, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
}

.panel_body h2 {
	font-family: Century Gothic, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
}

.panel_bottom {
	/*text-align: right;*/
	padding: 10px;
	padding-top: 0px;
	clear: both;
}

.panel_button {
	width: 120px;
	font-size: 10pt;
}

.panel_dimmer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #999999;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}

.panel_unavail {
	background-image: url('../images/backdiag_999999.jpg');
}

.panel_rounded_corner {
	-moz-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
}

.fields_dimmer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.hover_div {
	position: absolute;
	font-family: Helvetica;
	font-size: 10pt;
	text-align: left;
	color: #FFFFFF;
	background-color: #333333;
	padding: 8px;
	z-index: 300;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    -moz-box-shadow:2px 2px 7px #666666;
	-webkit-box-shadow:2px 2px 7px #666666;
	box-shadow:2px 2px 7px #666666;
}

.description_menu {
	background-color: #666666;
	background-image: url('../images/back_grad_50_666666_333333.jpg');
	background-position: center bottom;
	background-repeat: repeat-x;
	/*border-bottom: 1px solid #666666;*/
	padding: 0px;
}

.description_menu_td {
	color: #666666;
	font-size: 10pt;
	padding: 7px;
	border-right: 1px solid #333333;
}

.description_menu_link {
	color: #FFFFFF;
	cursor: pointer;
}

.description_menu_hover {
	color: #FF0000;
	background-color: #EEEEEE;

	background-image: -moz-linear-gradient(top, #CCCCCC, #FFFFFF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#CCCCCC), to(#FFFFFF));
	background-image: -o-linear-gradient(top, #CCCCCC, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF')";
	background-image: linear-gradient(top, #CCCCCC, #FFFFFF);
}

.description_menu_selected {
	color: #FF0000;
	background-color: #FFFFFF;
}

.greyed_out {
	color: #999999;
}

.share_td {
	text-align: center;
	font-size: 8pt;
	padding-left: 15px;
	padding-right: 15px;
	width: 70px;
}

.share_submit_spinner {
	display: none;
	position: relative;
	top: 4px;
	margin-left: 4px;
	margin-bottom: -1px;
}

.tabber {
	display: none;
}

.app_input {
	font-size: 10pt;
	width: 240px;
	/*border: 1px solid #7F9DB9;*/
}

.app_expanded_input {
	font-size: 9pt;
}

.app_note {
	font-size: 8pt;
	font-style: italic;
	color: #666666;
}

.app_attention {
	padding: 10px;
	text-align: center;
	font-size: 11pt;
	color: #000000;
	background-image: url('../images/back_hold_yellow.png');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.app_red_arrow {
	position: absolute;
	margin-top: 3px;
	margin-left: 2px;
	display: none;
}

.app_submit_cover {
	position: absolute;
	bottom: 0px;
	right: 0px;
	/*border: 1px dashed grey;*/
}

.app_submit_spinner {
	display: none;
	position: relative;
	top: 4px;
	margin-left: 4px;
	margin-bottom: -1px;
}

.sup_question {
	background-color: #ffffdd;
}

.yellowSticky {
	background: url(/images/bigSticky.jpg) no-repeat;
	/* border: 1px solid silver; */
	padding-top: 15px;
	padding-left: 30px;
	width: 247px;
	height: 224px;
	display: block;
}

.yellowStickyHalfHeight {
	background: url(/images/halfHeightSticky.png) no-repeat;
	/* border: 1px solid silver; */
	padding-top: 10px;
	padding-left: 30px;
	width: 247px;
	height: 126px;
	display: block;
}

.yellowSticky100pxHeight {
	background: url(/images/Sticky100px.jpg) no-repeat;
	/* border: 1px solid silver; */
	padding-top: 10px;
	padding-left: 30px;
	width: 180px;
	height: 100px;
	display: block;
}

.yellowSticky400pxWidth {
	background: url(/images/StickyWider.jpg) no-repeat;
	/* border: 1px solid silver; */
	padding-top: 20px;
	padding-left: 55px;
	
	width: 400px;
	height: 247px;
	display: block;
}

.yellowTextarea {
	font: 12px "Comic Sans MS", "Cooper Std";
	width: 170px;
	height: 200px;
	background-color: transparent;
	border: none;
	overflow: auto;
}

.tableYellowSticky {
	background-color: #fdfd9d;
	border-top: 2px solid #fdfa6b;
	border-left: 2px solid #fdfa6b;
	border-bottom: 2px solid #dfdf8a;
	border-right: 2px solid #dfdf8a;
}

.tableYellowSticky td {
	padding: 5px;
}

.client_footer {
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	width: 920px;
	height: 15px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	padding: 10px;
	margin-left: -470px;
	-moz-box-shadow:4px 4px 8px #666666;
	-webkit-box-shadow:4px 4px 8px #666666;
	box-shadow:4px 4px 8px #666666;
	z-index: 200;
}

.client_footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.client_footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.important_note {
	color: red;
}

.ajaxLink {
	/*text-decoration: underline;
	color:blue;*/
	color: #003399;
	cursor:pointer;
}
.ajaxLink:hover {
	color: #CC0000;
}

.round2TL, .round2All {
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
}
.round2TR, .round2All {
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
}
.round2BL, .round2All {
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
}
.round2BR, .round2All {
	border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
}

.round4TL, .round4All, .roundTL, .roundAll {
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}
.round4TR, .round4All, .roundTR, .roundAll {
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
.round4BL, .round4All, .roundBL, .roundAll {
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.round4BR, .round4All, .roundBR, .roundAll {
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

.round6TL, .round6All {
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
}
.round6TR, .round6All {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.round6BL, .round6All {
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
}
.round6BR, .round6All {
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}