@CHARSET "ISO-8859-1";

/*
==========================================
// inc_style.css
==========================================
//
// Tasks: Provide common styling information.
*/


/*
========================================
GENERAL ELEMENTS
========================================
*/

body
 {
 	background-color: #FFFFFF ;
	margin: 0px ;
	
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif ;
	font-size: 11px ;
 }
 
p
 {
 	margin: 0px ;
 }
 
p.padded
 {
 	padding: 10px ;
 }
 
p.doublePadded
 {
 	padding: 20px ;
 }
 
p.paddedIndented
 {
 	padding: 10px 20px ;
 }
 
img
 {
	border-width: 0px ;
 }
 
input, select, textarea
 {
 	border: 1px solid #CCCCCC ;
 	font-size: 11px ;
 	padding: 4px ;
 }
 
input.image
 {
 	border: none ;
 }
 
 
/*
========================================
LINKS & FONTS
========================================
*/ 

a:link
 {
 	text-decoration: none ;
	color: #999999 ;
 }

a:hover
 {
 	text-decoration: underline ;
	color: #FF6600 ;
 }

a:active
 {
 	text-decoration: none ;
	color: #999999 ;
 }
 
a:visited
 {
 	text-decoration: none ;
	color: #999999 ;
 }
 
span.big
 {
 	font-size: 15px ;
 	color: #FF6600 ;
 	font-weight: bold ;
 }
 
span.bold
 {
 	font-weight: bold ;
 }
 
span.label
 {
 	font-weight: bold ;
 	line-height: 19px ;
 }
 
span.big
 {
 	font-size: 15px ;
 	font-weight: bold ;
 	color: 00BFBF;
 }
 
/*
========================================
STRUCTURE
========================================
*/

#backPanel
 {
	width: 800px ;
	
	position: absolute;
	left: 50%;
	margin-left: -400px;
 }
 
#leftPanel
 {
 	width: 190px ;
 	padding: 10px ;

 	float: left ;
 }
 
#rightPanel
 {
 	width: 590px ;
 	float: left ;
 }