/* $Id: style.css,v 1.1.4.2 2009/03/19 23:50:07 couzinhub Exp $
*/

/** General styles 
---------------------------------*/

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	background-color: #333333;
}

#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .75 = 12px */
  /*line-height: 1.286em; /* 14px x 1.286 = 18px */
}

#content {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: #FFF;
  text-decoration: none;
}

a:hover, a:active {
  color: #DA5A27;
  text-decoration: none;
}

/* Titles  */

h1 {
	font-size: 18px;
	color: #FFF;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 {
	font-size: 13px;
	color: #FFF;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin: 0;
}

strong {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

b {
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
}
/* Paragraph Styles */

p {
  margin: 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #333333;
}

tr.even {
	background-color: #000000;
}

/* Code */

pre, code {
  font-family: "monaco", "Courier New", monospace;
}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

li.leaf, li.expanded, li.collapsed { 
	list-style-type: none; 
	list-style-image:none;
	border-bottom: 1px solid #B2D1E6;
	width: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
}

li a.active {
	font-weight: bold;
  color: #FFF;
}
/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}


/** Colours
---------------------------------
*  delete when starting a new theme
*/

#header {
}

#footer {
	background-color:#F60;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	padding-right: 20px;
	color:#FFF;
}

#sidebar-left {
	background: #020000;
	color:#CCC;
}

#sidebar-right {
	background: #020000;
	color:#CCC;
}

#navigation {
	background-color: #CCCCCC;
}

#primary_navigation {
	margin:0;
	padding:0;
	padding-top:5px;
	width: 602px;
	height: 23px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-image:url('../images/bg_primary_nav.jpg');
	background-repeat: repeat-x;
}

#primary_navigation img {
	margin:0;
	padding:0;
	margin-top:-5px;
}

#content img
{
	margin:2px;
}

#content-area
{
	padding:2px;
}