/************************************************************/
/* General Styles for Layout                                */
/************************************************************/

body
{
	padding: 0px;
	margin: 0px;

	font: normal 11px "Arial",sans-serif;
	color: #868686;

	background-color: #bfbfbf;
}

img
{
	border: 0px;
}



/* ----- PAGE POSITIONING ----- */

.mainframe
{
	width: 100%;
	text-align: center;

	padding: 0px;
}

.centerframe
{
	width: 968px;

	margin-left: auto;
	margin-right: auto;

	/*padding-top: 10px;*/
}

/* ----- HEADER ----- */

.header
{
    width: 100%;
    height: 212px;

    background-color: white;
	margin-bottom: 0px;

	overflow:  hidden;
}

.hshadow_top
{
	background: #bfbfbf url(/images/back_shadow_top.gif) repeat-x;
	height: 6px;

	overflow:  hidden;
}

.hshadow_topleft
{
	background: #bfbfbf url(/images/back_shadow_topleft.gif) no-repeat left top;
	float: left;
	width: 31px;
	height: 6px;
}

.hshadow_topright
{
	background: #bfbfbf url(/images/back_shadow_topright.gif) no-repeat right top;
	float: right;
	width: 31px;
	height: 6px;
}

.htop
{
    background-color: white;
	height: 26px;
	width: 100%;
	overflow: hidden;
}

.htop_shadowleft
{
	background: #bfbfbf url(/images/back_shadow_headerleft.gif) no-repeat left top;
	height: 26px;
	width: 6px;
	float: left;
}

.htop_shadowright
{
	background: #bfbfbf url(/images/back_shadow_headerright.gif) no-repeat right top;
	height: 26px;
	width: 6px;
	float: right;
}

.hlogo
{
	background-color: white;
	height: 52px;
	width: 100%;
	overflow: hidden;
}

.hlogo_shadow_left
{
	background: #bfbfbf url(/images/back_shadow_left.gif) repeat-y left top;
	float: left;
	width: 6px;
	height: 52px;
}

.hlogo_titleleft_czech
{
    background: white url(/images/ght_back_titleleft_czech.gif) no-repeat left top;
	float: left;
	width: 215px;
	height: 36px;
	margin-left: 25px;
}

.hlogo_titleleft_eng
{
    background: white url(/images/back_titleleft_eng.gif) no-repeat left top;
    float: left;
    width: 215px;
    height: 36px;
    margin-left: 25px;
}

.hlogo_shadow_right
{
	background: #bfbfbf url(/images/back_shadow_right.gif) repeat-y right top;
	float: right;
	width: 6px;
	height: 52px;
}

.hlogo_titleleft
{
    background: white url(/images/ght_back_titleleft.gif) no-repeat left top;
	float: left;
	width: 215px;
	height: 36px;
	margin-left: 25px;
}

.hlogo_titleright
{
    background: white url(/images/ght_back_titleright.gif) no-repeat right top;
	float: right;
	width: 141px;
	height: 36px;
	margin-right: 27px;
}

.logo
{
	float: right;
}

.lang_title
{
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

.lang_flag
{
	float: left;
	margin-top: 5px;
	margin-left: 8px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.lang_lastflag
{
	float: left;
	margin-top: 5px;
	margin-left: 35px;
	padding-bottom: 3px;
	vertical-align: middle;
}

.himage
{
	width: 100%;
	height: 134px;
    background: #e5e5e5 url(/images/back_shadow_himage.gif) repeat-y 0px 0px;
}

#himage_flash	{ background: #e5e5e5 url(/images/altheader.jpg) no-repeat 0px 0px; width: 956px; height: 119px; margin: 0px auto; }



/************************************************************/
/* Mainmenu Navigation		                                */
/************************************************************/

#mainmenu_table					{ width: 100%; font-family: Arial, sans-serif; font-size: 12px; }
#mainmenu_table th 				{ text-align: left; vertical-align: middle; height: 25px; line-height: 25px; border-bottom: 1px solid white; }
#mainmenu_table .mainmenu_sub1	{ background-color: #7c7c7c }
#mainmenu_table th div			{ padding-left: 35px }
#mainmenu_table a 		  		{ color: white; text-decoration: none; }
#mainmenu_table a:hover		  	{ text-decoration: underline }
#mainmenu_table a div:hover 	{ text-decoration: underline }

/************************************************************/
/* Leftmenu	Navigation	                                    */
/************************************************************/

.leftmenu_frame
{
	vertical-align: top;
	width: 240px;
	background: #e5e5e5 url(/images/back_leftmenu.gif) repeat;
}

.leftmenu
{
	width: 240px;
}

#leftmenu_table 			{ width: 100%; font-family: Arial, sans-serif; font-size: 12px; }
#leftmenu_table td 			{ text-align: left; vertical-align: middle; /*height: 26px; line-height: 25px;*/ border-bottom: 1px solid white; }
/*#leftmenu_table td:hover	{ background-color: #00874c }*/
#leftmenu_table a 		  	{ color: white; text-decoration: none; }

#leftmenu_table .leftmenu_sub2 		{ background-color: #7c7c7c }
#leftmenu_table .leftmenu_sub2 div	{ padding: 5px 0px 6px 25px; cursor: pointer; }
#leftmenu_table .leftmenu_sub3 		{ background-color: #aaaaaa }
#leftmenu_table .leftmenu_sub3 div	{ padding: 5px 0px 6px 35px; cursor: pointer; }
#leftmenu_table .leftmenu_sub4 		{ background-color: #b5b5b5 }
#leftmenu_table .leftmenu_sub4 div	{ padding: 5px 0px 6px 45px; cursor: pointer; }

#leftmenu_table .leftmenu_sub2 a { color: white }
#leftmenu_table .leftmenu_sub2 a:hover 	{ text-decoration: underline }
#leftmenu_table .leftmenu_sub3 a { color: white }
#leftmenu_table .leftmenu_sub3 a:hover 	{ text-decoration: underline }
#leftmenu_table .leftmenu_sub4 a { color: white }
#leftmenu_table .leftmenu_sub4 a:hover 	{ text-decoration: underline }

#leftmenu_table a div:hover { text-decoration: underline }


/************************************************************/
/* Footer Navigation                                        */
/************************************************************/

.fshadow
{
	background: #bfbfbf url(/images/back_shadow_bottom.gif) repeat-x;
	height: 6px;
}

.fshadow_left
{
	background: #bfbfbf url(/images/back_shadow_bottomleft.gif) no-repeat left top;
	float: left;
	width: 31px;
	height: 6px;
}

.fshadow_right
{
	background: #bfbfbf url(/images/back_shadow_bottomright.gif) no-repeat right top;
	float: right;
	width: 31px;
	height: 6px;
}

.lentilslink a			{ color: gray; text-decoration: none; }
.lentilslink a:hover	{ color: gray; text-decoration: none; }


/* ----- CONTENT ----- */

.content_shadowleft
{
    background: #c2c2c2 url(/images/back_shadow_left.gif) repeat-y left;
	width: 6px;
}

.content_shadowright
{
    background: #c2c2c2 url(/images/back_shadow_right.gif) repeat-y right;
	width: 6px;
}

.content_table
{
	width: 100%;
	border: 0px;
}

.content_mainframe
{
	width: 716px  !important;
	vertical-align: top;
	background-color: #e5e5e5;
}

.cfooter
{
	/*height: 27px;*/
	color: #999999;
	background-color: #e5e5e5;
	vertical-align: middle;
	text-align: center;
}

.cfooter_shadowleft
{
    background: #bfbfbf url(/images/back_shadow_footerleft.gif) no-repeat left top;
	float: left;
	width: 6px;
	height: 27px;
}

.cfooter_shadowright
{
    background: #bfbfbf url(/images/back_shadow_footerright.gif) no-repeat right top;
	float: right;
	width: 6px;
	height: 27px;
}

/************************************************************/
/* ADMIN DEBUG		                                        */
/************************************************************/

.info_text
{
	float:right;
	vertical-align: top;
	color: #888888;
	display: inline;
	line-height: 17px;
}

.info_help
{
	margin: 1px 0;
	vertical-align: middle;
	padding-left: 2px;
}

.edit_table td { padding: 2px 2px 2px 2px; }

.general_messages { border: 1px dashed black; background-color: #ffe404; font-size: 9px; font-weight: bold; padding: 3px 0px 3px 5px; margin-bottom: 3px; text-align: left; line-height: 18px; }

.general_console
{
	width: 100%;

	text-align: left;
	font-size: 9px;

	background-color: #E3E1DD;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	border: 1px solid;

	margin-top: 4px;
}

.general_console_title
{
	width: 100%;
	height: 16px;

	background-color: #e66e62;
	border-bottom: 1px solid #666666;
	color: white;

	font-size: 12px;
	font-weight: bold;

	text-align: center;
	vertical-align: middle;
}

.general_console_tools { padding-left: 5px }

.general_console_messages
{
	width: 100%;
	overflow: auto;

	color: black;
}

.general_console_table	  { width: 100%; border-collapse: collapse }
.general_console_table th { text-align: left; padding: 1px 3px 1px 3px; color: black; font-weight: bolder }
.general_console_table td { font-family: lucida console; font-size: 10px; padding: 1px 3px 1px 3px; color: black }

.general_console_message	   { color: black }
.general_console_message_fatal { color: black; font-weight: bolder }

.form_table
{
	margin: auto;

}

.form_table thead th { font-size: 16px; background-color: #dfdfdf; padding: 4px 5px 4px 5px; text-align: left; border-top: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf;}
.form_table tbody td { background-color: white; padding: 10px 10px 10px 10px; text-align: left; font-size: 12px; font-weight: bold; border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; border-left: 1px solid #dfdfdf;}


.styletable td	{ padding: 5px 5px 5px 5px; color: #003399; }

