body {
	padding: 0;
	margin: 0;
	
	color: #000;
	background-color: #fff;
	
	font-family: Verdana;
	font-size: 12px;
}

li.first {
	background-image: none !important
}

.left {
	float: left;
}

.right {
	float: right;
}

.text,
.select {
	background-image: url(../images/input.gif);
	background-repeat: repeat-x;
	
	border-top: 1px solid #999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	font-family: Verdana;
	font-size: 10px;
	
	padding: 4px;
	
	width: 120px;
	
	text-transform: lowercase;
}

.button {
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #4e4e4e;
	
	color: #fff;
	background-color: #6c6c6c;
	
	font-family: Verdana;
	font-size: 10px;
	
	padding: 3px;
	
	padding-left: 8px;
	padding-right: 8px;
	
	text-transform: lowercase;
}

.box {
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	
	width: 203px;
	clear: both;
	
	/*min-height: 200px;*/
	margin-bottom: 20px;
	
	float: left;
}

.box p {
	padding-top: 10px;
	padding-left: 10px;
}

.info {
	font-weight: bold;
	color: #A10000;
}

.fixed {
	display: block;
	width: 50px;
	
	float: left;
}

dl, dt, dd {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

dt a {
	color: #c00;
	text-decoration: none;
}

dd {
	margin-bottom: 10px;
	color: #666;
}

fieldset {
	padding: 0;
	margin: 0;
	
	clear: both;
	
	border-width: 0;
}

fieldset legend {
	display: none;
}

ul {
	padding: 0;
	margin: 0;
	
	list-style-type: none;
	
	float: left;
}

ul li {
	float: left;
}

p,
h1,
h2,
h3,
h4 {
	clear: both;
}

label span {
	display: none;
}

#logo_print {
	display: none;
}

#container {
	float: left;
	
	padding: 0 50%;
	
	position: relative;
}

#holder {
	float: left;
	
	width: 1000px;
	margin: 0 -500px;
	
	position: relative;
	display: inline;
}

#header {
	height: 105px;
	
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
}

#logo {
	padding: 0;
	margin: 0;
	
	margin-top: 5px;
	margin-left: 5px;
}

#logo a {
	display: block;
	
	width: 374px;
	height: 89px;
	
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#logo a span {
	display: none;
}

#login {
	background-image: url(../images/login.gif);
	background-repeat: no-repeat;
	
	/*margin-top: 25px;*/
	
	float: right;
}

#login p {
	float: left;
	margin: 0;
	
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	
}

#user_nav {
	float: left;
	font-size: 10px;
	
	margin-top: 15px;
	margin-left: 5px;
}

#user_nav li {
	background-image: url(../images/login_separator.gif);
	background-repeat: no-repeat;
	
	background-position: 0 4px;
	padding-left: 5px;
	padding-right: 5px;
}

#user_nav li a {
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}

#user_nav li a:hover {
	text-decoration: underline;
}

#navigation,
#languages {
	clear: both;
	float: right;
}

#navigation {
	background-image: url(../images/navigation.gif);
	background-repeat: no-repeat;
	height: 33px;
	
	padding-left: 50px;
	
	/*margin-top: 6px;*/
}

#navigation li {
	background-image: url(../images/navigation_separator.gif);
	background-repeat: no-repeat;
}

#navigation li a {
	display: block;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
	
	font-size: 14px;
	margin-left: 1px;
	
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	
	height: 33px;
	
	background-image: url(../images/navigation_link.gif);
	background-repeat: repeat-x;
}

#navigation li a:hover,
#navigation li._hover a {
	background-image: url(../images/navigation_link_hover.gif);
}

#languages {
	background-image: url(../images/languages.gif);
	background-repeat: no-repeat;
	
	padding-left: 25px;
	height: 16px;
	/*margin-top: 1px;*/
}

#languages li {
	background-image: url(../images/languages_link.gif);
	padding-right: 5px;
	padding-left: 5px;
}

#languages li.current a {
	font-weight: bold;
}

#languages li a {
	/*color: #000;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 10px;
	
	background-image: url(../images/languages_link.gif);
	background-repeat: repeat-x;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	margin-left: 3px;
	
	height: 17px;
	display: block;*/
}

#content {
	clear: both;
	width: 1000px;
	
	float: left;
	
	margin-top: 30px;
}

#main_content {
	left: 215px;
	width: 620px;
	float: left;
	position: relative;
}

#left_content {
	width: 200px;
	position: relative;
	right: 620px;
	float: left;
}

#right_content {
	right: 0;
	width: 150px;
	position: relative;
	float: right;
}

#text ul {
	padding-left: 10px;
	padding-bottom: 10px;
}

#text ul li {
	float: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	
	background-position: 0 5px;
	padding-left: 10px;
}

.subnav {
	margin-top: 3px;
}

.subnav li {
	width: 199px;

	
	background-image: url(../images/separators.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.subnav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px;
	
	padding-left: 13px;

	background-image: url(../images/subnavigation_bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 14px;
}

.subnav li a:hover {
	color: #fff;
	background-image: url(../images/subnavigation_link_hover.gif);
	background-position: 0 0;
}

#stats {
	padding-left: 15px;
}

#stats li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	
	padding-left: 10px;
}

#employment {
	float: left;
	clear: both;
	
	width: 100%;
	
	margin-bottom: 10px;
}

#employment span {
	display: none;
}

#training a {
	display: block;
	width: 304px;
	height: 120px;
	
	background-image: url(../images/trainings_bg.jpg);
	background-repeat: no-repeat;
}

#training a:hover {
	background-image: url(../images/trainings_bg_hover.jpg);
}

#training {
	float: left;
}

#work {
	float: right;
}

#work a {
	display: block;
	width: 304px;
	height: 120px;
	
	background-image: url(../images/work_bg.jpg);
	background-repeat: no-repeat;
}

#work a:hover {
	background-image: url(../images/work_bg_hover.jpg);
}

#title {
	float: left;
	width: 100%;
	
	border-bottom: 1px solid #C9C9C9;
}

#title h2 {
	float: left;
	padding: 0;
	margin: 0;
	
	font-size: 18px;
	font-weight: normal;
}

#title {
	padding: 0;
	margin: 0;
	
	padding-bottom: 10px;
	padding-top: 5px;
	
	margin-bottom: 10px;
}

#helpers {
	float: right;
}

#helpers li a span {
	display: none;
}

#send {
	margin-right: 10px;
}

#send a {
	width: 79px;
	height: 20px;
	
	display: block;
	
	background-image: url(../images/send.gif);
	background-repeat: no-repeat;
}

#send a:hover {
	background-image: url(../images/send_hover.gif);
}

#print {
	margin-right: 10px;
}

#print a {
	width: 69px;
	height: 20px;
	
	display: block;
	
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
}

#print a:hover {
	background-image: url(../images/print_hover.gif);
}

#resize {
	width: 61px;
	height: 20px;
	
	display: block;
	
	background-image: url(../images/font.gif);
	background-repeat: no-repeat;
	
	padding-left: 53px;
}

#resize span {
	display: none;
}

#increase a {
	width: 26px;
	height: 20px;
	
	display: block;
	
	background-image: url(../images/increase.gif);
	background-repeat: no-repeat;
}

#increase a:hover {
	background-image: url(../images/increase_hover.gif);
}

#decrease a {
	width: 24px;
	height: 20px;
	
	display: block;
	
	background-image: url(../images/decrease.gif);
	background-repeat: no-repeat;
}

#decrease a:hover {
	background-image: url(../images/decrease_hover.gif);
}


#search {
}

#search .text {
	width: 170px;
}

#search .select {
	width: 180px;
}

#search fieldset {
	padding: 10px;
}
#search label {
	display: block;
	padding-top: 10px;
}

#search .label_right {
	display: block;
	float: right;
	text-transform: lowercase;
	font-size: 10px;
	width: 160px;
}
#search .button {
	float: right;
}

#rss {
	clear: both;
	float: left;
	width: 150px;
	
	background-image: url(../images/separators.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#rss h3 {
	padding: 0;
	margin: 0;
	
	font-size: 14px;
	font-weight: normal;
	
	float: left;
}

#rss a.icon {
	display: none;
	float: right;
	width: 16px;
	height: 16px;
	
	background-image: url(../images/rss.gif);
	background-repeat: no-repeat;
}

#rss span {
	display: none;
}

#footer {
	clear: both;
	float: left;
	width: 960px;
	
	background-color: #B6B6B6;
	color: #fff;
	
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	
	height: 100px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	margin-top: 20px;
}

#footer strong {
	font-weight: normal;
	display: block;
	
	width: 784px;
	height: 33px;
	
	margin-left: 90px;
	padding-top: 10px;
	
	text-align: center;
	
	background-image: url(../images/legal_background.gif);
	background-repeat: no-repeat;
}

#footer em {
	font-style: normal;
	
	margin-right: 5px;
	clear: both;
	display: block;
	width: 100%;
}

#legal {
	padding: 0;
	margin: 0;
	
	margin-bottom: 10px;
}

#copyright {
	text-align: right;
	padding: 0;
	margin: 0;
	
	margin-right: 5px;
}

#footer ul li {
	background-image: url(../images/login_separator.gif);
	background-repeat: no-repeat;
	
	background-position: 0 5px;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	
	padding-left: 5px;
	padding-right: 5px;
}

#login_form,
#links {
	float: left;
}

#default_stylesheet {
	display: none;
}

.register {
	margin-left: 100px;
}

#text a {
	color: #d00;
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}

.required {
	font-weight: bold;
	color: #d00;
}

.big {
	width: 200px;
}

tr.light {
	background-color: #e1e1e1;
}

br {
	display: block;
	clear: both;
	margin-bottom: 5px;
}



#employment {
	position: relative;
	z-index: 1;
}

.profile {
	width: 200px;
	position: absolute;
	
	right: 0;
	top: 25px;
	
	z-index: 1100;
	text-align: center;
	opacity: .9;
	filter: alpha(opacity=90);
	
	background-image: url(../images/login.gif);
	background-repeat: no-repeat;
}

.profile:hover li {
	display: block;
}

.profile li {
	float: none;
	clear: both;
	
	display: none;

	cursor: pointer;
}

.profile li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	background-color: #888;
	
	border-bottom: 1px dotted #ddd;
}

.profile li a:hover {
	background-color: #555;
}

.profile li.logout a {
	background-color: #cb0000;
	/*background-image: url(../images/logout.gif);*/
	background-repeat: no-repeat;
	background-position: bottom left;
	
	/*border-width: 0 !important;*/
}

.profile li.logout a:hover {
	background-color: #aa0000;
	/*background-image: url(../images/logout_hover.gif);*/
}


.profile li.first {
	display: block !important;
	height: 36px;
}

.profile li.first span {
	padding-top: 10px;
	text-align: center;
	display: block;
}

.profile li span {
}

#panel {
	position: relative;
	height: 105px;
	
	width: 570px;
}

#login,
#navigation,
#languages {
	position: absolute !important;
	right: 0;
}

#login {
	top: 25px;
}

#navigation {
	bottom: 1px;
}

#languages {
	bottom: -16px;
}



#container {
	z-index: 1000;
}

#holder {
	z-index: 990;
}

#header {
	z-index: 980;
}

#panel {
	z-index: 970;
}

#content {
	z-index: 960;
}

#main_content {
	z-index: 950;
}

#title {
	z-index: 940;
}

#text {
	z-index: 930;
	font-size: 12px;
}

#left_content {
	z-index: 920;
}

#right_content {
	z-index: 910;
}

.en a {
	display: block;
	width: 23px;
	height: 16px;
	
	background-image: url(../images/en.gif);
	background-repeat: no-repeat;
}

.en a span {
	display: none;
}

.bg a {
	display: block;
	width: 23px;
	height: 16px;
	
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
}

.bg a span {
	display: none;
}

#send_window {
	position: absolute;
	
	background-color: #fff;
	
	padding: 10px;
	
	width: 200px;
	
	text-align: center;
	
	border: 10px solid #aaa;
	
	opacity: .9;
	filter: alpha(opacity=90);
	
	display: none;
	
	float: left;
}

#send_window input,
#send_window textarea {
	width: 180px !important;
	
	margin-bottom: 5px;
}

#do_send {
	float: left;
}

#do_close {
	float: right;
}