/*** HTML TAGS ***/
BODY, TABLE, TH, TR, TD, UL, OL, LI, P, FONT, A, BLOCKQUOTE, LABEL {
	font-family: Arial;
	font-size: 13px;
	color: #996600;
}

body, table, form, p, div, span, ul, li, h1, h2, h3, h4, h5, h6, hr {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 13px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: justify;
	margin-left: 10px;
	color: #996600;
}

/* Page title */
h1 {
	position: relative;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #996600;
	border-bottom: 1px solid #996600;
	border-left: 1px solid #996600;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 10px;
	padding: 0px 0px 2px 5px;
	text-transform:uppercase;
}

/* Page subtitle */
h2 {
	position: relative;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #996600;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
	text-transform:uppercase;
}

h3 {
	background-color: #996600;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	margin: 10px 0 0 0;
}


/* Remove extra top space for all tables */
table {
	padding-top: 0px;
	margin-top:3px;
}

div {
	border:none;
}

/* Links */
a {
	color: #996600 ;
	text-decoration: underline;
}

a:hover {
	color: #999900;
	text-decoration: none;
}

a.dark_link {
	color: #333300;
	text-decoration: underline;
}

a.dark_link:hover {
	color: #993300;
	text-decoration: none;
}

a.sort_link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.sort_link:hover {
	color: #FFCCCC;
	font-weight: bold;
	text-decoration: underline;
}


/*** CUSTOM CLASSES ***/

/* Styles for form elements */
input, textarea, select, button, submit {
	font-family: Arial;
	font-size: 13px;
	border: 1px solid #996600;
}

.button {
	border-bottom: 1px solid #003451;
	border-left: 1px solid #5AA4CC;
	border-right: 1px solid #003451;
	border-top: 1px solid #5AA4CC;
	background-color: #996600;
	color: #FFFFFF;
	font-weight: bold;
}


/* Styles for content in table (column, row, cell) */

.column_title {
	border-bottom: 1px solid #003451;
	border-left: 1px solid #5AA4CC;
	border-right: 1px solid #003451;
	border-top: 1px solid #5AA4CC;
	background-color: #996600;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.row_title {
	border-bottom: 1px solid #003451;
	border-left: 1px solid #5AA4CC;
	border-right: 1px solid #003451;
	border-top: 1px solid #5AA4CC;
	background-color: #996600;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}


.cell_data {
	background-color: #F2EEE0;
	font-size: 13px;
	text-align: justify;
	color: #996600;
}


/* Styles for text formatting */

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.white {
	color: #FFFFFF;
}

.xxsmall {
	font-size: 10px;
}

.small {
	font-size: 12px;
}

.standard {
	font-size: 13px;
	color: #996600;
	text-align: justify;
	margin-left: 10px;
}

.big {
	font-size: 16px;
}

.xxbig {
	font-size: 18px;
}


.msg {
	font-size: 13px;
	color: #996600;
	margin-left: 10px;
	font-style:italic;
	font-weight: bold;
	padding-top : 20px;
}

.error_msg {
	font-size: 13px;
	color: #FF0000;
	margin-left: 10px;
	font-style:italic;
	font-weight: bold;
	padding-top : 20px;
}


/* box_left and box_right are used mainly for picture positioning */
.box_left {
	float: left;
	padding: 10px;
}

.box_right {
	float: right;
	padding: 10px;
}

.logged_as {
	margin-right: 10px;
}

/***  LAYOUT CONTAINERS  ***/

/**  HEADER  **/
#header {
	top: 0px;
	left:0px;
	padding: 1px;
	width: 100%;
	height: 50px;
	background-color: #FF9900;
	color: #FFFFFF;
	z-index:2;
}

/* Logo or text on the left within header */
#logo {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
}

/*  Styles for link within logo area  */
#logo a {
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Top navigation within header */
#nav_top {
	position: relative;
	float: right;
	margin-top: 25px;
	padding: 5px;
}

/*  Styles for top navigation links */
#nav_top a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#nav_top a:hover {
	text-decoration: none;
}


/** MAIN CONTAINER (holds all other containers except header) **/
#main_container {
	position: absolute;
	width: 100%;
}

/**  LEFT PART **/
/* Main left container */
#left {
	position:absolute;
	left:0px;
	width: 180px;
	background-color: #FFCC00;
	border: 1px solid lightblue;
	height: 680px;
}

/*  Left Navigation  */
#nav_left {
	position: relative;
	padding: 5px 0px 0px 0px;
}

/*  Styles for left navigation links */
#nav_left ul {
	display: block;
	list-style:  none;
	margin: 0;
	padding: 0;
}

/* Hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav_left li {
	border-bottom: 1px solid #DDD;
}

/* Fix for browsers that don't need the hack 
html>body #nav_left li {
	border-bottom: none;
}
*/
#nav_left a {
	display: block;
	font-size: 13px;
	padding: 1px 1px 1px 0px;
	color: #666600 ;
	text-decoration: none;
	width: 180px;
}

#nav_left a:hover {
	color: #663300;
	background-color: #99CC00;
}

#nav_related {
	padding: 0 5px 0 5px;
}

#nav_related img {
	left: 0 5px 0 5px;
}

#signup {
	padding:0 5px 0 5px;
}

/**  RIGHT PART **/
/* Main right container */
#right {
	position:absolute;
	right:0px;
	width: 20%;
}

/* Section title */
#right h3 {
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	margin: 10px 0 2px 0;
}

/* Styles for search box */
#search {
	position: relative;
	margin-top: 10px;
	padding:0;
}

#search h3 {
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	margin: 10px 0 2px 0;
	width: 80px;
}

/* Right navigation (articles & questions) */
#nav_right {
	position: relative;
	margin-right: 10px;
	padding-right: 2px;
}

/*  Styles for right navigation links */
#nav_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav_right li {
	padding: 5px;
}

/** MIDDLE PART **/
#middle {
	margin-left: 180px;
	margin-right: 20%;
	padding: 10px 10px 10px 10px;
	min-height: 600px;
	z-index:1;
}

/** Middle part for admin zone (no right-margin) **/
#middle_admin {
	margin: 0px 0px 0px 180px;
	padding: 10px 10px 10px 10px;
}

/** Main content within middle and middle_admin part **/
#content {
	position: relative;
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 0px 5px;
}

/*  Subcontent area is right under page title and contains back button, print, email...  */
#subcontent {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px ;
	height: 40px;
}

/* style for back button*/
.back {
	float:left;
	margin-top: 10px;
}

/* Styles for Email to a friend, Print and Share your experience functions*/
#functions {
	font-family:verdana;
	margin-top:5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#functions a {
	margin-right:3px;
	padding:2px 5px 5px 5px;
	background:#FFFFFF;
	height: 25px;
	border-top:1px solid #CAD7E9;
	border-left:1px solid #CAD7E9;
	border-bottom:1px solid #1E5C99;
	border-right:1px solid #1E5C99;
	color:#1E5C99;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

#functions a:hover {
	text-decoration:underline
}

/* Style for email to a friend form */
.emailtofriend {
	padding: 0;
	margin: 0;
}


/** FOOTER **/
#footer {
	margin-top: 20px;
	margin-right:25%;
	margin-left:230px;
	padding: 20px;
	color: #CC9900 ;
	text-align: center;
	border-top: 1px solid #CCCC00;
}

/* Styles for footer links */
#footer a {
	font-size: 12px;
	color:#FFCC66;
	text-decoration: underline;
}

#footer a:hover {
	color: #BBBBBB;
	text-decoration: none; 
}

#footer a.copyright {
	font-size: 9px;
}

#footer a.copyright:hover {
	font-size: 9px;
}

#footer a.login {
	font-size: 12px;
	color:#FFFFFF;
}

#footer a.login:hover {
	font-size: 12px;
	color:#FF99CC;
	text-decoration: underline;
}


