.startHidden{
	display:none;
}

.offscreen{
position:absolute;
left: -9999px;
top:-9999px;
}

.loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-layout-pane {
	background-color: #EEE !important;
	padding:0 !important;
	margin:0 !important;
}

.ui-layout-center{
	overflow: hidden !important;
}

#webperfect_frm{
padding:0;
margin:0;
}

.form_section{
	background-color: #fff7aa !important;
	border-color: #e3ca4b !important;
	padding: 5px 0 !important;
	font-size: 11px !important;
}

form label.error {
	display: block;
	width: auto;
	color: red;
	font-wight:bold;
	font-style: italic;
	font-size: 12px;
}

#appID{
position:absolute;
top:12px;
left:95%;
z-index:5000;
padding-right:5px;
}

#appID a{
display:inline;
}

#wp_options{
	padding:10px !important;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
}

#wp_options h3{
font-size: 1.1em;
color:#cc9933;
}

#wp_options #page_options, #wp_options #section_options{
display:none;
}

#wp_options span#disabled p{
position:absolute;
top:45%;
text-align:center;
color:#ccc;
}

#tabs{
	width:100%;
	height:100%;
	padding:0;
}

#tabs div{
	height:100%;
	margin: 0;
	padding:0;
	padding-right: 1px;
}

#website{
overflow:auto;
}

#wp_options h3{
	margin-bottom:25px;
}

#wp_options p.system{
	font:menu;
}

#wp_options p.strong{
	font-weight:bold;
}

#wp_options input{
	padding:5px;
}


.iFrame{
	width:100%;
	height:90%;
}

#xs_editor{
	padding:1px;
}

.sitemap{
margin:0;
}

.sitemap h1 {
	font-family: "Segoe UI", verdana, arial, helvetica;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 10px 0;
}

#sitemapRefresh{
	font-size: 12px;
	color: #006699;
}

#sitemapRefresh img{
	margin-right:2px;
}

a.page-expired{
	background-color:#f1f1f1 !important;
	border:2px dashed #ddd !important;
}

.url{
color:#5da1c0;
text-decoration: underline;
cursor: pointer;
}

#myMenu span#new_txt{
font-weight:bold;
}

h1.block{
	font-family: "Segoe UI", verdana, arial, helvetica;
	font-size: 22px;
	padding:20px;
}

a#logout {
	font-weight: bold;
}

tr.alt td {
	background-color: #ecf6fc;
}

td.showDragHandle {
	background-image: url(img/updown.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

#table-directory-wrapper{
	padding:20px;
}

#table-directory{
	background-color: white;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 6px;
	font-family: "Segoe UI", verdana, arial, helvetica;
	font-size:12px;
}

#table-directory th{
	text-align:left;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
	}

#table-directory tr.selected{
	background-color: #fce294 !important;
}

#table-directory td.dragHandle {
 	margin:10px;   
}



/* BUTTONS */

	.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
	
	a.fg-button { float:left; }
	
	/* remove extra button width in IE */
	button.fg-button { width:auto; overflow:visible; }
	
	.fg-button-icon-left { padding-left: 2.1em; }
	.fg-button-icon-right { padding-right: 2.1em; }
	.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
	.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
	
	.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
	
	.fg-buttonset { float:left; }
	.fg-buttonset .fg-button { float: left; }
	.fg-buttonset-single .fg-button, 
	.fg-buttonset-multi .fg-button { margin-right: -1px;}
	
	.fg-toolbar { padding: .5em; margin: 0;  }
	.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
	.fg-toolbar .fg-button { font-size: 1em;  }

/* GROWL NOTIFY/BLOCK UI */
div.growlUI { background: url(img/check48.png) no-repeat 10px 10px;}
div.growlUI h1{margin: 0; font-size: large;}
div.growlUI h1, div.growlUI h2 {color: white; padding: 5px 5px 5px 75px; text-align: left; font-family: 'trebuchet ms', verdana, arial;}
div.growlUI h1, h2 {font-size: medium;margin: 0;}
div.growlUI h2 {font-weight: normal;}
