/*
** life-division.hu CSS
** (c) ]{redenc 2008
**
** reset
*/





.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
	text-align: justify;
	padding: 2px;
}

.maintext a:link {
	color: #003366;
	text-decoration: none;
}
.maintext a:visited {
	color: #003366;
	text-decoration: none;
}


.maintext h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-style: none;
	color: #183B59;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.news {
	border: 1px solid #CCCCCC;
	list-style-type: none;
}

.maintext a:visited {
	color: #003366;
	text-decoration: none;
}





.oneline {
	float: left;
	width: 80px;
}




.clear
{
	clear:both;
}

.arrowlistmenu{
	width: 180px;
}

.arrowlistmenu .menuheader{ 
	font: bold 14px Arial;
	color: white;
	background: black url(/engine/images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; 
	text-transform: uppercase;
	padding: 4px 0 4px 10px; 
	cursor: pointer;
}

.arrowlistmenu .openheader{ 
	background-image: url(/engine/images/titlebar-active.png);
}

.arrowlistmenu ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; 
}

.arrowlistmenu ul li{
	padding-bottom: 2px;
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(/engine/images/arrowbullet.png) no-repeat center left; 
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{
	color: #A70303;
	background-color: #F3F3F3;
}


/* main table */
.ewTable {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

.ewTableFIX {
	width: 600px; /* table width */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.box_rotate {
	-moz-transform: rotate(270.0deg);  /* FF3.5+ */
	-o-transform: rotate(270.0deg);  /* Opera 10.5 */
	-webkit-transform: rotate(270.0deg);  /* Saf3.1+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=27.000);  /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=27.000)"; /* IE8 */
}


.agent-brokerage-options {
	display:block;
	width: 634px;
	font: bold 11px Arial;
	color: #A70303;
	background: url(/engine/images/new/agent-brokerage-options-bg.png) no-repeat; 
	display: block;
	padding: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}


.agent-brokerage-table-header-blank{
	width: 634px;
	height: 22px;
	font: bold 11px Arial;
	color: #A70303;
	background: url(/engine/images/new/balance_style_header_blank.png) no-repeat; 
	display: block;
	text-decoration: none;
	font-weight: bold;
}


.agent-brokerage-table-header-person{
	width: 634px;
	height: 22px;
	font: bold 11px Arial;
	color: #A70303;
	background: url(/engine/images/new/balance_style_header_person.png) no-repeat; 
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.agent-brokerage-table-header-struct{
	width: 634px;
	height: 22px;
	font: bold 11px Verdana;
	color: #A70303;
	background: url(/engine/images/new/balance_style_header_struct.png) no-repeat; 
	display: block;
	text-decoration: none;
	font-weight: bold;
}


.agent-brokerage-table-header-bonus{
	width: 634px;
	height: 22px;
	font: bold 11px Arial;
	color: #A70303;
	background: url(/engine/images/new/balance_style_header_bonus.png) no-repeat; 
	display: block;
	text-decoration: none;
	font-weight: bold;
}


.agent-brokerage-table-center{
	width: 634px;
	font: normal 11px Verdana;
	color: #A70303;
	background: url(/engine/images/new/balance_style_center.png) repeat-y; 
	display: block;
	text-decoration: none;
	text-align:center;
}

.agent-brokerage-table-footer{
	width: 634px;
	height: 11px;
	font: bold 11px Verdana;
	color: #A70303;
	background: url(/engine/images/new/balance_style_footer.png) no-repeat; 
	display: block;
	text-decoration: none;
	font-weight: bold;
}





.successbox, .warningbox, .errorbox, .infobox {
	font-weight:bold;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 70px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width:80%;
	
	-webkit-border-radius:5px 5px;
	-khtml-border-radius:5px 5px;
	-o-border-radius:5px 5px;
	border-radius:5px 5px;
}
.successbox {
	color: #4F8A10;
	border-color: #4F8A10;
	background-color:#EDFCED;
	background-image:url('../images/new/success.png');
}
.warningbox {
	color: #444;
	border-color: #FFE222;
	background-color:#FAF9C9;
	background-image: url('../images/new/warning.png');
}
.errorbox {
	color: #D8000C;
	border-color: #D8000C;
	background-color:#FDD5CE;
	background-image: url('../images/new/error.png');
}
.infobox {
	color: #0098d8;
	border-color: #0098d8;
	background-color:#e7f0fb;
	background-image: url('../images/new/info.png');
}



.loginerror, .loginwarning {
	font: bold 11px Arial;
	font-weight:bold;
	border: 1px solid;
	margin: 10px 0px;
	padding:10px 10px 10px 35px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width:180px;
	
	-moz-border-radius:5px 5px;
	-webkit-border-radius:5px 5px;
	-khtml-border-radius:5px 5px;
	-o-border-radius:5px 5px;
	border-radius:5px 5px;
}

.loginerror{
	color: #D8000C;
	border-color: #D8000C;
	background-color:#FDD5CE;
	background-image: url('../images/new/no-icon.png');
}

.loginwarning{
	color: #444;
	border-color: #FFE222;
	background-color:#FAF9C9;
	background-image: url('../images/new/nfo.png');
}


#login_div{ 
	background:#FFF;
	-webkit-border-radius:5px 5px;
	-khtml-border-radius:5px 5px;
	-o-border-radius:5px 5px;
	border-radius:5px 5px;
	border:1px #e2e0d8 solid;
	padding:12px;
	margin:5px 5px 5px 0px;
	position:relative;
	background: #FFF url('../images/new/pilence_bgx100.png') bottom right no-repeat;
}

#login_div label{

	padding-top: 5px;
	line-height:180%
	
} 

#final_div, .final_div{ 
	background:#FFF;
	-webkit-border-radius:5px 5px;
	-khtml-border-radius:5px 5px;
	-o-border-radius:5px 5px;
	border-radius:0;
	border:1px solid #e2e0d8;
	padding:5px;
	margin:5px;
	position:relative;
}

#f_div, .f_div{ 
	background:#FFF;
	border:1px #e2e0d8 solid;
	padding:5px;
	margin:5px;
	position:relative;
}


#final_button, .final_button{ 

	position:relative;
	min-width:150px;
	padding:5px;
	padding-left:25px;
	padding-right:25px;
	color:#FFFFFF;
		
	-webkit-border-radius:5px 5px;
	-khtml-border-radius:5px 5px;
	-o-border-radius:5px 5px;
	border-radius:5px 5px;
	
	
	background-color: #8f030f;
	background: url(../images/linear_bg_2.png);
	background-repeat: repeat-x;
  
  
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8f030f), to(#cd3b4b));
	  
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #cd3b4b, #8f030f);
	  
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #cd3b4b, #8f030f);
	  
	/* IE 10 */
	background: -ms-linear-gradient(top, #cd3b4b, #8f030f);
	  
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #cd3b4b, #8f030f);
	
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd3b4b', endColorstr='#8f030f');

	border:4px solid #FFFFFF;


	-webkit-box-shadow: inset 0 0 3px #555555;
    box-shadow: 0px 0px 3px #555555;
		
	font-weight: bold;
	cursor:pointer;
}




#final_title, .final_title{ 

	position:relative;
	min-width:150px;
	padding: 5px 15px;
	color:#FFFFFF;
	font-weight: bold;
	text-align:center;
	
	background-color: #b3120a;

	border:4px solid #FFFFFF;


	-webkit-box-shadow: inset 0 0 3px #555555;
    box-shadow: 0px 0px 3px #555555;
}

#final_title0, .final_title0{
    position:relative;
    min-width:150px;
    padding: 5px 15px;
    color:#FFFFFF;
    font-weight: bold;
    text-align:center;
	
	background-color: #b3120a;

    border:4px solid #FFFFFF;
}


#final_title2, .final_title2{ 
	padding:4px;
	color:#FFFFFF;
	text-align:center;

    background-color: #b3120a;

	border:3px solid #FFFFFF;

	box-shadow: 0px 0px 3px #555555;
	-webkit-box-shadow: inset 0 0 3px #555555;
}

.del, #del{
	text-decoration: line-through;
}

.academy_table{
	width:100%;
	border:0px;
}
.academy_table tr:hover{
	background-color: #EEEEEE;
}
.academy_table td{
	padding:3px;
	border-bottom:1px solid #CCCCCC;
}

.academy_table .f{
	padding-left: 12px;
	background: url(/engine/images/arrow.gif) 0% 50% no-repeat;
}






.clratingLogo{
	position:relative;
	z-index:12;
	margin-bottom:0px;
	margin-left:-1px;
	margin-right:-4px;
	padding:25px; 
	font-size:25px; 
	color:#FFFFFF; 
	
	text-align:center; 
	font-weight: normal;
	text-shadow: 0 1px 50px #FFFFFF;
	
	
	border:4px solid #FFFFFF; 
	box-shadow: 0 0 20px #999;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
	background-color: #bf051a; 
	background-image: linear-gradient(to top,#8F0215,#bf051a); 
}
.clratingLogo div{
	font-size:13px;
	margin-top:-7px;
	margin-bottom:4px;
}

.clratingInfo{
	position:relative;
	display:block;
	margin-left:5px;
	margin-right:5px;
	background: none repeat scroll 0 0 white;
    box-shadow: 0 0 20px #999;
	padding:25px;
}

.clratingContainer{
	position:relative;
	display:block;
	width:100%;
	background: none repeat scroll 0 0 white;
    box-shadow: 0 0 20px #999;
}

.clratingContainer ol, .clratingContainer ul {
    list-style: none outside none;
	margin:0;
	padding:0;
}
.clratingContainer ul{
	margin-right:3px;
}

.clratingContainer .click{
	position:relative;
    background: none repeat scroll 0 0 #fff;
    border-left: 2px solid #bf051a;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    height: auto;
    width: 100%;
	z-index:9;
	cursor:pointer;
}

.clratingContainer .click:hover{
	z-index:11;
	margin-left:-3px;
	padding:5px;
	box-shadow: 0 0 20px #999;
}

.clratingContainer .click:hover .title {
	color:#bf051a;
}

.clratingContainer .click .title {	
	padding:20px 20px 2px 50px;
	
	color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
	text-transform: uppercase;
}

.clratingContainer .click .info {
	display:block;
	padding:0px 0px 20px 50px;
	
	width:100%;
	color:#bbb;
	font-size: 12px;
	margin-top:5px;
}

.clratingContainer .click .content {
	color:#4c4c4c;
	font-size: 12px;
	margin-top:5px;
}

.clratingContainer .loading {
	display:none;
	float:right;
	
	margin-top:-45px;
	margin-right:40px;
	text-transform: uppercase;
	font-size:10px;
	
	color: #bbb;
	text-align:center;
}

.clrating{
	width:100%;
	margin-bottom:50px;
	border-spacing: 0;
    border-collapse: collapse;
	border: 1px solid #DDD;

	border-radius: 4px;
}

.clrating caption{
	border: 1px solid #DDD;
	color: #4c4c4c;
}
.clrating caption h3{
	color: #4c4c4c;
}

.clrating th{
	padding:10px;
	font-size:15px;
	color: #FFFFFF;
	background-color:#bf051a;
	text-align:center;
}
.clrating td{
	padding:10px;
	background-image: linear-gradient(to top,#E6E6E6,#FFF); 
	font-size:11px;
	text-align:center;
	border: 1px solid #DDD;
}





.profile .additional, .profile .activity_table{
    display: none;
}

.profile .label{
    font-size:100%;
}

.profile div .final_title{
    padding:4px;
    text-transform: uppercase;
    border: 3px solid #FFFFFF;
}

.profile .bb_button{
    margin:4px;
    min-width: 150px;
    width:48%;
    float:left;
    padding:20px;
    text-align:center;
    color:#FFF !important;

    background-color: #8F030F;
    background: -webkit-linear-gradient(top, #CD3B4B, #8F030F);
    background-image: linear-gradient(to bottom,#CD3B4B, #8F030F);

    border: 4px solid #FFFFFF;
    border-radius: 5px 5px;

    box-shadow: 0 0 8px #999;

    font-weight: bold;
    cursor: pointer;
}
.profile .bb_button:hover{
    background: -webkit-linear-gradient(top, #8F030F, #CD3B4B);
    background-image: linear-gradient(to bottom,#8F030F,#CD3B4B);
}

.profile .agent_info{
    width:100%;
    margin: 0;
    text-align: left;
}

.profile .agent_info tr:hover{
    background-color: #FFFFCC;
}

.profile .agent_info td{
    margin:0px;
    padding:8px;
    border-bottom: 1px solid #E6E6E6;
}


.profile .agent_contracts{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.profile .agent_contracts tr:hover td{
    background-color: #FFFFCC;
}

.profile .agent_contracts th{
    padding:8px;
    background-color: #EEEEEE;
}
.profile .agent_contracts td{
    margin:0px;
    padding:8px;
    border: 1px solid #E6E6E6;
}

.profile .activity_table td{
    padding: 2px;
    padding-left: 5px;
}

.profile .agent_activity_last_row td{
    border:1px solid #E6E6E6;
    padding:10px;

}

.profile #show_agent_activity{
    text-align: center;
    background-color: #FFFF99;
    cursor: pointer;
}

.profile .profile_history{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.profile .profile_history tr:hover td{
    background-color: #FFFFCC;
}

.profile .profile_history td {
    margin: 0px;
    padding: 8px;
}

/****** additional 2016.09.20 *******/

/*Table min 20px left*/
.margin-left-min-20{
	margin-left:-20px;
}

/*tr bolder headings*/
.bolder-headings{
	font-weight: bolder;
}

/*highlight the result*/
.highlight-result{
	background: #FFFFCC !important;
}
/*del class for the deleted users*/
.del{
	text-decoration: line-through;
}


/*itemRowClass*/
.item-row-class-logged-in{
	background-color: #E8FADF;
	border-left: 4px solid #D9F9CB;
}

.item-row-class-logged-out{
	background-color: #FBECEC;
	border-left: 4px solid red;
}
/*small text*/
.small-text{
	font-size: small;
}

/*width 20px an img*/
.width-20{
	width:20px;
}

.width-100{
	width:100px;
}

/*blue colored text*/
.color-blue{
	color: blue;
}

/*if we don't have search result*/
.no-search-result{
	color: red;
	font-size: 16px;
	font-weight: 300;
	padding: 30px;
	text-align: center;
}

/************ Deleted users table *************/
.margin-top-20{
	margin-top: 20px;
}

.margin-bottom-20{
    margin-top: 20px;
}

.witdh-100{
	width: 100%;
}

p.deleted-agent{
	font-size: 16px;
	text-align: center;
	margin: 20px 0px;
}

.center-align{
	margin: 20px auto;
}

.hoverCard {
	cursor: pointer;
}