/* +------------------------------------------------------------------------+ */
/* | DASHBOARD CHROME STYLES												| */
/* +------------------------------------------------------------------------+ */

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #292929;
	font-size: 11px;
	background: #777777;
	padding: 0px;
	margin: 0px;
}

td
{
	vertical-align: top;
}

img
{
	border: none;
}

div#mainContent
{
	margin: 0px 20px 0px 20px;
	/* position: fixed; */
}

/*  CONTENT SHADOWS  */

div.shadowOuter
{
	border: 1px solid #6C6C6C;
	border-top: none;
}

div.shadowInner
{
	border: 1px solid #626262;
	border-top: none;
}

/* +--------------------------+ */
/* | HEADER STYLES			  | */
/* +--------------------------+ */

div#mainHeader
{
	background:url(../../i/Dashboard/g_bg_header.gif) repeat-x;
	height: 66px;
	border: 1px solid #C85208;
	border-bottom: none;
}

div#privacyPolicyHeader
{
	background:url(../../i/Dashboard/g_bg_header.gif) repeat-x;
	height: 66px;
	border: 1px solid #C85208;
	border-bottom: none;
}

div#policyCookiesHeader
{
	background:url(../../i/Dashboard/g_bg_header.gif) repeat-x;
	height: 66px;
	border: 1px solid #C85208;
	border-bottom: none;
}

div#mainCompanyLogo
{
	background: url(../../i/Dashboard/i_icon_log_axispointe.png) no-repeat;
	width: 200px;
	height: 43px;
	position: relative;
	top: 10px;
	left: 15px;
}

div#privacyPolicyCompanyLogo
{
	background: url(../../i/Dashboard/i_icon_log_axispointe.png) no-repeat;
	width: 200px;
	height: 43px;
	position: relative;
	top: 10px;
	left: 15px;
}

div#policyCookiesCompanyLogo
{
	background: url(../../i/Dashboard/i_icon_log_axispointe.png) no-repeat;
	width: 200px;
	height: 43px;
	position: relative;
	top: 10px;
	left: 15px;
}

div#mainLogout
{
	text-align: right;
	position: relative;
	bottom: 35px;
	right: 10px;
}

div#mainLogout a
{
	color: #EDDACD;
	text-decoration: none;
}

/* +--------------------------+ */
/* | NAVIGATION STYLES		  | */
/* +--------------------------+ */

table#mainNav
{
	background: url(../../i/Dashboard/g_bg_nav_off.gif) repeat-x;
	height: 22px;
	width: 100%;
	border: 1px solid #A8A8A8;
	border-top: 1px solid #86827F;
}

table#mainNav td
{
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #a8a8a8;
	text-align: center;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
}

#mainPage td.mainPage,
#clientManagementPage td.clientManagementPage,
#toolsPage td.toolsPage,
#axispointeUsersPage td.axispointeUsersPage,
#builderSupportPage td.builderSupportPage,
#reportsPage td.reportsPage,
#axispointeUsersPage td.axispointeUsersPage,
#marketingPage td.marketingPage
{
	background: url(../../i/Dashboard/g_bg_nav_on.gif) repeat-x;
	height: 22px;
	border-right: none;
}


table#mainNav td#last
{
	border-right: none;
}

table#mainNav td#first
{
	border-left: none;
}

table#mainNav td a
{
	color: #444444;
	text-decoration:none;
	display: block;
	padding: 0px 5px 0px 5px;
}

table#mainNav td a img
{
	position: relative;
	top: 1px;
}

table#mainNav td a span
{
	position: relative;
	bottom: 3px;
	left: 5px;
}

div#navSecond
{
	background: url(../../i/Dashboard/g_bg_nav_secondary.gif) repeat-x;
	height: 19px;
	border-top: 1px solid #878787;
	border-bottom: 1px solid #666666;
}

div#breadCrumb
{
	background: url(../../i/Dashboard/g_bg_nav_secondary.gif) repeat-x;
	height: 19px;
	border-bottom: 1px solid #666666;
	padding: 2px 0 0 8px;
}

div#navSecond div.txtWelcome
{
	font-weight: bold;
	position: relative;
	top: 3px;
	left: 10px;
	float: left;
}

div#navSecond div#myAccount
{
	background: url(../../i/Dashboard/g_bg_footer.gif) repeat-x;
	height: 18px;
	width: 150px;
	float: right;
	text-align: center;
	border-left: 1px solid #973E06;
	border-bottom: 1px solid #973E06;
}

div#navSecond div#myAccount a
{
	color: #EDDACD;
	font-weight: bold;
	position: relative;
	top: 3px;
	text-decoration: none;
	display: block;
}

div#navSecond div#apBaromoter
{
	background: url(../../i/Dashboard/g_bg_barometer.gif) repeat-x;
	height: 18px;
	width: 120px;
	float: right;
	text-align: center;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div#navSecond div#apBaromoter a
{
	color: #666666;
	font-weight: bold;
	position: relative;
	top: 3px;
	text-decoration: none;
	display: block;
}

.navigationDropLinks
{
	z-index: 2;
	position: absolute;
	border: 1px solid #A8A8A8;
	border-top: 1px solid #666666;
	border-bottom: none;
	text-align: left;
	margin-top: 2px;
	margin-left: -11px;
}

.btnDropDown
{
	height: 15px;
	background: #D1D1D1;
	border-bottom: 1px solid #A8A8A8;
	padding: 3px 0px 0px 5px;
}

.btnDropDown:hover
{
	background: #F1F1F1;
}

.txtGrayLink
{
	color: #292929;
	display: block;
	text-decoration: none;
}

#mainLinks
{
	width: 125px;
	display: none;
}

#clientMgtLinks
{
	width: 178px;
	display: none;
}

#bldrSupportLinks
{
	width: 192px;
	display: none;
}

#toolsLinks
{
	width: 180px;
	display: none;
}

#supportLinks
{
	width: 150px;
	display: none;
}

#reportsLinks
{
	width: 175px;
	display: none;
}

#manageUserLinks
{
	width: 150px;
	display: none;
}

#contactUsLinks
{
	width: 123px;
	display: none;
}

#marketingLinks
{
	width: 123px;
	display: none;
}

/* +--------------------------+ */
/* | BODY CONTENT STYLE		  | */
/* +--------------------------+ */

div#bodyContent
{
	background: #D7D7D7;
	padding: 20px;
	border-bottom: 1px solid #6F6E6F;
}

div#loginButton
{
	padding-top: 10px;
}

/* +--------------------------+ */
/* | FOOTER STYLE			  | */
/* +--------------------------+ */

div#mainFooter
{
	background: url(../../i/Dashboard/g_bg_footer.gif) repeat-x;
	height: 18px;
	border-top: 1px solid #C85208;
}

div.mainFooter
{
	background: url(../../i/Dashboard/g_bg_footer.gif) repeat-x;
	height: 18px;
	border-top: 1px solid #C85208;
}

div#mainFooter .txtRight
{
	color: #EDDACD;
	font-size: 9px;
	float: right;
	position: relative;
	top: 3px;
	right: 10px;
}

div#mainFooter .txtLeft
{
	color: #FFFFFF;
	font-size: 9px;
	float: left;
	position: relative;
	top: 3px;
	left: 10px;
}

.txtpp
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8px;
	/*float: left;
	position: relative;
	top: 3px;
	left: 10px;*/

}

div#mainPPFooter
{
	background: url(../../i/Dashboard/g_bg_footer.gif) repeat-x;
	height: 18px;
	border-top: 1px solid #C85208;
}

div#mainPPFooter .txtRight
{
	color: #EDDACD;
	font-size: 9px;
	float: right;
	position: relative;
	top: 3px;
	right: 10px;
}

div#mainPPFooter .txtLeft
{
	color: #FFFFFF;
	font-size: 9px;
	float: left;
	position: relative;
	top: 3px;
	left: 10px;
}



/* +--------------------------+ */
/* | WIDGET					  | */
/* +--------------------------+ */
.infoBoxTopLft
{
	background: url(../../i/HomeProfileSystem/g_bg_info_box_top_left.gif) no-repeat;
	background-position: right top;
	height: 19px;
	width: 5px;
	display: block;
}

.infoBoxTopMid
{
	height: 19px;
	width: 100%;
	background: #383E32;
	color: #FFFFFF;
	letter-spacing: 1px;
	vertical-align: bottom;
}

.infoBoxTopRt
{
	background: url(../../i/HomeProfileSystem/g_bg_info_box_top_right.gif) no-repeat;
	height: 19px;
	width: 5px;
	display: block;
	vertical-align: bottom;
}

/* Info Box - Content Section */

.infoBoxContentLft
{
	background: #FFFFFF;
	border-left: 1px solid #A8ACAF;
	vertical-align: bottom;
}

.infoBoxContent
{
	padding: 10px 0px 10px 0px;
	background: #FFFFFF;
}

.infoBoxContentRt
{
	padding-left: 1px;
	background: #FFFFFF;
	border-right: 1px solid #A8ACAF;
}


/* Info Box - Footer Section */

.infoBoxBottomLft
{
	background: url(../../i/HomeProfileSystem/g_bg_info_box_bottom_left.gif) no-repeat;
	width: 5px;
	height: 5px;
	display: block;
}

.infoBoxBottomMid
{
	background: url(../../i/HomeProfileSystem/g_bg_info_box_bottom_mid.gif) repeat-x;
	height: 5px;
}

.infoBoxBottomRt
{
	background: url(../../i/HomeProfileSystem/g_bg_info_box_bottom_right.gif) no-repeat;
	width: 5px;
	height: 5px;
	display: block;
}

/* +--------------------+ */
/* | Drop Down Lists	| */
/* +--------------------+ */

.select_with_icons
{
	border: 1px solid #797979;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 1px 1px;

}

.optgroup_option_with_icon
{
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 20px 0px;
}

.option_with_icon
{
	padding: 1px;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

/* +------------------------------------------------------------------------+ */
/* | Styles for new Inline Dialogs..eventually should replace inline_popup  | */
/* +------------------------------------------------------------------------+ */

* html div.inlineDialog {	/*\*/position: absolute; top: expression(300+((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((20 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/}

div.inlineDialog
{
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 5px;
	position: fixed;
	z-index: 3000;
	overflow: auto;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
}

div.inlineDialogContent
{
	background: #C5C5C5 url(../../i/backgrounds/inline_popup.png) repeat-x;
	border: 1px solid #666666;
	font: normal 11px verdana;
	padding: 10px;
}

div.inlineDialogTitle
{
	border-bottom: 1px solid #666666;
	color: #333333;
	font: bold 7.5pt verdana;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

div.inlineDialogErrorContainer
{
	background-color: rgb(255,200,200);
	border: 1px solid #CC9999;
	margin: 10px auto 5px auto;
	padding: 5px 10px 7px 10px;
	text-align: center;
}

div.inlineDialogSuccessContainer
{
	border: 1px solid #99CC99;
	background-color: #E9FCE9;
	margin: 10px auto 5px auto;
	padding: 5px 10px 7px 10px;
	text-align: center;
}

.inlineDialogErrorField
{
	background-color: rgb(255,220,220);
	border: 1px solid #797979;
	font-size: 11px;
}

div.inlineDialogThrobber
{
	text-align: center;
}

table.inlineDialogTabMenu
{
	border-collapse: collapse;
	width:100%;
}

div.inlineDialogTabSelected
{
	background: #707070;
	border: 1px solid #CECECE;
	border-left: 1px solid #EEECEC;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

div.inlineDialogTabSelected a
{
	color: #FFFFFF;
	text-decoration: none;
}

div.inlineDialogTabUnselected
{
	background: #E7E5E6;
	border: 1px solid #CECECE;
	border-left: 1px solid #EEECEC;
	padding: 2px;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

div.inlineDialogTabUnselected a
{
	color: #000000;
	text-decoration: none;
}

div.inlineDialogTabError
{
	border-bottom:2px solid rgb(200,100,100);
	background-image: url(../../i/icons/error.gif);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

div.inlineDialogCommand
{
	border-top: 1px solid #666666;
	margin-top: 15px;
	padding-top: 5px;
	text-align: right;
}

/* +------------------------------------------------------------------------+ */
/* | Styles for Loading Bumper												| */
/* +------------------------------------------------------------------------+ */
.bumper
{
	background: #000000;
	display: inline;
	height: 100%; width:100%;
	opacity: 0.40;
	filter: alpha(opacity=40);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.loading
{
	display: inline;
	background: #FFFFFF;
	border: 3px solid #333333;
	font: bold 11px verdana;
	padding: 10px;
	position: absolute;
	width: 250px;
	z-index: 2000;
}

/* +------------------------------------------------------------------------+ */
/* | Styles for Inline popups												| */
/* +------------------------------------------------------------------------+ */

* html div.inline_popup {	/*\*/position: absolute; top: expression(300+((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((20 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/}

div.inline_popup
{
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 5px;
	position: fixed;
	z-index: 3000;
	overflow: auto;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
}

DIV.inline_popup DIV.inline_popup_content
{
	background: #C5C5C5 url(../../i/backgrounds/inline_popup.png) repeat-x;
	border: 1px solid #666666;
	font: normal 11px verdana;
	padding: 10px;
}

DIV.inline_popup DIV.inline_popup_content DIV.inline_popup_title
{
	border-bottom: 1px solid #666666;
	color: #333333;
	font: bold 7.5pt verdana;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

DIV.inline_popup DIV.inline_popup_content DIV.inline_popup_command
{
	border-top: 1px solid #666666;
	margin-top: 15px;
	padding-top: 5px;
	text-align: right;
}



/* +------------------------------------------------------------------------+ */
/* | Styles for Buttons 													| */
/* +------------------------------------------------------------------------+ */

.buttonMainLeft
{
	background: url(../../i/buttons/g_bg_btn_left_1.gif) no-repeat;
	height: 23px;
	width: 2px;
}

.buttonMainMid
{
	background: url(../../i/buttons/g_bg_btn_mid_1.gif) repeat-x;
	height: 23px;
	font-size: 10px;
	padding: 3px 3px 0px 3px;
	white-space: nowrap;
	cursor: pointer;
}

.buttonMainRight
{
	background: url(../../i/buttons/g_bg_btn_right_1.gif) no-repeat;
	height: 23px;
	width: 4px;
	padding-right: 10px;
}

/* BUTTON NO BACKGROUND SHADOW */

.buttonMainNoBgLeft
{
	background: url(../../i/buttons/g_bg_btn_left_2.gif) no-repeat;
	height: 21px;
	width: 2px;
	vertical-align: middle;
}

.buttonMainNoBgMid
{
	background: url(../../i/buttons/g_bg_btn_mid_2.gif) repeat-x;
	font-size: 10px;
	height: 21px;
	padding: 3px 3px 0px 3px;
	white-space: nowrap;
	cursor: pointer;
}

.buttonMainNoBgRight
{
	background: url(../../i/buttons/g_bg_btn_right_2.gif) no-repeat;
	height: 21px;
	width: 2px;
	vertical-align: middle;
}

.infoBoxContent ul
{
	margin-left: 25px;
	list-style-image: url(../../i/HomeProfileSystem/i_icon_info_box_content_pin.gif);
	line-height: 18px;
}


/* +------------------------------------------------------------------------+ */
/* | Styles for Filter														| */
/* +------------------------------------------------------------------------+ */
DIV.filter
{
	background: #c6c6c6 url(../../i/HomeProfileSystem/g_bg_filter_bar.gif) repeat-x;
	border-bottom: 1px solid #6C6C6C;
	border-right: 1px solid #B7B7B7;
	border-top: 1px solid #676767;
	border-left: 1px solid #7A7A7A;
	margin-left: 5px;
	height: 339px;
	width: 160px;
}

DIV.filter DIV.title
{
	background: url(../../i/HomeProfileSystem/g_bg_filter_title.gif) repeat-x;
	border-bottom: 1px solid #666666;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
	padding-left: 10px;
	padding-top: 2px;
	text-transform: uppercase;
}

div.filter_hrz
{
	background: #AAA9AA url(../../i/HomeProfileSystem/g_bg_filter_hrz.gif) repeat-x;
	border-bottom: 1px solid #6C6C6C;
	border-right: 1px solid #B7B7B7;
	border-top: 1px solid #676767;
	border-left: 1px solid #7A7A7A;
}

DIV.title_hrz
{
	background: url(../../i/HomeProfileSystem/g_bg_filter_title.gif) repeat-x;
	border-bottom: 1px solid #666666;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
	padding-left: 10px;
	padding-top: 2px;
	text-transform: uppercase;
}

DIV.filter DIV.content
{
	padding: 10px;
}

DIV.filterFieldSpacing
{
	padding: 2px 0px 4px 0px;
}
/*
#loading-mask
{
	width:100%;
	height:100%;
	background:#d7d7d7;
	position:absolute;
	z-index:20000;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
	left:0;
	top:0;
}
.loading-indicator {
    font-size:8pt;
    background-image:url('../../js/Ext/resources/images/grid/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	border:1px solid #999;
	padding:2px;
	background:#d7d7d7;
	width:150px;
	text-align:center;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	z-index:20001;
}
#loading .loading-indicator{
	border:1px solid #999;
	background:white url(../../js/Ext/resources/images/block-bg.gif) repeat-x;
	color:#000;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
}
*/


.infoNote
{
	font-style: italic;
	font-size: 10px;
	padding-bottom: 1px;
}

/* BUILDING COMPANIES STYLES */

input#enrollButton
{
	background: #AE5909;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #A8A8A8;
	padding: 0px 10px 0px 10px;
}

#loggingInBox
{
	background-color: #c46e11;
	color: white;
	text-align: center;
	font-weight: bold;
	width: 300px;
	margin: auto;
	border: 1px solid black;
	padding :10px;
}

/* Material Pictures Styles */

#material_image_container
{
	text-align: left;
}

#imageForm
{
	clear: both;
	margin-top: 10px;
}

.material_picture
{
	float: left;
	height: 135px;
}

.material_image
{
	margin: 3px;
	margin-bottom: 0;
	padding: 1px;
	text-align: center;
	border: 1px solid gray;
	line-height:102px;
	width: 102px;
	height: 102px;
}

.material_image img
{
	vertical-align: middle;
}

.default_picture
{
	border: 3px solid gray;
}

.picture_controls a
{
	margin-right: 5px;
}

#picture_throbber
{
	display: none;
	position: absolute;
	z-index: 1000;
	width: 102px;
	height: 70px;
	padding-top: 25px;
	opacity: 0.40;
	-ms-filter: 'alpha(opacity=40)';
	filter: alpha(opacity=40);
	background-color: white;
}
