/**
 * classicNavy.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id: classicNavy.css,v 1.6 2009/04/08 19:54:49 asmecher Exp $
 */
 
 /*--------------------------------------------------------------- 
		
		-/-/-/-/-/-/-/- ENIGMIND LTDA -/-/-/-/-/-/-/-
		
		# [Master Stylesheet] 
		# Project:			Scare
		# Version:			1.0 
		# Last change:		01/02/10
		# Assigned to:		Camilo Mahecha / Felipe Botero
	
----------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	width:100%;

}

a {
	text-decoration: none;
	color:#08336c;
}

a:link {
	color: #08336c;
	background:#ffffff;
}



a:active {
	color: #238;
}


a:visited {
	color: #08336c;
	background:#ffffff;
}



a:hover {
	color: #000000;
	background:#ffffff;

}


label.error {
	color: #900;
}

input.defaultButton {
	color: #ABD;
	background: #08336c;
}

#container {
	font-size: 16px;	
}

#header {
text-align: center;
	min-height: 100px;
	background-color: #fff;
	width:100%;
}

#headerTitle {}

#header h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:  #fff;


}

#footer {
	background-color: #08336c;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin: 14px 0 0 20px;
	width:758px;
	
}


#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color:#08336c;
	padding-left:48px;	
	*margin:0;
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size:12px;

}

#navbar {
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	background-image: url(../../backend/images/bg_menu.gif) repeat-x left;
	height:55px!important;
	*height: 90px;
	margin-bottom:15px;
}

#breadcrumb {
	height: 40px;
	*height:50px;
	line-height: 18px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 48px;
	font-style: italic;
	margin:0;
}

#content {
    padding-left:55px;
	/*padding-left:55px;
	_padding-left:55px;*/
	border:0;
	}
	
#content p img {
    padding-left:55px;
	/*padding-left:55px;
	_padding-left:55px;*/
	border:0;
	}
	
#signinForm  p{
width:650px;
height:80px;
 }	
	
#section .separator {
	width:700px;
	height:-40px;
	padding:20px 0;
	border:0;
	}
	
#content #privacyStatement {
	float:left;
	display:block;
	width:700px;
	height:160px; /*  height:200px;   */
	}
	
/* #content #privacyStatement h3 { margin-top:50px; } */

#content #copyrightNotice {
	float:left;
	display:block;
	width:700px;
	/*height:20px;*/
	}
	
#content #commentsForEditor {
	float:left;
	display:block;
	width:700px;
	}
	
#content div {
	*margin-bottom:39px;
	*padding-left:0;

	}

#content div div {
	border: 0;
	float:left;
	display:block;
	padding:20px 0;
	*padding-left:0;
	width:700px;
	margin-bottom:20px;	
}

#content div div div {
	border:0;
	margin:0;
	width:300px;
	display:block;
	float:left;
	
	
}

#content div div div h1, #content div div div p {
	border: 0;
	padding:0;
	margin:0;
	width:300px;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;

}

#content h5 {
	text-transform: uppercase;
}

#content p{
}

span.highlight {
	border-bottom: 1px solid #ebebeb;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ABD;
}

table.listing td.headseparator {
	/*border-bottom: 1px dotted #000;*/
}

table.listing td.endseparator {
	border-top: 1px solid #ebebeb;
}

span.formError {
	color: #900;
}

ul.formErrorList {
	color: #900;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	background:#ffffff;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
	background:#ffffff;
}

#rightSidebar, #leftSidebar {
	margin-top: 15px;
	border-bottom: 1px solid #ebebeb;
	background:#ffffff;
}
