﻿/*Main*/

body 
{
	padding: 0px;
	margin: 0px;
	background-color: #c2c2c2;
	background-image: url(../images/bg_body_nominat.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
}

table
{
	border-collapse: collapse;
}

.all
{
	margin-left: 20px;
}

.imageleft
{
	float: left;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.imageright
{
	float: right;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.imageright2
{
	float: right;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}


.mainnavigation
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 17px;
}

/*Header*/

.header
{
	height: 91px;
	background-image: url(../images/bg_head.jpg);
	width: 1000px;
}

.header_logo
{
	width: 64px;
	height: 63px;
	float: right;
	margin-top: 10px;
	padding-right: 20px;
}

.header_title
{
	width: 436px;
	height: 75px;
	float: left;
	margin-top: 5px;
	padding-left: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 21px;
}
	
.header_subtitle
{
	font-size: 9px;
	font-weight: 900;		
	color: #666666;
	text-transform: uppercase;
}

.login_bar
{
	height: 15px;
	width: 650px;
	margin-bottom: 20px;
}

/*Content*/

.content
{
	width: 960px;
	background-color: #ffffff;
	text-align: left;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 45px;
	display: table;
}

.breadcrumb
{
	font-weight: 700;
	font-size: 21px;
	color: #b3b3b3;
	padding-bottom: 6px;
	border-bottom: 1px solid #999999;
	clear: both;
}

.breadcrumb a
{
	text-decoration: none;
	color: #6f6f6f;
}

.breadcrumb a:visited, .breadcrumb a:hover
{
	text-decoration: none;
	color: #6f6f6f;
}

.breadcrumb_selected
{
	font-weight: 700;
	font-size: 21px;
	color: #ada684;
}


.breadcrumb_selected a:visited, .breadcrumb_selected a:hover
{
	text-decoration: none;
	color: #ada684;
}


.filter
{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;		
	color: #595959;
}

.filter_table
{
	width: 500px;
	margin: 5px;	
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px; 
}

.info
{
	margin-top: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	color: #595959;
}


.info_title
{
	font-size: 14px;
	font-weight: bold;
	color: #1ebbff;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}


.list_table
{
	width: 960px;
	margin-top: 13px;
}
	
.list_table_header, .list_table_header a
{
	height: 25px;
	background-image: url(../images/list_table_header_bg.gif);
	background-repeat: repeat-x;
	background: #8A8A8A;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #d9d9d9;
}

.list_table_header td
{
	border-right: 1px solid #ffffff;
}
				
.list_table_row_light
{
	background-color: #e0ddd0;
}

.list_table_row_dark
{
	background-color: #eae9a0;
}

.list_table_row_transparent
{
    background-color: Transparent;
}
		
.list_table_row_light td, .list_table_row_dark td, .list_table_row_transparent td
{
	padding-top: 13px;
	padding-bottom: 13px;
	border-right: 1px solid #ffffff;
}

.list_table_row_light input, .list_table_row_dark input
{
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
}

.list_table_title
{
	padding-left: 11px;
}

.list_table_name
{
	font-size: 12px;
	font-weight: 700;
	color: #825010;
	padding-left: 11px;
}

.list_table_place
{
	font-size: 12px;
	font-weight: 700;
	color: #404040;
	padding-left: 11px;
}

.list_table_status
{
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	color: #825010;
	padding-left: 11px;
}
		
.list_table_column
{
	padding-left:11px;
	padding-right:11px;
}
		
.separator
{
	height: 8px;
	background-color: #ffffff;
}
		
.content_header
{
	width: 945px;
	background-color: #eae9e0;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #666666;
	font-weight: 700;
	font-family: Verdana;
	clear: both;
	display: table;
	
}		

.content_header_title
{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.content_header_title_info
{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;		
	font-weight: normal;
}

.content_header_div
{
	float: right;
	width: 500px;
}

.content_header_btn,
.content_header_btn a, 
.content_header_btn a:hover, 
.content_header_btn a:visited
{
	float: right;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ada684;
	width: 50px;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
}

.content_header_btn.toggle1, 
.content_header_btn.toggle1 a, 
.content_header_btn.toggle1 a:hover, 
.content_header_btn.toggle1 a:visited
{}

.content_header_btn.toggle2, 
.content_header_btn.toggle2 a, 
.content_header_btn.toggle2 a:hover, 
.content_header_btn.toggle2 a:visited
{
	margin-right: 20px;
	width: 75px;
}

.content_header_btn.helpBtnDiv
{
	padding:0px;
	margin-right:20px;
	width:85px;
}

a.helpLink,
a.helpLink:hover,
a.helpLink:visited,
a.helpLink:active
{
	width:85px;
	text-align:left;
	background-image: url(../images/question_icon.png);
	background-repeat:no-repeat;
	background-position:center right;
	text-decoration:none;
}

a.helpLink.onContainerHover,
a.helpLink.onContainerHover:hover,
a.helpLink.onContainerHover:visited,
a.helpLink.onContainerHover:active
{
	background-image: url(../images/question_icon_hover.png);
}

.content_header_edit, .content_header_edit a, .content_header_edit a:hover, .content_header_edit a:visited
{
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80px;
	background-color: #abda3e;
	text-align: center;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}
	
.image_toggle
{
	float: right;
	padding-top: 3px;
	display: block;
}

.content_photo
{
	float: left;
	margin-right: 25px;
}
		
.content_information
{
	float: left;
	color: #333333;
	line-height: 18px;
	display: table;
}
		
.content_name
{
	font-weight: 700;
	font-size: 17px;
}

.content_title
{
	width: 130px;
	font-size: 12px;
	font-style: italic;
}

.content_text_top
{
	width: 450px;
	font-weight: 700;
	font-size: 14px;
}

.content_text
{
	width: 450px;
	font-size: 12px;
}

.number
{
	color: #ffffff;
	font-weight: 700;
	font-family: Verdana;		
}
		
/*Footer*/

.footer_main
{
width: 1000px;
height: 30px;		
}

.footer
{
	width: 800px;
	height: 30px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: 700;
	text-align: left;
	padding-top: 17px;
	color: #6f6f6f;
	float: left;
	margin-right: 0px;
	padding-right: 0px;	
	}

.footer_right
{
	width: 200px;
	height: 30px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: 700;
	text-align: right;
	padding-top: 17px;
	color: #6f6f6f;
	margin-left: 0px;
	padding-right: 0px;
	float: left;
}

.footer ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer li
{
	display: inline;
}

.footer a
{
	text-decoration: none;
	color: #6f6f6f;
}

.footer a:visited, .footer a:hover
{
	text-decoration: none;
	color: #6f6f6f;
}

/* Two columns */

.two_columns_main
{	
	width: 960px;
}

.column_left
{
	width: 605px;
	float: left;
    margin-right: 0px;
	padding-right: 0px;	
	
}

.column_right
{
	width: 300px;	
	float: right;
	margin-right: 0px;
	padding-right: 0px;	
	
}



/* Texts */

.general_link
{
	font-size: 14px;
	font-weight: bold;
	color: #1e88bc;
	background-image: url(../images/arrow_dark.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-top: 35px;	
}

.general_link a, .general_link a:hover, .general_link a:visited
{
	font-size: 14px;
	font-weight: bold;
	color: #1e88bc;
	text-decoration: none;
}

.standard_text
{
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	padding-left: 11px;
}

.standard_text.nopadding
{
	padding-left:0px;
}

.standard_text_italic
{
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #404040;
	/*padding-left: 11px;*/
}

.standard_text_italic.nowrap
{
	white-space:nowrap;
}

.standard_text_italic.bold
{
	font-weight:bold;
}

.standard_text_italic.line-height-20
{
	line-height:20px;
}

.standard_headline
{
	font-size: 14px;
	font-weight: bold;
	color: #1ebbff;
	background-repeat: no-repeat;
}

.standard_text_strong
{
	font-size: 12px;
	font-weight: 700;
	color: #404040;
	/*padding-left: 11px;*/
}

.standard_list_text, .standard_list_text a, .standard_list_text a:hover, .standard_list_text a:visited
{ 
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	color: #825010;
	padding-left: 11px;	
}

.standard_list_text.black, .standard_list_text.black a, .standard_list_text.black a:hover, .standard_list_text.black a:visited
{ 
	color: #000000;	
}

.standard_list_text.black.nopadding, 
.standard_list_text.black.nopadding a, 
.standard_list_text.black.nopadding a:hover, 
.standard_list_text.black.nopadding a:visited
{ 
	padding:0px;
}

.standard_link_text, .standard_link_text a, .standard_link_text a:hover, .standard_link_text a:visited
{ 
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	color: #825010;
}

.documents_link, .documents_link a, .documents_link a:hover, .documents_link a:visited
{ 
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	color: #825010;
}

.check
{
	font-family: Verdana;
	font-size: 11px;
	color: #737373;
	font-weight: 700;
}

.check_italic
{
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
}

.login_bar_text
{
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}

.login_bar_link, .login_bar_link a, .login_bar_link a:hover, .login_bar_link a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #404040;
}

.error_title
{
	font-family: Arial;
	font-size: x-large;
	color: #1e88bc;
	font-weight: bold;
	padding: 25px;
}

.no_access_text
{
	font-family: Arial;
	font-size: large;
	color: #1e88bc;
	font-weight: bold;
}

.form_column_left
{
	width: 200px;
	height: 25px;
	white-space: nowrap;	
	padding-left:14px;
}

.form_column_left_big
{
	width: 400px;
	height: 25px;
	white-space: nowrap;
	padding-left:14px;
	
}

.form_column_right
{
	height: 25px;
	padding-right: 14px;
}

.form_column_merged
{
	height: 25px;
	/*white-space: nowrap;*/
	padding-right: 14px;
	padding-left: 14px;
}

.form_table
{
	width: 100%;	
	margin: 1px;
	background-color: #eae9e0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.form_text_box
{
	width: 350px;
	border: 1px solid #000000;
	color: #666666;
	font-weight: 700;
	font-family: Verdana;
}

.form_text_box_narrow
{
	width: 300px;
	border: 1px solid #000000;
	color: #666666;
	font-weight: 700;
	font-family: Verdana;
}

.form_multiline_text_box_big
{
	border: 1px solid #000000;
	color: #666666;
	font-weight: 700;
	font-size: 12px;
	font-family: Verdana;
	/*margin-left: 10px;*/
	margin-right: 10px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	/*width: 935px;*/
	width:100%;
	height: 75px;
}

.form_multiline_text_box_normal
{
	border: 1px solid #000000;
	color: #666666;
	font-weight: 700;
	font-size: 12px;
	font-family: Verdana;
	/*margin-left: 10px;*/ 
	margin-right: 10px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 635px; 
	height: 75px;
}


.form_multiline_text_box_small
{
	border: 1px solid #000000;
	color: #666666;
	font-weight: 700;
	font-size: 12px;
	font-family: Verdana;
	width: 350px; 
	height: 75px;
}



.form_label
{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	font-weight: 700;
	font-family: Verdana;
}

.form_label_multiline
{
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-left:11px;*/
	color: #666666;
	font-weight: 700;
	font-family: Verdana;
	width: 635px; 
	height: 75px;	
}



.form_button
{
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	background-color: #abda3e;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	border: 0px;
}

.form_button.line
{
	display:inline;
	
}

.form_button_disabled
{
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	background-color: #bebebe;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	border: 0px;
}

.form_button_disabled.line
{
	display:inline;
	
}

.form_button_white
{
	padding-top: 3px;
	padding-bottom: 3px;	
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	background-color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #666666;
	font-weight: bold;
	display: block;	
	border: 2px solid #666666;
}

.form_button_small
{
	padding-top: 2px;
	padding-bottom: 0px;	
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #abda3e;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
}

.form_button_white_small
{	
	padding-top: 0px;
	padding-bottom: 0px;	
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #666666;
	font-weight: bold;
	display: block;	
	border: 1px solid #666666;
	height: 20px;
}

.form_calendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #ffffff;
    color: red;
}

.confirmation_box
{
	font-size: 12px;
	color: #404040;
}

/* Managment system */

.normal_input_control
{
	width: 200px;
	
}
