/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/


/*======================= ARTICLE =============================*/
.article_separator{
	
	}
a.yj_contentpaneopen {
	/*border-bottom:1px dotted #CCCCCC; */
	

}
a.yj_contentpaneopen   a:hover{
	/*background:#0099ff;*/
	text-decoration: none;

}

.yj_contentpaneopen{
border-bottom:1px dotted #CCCCCC; 
padding-bottom:10px;

}
.yj_contentpaneopen img{
	float:left;
	margin:0px 10px 10px 0px;
}
.contentpaneopen a:active, a:link, a:visited{
		text-decoration: none;

	}
.contentheading{
	color: #2C2E3E;
	font-family: Arial, Helvetica,'Helvetica Neue', sans-serif;
	font-size: 3.3em;
	font-weight:lighter:
	letter-spacing: -2px;
	line-height: normal;
	text-transform:uppercase;
	color:#CCC;
	padding-bottom:5px;
	}

a.contentheading{
	text-decoration:none;
	}



	.contentpagetitle:link{
		text-decoration:none;
		background:transparent;
		border-bottom:none;
		}
		.contentpagetitle:hover{
		text-decoration:none;
		background:#0099ff;
		border-bottom:none;
		color:#FFF;
		}
		

.createdate{
			font-size: 10px;
	color: #99ccff;
	line-height:11px;
	padding-top:10px;}

.small,  .modifydate{
	font-size: 11px;
	color: #666;

}

.readon, a.readon:link, a.readon:visited{
		background: #99CCFF;
color:#FFF;
	padding:5px;
}

a.readon:hover{
	text-decoration: none;
}

.contenttoc{
	padding: 5px;
	margin: 30px 5px 5px 5px;
	float: right;
}

.contenttoc tbody tr th{
	border-bottom: 2px dotted #AE855C;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

a.toclink{
	padding: 2px;
}

/*a.toclink:hover{
}

.pagenavcounter{
}*/

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav{ }
.pagebar{}
.pagenav_prev{ }
.pagenav_next{ }
a.pagenav {background-color:transparent;}
a.pagenav:hover {}
.pagenavcounter{ }
.back_button{f;  }
/*======================= COMPONENT =============================*/

.componentheading{
	font: bold 1em/1.2em Arial, Helvetica,'Helvetica Neue', sans-serif;
	border-bottom: 1px solid #D2BAA2;
	color: #4E2B14;
	font-size: 2em;
	letter-spacing: -1px;
	margin-top: 12px;
	padding-bottom: 5px;
}

.contentpaneopen img{
		margin:0px 10px 10px 0px;

	float:left;
	}
.contentpaneopen fieldset{
	padding: 5px;
	margin-bottom: 10px;
}

.highlight{
	background: #FFFF66;
	padding: 2px 0px;
}

.button{
	-x-system-font:none;
	background:#4D8796 none repeat scroll 0 0;
	border-color:#629EAE #38616C #38616C #629EAE;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-family:Arial,Sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:30px;
	line-height:normal;
	margin:0;
	padding:2px 3px;
}

.button:hover{
	background: ;
}

.inputbox{
	-x-system-font:none;
	border-color:#D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	border-style:solid;
	border-width:1px;
	color:#989898;
	font-family:'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:5px 0;
	padding:8px 7px;
}

td.sectiontableheader{
	background:#9EBCBC none repeat scroll 0 0;
	border-color:#94B3B6 #8AACAF #689195;
	color:#273838;
	padding:0.8em 1em;
	border-style:solid;
	border-width:1px;
	text-align:left;
}

td.sectiontableheader a:link, td.sectiontableheader a:visited{
	color: #000;
	border-color:#94B3B6 #8AACAF #689195;
}	

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
	background: #F4EFEA none repeat scroll 0 0;
	border-color:#E7DED3;
	padding:0.7em 1em;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td{
	background: #F4EFEA none repeat scroll 0 0;
	padding:0.7em 1em;
	border-bottom: 1px solid #E7DED3;
}


/*========================= SEARCH ===========================*/
.search{
	background:#EEE8E0 none repeat scroll 0 0;
	border:1px solid #CACABB;
	height:33px;
	margin:10px 0 15px 25px;
	padding:0;
	width:285px;
}
.search .button{
	background:transparent url(../images/search.gif) no-repeat scroll 0 0;
	width: 25px;
	height: 25px;
	border:medium none;
	color: transparent;
	font-size: 1px;
	float: right;
	margin: 3px 3px 0 0;
}

.search .button:hover{
	cursor: pointer;
}

.search .inputbox{
	font-family: Arial, Helvetica,'Helvetica Neue', sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	display: inline;
	margin: 5px 0 0 10px;
	width: 100px;
	background:transparent none repeat scroll 0 0;
	border: medium none;
	color: #806D5B;
	float: left;
	padding: 5px;
}

/*======================= LOGIN ==============================*/
#modlgn_username{
	width: 80%;
} 

#modlgn_passwd{
	width: 80%;
}

/*======================= BREADCRUMB =========================*/
.breadcrumb {
float:right;
color:#FFF;
			
margin:4px 0px 10px 0px;

	}

.breadcrumb img{
	border: none;
	padding: none;
	background: none;
	margin: 0 0 0px 0;
	clear: both; 
	
}


.pathway{
	padding:2px 5px 2px 5px;
		background: #0099ff;
		text-transform:lowercase;

	
	}
	.pathway a:hover{
	
	text-decoration:underline;
}
.pathway a{
	padding:0px;
	background:none;
	text-decoration:none;
}
.pathway:link, .pathway:visited{
		color:#FFF;

}
/*========================= POLLING ========================*/
tbody tr td{
	
}
tbody tr td .poll tbody tr td{
}

.poll tbody tr td div{
	/*width: 125px;
	border: 1px solid #3C2B00;*/
	margin-top: 10px;
}


table {
  display: table;
  border-spacing: 0px;
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
  /* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
  text-indent: 0;
}