body
{
	position:			absolute;
	background:			#393939;
}

html, body
{
	top:				0px;
	left:				0px;
	right:				0px;
	bottom:				5px;
	margin:				0px;
	padding:			0px;
	width:				100%;
	font-family: 		Arial;
	font-size:			12px;
	color:				#d0d0d0;
	background:			#393939;
	background-image:	url(../gfx/bg.gif);
	background-position:	center;
	background-repeat:	repeat-y;
}

a
{
	color:				#b05050;
	text-decoration:	none;
}

a:hover
{
	color:				#e09090;
	text-decoration:	none;
}

.logo_blood
{
	width:				150px;
	padding-left:		15px;
	padding-top:		10px;
}

h1
{
	display:			inline;
	font-size:			16px;
	font-weight:		bold;
	color:				#909090;
}

h2
{
	display:			inline;
	font-size:			13px;
	font-weight:		bold;
}

h3
{
	display:			inline;
	font-size:			11px;
	font-weight:		bold;
	color:				#205090;
}

.page_holder
{
	width:				820px;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:			5px;
	margin-bottom:		5px;

	border-style:		solid;
	border-width:		1px;
	border-color:		#909090;
	background-color:	#505050;
	background-image:	url(menu_back.png);
	background-position:	left;
	background-repeat:	repeat-y;
}

.topContentBox
{
	width:				820px;
	height:				100px;
	background:			#404040;
	padding:			0px;
	border-bottom-width:	1px;
	border-bottom-style:	solid;
	border-bottom-color:	#909090;

}

.logo_text
{
	padding-right:		0px;
	padding-bottom:		2px;
}

.contentMain
{
	border-style:		solid;
	border-width:		0px;

	border-spacing:		0px;
}

.containerLeft
{
	width:				130px;
	height:				222px;
	padding-top:		5px;
	font-weight:		bold;
	border-left-width:	0px;
	border-left-color:	#303080;
	border-left-style:	solid;
	padding-right:		10px;
	padding-left:		5px;

}

.containerLeftNavigation  a
{
	display:			block;
	color:				#d0d0d0;
	text-decoration:	none;
	padding:			5px;
	padding-left:		10px;
	background-image:	url(menu_option.png);
	border-style:		solid;
	border-bottom-style:none;
	border-width:		1px;
	border-color:		#808080;
}

.containerLeftNavigation  a:hover
{
	background-color:	#a0a0a0;
	color: 				#000000;
	background-image:	url(menu_option_hl.png);
}

.containerLeftNavigationLast  a
{
	display:			block;
	color:				#d0d0d0;
	text-decoration:	none;
	padding:			5px;
	padding-left:		10px;
	background-image:	url(menu_option.png);
	border-style:		solid;

	border-width:		1px;
	border-color:		#808080;
}

.containerLeftNavigationLast  a:hover
{
	background-color:	#a0a0a0;
	color: 				#000000;
	background-image:	url(menu_option_hl.png);
}

.containerMain
{
	width:				650px;
	padding-left:		14px;
	padding-right:		10px;
	padding-bottom: 	10px;
	padding-top:		14px;
	background-color:	#101010;
}

.containerBottom
{
	background-color:	#404040;
	color:				#909090;
	border-top-width:	1px;
	border-top-style:	solid;
	border-top-color:	#909090;
	padding:			0px;
}

.table_head
{
	background-image:	url(table_head.gif);
}

.table_head_dark
{
	background-image:	url(table_head_dark.png);
}

.gb_left
{
	background-image:	url(gb_left.png);
}

.gb_right
{
	background-image:	url(gb_right.png);
}

.back_dark
{
	background-image:	url(dark.png);
}

.back_dark_long
{
	background-image:	url(back_dark_long.png);
}

.frame_dkgrey
{
	background-color:	#303030;
	border:				1px solid #505050;
	padding:			5px;
}

.text_error
{
	color:				#dd5050;
	font-weight:		bold;
}

.text_ok
{
	color:				#9090ff;
	font-weight:		bold;
}

.message_dialog
{
	text-align:			center;
	padding-top:		120px;
	padding-bottom:		150px;
}

.text_grey
{
	color:				#707070;
}

.upload_field
{
	border:				1px solid #606060;
	padding:			2px;
}

.label_field
{
	border:				1px solid #606060;
	padding:			2px;
}

.form_button
{
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#655));
	background-image: -moz-linear-gradient(#ccc, #655);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#cccccc', 
	EndColorStr='#665555');   
}

.form_field
{
	background-image: -webkit-gradient(linear, left top, left bottom,from(#eee), to(#999));
	background-image: -moz-linear-gradient(#eee, #999);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eeeeee', 
	EndColorStr='#999999');   
}

.form_login_field
{
	background-image: -webkit-gradient(linear, left top, left bottom,from(#eee), to(#bbb));
	background-image: -moz-linear-gradient(#eee, #bbb);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eeeeee', 
	EndColorStr='#bbbbbb');   
}
