/*Main Tags*/

body, p, td, select, input, textarea, pre {
	font				:	normal 11px Tahoma, Verdana, Arial;
	/*color				:	#404040;*/
}

form {
	margin				:	0 0 0 0px;
	padding				:	0 0 0 0px;
}

h1 {
	font-size			:	18px;
	font-weight			:	normal;
	color				:	#056799;/*#859CB3;*/
	text-transform		:	uppercase;
	margin				:	0 10 0 8px;
}

h2 {
	font-size			:	14px;
	font-weight			:	normal;
	color				:	#F77C56;
	margin				:	0 7 9 9px;
}

p {
	font-size			:	11px;
	padding				: 	0 10 5 9px;
	margin				: 	0px;
	line-height			:	16px;
}

pre {
	margin				:	0px;
	padding				:	0px;
}

/* Text format*/

.font_9 {
	font-size			:	9px;
}

.lang {
	padding				: 	4 4 9 4px;
}

.td_form {
	padding				:	0 6 1 6px;
}

.pad_left {
	padding				:	0 0 14 7px;
}

.td_inp{
	padding				:	8 0 7 0px;
}

.table_button {
	margin				:	15 0 6 0px;
}

.table_title {
	margin				:	18 0 10 0px;
}

.sel {
	margin				:	1 2 0 5px;
	padding				:	0px;
    line-height			:	12px;
}

.pad_left_big {
	padding				:	0 0 0 9px;	
	font-size			:	11px;
}

.marg_left_big {
	margin				:	0 0 0 9px;	
}

.pad_18 {
	padding-left		:	18px;	
}

.pad_top_sm {
	padding-top			:	1px;	
}

.padb_35 {
	padding-bottom		:	35px;	
}

.pad {
	padding				:	8 0 7 9px;
}

.sm_pad_right {
	padding-right		:	5px;	
}

.select {
	padding				:	1 0 0 5px;
}

.content {
	margin				:	4 0 2 9px;	
	padding				:	0px;
}

.left_menu {
	padding				:	0 4 0 9px;
}

.pad_right {
	padding-right		:	9px;
}

.padt_8 {
	padding-top			:	8px;
}

.sub_menu {
	padding				:	2 10 3 40px;
	font-size			:	12px;
}

.font_12 {
	font-size			:	12px;
}

.bot_table {
	margin-top			:	10px;
}

.Menu {
	padding				:	6 0 2 0px;
	font-size			:	12px;
	color				:	#056799;
}

.CopyRight {
	color				:	#A6B9D0;
	font-size			:	10px;
}

.upper {
	text-transform		:	uppercase;
	font-size			:	9px;
}

/* Different color */

.bg_orange {
	background-color	:	#F77C56;
}

.grey {
	background-color	:	#ECF0F3;
}

.orange {
	color				:	#F77C56;
}

.td_grey {
	color				:	#B3C2D1;
}

.blue {
	color				:	#056799;
}

.td_blue {
	background-color	:	#EAF0F4;
}

.td_white {
	background-color	:	#ffffff;
}

.yellow {
	background-color	:	#F9F4E3;
}

.black {
	background-color	:	#000000;
}

.skala {
	background-color	:	#B3C2D1;
}

.skala_light {
	background-color	:	#EAF0F4;
}

.bg_dark {
	background-color	:	#C8D8E4;
}

.gray_font {
	color				:	#404040;
}

.with_border {
	background-color	:	#EAF0F4;
	border				:	1px solid #B3C2D1;
}

.border {
	border-left			:	1px solid #B3C2D1;
	border-right		:	1px solid #B3C2D1;
	border-bottom		:	1px solid #B3C2D1;
	background-color	:	#ffffff;
}

pre {
	border-top			:2px solid #696969;
	border-right		:1px solid #D4D0C8;
	border-bottom		:1px solid #D4D0C8;
	border-left			:2px solid #696969;
	padding				:10 15 15 10px;
	margin				:0px;
}

.sel-over {
	background-color	:	#EAF0F4;
	cursor				:	pointer;
}

.light {
	color				:	#A6B9D0;
	padding-bottom		:	1px;
}

.pas {
	color				:	#90A4B8;
}

/*Link's style*/

a, a:visited, a:active {
	color				:	#000000;
	text-decoration		:	underline;
}

a:hover {
	color				:	#056799;
}

a.blue_href, a.blue_href:visited, a.blue_href:active {
	color				:	#056799;
	text-decoration		:	underline;
}

a.blue_href:hover {
	color				:	#F77C56;
}

a.blue_no, a.blue_no:visited, a.blue_no:active {
	color				:	#056799;
	text-decoration		:	none;
}

a.blue_no:hover {
	color				:	#F77C56;
}

a.orange_href, a.orange_href:visited, a.orange_href:active {
	color				:	#F77C56;
	text-decoration		:	underline;
}

a.orange_href:hover {
	color				:	#056799;
}

a.pas_href, a.pas_href:visited, a.pass_href:active {
	color				:	#90A4B8;
	text-decoration		:	underline;
}

a.pas_href:hover {
	color				:	#404040;
}

/* Backgrounds style*/
.BG_LT_No {
	background-position	:	top left;
	background-repeat	:	no-repeat;
}

.BG_RB_No {
	background-position	:	bottom right;
	background-repeat	:	no-repeat;
}

.BG_LB_X {
	background-position	:	bottom left;
	background-repeat	:	repeat-x;
}

.BG_LT_X {
	background-position	:	top left;
	background-repeat	:	repeat-x;
}

.BG_LT_Y {
	background-position	:	top left;
	background-repeat	:	repeat-y;
}

.BG_RT_Y {
	background-position	:	top right;
	background-repeat	:	repeat-y;
}

/* Different Submit  and Inputs*/
.check {
	width				:	13px;
	height				:	13px;
	margin				:	4 0 0 2px;
}

.inp_text {
	width				:	100%;
	height				:	20px;
	padding				:	1 5 1 5;
	text-align			:	left;
}

textarea {
	height				:	300px;
	width				:	100%;
	overflow			:	auto;
	padding				:	10;
	margin				:	0px;
}

.Form_Submit	{
	text-transform		:	uppercase;
	font-size			:	9px;
	padding				:	0 0 2 0;
	background			:	url("/img/buttons/white/part_middle.gif");
	border				:	0px solid #ffffff;
	height				:	20px;
	color				:	#056799;
	cursor				:	pointer;
}

.FormOkLight	{
	cursor				:	pointer;
	background			:	url("/img/forms/ok.gif");
	width				:	20px;
	height				:	20px;
	border				:	0 solid #eff4f6;
	margin				:	0 0 0 3;
}

.FormOkWhite	{
	cursor				:	pointer;
	background			:	url("/img/forms/ok_white.gif");
	width				:	20px;
	height				:	20px;
	border				:	0 solid #eff4f6;
	margin				:	0 0 0 3;
}

.FormIcon	{
	cursor				:	pointer;
	width				:	25px;
	height				:	17px;
	border				:	0 solid #eff4f6;
	background-repeat	:	no-repeat;
	background-position	:	center left;
	background-color	:	#C8D8E4;
	margin				:	0 3 0 2;
}

.FormIconSm	{
	cursor				:	pointer;
	width				:	16px;
	height				:	17px;
	border				:	0 solid #eff4f6;
	background-repeat	:	no-repeat;
	background-position	:	center left;
	background-color	:	#C8D8E4;
	margin				:	0 3 0 2;
}

.FormIcon_White	{
	cursor				:	pointer;
	width				:	5px;
	height				:	9px;
	border				:	0 solid #eff4f6;
	margin				:	0 0 0 5;
	background-repeat	:	no-repeat;
	background-color	:	#ffffff;
}

.FormOkDark	{
	cursor				:	pointer;
	background			:	url("/img/forms/ok_dark.gif");
	width				:	20px;
	height				:	20px;
	border				:	0 solid #eff4f6;
	margin				:	0 0 0 3;
}

.banner {
     text-align: center;
     width: 174px;
     max-width: 184px;
     height: 320px;
     overflow: hidden;
}

/* Spellchecker */
.bord_black {
	border				:	1px solid #000000;
	background-color	:	#ffffff;
	margin				:	5 10 10 10px;
	padding				:	7 9 9 9px;
}

/* Help */

h1.help {
	font-size			:	13px;
	font-weight			:	bold;
	color				:	#000000;
	text-transform		:	uppercase;
	margin				:	0 10px 0 0px;
	padding-bottom		:	12px;	
	background			:	url("/img/bg_between_yell.gif") left bottom repeat-x;
}

h2.help {
	font-size			:	10px;
	font-weight			:	bold;
	color				:	#000000;
	text-transform		:	uppercase;
	margin				:	12px 10px 0px 2px;
	padding-bottom		:	8px;
	background			:	url("/img/bg_between_yell.gif") left bottom repeat-x;
}

.marg_help {
	margin				:	6px 9px 0 9px;
	background			:	#FCFAEE url("/img/stamps/stamp_help.gif") right bottom no-repeat;
}

.black_font {
	color				:	#000000;
	padding-top			:	8px;
}

.black_li {
	color				:	#000000;
	padding				:	10px 10px 0 6px;
}

li p {
	padding-left		: 	0px;
}