/*===========----LAYOUT SECTION----===========================*/
body{
	font-family:Arial;
	background-color:#eaeaea;
	background-color:#074584;
	font-size:13.4px;
}
#container{
	font-size:90%;	
	background-image:url(../img/back_main_container.jpg);
	background-repeat:repeat-y;
	
}
a {
	color:#245e89;	
}
#header{
}
#navigation {
	background-image:url(../img/back_menu_container.png);	
	background-repeat:no-repeat;
}
#footer{
	background-color:#fff;
}
.footer_text {
	font-size:10px;
	color:#555555;
	text-align:center;	
}
#header_sliders{

	background-repeat: no-repeat;
}
/*===========----PORTAL SECTION----===========================*/
.portal_article_text{
	font-size:11px;	
}
.portal_article_titleA{
	font-weight:900;
	font-size:19px;
	color:#6f1200;
}
.portal_article_titleB{
	font-weight:900;
	font-size:19px;
	color:#c37c13;
}
/*===========----SEARCH SECTION----===========================*/
.search_section_title{
	color:#C27B13;	
}
.search_box{
	margin-top:40px;
	margin-left:35px;
	margin-bottom:20px;
}
.highlight{
	/*background-color:#F3E0C9;
	border:1px #000 solid;	
	padding:1px;*/
	font-weight:900;
}
.btn_search{
	background-color:#c37c13;
	color:#fff;
	border:none;
	font-weight:900;
	padding:3px;
	margin-left:7px;
	font-size:11px;
}
.section_item_title a{
	color:#BF2329;
	text-decoration:none;
	font-weight: 900;
	font-size:16px;
}
.section_item_article a{
	color:#EFCC2C;
	text-decoration:none;
	font-weight: 900;
	font-size:13px;
}
.section_item_title a:hover , .section_item_article a:hover{
	text-decoration:underline;
}
/*===========----CONTENT SECTION----===========================*/
h3{
	color:#6F1100;	
}
.page_title{
	font-weight: 900;
	font-size: 125%;
	color:#4174c5;
}
.comment_text{
	color:#101010;
}
.comment_fullname{
	font-weight:900;
}
.comment_when{
	font-size:80%;
	margin-bottom:3px;
}
.comment_time_ago{
	font-weight:normal;
}
#comment_box{
	font-size:80%;
	border:1px solid #343434;
	background-color:#fff;
	padding:5px;
}
.content_author{
	
}
#section_title{
	font-size:27px;
	color:#CDA128;
	font-family:verdana;
	margin-top:15px;
	margin-left:15px;
}
.suggestion{
	cursor:pointer;
	background-color:#fff;	
}
.suggestion:hover{
	background-color:#3366CC;
	color:#fff;
}
.success{
	border:1px solid #00FF00;
	background-color:#F0FFF0;
	padding:3px;
}
.fail{
	border:1px solid #ff0000;
	background-color:#ffaaaa;	
	padding:3px;
	
}
/*=================----OTHERS-----=======================================*/
.anchor_link{
	background-image:url(../img/anchors4.jpg);	
	background-image:url(../img/anchors2.jpg);	
	background-image:url(../img/anchors5.jpg);	
	background-image:url(../img/anchors6.jpg);	
	background-image:url(../img/anchors1.jpg);	
	background-image:url(../img/anchors3.jpg);	
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:12px;
	display:block;
	color:#565656;
	font-weight:900;
	font-size:16px;
}
.anchor_link:hover{
	text-decoration:none;	
}
input[type="password"]{
	width:240px;	
}
#top_menu_container{
	background-image:url(../img/back_top_menu.png);
	height:177px;
	width: 171px;
	margin-right:-22px;
}
.img_logo{
	margin-top:28px;
	margin-left:35px;
}
.checkbox label{
	display:inline;	
}
input[type="text"]{
	width:240px;	
}
.accordion_open_handle{
	background-image:url(../img/arrow_accordion.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:20px;	
}
fieldset legend{
	color:#fafafa;
	font-weight:900;	
	padding:5px;
	border:solid 1px #000;
	background-color:#6F1100;
}
select {
	width:220px;
}
a img{
	border:none;
}
.message{
	border:1px #343434 solid;
	background-color:#eaeaea;
	font-weight:900;
	font-size:90%;
	display:none;
	padding:5px;
}
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
	
}
table tr td {
	/*background: #fff;*/
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}
/* Paging */
div.paging {
	background:#DFCC99;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
.form label{
	display:block;
}
/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #0000ee;
	font-weight:900;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}
.related_link:hover{
	text-decoration:none;
}
.related_link{
	color:#6F1100;
}
.related_link:visited{
	color:#6F1100;
}
label {
	display:block;
}
#added_addon_container label {
	display:inline;
}
input[type="checkbox"]{
	display:inline;	
}
th , th a {
	background-image:url(../img/back_th.png);	
}
/*===========----DEBUGGING----===========================*/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}