/*===========----LAYOUT SECTION----===========================*/
body{
	font-family:Arial;
	background-color:#eaeaea;
	background-color:#464646;
}
#container{
	font-size:90%;	
	background-repeat:repeat-y;
}

#header{
}
#navigation {
	background-image:url(../img/back__quatral.gif);	
	background-repeat:repeat-x;
}
#footer{
	background-color:#fff;
}
.footer_text {
	font-size:12px;
	color:#555555;
	text-align:center;
	padding-bottom:3px;	
}
.footer_text a{
	text-decoration:none;
}
.footer_text a:hover{
	text-decoration:underline;
}
#header_sliders{
	background-repeat: no-repeat;
}
.menu_title{
	color:#4A1A7E;
	text-align:center;
	font-weight:900;
	font-family:Verdana;
	margin-bottom:4px;
	margin-top:4px;
}
#main_navigation{
	background-image:url(../img/back_navigation.jpg);
	height:61px;
	background-repeat:repeat-x;
}
#twitter {
	background-image:url(../img/back_twitter.jpg);
	
}
.archive_date{
	font-weight:900;
	font-size:75%;	
}
/*===========----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----===========================*/
a{
	color:#403874;
}
a:visited{
	color:#403874;
}
a:hover{
	color:#ff0000;	
}
h3{
	color:#6F1100;	
}
hr{
	background-color:#ff0000;	
}
.btn_tool{
	cursor:pointer;	
}
.page_title{
	font-weight: 700;
	font-size: 125%;
	color:#403874;
}
.page_title a {
	color:#403874;
	text-decoration:none;
}
.page_title a:hover {
}
.article_content{
	color:#515756;
	font-size: 80%;
}
.content_author{
	font-size:60%;
	color:#3e3e3e;
	margin-top:5px;
}
.content_publication_date{
	font-size:80%;
	color:#000;
	font-weight:900;
}
#section_title{
	font-size:20px;
	color:#AE0B34;
	font-family:verdana;
	margin-top:5px;
	margin-left:0px;
	text-decoration:overline;
}
.quote_text{
	font-size:75%;
	text-align:justify;
	color:#515756;
}
.quoted_person{
	font-size:75%;
	color:#2C79B3;
	font-weight:900;
	padding-bottom:10px;
	border-bottom:1px solid #E7E8E6;
	
}
.section_box{
	background-image:url(../img/grad3.gif);
	background-repeat:repeat-x;
	color:#fff;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	margin-top:10px;
	font-weight: 900;
	font-size:75%;

}
.message{
	border:1px #343434 solid;
	background-color:#eaeaea;
	font-weight:900;
	font-size:90%;
	display:none;
	padding:5px;
}
div.error-message{
	color:#ff4545;
	background-color:#ffaaaa;
	padding:5px;	
}

/*=================----OTHERS-----=======================================*/
.ui-button{
	background: #5c9ccc url(redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	border: 1px solid #c5dbec;
	color: #1d5987;
	font-weight:900;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	-moz-border-radius: 4px 4px 4px 4px;
	cursor:pointer;
	margin-right:5px;
}
.ui-button:hover{
	background: #5c9ccc url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	border: 1px solid #7AB8E7;
}

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;
}
/*
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;
}
