/*
5%		#F4F6F7
10%		#E9EEEF
25%		#CAD4D8
50%		#95A9B1
75%		#617F8A
100%	#2C5463
*/

html {
	background-color: #f9f9f9;
	font-size: 0.8em;
	color: #333333;
  font-family: Arial, Verdana;
}

a {
	text-decoration: underline;
	color: #2D5665;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.content a.smallsetup {
	float:right;
}

strong {
  font-weight: bold;
}

#doc3 {
	margin:auto;
	min-width: 950px;
} 
.yui-t2 .yui-b {
	width: 14.8461em;
	/*width: 14.50em;*/
}
.yui-t2 #yui-main .yui-b {
	margin-left: 16.30769em;
	/*margin-left: 16.05em;*/
}

/* HEADER */
#hd {
	height: 50px;
	background-color: #ffffff;
	background-image: url('../img/hd_bg.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
}
#hd h1 a {
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	width: 274px;
	height: 27px;
	display: block;
	/*position: relative;*/
	top: 13px;
	left: 20px;
}
#hd h1 a span {
	display: none;
}

/* BODY */
#bd {
	background-color: #ffffff;
	padding-top: 1.5em;
}

/* CONTENT */
.content {
	text-align: left;
	font-size: 0.9em;
	/*position: relative;*/
}
.yui-t7 .content {
  width: 36em;
  margin: 1em auto 4em auto;
}
.content h2, .content h3 {
	font-family: Georgia, Arial, Verdana;
}
.content h2 {
	font-size: 2.5em;
	background-image: url('../img/star.png');	
	background-position: 7px 0px;
	background-repeat: no-repeat;
	height: 40px;
	padding: 0 0 0 1.7em;	
	margin-bottom: .5em;
}
.controller-login .content h2 {background-image: url('../img/key.png');}
.controller-webserver-ssl_certificates .content h2 {background-image: url('../img/certificate.png');}
.controller-webserver-dedicated_ips .content h2 {background-image: url('../img/tag.png');}
.controller-files-ftp_accounts .content h2 {background-image: url('../img/transfer.png');}
.controller-files-filemanager .content h2 {background-image: url('../img/files.png');}
.controller-files-webdrive .content h2 {background-image: url('../img/disc.png');}
.controller-email-addresses .content h2 {background-image: url('../img/mail.png');}
.controller-email-antispam_system .content h2 {background-image: url('../img/shield.png');}
.controller-email-mailing_lists .content h2 {background-image: url('../img/list.png');}
.controller-mysql-databases .content h2 {background-image: url('../img/database.png');}
.controller-mysql-import .content h2 {background-image: url('../img/database.png');}
.controller-mysql-export .content h2 {background-image: url('../img/database.png');}
.controller-tools-website_builder .content h2 {background-image: url('../img/windows.png');}
.controller-tools-sms_gateway .content h2 {background-image: url('../img/cellphone.png');}
.controller-tools-cronjobs .content h2 {background-image: url('../img/cronjob.png');}
.controller-tools-autoinstaller .content h2 {background-image: url('../img/gear.png');}
.controller-tools-paths .content h2 {background-image: url('../img/road.png');}
.controller-domain-domain_list .content h2 {background-image: url('../img/globe.png');}
.controller-account-customer_data .content h2 {background-image: url('../img/vcard.png');}
.controller-account-security .content h2 {background-image: url('../img/padlock.png');}
.controller-account-billing .content h2 {background-image: url('../img/currency.png');}
.controller-free_hosting-banners .content h2 {background-image: url('../img/free.png');}
.controller-free_hosting-coupon_codes .content h2 {background-image: url('../img/coupon.png');}
.controller-free_hosting-tell_a_friend .content h2 {background-image: url('../img/noise.png');}
.controller-free_hosting-referral_statistics .content h2 {background-image: url('../img/barchart.png');}
.controller-support-server_status .content h2 {background-image: url('../img/important.png');}
.controller-support-announcements .content h2 {background-image: url('../img/important.png');}
.controller-support-notifications .content h2 {background-image: url('../img/important.png');}
.controller-support-tickets .content h2 {background-image: url('../img/help.png');}

.content .section {
	margin-bottom: 1.5em;
	border: 1px solid #eeeeee;
	border-radius:.6em;
	-moz-border-radius:.6em;
	-webkit-border-radius:.6em;
	-khtml-border-radius:.6em;
	padding: 1em 1em 0 1em;	
}
.content h3 {
	font-size: 1.8em;
	margin-bottom: .5em;
	margin-left: .5em;
}
.content h4 {
	font-size: 1.3em;
	margin-bottom: .5em;
	margin-left: .7em;
}

.content p {
	margin-bottom: 1em;
}
.content .code {
	font-family: Courier, Arial;
	margin-bottom: 1.5em;
	border: 1px solid #eeeeee;
	border-radius:.6em;
	-moz-border-radius:.6em;
	-webkit-border-radius:.6em;
	-khtml-border-radius:.6em;
	padding: 1em 1em 0 1em;	
}

.content .codeX {
	font-family: Courier, Arial;
	background-color: #333333;
	color: #ffffff;
	padding: .7em;
	margin-bottom: 1em;
}


.content p.setting {
	/*position: relative;*/
}
.content p.setting span.setting-label {
  width: 11em;
	font-weight: bold;
	display: block;	
}
.content p.setting span.setting-value {
	margin-left: 12em;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.content .table-controls {
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: 1em;
}
.content .table-controls ul {
	margin-top: .5em;
	margin-bottom: 1em;
}
.content .table-controls li {
	display: inline;
	margin-right: .5em;
}
.content .table-controls a.active {
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
.content .table-controls .form-button {
	margin-top: 0;
}
.content .table-controls .table-filter {
	float: right;
}
.content .table-filter {
	margin-bottom: 1em;
}
.content .table-add {
	padding: .3em .8em .3em .8em;
	border: 1px solid #3C7286;
	border-radius: .9em;
	-moz-border-radius: .9em;
	-khtml-border-radius: .9em;
	-webkit-border-radius: .9em;
	background-repeat: repeat-x;
  background-image: url(/img/bg_dark.png);
  border-bottom: none;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  float: right;
  margin-left: 1em;
margin-bottom: 10px;
}
.content .table-add:hover {
	background-image: url(/img/bg_dark2.png);
}

.content .link-button {
	padding: .3em .8em .3em .8em;
	border: 1px solid #3C7286;
	border-radius: .9em;
	-moz-border-radius: .9em;
	-khtml-border-radius: .9em;
	-webkit-border-radius: .9em;
	background-repeat: repeat-x;
	background-image: url(/img/bg_dark.png);
	border-bottom: none;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 1em;
	
}
.content .link-button:hover {
	background-image: url(/img/bg_dark2.png);
}

.content table {
	clear: both;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius:.6em;
	-moz-border-radius:.6em;
	-webkit-border-radius:.6em;
	-khtml-border-radius:.6em;		
	border-collapse: separate;
	background-image: url('../img/bg_light.png');
	background-repeat: repeat-x;
	background-color: #eeeeee;
	margin-bottom: 1.5em;
}
.content th {
	border-bottom: 1px solid #cccccc;
	padding: 6px 5px 5px 5px;
	font-weight: bold;
}
.content td {
	padding: 5px;
	background-color: #f9f9f9;
}
.content .table-filterable th {
	cursor: pointer;
}
.content th.select, .content td.select {
	padding-left: 10px;
	width: 15px;
}
.content tr.odd td {
	background-color: #ffffff;
}
.content tr.even td {
	background-color: #f9f9f9;
}
.content tfoot td {
	border-top: 1px solid #cccccc;
	background-color: transparent;
	font-style: italic;
}
.content tr.no_rows_after_filter td {
	background-color: #ffffff;
	padding-left: 10px;
}
.content td span.error {
	color: #cc0000;
}

.content td.green {
	color: #009900;
}

.content td.orange {
	color: #FF9900;
}

.content td.red {
	color: #CC0000;
}

.content .redlink {
	text-decoration: underline;
	color: #cc0000;
}

.content tr.suspended td {
	background-color: #ffd9d9;
}


/* icons for mysql overview, christian */
.content .icon16warning {
	background-image: url('../img/warning.png');	
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;	
	margin-bottom: .5em;
	height: auto;
}

.content .icon16accept {
	background-image: url('../img/accept.png');	
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;	
	margin-bottom: .5em;
	height: auto;
}

.content .icon16green {
	background-image: url('../img/accept.png');	
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;	
	margin-bottom: .5em;
	height: auto;
}

.content .icon16orange {
	background-image: url('../img/warning.png');	
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;	
	margin-bottom: .5em;
	height: auto;
}

.content .icon16red {
	background-image: url('../img/block.png');	
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;	
	margin-bottom: .5em;
	height: auto;
}

.content .icon16blockwarning {
	background-image: url('../img/blockwarning.png');	
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;	
	margin-bottom: .5em;
	height: auto;
}

.content .icon16refresh {
	background-image: url('../img/refresh.png');	
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;	
	margin-bottom: .5em;
	height: auto;
}

/* FORM */
.content input.new {
	float: right;
}


.content form {
	margin-bottom: 1.5em;
}
.content fieldset {
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #eeeeee; 
}
.content fieldset div.help {
	clear: both;
	margin-bottom: .5em;
}
.content .form-field {
	/*position: relative;*/
	clear: both;
	margin-bottom: 0em;
	margin-right: 2em;
	margin-left: 2em;
}
.content form.slim .form-field {
	margin-left: 0;
}
.content .form-field-error input, .content .form-field-error select, .content .form-field-error textarea {
	background-color: #FFF4F4;
	border-color: #FFCCCC;
}
.content .form-field-error .form-field-message {
	margin: -5px 2px 1em 2px;	
	font-style: italic;
	color: #990000;
}
.content label {
	display: inline-block;
	font-weight: bold;
	width: 12em;
	margin-bottom: .2em;
	top: .4em;
}

.content .addonlabel
{
}

.content .addonmiddle
{
  display: inline-block;
  width: 10em;
  padding-right:5em;
  text-align:right;
}
.content .long_label label {
	width: 24em;
}
.content .form-field-error label {
	color: #990000;
}
.content form.slim label {
	/*position: relative;*/
	top: 0;
	left: 0;
}
.content .form-plaintext {
	padding-top: .3em;
	margin-bottom: 10px;
}
.content .form-text, .content .form-password, .content select, .content .form-textarea, .content .form-text_and_select .form-select_and_text {
	border: 1px solid #CAD4D8;
	background-color: #F4F6F7;
	margin-bottom: 10px;
}
.content .form-text, .content .form-password, .content .password-strength, .content .form-textarea, .content .form-text_and_select .form-select_and_text {
	padding: .3em;
	width: 20em;
}

.form-password2
{
	border: 1px solid #CAD4D8;
	background-color: #F4F6F7;
	margin-bottom: 10px;
	padding: .3em;
	width: 6em;
}
.content .form-textarea {
	width: 30em;
	height: 10em;
}
.content select {
	padding: .2em;
}

.content input.form-text_and_select {
	width: 8em;
}
.content select.form-text_and_select {
	min-width: 8em;
}
.content span.text_and_select {
	margin-right: .3em;
	font-weight: bold;
}
.content .form-select_and_text {
	min-width: 10em;
}

.content .table-bulk {
	margin-left: 0;
	margin-top: -.5em;
}
.content .form-field input:focus, .content .form-field input:hover, .content .form-textarea:hover, .content .form-textarea:focus {
	border-color: #617F8A;
	background-color: #E9EEEF;
}
.content .form-field-error input:focus, .content .form-field-error input:hover, .content .form-field-error textarea:focus, .content .form-field-error textarea:hover {
	background-color: #FFe0e0;
	border-color: #cc0000;
}
.content .form-field input:focus, .content .form-field textarea:focus {
	border-width: 3px;
	margin: -2px -2px 8px -2px;	
}

.reload {
	display: none;
}

.content .form-radio_horizontal {
	float: left;
	margin-top: .4em;
	margin-bottom: 1em;
	margin-right: 1.5em;
}
.content .form-radio_horizontal span {
	/*position: relative;*/
	top: -.2em;
}
.content .form-radio_horizontal input, .content .form-radio_horizontal input:focus {
	margin: 0;
	padding: 0;
}
.content .form-radio_vertical {
	margin-top: .4em;
	margin-bottom: 1em;
	margin-right: 1.5em;
}
.content .form-radio_vertical span {
	/*position: relative;*/
	top: -.2em;
}
.content .form-radio_vertical input, .content .form-radio_horizontal input:focus {
	margin: 0;
	padding: 0;
}
.content .form-button input {
	margin: 5px 15px 2px 2px;
	padding: .3em .8em .3em .8em;
	border: 1px solid #95A9B1;
	border-radius: .9em;
	-moz-border-radius: .9em;
	-khtml-border-radius: .9em;
	-webkit-border-radius: .9em;
	background-repeat: repeat-x;
  background-image: url('../img/bg_light.png');
  color: #2C5463;
  font-weight: bold;
}
.content .form-button input:hover {
  cursor: pointer;
  border-color: #617F8A;
  background-image: url('../img/bg_light.png');
  color: #2C5463; 
  border-width: 2px;
  margin: 4px 14px 1px 1px;
}
.content .form-field .cancel {
}

.content .password-strength-bar {
	height: 5px;
	background-color: #eeeeee;
	margin-bottom: .5em;
}
.content .password-strength-bar div {
	height: 100%;
}
.content .password-strength-bar-level0 { width:10%; background-color:#cc0000; }
.content .password-strength-bar-level1 { width:25%; background-color:#ff0000; }
.content .password-strength-bar-level2 { width:40%; background-color:#ff9900; }
.content .password-strength-bar-level3 { width:60%; background-color:#00ff00; }
.content .password-strength-bar-level4 { width:80%; background-color:#00cc00; }
.content .password-strength-bar-level5 { width:100%;  background-color:#009900;}

.content .password-strength-description {
	margin-bottom: 1em;
	font-style: italic;
}

.loader {
	padding-left: 2em;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	font-style: italic;
}


/* MESSAGE */
.content .message {
	/*position: relative;*/
	display: block;
	margin-bottom: 1.5em;
	border-radius:.6em;
	-moz-border-radius:.6em;
	-webkit-border-radius:.6em;
	-khtml-border-radius:.6em;	
}
.content .message h3 {
	background-image: none;
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin-bottom: .1em;
	height: auto;
}
.content .message p {
	font-style: italic;
	margin: 0;
}
.content ul {
  margin-bottom: 1.5em;
}
.content li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 2em;
  margin-bottom: .5em;
}
.content .message-info {
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	background-image: url('../img/message/info.png');	
	background-repeat: no-repeat;	
	min-height: 28px;
	background-position: 13px 12px;
	padding: 10px 10px 10px 50px;
	color: #333333;
}
.content .message-hint {
	background-color: #FFFFCC;
	border: 1px solid #ffcc33;
	background-image: url('../img/message/hint.png');	
	background-repeat: no-repeat;	
	min-height: 28px;
	background-position: 10px 8px;
	padding: 10px 10px 10px 50px;
	color: #333333;
}
.content .message-success {
	background-color: #D2FFDE;
	border: 1px solid #97FFB3;
	background-image: url('../img/message/success.png');	
	background-repeat: no-repeat;	
	min-height: 28px;
	background-position: 13px 9px;
	padding: 10px 10px 10px 50px;
	color: #333333;
}
.content .message-error {
	background-color: #FFF4F4;
	border: 1px solid #FFCCCC;
	background-image: url('../img/message/error.png');	
	background-repeat: no-repeat;	
	min-height: 28px;
	background-position: 11px 9px;
	padding: 10px 10px 10px 50px;
	color: #333333;
}
.content .message-setting {
	position: absolute;
	top: .5em;
	right: .7em;
	color: #ff9933;
	font-size: .9em;
}
.content .message-error .message-setting {
	color: #cc0000;
}
.content .message-success .message-setting {
	color: #009933;
}
.content .message-info .message-setting {
	color: #999999;
}


/* SIDEBAR */
#sidebar a {
	text-decoration: none;
}
#sidebar li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1.3em;
	margin-bottom: .5em;
}
#sidebar .sidebar-item {
	margin: 0 1em 1.5em 0;
}
#sidebar .sidebar-header {
	background-image: url('../img/bg_light.png');
	border-top-left-radius:.6em;
	-moz-border-radius-topleft:.6em;
	-webkit-border-top-left-radius:.6em;
	-khtml-border-radius-topleft:.6em;	
	border-top-right-radius:.6em;
	-moz-border-radius-topright:.6em;
	-webkit-border-top-right-radius:.6em;
	-khtml-border-radius-topright:.6em;
	border: 1px solid #cccccc;
}
#sidebar .sidebar-header h3 {
	padding: .5em 0 .4em .6em;
	/* background-image: url('../img/menu/domains.png'); */
	background-repeat: no-repeat;
	background-position: 6px 5px;
	font-family: Georgia, Arial;
	font-size: 1.1em;
	text-transform: none;
	color: #666666;
}
#sidebar .sidebar-body {
	border-bottom-left-radius:.6em;
	-moz-border-radius-bottomleft:.6em;
	-webkit-border-bottom-left-radius:.6em;
	-khtml-border-radius-bottomleft:.6em;	
	border-bottom-right-radius:.6em;
	-moz-border-radius-bottomright:.6em;
	-webkit-border-bottom-right-radius:.6em;
	-khtml-border-radius-bottomright:.6em;
	border: 1px solid #cccccc;
	border-top: none;
  font-size: 0.9em;
	display: block;
	background-color: #f9f9f9;
	padding: 10px 10px 10px 10px;	
}
#sidebar .sidebar-body a.redirect {
	display: block;
	text-align: right;
	margin-top: .5em;
	text-decoration: underline;
}

#widget-status a {
	color: #ffffff;
}
#widget-status a:hover {
	text-decoration: underline;
}
#widget-status .sidebar-header {
	border: none;
	border-radius:.6em;
	-moz-border-radius:.6em;
	-webkit-border-radius:.6em;
	-khtml-border-radius:.6em;	
}
#widget-status .sidebar-header h3 {
	padding-left: 2em;
	background-position: .65em .5em;
	color: #ffffff;
}
#widget-status .widget-status-ok {
	background-image: url('../img/status/green.png'); 
}
#widget-status .widget-status-ok h3 {
	background-image: url('../img/status/ok.png');
}
#widget-status .widget-status-error {
	background-image: url('../img/status/red.png'); 
}
#widget-status .widget-status-error h3 {
	background-image: url('../img/status/error2.png');
}


/* MENU */
#menu .menu {
  font-family: Georgia, Arial, Verdana;
  margin-left: 1.5em;
}
#menu .menu-level1-item-active {
  border-top: 1px solid #ffffff;
}
#menu .menu-level1-header {
  height: 2.2em;
  background-image: url(/img/bg_light.png);
  border: 1px solid #cccccc;
  border-top-color: #f9f9f9;
  display: block;
}
#menu .menu-level1-item-first .menu-level1-header {
  border-top: 1px solid #cccccc;  
	border-top-left-radius:.6em;
	-moz-border-radius-topleft:.6em;
	-webkit-border-top-left-radius:.6em;
	-khtml-border-radius-topleft:.6em;	
	border-top-right-radius:.6em;
	-moz-border-radius-topright:.6em;
	-webkit-border-top-right-radius:.6em;
	-khtml-border-radius-topright:.6em;	
}
#menu .menu-level1-item-last .menu-level1-header {
	border-bottom-left-radius:.6em;
	-moz-border-radius-bottomleft:.6em;
	-webkit-border-bottom-left-radius:.6em;
	-khtml-border-radius-bottomleft:.6em;	
	border-bottom-right-radius:.6em;
	-moz-border-radius-bottomright:.6em;
	-webkit-border-bottom-right-radius:.6em;
	-khtml-border-radius-bottomright:.6em;		
}
#menu .menu-level1-item-active .menu-level1-header {
  background-image: url(/img/bg_dark.png);
  border-color: #3C7286;
  border-bottom: none;
}
#menu .menu-level1-link {
  display: block;
  font-size: 1.1em;
  height: 100%;
  /* padding-left: 2em; */
  padding-left: .8em;
  padding-top: .4em;
  color: #444444;
  text-decoration: none;
 	/* background-image: url(/img/menu/domains.png); */
  background-repeat: no-repeat;
  background-position: .3em .3em;
}
#menu .menu-level1-link:hover {
  text-decoration: underline;
}
#menu .menu-level1-item-active .menu-level1-link {
  color: #ffffff;
 	/* background-image: url(/img/menu/domains_active.png); */
}
#menu .menu-level1-toogle {
  display: none;
  float: right;
  background-image: url(/img/menu_toggle.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 1.8em;
  height: 100%;
  border-left: 1px solid #cccccc;
}
#menu .menu-level1-item-active .menu-level1-toogle {
  border: none;
  background-image: none;
}
#menu .menu-level1-submenu {
  display: none;
  /* margin-top: -3px; */
  border-bottom: 1px solid #cccccc;
  background-color: #f9f9f9;
}
#menu .menu-level1-item-active .menu-level1-submenu {
  display: block;
  background-color: #ffffff;
  border-color: #3C7286;
}
#menu .menu-level2-link {
  display: block;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-bottom: .3em;
  padding-top: .3em;
  padding-left: 1em;
  text-decoration: none;
  color: #333333;
  font-size: .9em;
}
#menu .menu-level1-item-active .menu-level2-link {
  border-color: #3C7286;
}
#menu .menu-level2-link:hover {
  /* background-color: #f0f0f0; */
  text-decoration: underline;
}
#menu .menu-level2-item-active .menu-level2-link {
  background-color: #f9f9f9;
  font-weight: bold;
  color: #000000;
}
#menu .menu-level2-item-first .menu-level2-link {
	padding-top: .4em;
}
#menu .menu-level2-item-last .menu-level2-link {
	padding-bottom: .4em;
}

div.logout {
  margin-left: 1.7em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: .9em;
  background-image: url(/img/status/red.png);
  padding: .3em .5em .3em .8em;
  border-radius:.6em;
  -moz-border-radius:.6em;
  -webkit-border-radius:.6em;
  -khtml-border-radius:.6em;	  
}
div.logout a {
	color: #ffffff;
	text-decoration: none;
}
div.logout a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* FOOTER */
#ft {
	border-top: 1px solid #96AAB2;
  background-color: #f9f9f9;
	background-image: url(/img/ft_bg.png);
	background-repeat: repeat-x;
	font-size: 0.85em;
	color: #333333;
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
}
#ft h3, #ft ul, #ft li {
	display: inline;
}
#ft h3 {
    font-weight: bold;
}
#ft li {
    margin-left: 1em;
}
#ft a {
    text-decoration: none;
}
#ft a:hover {
    text-decoration: underline;
}
#ft p {
	margin-top: 1em;
	color: #666666;
}




#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	display: none;
}
#dialog {
	/*position: absolute;
	top: 0;
	left: 0;*/
	text-align: left;
	background-color: #ffffff;	
	border: 5px solid #666666;
	border-radius:.6em;
	-moz-border-radius:.6em;
	-webkit-border-radius:.6em;
	-khtml-border-radius:.6em;	
	width:600px;
	padding: 1.5em 1.5em 0 1.5em;	
	/*display: none;*/
	margin: 0 auto 0 auto;
}
#dialog-close {
	background-image: url('../img/close_overlay.png');
	position:absolute;
	right:7px;
	top:7px;
	cursor:pointer;
	height:18px;
	width:18px;
}
#dialog-content {
}


.active {
	color: green;
}

.inactive{
	color: red;
}
.fm_th {
	width:20px;
}
.fm_td {
    text-align: center;
}
.fm_settings {
	text-align: right;
	width: 55px;
}