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#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#system_error_header {
	width:500px;
	border-bottom: 1px solid #A0A0A0;
	padding:3px;
	font-weight:bold;
	background-color:#C4C4C4;
}

div#system_error_body {
	position:relative;
	margin-top:10px;
	padding:0px;
	padding-right:10px;
	height:44px;
	overflow:hidden;

}
div#system_error_body img{
	position:relative;
	float:left;
	margin:0px 15px 0px 10px;

}
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.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 {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;
}

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: 12px; 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;
}

tr.wnd_property_listview_item_default,tr.wnd_property_listview_item_mouseover,tr.wnd_property_listview_item_selected {
	cursor:default;padding-top:1px;padding-bottom:1px;
}
tr.wnd_property_listview_item_default {
	background-color:transparent;
}
tr.wnd_property_listview_item_mouseover {
	background-color:#CCCCCC;
}

tr.wnd_property_listview_item_selected {
	background-color:#DDDDDD;
}



img.is_property_image {
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
img.is_property_image_down {
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-right: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
}
/*
input.wnd_property_text {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; width: 175; 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 #FFFF solid;
}
*/
td.wnd_property_button {
	font-family: Verdana, Arial, sans-serif; font-size: 10px; width: 60px;cursor:default;
}


	ul.treeview {
		font-family: Verdana, Arial, sans-serif; font-size: 11px; border: 0px #6A6A6A;padding: 2px;padding-left:0px;		
		height:100%;			
		margin:0px;
		padding:0px;
		display:block;				
	}

	ul.treeview img {			
		margin-top:-6px;
		margin-bottom:-3px;
		margin-left:-1px;		
		/*
		width:24px;
		height:22px;
		*/
		padding:0px;
		border:0px;
		vertical-align:middle;
			
	}
	ul.treeview li {					
		list-style-type:none;
		padding-top:0px;
		
	}	
	ul.treeview ul {		
		margin:0;
		margin-left:1px;
		padding:0px;
		padding-left:4px;
	}

	ul.treeview span {	
		display:block;				
		text-align:left;				
		white-space:nowrap;
		overflow:hidden;		
		height:22px;	
	}
	ul.treeview ul span {
		padding-left:18px;
	}
	
	ul.treeview span a.system,
	ul.treeview span.treeviewSelected a {
		float:left;
		padding:3px;
		padding-bottom:2px;
		background-color:#fff;		
		color:#444444;	
	/*	filter: alpha(opacity:55);*/
	}
	
	
	ul.treeview span.treeviewSelected a	{
		border: 1px solid #CCCCCC;			
		background-color: #EEEEEE;
	
		padding:2px;
		padding-bottom:1px;			
		
		
		color:#000000;	
		/*filter: alpha(opacity:100);*/
	}
	
	ul.treeview ul ul {
		padding-left:18px;
	}
	
		
	
	ul.treeview ul li.treeviewOpened,
	ul.treeview ul li.treeview {
		background: url(/images/ftv2vertline.gif) repeat-y;
	}
	
	ul.treeview ul li.treeviewOpened span {	
		background: url(/images/ftv2mnode.gif) no-repeat;	
	}
	ul.treeview ul li.treeviewLastOpened span {	
		background: url(/images/ftv2mlastnode.gif) no-repeat;		
	}
	ul.treeview ul li.treeviewClosed span {	
		background: url(/images/ftv2pnode.gif) no-repeat;		
	}
	ul.treeview ul li.treeviewLastClosed span {	
		background: url(/images/ftv2plastnode.gif) no-repeat;		
	}
	
	ul.treeview ul li.treeview span {	
		
		background: url(/images/ftv2node.gif) no-repeat;
		
	}
	ul.treeview ul li.treeviewLast span {	
		background: url(/images/ftv2lastnode.gif) no-repeat;		
	}
	
	ul.treeview ul li.treeviewLoading span {	
		background: url(/images/ftv2loading.gif) no-repeat;	
	}
	
	ul.treeview li ul li.treeview ul,
	ul.treeview li ul li.treeviewLast ul,
	ul.treeview li ul li.treeviewLoading ul,
	ul.treeview li ul li.treeviewLastClosed ul,
	ul.treeview li ul li.treeviewClosed ul{
		display:none;
	}


/* News defs */

body.news,div.news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #747474;
	text-decoration:none;
	background-color:#FFFFFF;
}
div.news a,div.news a:link,div.news a:active,div.news a:hover,
body.news a, body.news a:link,body.news a:active,body.news a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:underline;
	font-size:10px;
}
/* / News defs */




div#debug table, div#debug table td, div#debug table th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
div#debug table {
	margin-bottom:2px;
}
div#debug table td, div#debug table th {
	border:1px solid #cccccc;
}
div#debug table td {
	background-color: #EEEEEE;
}
div#debug table th {
	background-color: #DDDDDD;
}

div.wnd_property_dmenu {
	width:220px;

	height:20px;
	position:relative;
}

div.wnd_property_dmenu_selected,div.wnd_property_dmenu_selected_hover,div.wnd_property_dmenu_selected_down {
	cursor:default;
	/*position:relative;*/
	width:204px;
	height:21px;
	float:left;
	padding:1px;
	/*overflow:hidden;*/
	background-color:#D4D4D4;

	border:1px #B4B4B4 solid;
}
div.wnd_property_dmenu_selected_hover {
	border-right:1px #6A6A6A solid;
	border-bottom:1px #6A6A6A solid;
	border-left:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
}

div.wnd_property_dmenu_selected_down {
	border-left:1px #6A6A6A solid;
	border-top:1px #6A6A6A solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}

div.wnd_property_dmenu_item,div.wnd_property_dmenu_item_hover,div.wnd_property_dmenu_item_down,div.wnd_property_dmenu_item_selected,div.wnd_property_dmenu_item_selected_hover,div.wnd_property_dmenu_item_selected_down {
	position:relative;
	cursor:default;
	width:220px;

	height:21px;
	padding:1px;
	overflow:hidden;

	background-color:#D4D4D4;
	padding-top:2px;
	padding-bottom:2px;
	border-left:1px #B4B4B4 solid;
	border-right:1px #B4B4B4 solid;
}
div.wnd_property_dmenu_item_hover, div.wnd_property_dmenu_item_selected_hover{
	border-right:1px #6A6A6A solid;
	border-bottom:1px #6A6A6A solid;
	border-left:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;

	padding-top:1px;
	padding-bottom:1px;
}

div.wnd_property_dmenu_item_down,  div.wnd_property_dmenu_item_selected_down{
	border-left:1px #6A6A6A solid;
	border-top:1px #6A6A6A solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;

	padding-top:1px;
	padding-bottom:1px;
}
div.wnd_property_dmenu_item_selected,div.wnd_property_dmenu_item_selected_hover,div.wnd_property_dmenu_item_selected_down {
	background-color:#B4B4B4;
}
div.wnd_property_dmenu_item_selected {
	border-top:1px #B4B4B4 solid;
	border-bottom:1px #B4B4B4 solid;
}


div.wnd_property_dmenu_ddbutton,div.wnd_property_dmenu_ddbutton_hover,div.wnd_property_dmenu_ddbutton_down {
	cursor:default;
	width:10px;
	height:21px;
	padding:1px;
	padding-top:4px;
	float:right;
	background-color:#D4D4D4;
	border:1px #B4B4B4 solid;
}
div.wnd_property_dmenu_ddbutton_hover {
	border-right:1px #6A6A6A solid;
	border-bottom:1px #6A6A6A solid;
	border-left:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
}
div.wnd_property_dmenu_ddbutton_down{
	border-left:1px #6A6A6A solid;
	border-top:1px #6A6A6A solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}
div.wnd_property_dmenu_list {
	position:absolute;
	left:0px;
	top:21px;
	border-bottom:1px #B4B4B4 solid;
	border-top-width:0px;
	background-color:#B4B4B4;
}
div.wnd_property_dmenu_buttonface {
	float:left;
	padding:1px;
	padding-left:2px;
	overflow:hidden;
	text-overflow:ellipses;
	height:15px;
	padding-top:0px;
}

div.wnd_property_dmenu_item_action,div.wnd_property_dmenu_item_action_hover,div.wnd_property_dmenu_item_action_down {
	float:right;
	cursor:default;
	height:16px;
	width:16px;
	padding:1px;
	overflow:hidden;

	/*background-color:#D4D4D4;*/

	/*border:1px #D4D4D4 solid;*/

}
div.wnd_property_dmenu_item_action_hover {
	padding:0px;
	border-right:1px #6A6A6A solid;
	border-bottom:1px #6A6A6A solid;
	border-left:1px #FFFFFF solid;
	border-top:1px #FFFFFF solid;
}

div.wnd_property_dmenu_item_action_down {
	padding:0px;
	border-left:1px #6A6A6A solid;
	border-top:1px #6A6A6A solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
}




/* dmenu and imageservice image size */

div.is_property_image_size {
	width:0px;
	height:0px;
	overflow:hidden;
	border:1px solid black;
	float:left;
	border:1px solid #EEEEEE;
	border-right-color:#999999;
	border-bottom-color:#999999;
	cursor:pointer;
}


div.wnd_property_slider {
	position:relative;
	width:30px;
	height:112px;
	float:left;
	background-color:#D4D4D4;
}
div.wnd_property_slider_ticker {
	top:0px;
	position:relative;
	width:0px;
	height:100px;
	margin:6px 15px;
	border:1px solid #EEEEEE;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-color:#EEEEEE;
	border-right-color:#999999;
}

div.wnd_property_slider_tracker {
	top:0px;
	padding:0px;
	position:absolute;
	width:20px;
	margin:2px 6px ;
	height:8px;
	font-size:0px;
	border:1px solid #EEEEEE;
	background-color:#D4D4D4;
	border-left-color:#EEEEEE;
	border-top-color:#EEEEEE;
	border-right-color:#999999;
	border-bottom-color:#999999;
}
input.wnd_property_slider_input {
	border:1px solid #EEEEEE;
	border-right-color:#EEEEEE;
	border-bottom-color:#EEEEEE;
	border-left-color:#999999;
	border-top-color:#999999;
	width:32px;
}


/* 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;

}