body
{
	margin: 12px auto !important;
	width: 994px;
	padding: 0;
	color: #555;
	font: normal 12px Arial,Helvetica,sans-serif !important;
	background: none !important;
}

html
{
	background: url(../images/bodybg.gif) repeat white;
}

select, input, textarea
{
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
}
select
{
	border: 1px solid #539FB6;
}

ul
{
	list-style:none outside none;
}
a:hover { text-decoration:none; }

#page
{
	background: url('/images/content.png') repeat-y;
	width: 994px;
	padding-left: 20px;
	padding-top: 10px;
	min-height: 500px;
}

#header
{
	margin: 0;
	padding: 0 0 0 5px;
	height:106px;
/*	border-top: 3px solid #C9E0ED;*/
}

#content
{
    /*padding: 20px;*/
    width:900px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	background:url(/images/bottom.png) no-repeat;
	width:994px;
	min-width:994px;
	height:31px;
	min-height:31px;
	font-size: 0.8em;
	text-align: center;
}

.logo
{
	width: 227px;
	height: 106px;
	background: url(../images/main_logo.png) no-repeat;
	margin-left:12px;
	display:block;
	float:left;
}

#mainmenu
{
	position:absolute;
	margin-top:-35px;
	background: url(/images/top.png) no-repeat left top;
	width:994px;
	height:35px;
}

#mainmenu ul
{
	padding-top:4px;
	margin:0;
	padding-left:3px;
	/*margin-left:11px;*/
}

#mainmenu ul li
{
	/*width:150px;*/
	height:17px;
	padding: 10px 10px 4px 22px;
	/*display: inline;*/
	float:left;
	text-align:center;
}

#mainmenu LI.active
{
	padding-left:0;
	padding-right:0;
	width:146px;
	background:url(/images/activemenu1.png) no-repeat;
}

#mainmenu .active A
{
/*	background:white;*/
	/*padding-left:13px;
	padding-right:13px;*/
}

#mainmenu ul li a
{
	/*padding: 5px 8px;*/
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/*#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}*/

#mainmenu ul li a:hover {
	text-decoration:underline;
}
#mainmenu ul li.active a
{
	color: #539FB6;
	/*text-decoration:underline;*/
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
.clear{
	clear:both;
}
.hidden{
	display:none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/* DEFAULT GREY BOX WHILE AJAX PROCESSING */
#greybox{
	background: url('../images/wait30trans.gif') center no-repeat scroll #AFAFAF;
	opacity: 0.5;
	z-index: 10;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* LOGOUT BUTTON */
.logout
{
	/*position:absolute;*/
	display:block;
	float:right;
	width:143px;
	height:21px;
	margin-top:-58px;
	padding:5px 0 0 10px;
	
	background: url(/images/logout_button.png) no-repeat;
	
	color:#000000;
	text-align:center;
}
/* LOGOUT BUTTON END */
.row
{
	margin-bottom:10px;
}

.add_app_input {
	margin:8px 5px;
}
.hasDatepicker {
	background:url(../images/calendar.png) center right no-repeat;
}
.items tr td { cursor:pointer; }

/* configure attribute order */
.children_order
{
	padding-left: 10px;
	display: none;
}
.expand_plus
{
	width: 8px; 
	display: inline-block; 
	cursor: pointer;
}
.category_style
{
	display:inline-block;
	width:129px;
}

/* configure attribute order end */

.upload_image_button
{
	height: 110px;
	width: 110px !important;
	text-decoration: underline;
}

.comparable_sales
{
	margin: 10px 0 0 0;
}

.comparable_sales_tarea
{
	font-size: 11px;
	height: 105px;
	width: 286px;
}

.comapable_image
{
	padding-top: 4px;
}

.img_caption
{
	width: 130px !important;
}

.object_images
{
	width: 404px;
}

.scopeofwork
{
	position: relative;
}

.ui-dialog-titlebar
{
	background: none repeat scroll 0 0 #2CAAD2 !important;
	padding: 5px 10px 0 !important;
	color: white !important;
}

.ui-dialog
{
	font-size: 12px !important;
}

.button_and_tick
{
	display: block;
	margin: 0 auto;
	width: 140px !important;
	padding: 2px 0 0 10px;
	border: 0;
	height: 21px;
	text-decoration: none;
	text-align: center;
	background: url(/images/button_and_tick_middle.jpg ) no-repeat;
}

.date_clear_button
{
	width: 19px !important;
	height: 19px;
	background: url(/images/clear.png) no-repeat;
	border: none;
	cursor: pointer;
}

#import-ready-csv {width: 100%; text-align: right; margin-bottom: 5px;}

.mech .row input{
    width: 230px;
}
#mech_conditions{
    float: left;
    margin-left: 130px;
    width: 350px;
}
.row-main {
    background: none repeat scroll 0 0 #5FEF97;
}
#accountsTable .items tbody tr td {
    height: 30px;
}

/** checkboxes in accounts grid **/
#accountsTable td.deact-chkbox-td,
    #accountsTable td.main-chkbox-td{text-align:center;}

/** client name **/
h1.client-name {font-size: 18px; color: #539FB6;}

/** signup **/
.signup-link {font-size: 11px; text-align:center;margin-top:10px;}
.row.loginfield .note {font-size: 11px;}
select.hidden {display:none;}

/* sys-registration */
.sys-registration-container .row {width: 700px;}
.sys-registration-container .row .template-title {display: block;}
.sys-registration-container .row .template-wysiwyg {display: inline-block;width: 400px;vertical-align:top;}
.sys-registration-container .row .template-vars {display: inline-block;vertical-align:top;margin-left: 10px;}

/** conf gen **/
.confgen_row.header {margin-bottom: 10px;}