html {
	height:100%;	
}

body{
	margin: 0px;
	padding: 0px;
	height:100%;
} 
body.editor {
	height:auto;
	width:100%;
	/* 	We need a padding on the editor to work around glitches in the offsetheight calculation. 
		Besides, it's nice to have a bit more room to type in anyway.
		Main editor container compensates with a negative margin. */	
	padding:1px;	
}
body.system {
	background-color:#6A6A6A;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color:#000000;
	margin: 0px;
	padding: 0px;
	height:100%;
	
}
div.systemMessage {
	border:1px solid #A0A0A0;
	background-color:#D4D4D4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	padding-bottom:10px;
	z-index:100;
}
div#system_error {
	position: absolute;
	display:inline;
	display:none;
	margin: 0 auto;
	top:50%;
	left:50%;
	margin-top:-115px;
	margin-left:-250px;
	width: 500px;
	border:1px solid #A0A0A0;
	background-color:#D4D4D4;
	height:auto;
	overflow:hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
	padding-bottom:10px;
	z-index:100;
}

div.systemMessageHeader,
div#system_error_header {
	min-width:500px;
	border-bottom: 1px solid #A0A0A0;
	padding:3px;
	font-weight:bold;
	background-color:#C4C4C4;
}
div.systemMessageBody {
	padding:10px;	
}
div.systemMessageBody p{
	margin:auto;
	padding-left:70px;	
		
}
div#system_error_body {
	position:relative;
	margin-top:10px;
	padding:0px;
	padding-right:10px;

}
div#system_error_body {
	height:44px;
	overflow:hidden;
}
div.systemMessageBody img {
	position:relative;
	float:left;
	margin:0px 15px -10px 5px;
}
div#system_error_body img{
	position:absolut;
	float:left;
	margin:0px 15px 0px 10px;

}
div.systemMessageButtons {
	text-align:center;
	clear:both;
}
div#system_error_buttons {
	margin:0 6px;
	float:right;
	/*width:60px;*/
	height:20px;
}
div#system_error_details {
	position:relative;
	width:480px;
	border:1px solid;
	border-top-color:#999999;
	border-left-color:#999999;
	border-right-color:#EEEEEE;
	border-bottom-color:#EEEEEE;
	height:0px;
	overflow:auto;
	margin:10px;
	/*	(i don't care)
	scrollbar-face-color: #D4D4D4;
	scrollbar-highlight-color: #E0E0E0;
	scrollbar-shadow-color: #D4D4D4;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #D4D4D4;
	scrollbar-darkshadow-color: #98AAB1;
	*/ 
}
div.systemMessage input {	
	padding:3px;
	border:1px solid #A0A0A0;
	margin:2px;
	width:60px;
	text-align:center;
	cursor: default;
}
div.systemMessage input:hover,
div.systemMessage input:focus {
	border-top-color:#EEEEEE;
	border-left-color:#EEEEEE;
	border-right-color:#333333;
	border-bottom-color:#333333;
	text-decoration:underline;
}

div.system_error_button, div.system_error_button_hover, div.system_error_button_down {
	float:left;
	padding:3px;
	border:1px solid #A0A0A0;
	margin:2px;
	width:60px;
	text-align:center;
	cursor: default;
}
div.system_error_button_hover {
	border-top-color:#EEEEEE;
	border-left-color:#EEEEEE;
	border-right-color:#333333;
	border-bottom-color:#333333;
	text-decoration:underline;
}
div.system_error_button_down {
	border-top-color:#333333;
	border-left-color:#333333;
	border-right-color:#EEEEEE;
	border-bottom-color:#EEEEEE;
}

body.system_message {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height:100%;
	width:100%;
	background-color:white;
}
div.system_message img {
	float:right;
	margin:-5px;
}
div.system_message h1 {
	margin-top:16px;
	font-size:24px;
}

div.system_message {
	position: relative;
	margin: 0 auto;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-300px;
	width: 600px;
	height: 250px;
	border:1px solid gray;
	overflow:hidden;
	background-color:#D4D4D4;
	padding:12px;
}

div.wndFrame	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

div.wndFrame	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

div.wndFrameTitle {
	font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 1.5; font-weight:bold;
}

TD.wnd_cxt {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; border: 0px #bbc3d3 solid; background: #f8f8f9;cursor: default;font-weight:normal;
}

TABLE.wnd_cxt_ext {
	border: 1px #bbc3d3 solid;
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}
A.wnd_cxt[disabled='disabled'] div{
	color:#aaa;
}
A.wnd_cxt {color:#000000;font-family: Verdana, Arial, sans-serif; font-size: 11px;font-weight:normal; text-decoration:none;}
A.wnd_cxt:link {color:#000000;text-decoration:none;font-weight:normal;}
A.wnd_cxt:visited {color:#000000;text-decoration:none;font-weight:normal;}
A.wnd_cxt:hover {color:#000000;text-decoration:none;font-weight:normal;}

DIV.wnd_cxt {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;color:#000000; text-decoration: none;
}

TABLE.msg_handler_ext {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

TABLE.msg_handler {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

TH.msg_handler {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

TD.msg_handler {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

TABLE.wnd_adialog_ext {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

TABLE.wnd_adialog {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

TH.wnd_adialog {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;
}

TD.wnd_adialog {
	font-family: Verdana, Arial, sans-serif; font-size: 12px; line-height: 1.5;
}

INPUT.msg_handler{
		font-family: Verdana, Arial, sans-serif; font-size: 10px; width: 100px; border: 1px #6A6A6A solid; background-color: #D4D4D4;cursor: default;font-weight:bold;
}

TEXTAREA.msg_handler{
		font-family: Verdana, Arial, sans-serif; font-size: 10px; width:540px;border: 1px #6A6A6A solid; background-color: #D4D4D4;cursor: default;font-weight:bold;
}
div.msg_handler{
	font-family: Verdana, Arial, sans-serif;width:500px;border: 1px #6A6A6A solid; background-color: #D4D4D4;cursor: default;font-weight:normal;
}
TD.wnd_error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color:#000000;
	font-weight:bold;
}
TD.wnd_error_trace {
	font-family: Verdana, Arial, sans-serif; font-size: 8px;
	line-height: 1.5;
	color:#000000;
	font-weight:bold;
}


A.system {font-family: Verdana, Arial, sans-serif; font-size: 11px;font-weight:normal;}
A:link.system {color:#000000;text-decoration:none;font-size: 11px;font-weight:normal;}
A:visited.system {color:#000000;text-decoration:none;font-size: 11px;font-weight:normal;}
A:hover.system {color:#000000;text-decoration:underline;font-size: 11px;font-weight:normal;}

/* DEPRECATED: We no longer use boxes 
TABLE.box{
font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; border: 1px #bbc3d3 solid;
}

TH.box{
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; border: 1px #bbc3d3; background: #bbc3d3;cursor: default;
}

TD.box
{
	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; border: 0px #bbc3d3 solid; background: #f8f8f9;cursor: default;
}

input.text-box
{
	font-family: Verdana, Arial, sans-serif; font-size: 11px; width: 175px; border: 1px #bbc3d3 solid; background-color: #f8f8f9;
	border-left: 1px #000000 solid; border-top: 1px #000000 solid; border-right: 1px #FFFFFF solid; border-bottom: 1px #FFFFFF solid;
}

input.button-box
{
	font-family: Verdana, Arial, sans-serif; font-size: 11px; width: 85px; border: 1px #bbc3d3 solid; background-color: #f8f8f9;
}
*/

/* Misc window specific classes */
.loading_detail {font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#000000; text-decoration:none;}
a:hover.loading_detail {text-decoration:underline;}
TH.loading {font-family: Verdana, Arial, sans-serif; font-size: 16px; color:#000000;}
TD.loading {font-family: Verdana, Arial, sans-serif; font-size: 12px; color:#000000;}


/* window classes */

A:link.tab {color:#000000;text-decoration:none;}
A:visited.tab {color:#000000;text-decoration:none;}
A:hover.tab {color:#000000;text-decoration:none;}

TD.wnd_subframe_title	{
	font-family: Verdana, Arial, sans-serif; font-size: 12px;
	color:#666666;
}

TD.wnd_wizard_title	{
	font-family: Verdana, Arial, sans-serif; font-size: 25px;
}

TD.wnd_dialog_title	{
	font-family: Verdana, Arial, sans-serif; font-size: 25px;
}
/* window property classes */

TD.wnd_property_aums_roles	{
	font-family: Verdana, Arial, sans-serif; font-size: 14px;
}

SELECT.wnd_property_aums_roles	{
	font-family: Verdana, Arial, sans-serif; font-size: 12px; width:200px; background-color: #FFFFFF;
}

TD.wnd_property_mselect	{
	font-family: Verdana, Arial, sans-serif; font-size: 14px;
}

SELECT.wnd_property_mselect	{
	font-family: Verdana, Arial, sans-serif; font-size: 12px; width:200px; background-color: #FFFFFF;
}

FONT.wnd_property_heading	{
	font-family: Verdana, Arial, sans-serif; font-size: 18px;
	clear: both;
	float: left;
}

FONT.wnd_property_label	{
	font-family: Verdana, Arial, sans-serif; font-size: 14px;
}

LABEL.wnd_property_option	{
	font-family: Verdana, Arial, sans-serif; font-size: 14px;
}

LABEL.wnd_property_checkbox	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px;		
}
input.wnd_property_checkbox {
	margin:4px 0 4px 4px;	
}
LABEL.wnd_property_checkbox	img{
	width:16px;
	height:16px;
}
SELECT.wnd_property_select	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px; width:200px; background-color: #FFFFFF;
}

DIV.wnd_property_select	{
	font-family: Verdana, Arial, sans-serif; font-size: 12px;
}

input.wnd_property_text	,input.wnd_property_text_wide	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px;width:200px;
	border-left: 1px #6A6A6A solid; border-top: 1px #6A6A6A solid; border-right: 1px #EEEEEE solid; border-bottom: 1px #EEEEEE solid;
}
input.wnd_property_text_wide	{
	width: 300px;
}
input.wnd_property_number	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px;width:60px;
	border-left: 1px #6A6A6A solid; border-top: 1px #6A6A6A solid; border-right: 1px #EEEEEE solid; border-bottom: 1px #EEEEEE solid;
}

input.wnd_property_time	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px;width:20px;
	border-left: 1px #6A6A6A solid; border-top: 1px #6A6A6A solid; border-right: 1px #EEEEEE solid; border-bottom: 1px #EEEEEE solid;
}

input.wnd_property_daterange	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px;width:72px;
	border-left: 1px #6A6A6A solid; border-top: 1px #6A6A6A solid; border-right: 1px #EEEEEE solid; border-bottom: 1px #EEEEEE solid;
}

input.wnd_property_password	{
	font-family: Verdana, Arial, sans-serif; font-size: 11px;width:200px;
	border-left: 1px #6A6A6A solid; border-top: 1px #6A6A6A solid; border-right: 1px #EEEEEE solid; border-bottom: 1px #EEEEEE solid;
}

input.wnd_property_submit {
	font-family: Verdana, Arial, sans-serif; font-size: 10px; width: 120px; border: 1px #6A6A6A solid; background-color: #D4D4D4;cursor: default;font-weight:bold;
}

textarea.wnd_property_textarea {
/* Old textarea
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 400;
	border: 1px #6A6A6A solid;
	background-color: #D4D4D4;
	cursor: default;
	font-weight:normal;
*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 400px;
	border-left: 1px #6A6A6A solid;
	border-top: 1px #6A6A6A solid;
	border-right: 1px #EEEEEE solid;
	border-bottom: 1px #EEEEEE solid;
	background-color: white;
	font-weight:normal;
}

input.wnd_property_upload {
	font-family: Verdana, Arial, sans-serif; font-size: 11px;width:300px;
	border-left: 1px #6A6A6A solid; border-top: 1px #6A6A6A solid; border-right: 1px #EEEEEE solid; border-bottom: 1px #EEEEEE solid;
}

img.wnd_property_image {
	border-left: 1px #6A6A6A solid; border-top: 1px #6A6A6A solid; border-right: 1px #EEEEEE solid; border-bottom: 1px #EEEEEE solid;
}



/* suspend rules */

div#fs_site_suspended {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left:0px;
	top:0px;
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	background-color:white;
	text-align:center;
}

div#fs_site_suspended h1 {
	font-size:24px;
	color:black;

}

div#cookieBanner, div#cookieBannerBackground, div#cookieBannerOverlay{	
	position:fixed;
	top:0;	
	left:0;
	width:100%;
	height:36px;
	color:#fff;
	font-family:sans-serif;
	font-size:12px;
	z-index:100;
}
div#cookieBannerBackground {
	background-color:#000;
	opacity:.6;
}
div#cookieBannerOverlay {
	background-color:#fff;
	opacity:.6;
	height:100%;
	
}
div#cookieBanner {
	margin:8px;
	text-align:center;
	cursor:default;
}
div#cookieBanner a {
	color:#fff;
	text-decoration:underline;
}
div#cookieBanner a:hover {
	color:#fff;
	text-decoration:none;
}
div#cookieBanner.required, div#cookieBannerBackground.required {
	height: 140px;
	
}
div#cookieBanner.required {
	
}
div#cookieBanner.required, div#cookieBanner.required input {
	font-size:20px;
	margin: 30px;	
}
div#cookieBanner input{
	border:1px solid #eee;
	color:#eee;
	background:none;
	margin:0 5px;
	cursor:pointer;
}
div#cookieBanner input#cookieBannerTrackingDisallow{
	border:1px solid #bbb;
	color:#bbb;
}
div#cookieBanner input:hover,div#cookieBanner input#cookieBannerTrackingDisallow:hover{			
	text-decoration:underline;
	border:1px solid #fff;
	color:#fff;	
}
body.fmFileDialog {
	width:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
}
div#fmFileDialog {
	width:400px;
	height:200px;
	margin:0 auto;
	padding:10px 0;	
}
div#fmFileDialog input[type='button']{
	border:1px solid #333;
	color:#000;
	background:none;
	margin:0 5px;
	cursor:pointer;
	width:80px;
	margin-left:160px;	
}