/* - - - - - - - - - - - - - - - - - - - - -

Title : sNews Default Stylesheet
Author : Vitor M. Costa
URL : http://designcriativo.com/

Created : 20 May, 2006
Modified : 26 June, 2006

mod 08-12-23 FC
cor 4F9EC9 -> 1F6E99

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

background: #221f20 -> #064E79

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}	
html{background: #221f20;}	
body{
	background: #064E79;
	color: #324F6A;
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
}

/* links  */

a{
	color: #7C90A1;
	text-decoration: underline;
}
a:hover{color: #234466;}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
h5 {font-size:0.8em}  /* displayed at 12px */
h6 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1.2em}

/* ------------------------------------------------------------

	page structure & layout

------------------------------------------------------------ */

#container{
	background: #f8fdfe;
	border-left: 1px solid #064E79 ;
	border-right: 1px solid #064E79 ;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	/*padding-bottom: 200px;*/
	border-bottom: 200px solid #064E79 ;
}
#header{	
	background: #012345;
	border-bottom: 2px solid #76A5BD;
	height: 174px;
	position: relative;
}

#headerlogo {
	BORDER-BOTTOM: #ffffff 1px solid; 
	HEIGHT: 11.3em; 
	background-image: url('../images/top_bar.png') ;
	background-position: 90px;
	background-repeat:no-repeat;
	background-color:#fff;
	TEXT-ALIGN: left; 
}

#navigation{
	bottom: 0;
	font-size: 1.1em;
	position: absolute;
	left: 0px;	
}
#path-search{
	background: url(path-tile.gif) #87BCD8 repeat-x; 
	border-bottom: 1px solid #90C7E4;
	color: #4C7897;
	font-size: 1.2em;
	height: 46px;
	position: relative;
}	
#info{
	background: #76AAC9; 
	border-bottom: 2px solid #93CCEA;
	color: #E4EEF4; 	
	font-size: 1.2em;
	line-height: 2.0em;	
	position: relative;
	padding: 20px 230px 20px 30px;
}
#primary-content{
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 30px 40px 30px 40px;
	width: 820px;
}
#ship-content{
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
  padding: 30px 2px 30px 2px;
	width: 99%;
	/*
  padding: 30px 40px 30px 40px;
	width: 820px;
  */
}
#secondary-content{
	color: #4B798B;
	float: right;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px 30px 20px 20px;
	width: 206px;
}	
#footer{
	clear: both;
	color: #fff;
	font-size: 1.1em;
	height: 70px;
	margin-left: 0px;
	width: 100%;
	position: ;

	background-image: url('../images/bot_bar.png') ;
	background-position: 0px;
	background-repeat:no-repeat;
	background-color:#fff;

}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Arial;
	color:#1F6E99;
	
	padding:5px 20px 5px 5px;
	margin:0 20px 0 0;
}

#header h5 {
	float:left;
	font:100% Arial;
	color:#1F6E99;
	
	padding:0;
	margin:-2px 5px;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h1 a:hover {
	color:#111;
	border-bottom:2px solid #79B5D6;
}

#header h2 {
	font:150% Arial;
	color:#666;
	padding:16px 0 0 0;
	border:none;
}

#header h2 a {
	color:#444;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h2 a:hover {
	border-bottom:2px solid #79B5D6;
}

#header #nav {
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #1F6E99;
	border-bottom:2px solid #1F6E99;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:5px 10px 5px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:5px;
}

#header #nav a:hover {
	background:#1F6E99;
}

#header #nav a.active {
	background:#1F6E99;
	font-weight: bold;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#1F6E99;
	padding:5px 7px 7px 7px; 
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav p {
	margin-top:-10px;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #1F6E99;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
	font-weight: bold;
}


/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#navigation ul{
	display: inline;
}
#navigation li{
	display: block;
	float: left;
	list-style: none;
}
#navigation li a{
	background: #234466;
	color: #fff;
	display: block;
	margin: 0 1px 0 1px;
	line-height: 1.6em;
	padding: 7px 20px 7px 20px;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover{background: #3C6787;}

/* ------------------------------------------------------------

	path-search

------------------------------------------------------------ */

#path-search a{
	color: #4c7897;
	text-decoration: none;	
	text-transform: lowercase;
}
#path-search a:hover{text-decoration: line-through;}

/* forms & class's */

#path-search .text{
	background: #76aac9;
	border: 1px solid #dfe3e4;
	padding: 3px;
}	
#path-search .searchbutton{
	background: #221f20;
	border: 1px solid #dfe3e4;
	cursor: pointer;
	color: #fff;
	padding: 2px;
}	

/* ------------------------------------------------------------

	info

------------------------------------------------------------ */

#info img{
	background: url(snews.gif) no-repeat;
	height:75px;
	position: absolute;
	right: 25px;
	top: 30px;
}

/* ------------------------------------------------------------

	primary content

	color: #76aac9; ->  color: #1F6E99;
------------------------------------------------------------ */

#primary-content h2{
	background: url(h2-bg.gif) no-repeat;
	background-position: bottom;
	color: #1F6E99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 17px 0;
}	

#primary-content h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top : -15px;
	margin-bottom : 15px;
}	

#primary-content h6{
	font-family: Arial, Helvetica, sans-serif;
  font: 100%, verdana;
	font-size: 100%;
	margin-top : -15px;
	margin-bottom : 15px;
}	
#primary-content h2 a{
	color: #1F6E99;
	text-decoration: none;
}		
#primary-content h2 a:hover{
	color: #7C90A1;
}	
#primary-content h3, #primary-content h4{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}	
#primary-content p{
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#primary-content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#primary-content ul {
	line-height: 1.8em;
	margin: 0 30px 20px 30px;
}
#primary-content ul li {
	background: url(blue-box.gif) no-repeat 0 50%;
	line-height: 1.8em;
	list-style: none;
	padding-left: 20px;
}

/* ------------------------------------------------------------

	ship content

	color: #76aac9; ->  color: #1F6E99;
------------------------------------------------------------ */

#ship-content h2{
	color: #1F6E99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 17px 0;
}	

#ship-content h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top : -15px;
	margin-bottom : 15px;
}	

#ship-content h6{
	font-family: Arial, Helvetica, sans-serif;
  font: 100% verdana;
	font-size: 12px;
	margin-top : -15px;
	margin-bottom : 15px;
  background-color: #99CC00;
  line-height: 20px;
}	
#ship-content h2 a{
	color: #1F6E99;
	text-decoration: none;
}		
#ship-content h2 a:hover{
	color: #7C90A1;
}	
#ship-content h3, #primary-content h4{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}	
#ship-content p{
	line-height: 1.5em;
	margin: 10px 0 10px 0;
}
#ship-content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#primary-content ul {
	line-height: 1.8em;
	margin: 0 10px 20px 30px;
}
#ship-content ul li {
	line-height: 1.8em;
	list-style: none;
	padding-left: 0px;
}

/* forms & class's */

#primary-content form{margin: 10px 0 20px 0;}	
#primary-content form p{margin: 5px;}	
#primary-content fieldset{
	background: #ffffff;
	border: 1px solid #dfe3e4;
	padding: 5px;
}	
form .field:focus, form .text:focus, form textarea:focus {background: #fffff0; color: #324F6A;}
#primary-content textarea{
	height: 150px;
	overflow: auto;
}	
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h2{
	color: #FF6501;
	border-bottom: 1px solid #DFEDF2;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 20px 0 5px 0;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
}		
#secondary-content p{margin: 0;}		
#secondary-content ul{
	margin: 7px 0 20px 10px;
}	
#secondary-content ul li{
	background: url(blue-box.gif) no-repeat 0 2px;
	height: 18px;
	list-style: none;
	padding-left: 19px;
}	
#secondary-content a{	
	color: #4B798B;
	text-decoration: none;
}	
#secondary-content a:hover{color: #231f20;}	

/* class's */

#secondary-content .text{
	font-size: 1.2em;
	padding: 3px;
	width: 70%;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer p{
	line-height: 1.5em;
	margin-top: 15px;
	text-align: center;
}
#footer a{
	color: #aaa;
	text-decoration: underline;
}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

a img {border: none;}
acronym{cursor: help;}
legend{
	color: #324F6A;
	font-weight: bold;
}
blockquote{
	background: url(quote.gif) no-repeat 10px 0;
	color: #76aac9;
	border-left: 2px solid #76aac9;
	line-height: 1.5em;
	margin: 0 10px 20px 10px;	
	padding: 0 10px 0 10px;
}
hr, .hide {display: none;}
.show{display: block;}

/* class's */

.pathway{
	font-size: 0.9em;
	margin-left: 50px;
	margin-top: 18px;
	position: absolute;
}
.search{	
	position: absolute;
	right: 50px;
	top: 25px;
}
.image img, .right, .left{	
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}
.right{
	float: right;
	margin: .5em 0  6px 12px;
}
.left{
	float: left;
	margin: .5em 12px 6px 0;
}
.date{
	color: #afafaf;
	font-size: 0.9em;
}
.date a{
	color: #afafaf;
}
.commentsbox {
	margin-top: 10px;
	margin-bottom: 25px;
}	
#primary-content .commentsbox h2{
	background: none;
	border-bottom: 1px solid #dfe3e4;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}	
.comments { 
	background: #fff; 
	border-bottom: 1px solid #dee2e3;
	border-top: 1px solid #dee2e3;
	color: #221f20;
	font-size: 0.9em;
	padding: 15px 10px 0px 10px; 
	margin: 10px 0 10px 0;
	overflow: auto;
}
.field, .text, textarea{
	border: 1px solid #dfe3e4;
	padding: 6px;
	width: 97%;
}
.button{
	cursor: pointer;
	float: right;
	margin: 10px 0 120px 0;	
	padding: 3px;
}
.searchbutton{cursor: pointer;}

/* style for the accordion */
 #vertical_container {	CLEAR: both; 
							DISPLAY: block; 
							WIDTH: 100px; 
							margin-left : 0px; 
							text-align: left;	}
							
	.accordion_content	{	background-color:#eeeeee;
							border:1px solid #666666;
							margin-left:200px;
							margin-top: 0; margin-bottom: 0px;
                            position: absolute;
							width:80%;	}
		
	.accordion_toggle	{	background-color:#dddddd;
							border:0;
							margin:auto;
							margin-top: 0; margin-bottom: 0;
							width:80%;
							min-height:12px;	}

	.accordion_toggle_active { background-color:#dddddd;
							border:1px solid #666666;
							margin:auto;
							margin-top: 0;
							width:80%;
							min-height:40px;	}
#vertical_container h1 {font-size:3em;
						text-align: center;
						margin-bottom: 1em;}  /* displayed at 18px */
#vertical_container h2 {font-size:1em;
						margin-bottom:0em;
						text-align: left;}  /* displayed at 18px */

#vertical_container input, {font-size:2px;
                            border: 0;
                            color: aqua;
                            elevation: higher;
                            background-color:#dddddd;;
                            }
						

TABLE.report {
	BORDER-RIGHT: none; BORDER-TOP: none; BORDER-LEFT:none; BORDER-BOTTOM: none; 
	font-family: Arial, Helvetica, sans-serif; text-align: left; PADDING-left: 50px;
}
TABLE.report TH {
	BORDER-RIGHT: #aaaaaa 1px solid; PADDING-RIGHT: 15px; BORDER-TOP: #aaaaaa 1px solid; PADDING-LEFT: 15px; PADDING-BOTTOM: 2px; BORDER-LEFT: #aaaaaa 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #aaaaaa 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
TABLE.report TD {
	BORDER-RIGHT: none; BORDER-TOP: none; BORDER-LEFT:none; BORDER-BOTTOM: none; PADDING-left: 5px;
}
TABLE.report THEAD TH {
	BACKGROUND-COLOR: #ccccff
}
TABLE.report TFOOT TD {
	BACKGROUND-COLOR: #ffccff
}
TABLE.report TR.tbody_header {
	FONT-WEIGHT: bold; BACKGROUND-COLOR: #dddddd; TEXT-ALIGN: center
}
TABLE.report A.pagelink {
	BORDER-RIGHT: #666666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 5px; MARGIN: 0px 5px; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid
}
TABLE.report A.currentpage {
	BACKGROUND-COLOR: yellow
}


