/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}


/* Header */

#header
{
	position: relative;
	background: #F4F6F8;
	height: 6em;
	padding-left: 2em;
	border-bottom: 2px solid #006633;
}

#header_text
{
	padding-left: 0.5em;
}

#header_img
{
	position: absolute;
	top: 0.8em;
	padding-left: 0em;
}

#header h1
{
	position: absolute;
	top: 0.4em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
	color: #006633;
    font-size: 32px;
    font-weight: normal;	
}

#header h1 a
{
	color: #006633;
	text-decoration: none;
    font-size: 32px;
    font-weight: normal;	
}

#header h2
{
	position: absolute;
	font-size: 11px;
	font-weight: normal;	
	top: 5em;
	color: #999999;
}


#login_header
{
	position: relative;
	background: none repeat scroll 0 0 #EFEFEF;
	border-bottom: 1px solid #CFD4D8;
	border-top: 1px solid #CFD4D8;
	width: 100%;
	text-align: center !important;
	font: 11px;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	color:#878787;
}
#login_btn
{
height:20px;
margin-bottom:-1px !important;margin:0;
vertical-align:bottom;
background-color:#f2f2f2;
border:1px solid #aaaaaa;
width: 50px;
vertical-align:middle;
color:#878787;
}
#login_user,#login_pass
{
font: 13px;
width: 100px;
height:18px;
padding:0;
border:1px solid #aaaaaa;
background-color:#f2f2f2;
vertical-align:middle;
color:#878787;
}

#logout_form
{
	padding-left: 2em;
	padding-right: 2em;
	text-align: left !important;
}


/* Menu */

#menu
{
	position: absolute;
	top: 3.5em;
	right: 2em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #999999;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #999999;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Lang */

#lang
{
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}

#lang ul
{
	list-style: none;
}

#lang li
{
	display: inline;
	padding-left: 0.3em;
	margin-left: 0em;
	border-left: dotted 1px #006633;
}

#lang li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#lang li a
{
	color: #006633;
	padding: 0.1em;
	text-decoration: none;
}

#lang li a:hover
{
	text-decoration: underline;
}



/* Content */

.one_page
{
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 2em;
	padding-bottom: 2em;
	margin: 0em;
}

#content_1
{
	padding: 1em;
	margin: 0em;
}

#content_1 table
{
	/*margin-bottom: 1.5em;*/
	border-collapse: collapse;
	text-align: left;
}
#content_1 table td
{
	padding: 0.2em;
}

.td_middle table td
{
	vertical-align:middle;
}


#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content li
{
	border-bottom: dashed 1px #dfdfdf;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}


#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.4em #05B35C;
	background: #FDFDFD url('/img/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('/img/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('/img/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('/img/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('/img/a1.gif') top right repeat-y;
}

#secondaryContent li 
{
  margin: 10px 0;	
}


#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('/img/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('/img/a2.gif') top left repeat-y;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('/img/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}


#footer2
{
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

.font_10
{
	font-size: 10pt;
}

.font_8
{
	font-size: 8pt;
}

table#reg_status 
{
	border: 1px solid #AAAAAA;
}

table#reg_status th
{
	border: 1px solid #AAAAAA;
}

table#reg_status td
{
	border: 1px solid #AAAAAA;
}


table#reg_list
{
	border: 1px solid #AAAAAA;
}

table#reg_list th
{
	border: 1px solid #AAAAAA;
}

table#reg_list td
{
	border: 1px solid #AAAAAA;
}
