
/* top elements */
* { 
	padding: 0; margin: 0;
}

.clear { clear: both; }

body {
	margin: 0; 	padding: 0;
	background:  #f6f5ef url(../images/site_bkg.gif) top repeat;
	font: normal 12px  georgia, Tahoma, sans-serif;
	color: #444;
	text-align: center;	

}
		


/* headers */
a{ color: #5d97f1;}
a:hover{ color:#fda32a;}

p {
	margin: 0 0 20px 0;
	line-height: 20px;
}

p.sub{ color: #888888; font-size: 11px;}


h1{
	font-size: 36px;
	color: #000;
	font-weight: normal;
	font-family: arial, san-serif;
	letter-spacing: -1px;
	margin: 0 0 2px 0;
}

h3{
	font-size: 20px;
	letter-spacing: -1px;
	color: #000;
	margin: 8px 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	font-family: arial, san-serif;
}

p.head{
	margin-top: 50px;
	margin-left: 10px;
	font-size: 24px;
	letter-spacing: -1px;
	color: #fff;
	background: #000;
	width: 200px;
	display: none;
}

/* images */
img{
	border: none;
}



/***********************
	  LAYOUT
************************/
#wrap {
	margin: 0px auto 0 auto;	
	text-align: left;	
	background: transparent;
	padding: 0 20px;

}	

#wrap, #footer {
	width: 900px;
}

/* header */
#header {
	position: relative;
	padding: 10px 0;
}


#header h1#logo {
	position: absolute;
	top:0; left: 10px;
	margin: 0; padding: 10px 0;
	letter-spacing: -1px;	
	color: #181107;
	overflow: visible;
}

#userControl  {
	margin: auto;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: -20px;
}

#userControl a { font-style: italic; font-size: 11px; font-weight: normal;}
#userControl a:hover{ color: #fff; }


/* menu */

#menu
{
	margin-top: 0px;
	padding: 5px 0px 5px 20px;
	text-align: left;
	line-height:normal;		
}

#menu ul 
{
	padding: 0;
	margin-left: 0;
	font: 12px Arial, sans-serif;			
}
		
#menu li 
{
	list-style: none;
	margin: 0;
	display: inline;			
}

#menu li.active a, #menu li.active a:hover
{
	background: #fff;
	border-right:1px solid #ccc;
	padding: 5px 10px;
	margin: 0;	
	text-decoration: none;
	font-weight: normal;
	color: #000;		
}
			
	
#menu li a
{	
	text-decoration:none;
	padding:5px 10px;	
	color: #fff;
	background: #4d84c4;
	border-right: 1px solid #375f8d;
}
		 		
#menu li a:hover 
{	
	color: #fff;
	background: #fda32a;	
	border-right: 1px solid #c37e21;
}

/* content-wrap */
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
}


#content-main {
	padding: 20px;
	background: #fff;
	border-right: 1px solid #9ab5d5;
	border-bottom: 1px solid #9ab5d5;
	}
	
/* Tables */

	table
	{
		color: #333;
		text-align: left;	
		border-collapse: collapse;
		width:100%;
		margin: 20px 0;
	}	
		
	table th 	
	{
		background: #4d84c4;
		color: #fff;		
		padding: 5px;
		font-weight: bold;
	}
		
	table th a{ color: #fff;}
	/* table th a:hover{ color: #ff9933;}	*/
	
	table th,	table td{ padding: 5px 5px; 	}		
	table td{ vertical-align:top;	}	

	table tr.even { background-color: #f6faff; }
	table tr.odd { background-color: #d7e9ff; }
		
	/* table tr:hover, table tr.even:hover, */
	/* table tr.odd:hover{		background-color: #fbf0c3;	} */
	
/* ul */
#content-main li{ margin: 5px 0; background: transparent url(../images/bullet.gif) no-repeat bottom left; padding: 0 0 0 20px;  }

/* Footer */
#footer { 
	clear: both; 
	margin: 10px auto; 
	padding: 0; 
	font-size: 11px; 
	color: #777;
	text-align: center;
	}
	
	/* footer links */
#footer a {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #4d84c4;
	border-bottom: 1px solid #375f8d;
	text-decoration: none;
	padding: 0 2px;
	
}
#footer a:hover {
	color: #fff;
	background-color: #fda32a;
	border-bottom: 1px solid #dc8c21;
	text-decoration: none;
	padding: 0 2px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }


/* additional classes */
.clear {	clear: both; }

/* action */


/* inputs */
.field, textarea, select,input[type=text] {
	padding: 3px;
	border: none;
	background: #fbf3da;
	border-left:  1px solid #dcbb87;
	border-top: 1px solid #dcbb87;
	color: #cc9966;
	margin: 0 0 3px 0;
	font-family: georgia;
	font-size: 11px;
	}	
	
label{ 
	display: block;
	font-size: 11px;
	color: #777;
	font-weight: bold;
	margin-top: 5px;
	}


div.break { 
	background: transparent url(../images/break.gif) no-repeat center;
	height: 14px;
	margin: 10px 0;
	}
	
.spanLabel
{ 
	display: block;
	font-size: 11px;
	color: #777;
	font-weight: bold;
	margin-top: 5px;
}	