@charset "utf-8";
/* CSS Document */

@import url('crm2010_navi.css');
@import url('crm2010_tables.css');
@import url('crm2010_forms.css');
@import url('crm2010_items.css');
@import url('crm2010_graphs.css');
@import url('crm2010_font.css');

/*****************************************************/
/************* BELIEF SYSTEM CRM CODE ****************/
/***************** COPYRIGHT 2011 ********************/
/*****************************************************/


body {
	margin: 0;
	padding: 0;
	text-align:left;
	color: #000000;
	background-image: url(../CRM_IMG/body_bg.jpg);
	background-repeat: repeat-x;	
	background-color: #DDD;
}


img, div { behavior: url(../iepngfix.htc) }


img {
	border:0;
}

.clear {
	clear: both;
}

/*********** LAYOUT ***********/


.crm2010 #container {
	text-align: left;
	background-image: url(../CRM_IMG/body_bg.jpg);
	background-repeat: repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.crm2010 #header {
	height: 100px;
}
.crm2010 #header h1 {
	float:right;
	font-size:1.3em;
	color: #B366B3;
	padding: 10px;
	text-shadow: 0px -2px 0px #333;
}
.crm2010 #logo {
	float:right;
	border-left: 1px solid #969;
	padding: 0px 20px 0px 10px;
	margin: 10px 0px 0px 0px;
}

.crm2010 #mainContent {
	position:absolute;
	top:100px;
	left:0px;
	right:0px;
	bottom:0px;
}
.crm2010 #footer {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:5px 10px;
	background-color:#000;
	background-image:url(../CRM_IMG/footer_bg.jpg);
	background-repeat:repeat-x;
	height:20px;
} 

#footer p{
	font-size:0.7em;
	color:#CCC;
}

#footer img{
	vertical-align:bottom;
}
#footer p a{
	color:#C57CB8;
	text-decoration:none;
}
#footer p a:visited{
	color:#C57CB8;
	text-decoration:none;
}
#footer p a:hover{
	color:#FFF;
	text-decoration:none;
}

#footer .logout{
	float:right;
}



#login-window{
	position: absolute;
	left: 52%;
	top:40px;
	background-repeat: no-repeat;
	padding-top: 60px;
	width: 360px;
}

#brand-window{
	position: absolute;
	right: 52%;
	top:40px;
	background-repeat: no-repeat;
	padding-top: 60px;
	width: 360px;
}

#box-login {
	width: 320px;
	background: white;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 3px 5px #CACACA;
	-webkit-box-shadow: 0 3px 5px #CACACA;
	padding: 20px;
	border: 1px solid #d8d8d8;
	background: white;
	background-image: url(../CRM_IMG/icons/blacks/48x48/padlock_closed.png);
	background-repeat: no-repeat;
	background-position: 300px 255px;
}

#box-brand {
	width: 320px;
	background: white;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 3px 5px #CACACA;
	-webkit-box-shadow: 0 3px 5px #CACACA;
	padding: 20px;
	border: 1px solid #d8d8d8;
	background: white;
	background-repeat: no-repeat;
	background-position: 300px 230px;
}


#username, #password, #security {
	height: 24px;
	font-size: 20px;
	padding: 5px;
	width: 96%;
	border:1px solid #cccccc;
	background: #e5e5e5;
	-moz-border-radius: 5px;
	margin:5px 0px 6px 0px;
	color: #636;
}
#box-login img{
	float:left;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 3px 5px #CACACA;
	-webkit-box-shadow: 0 3px 5px #CACACA;
	margin-top:5px;
}
#security{
	width:50%;
	position:relative;
}


#username:focus, #password:focus, #security {
	-moz-box-shadow: 0 2px 2px #d8d8d8;
	-webkit-box-shadow: 0 2px 2px #d8d8d8;
}
.req {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 0 5px 0;
	color: #636;
}
.rem {
	font-size: 12px;
	line-height: 28px;
	color: #999;
}

#box-login p {
	margin: 0;
	padding: 0 0 18px 0;
}
#login-window .notice {
	position: relative; 
	top: 30px;
}
.forgot {
	text-decoration: underline;
	padding: 0 0 0 10px;
	position: relative;
	top: 14px;
}

#box-login button{
	padding:10px;
	font-size:0.9em;
	background-image:url(../CRM_IMG/btn_login_bg.jpg);
	background-position:0px 0px;
	color:#666;
}
#box-login button.login{
	padding:10px;
	font-size:0.9em;
	background-image:url(../CRM_IMG/btn_login_bg.jpg);
	background-position:-50px left;
	color:#FFF;	
}

#box-login button:hover{
	background-image:none;
	background-color:#666;
	color:#CCC;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:fixed;
z-index: 9001;
top:0px;
left:0px;
width:100%;
height: 100vh;
}

#popUpDiv {
position:fixed;
background-color:#FFFFFF;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width:300px;
height:60px;
z-index: 9002;
padding-left:10px;
cursor:pointer;
-moz-border-radius: 3px;
border-radius: 3px;
}

#LargepopUpDiv {
position:fixed;
background-color:#FFFFFF;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width:300px;
height:165px;
z-index: 9002;
padding:10px;
-moz-border-radius: 3px;
border-radius: 3px;
}


#XLargepopUpDiv {
	position:fixed;
	background-color:#FFFFFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:500px;
	height:auto;
	z-index: 9002;
	padding:10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow-y: auto;
	max-height: 100vh;
	}

/*********************** DASHBOARD ******************/


@media print {
	fieldset {
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
