/* General CSS */
:focus 
{
	outline: 0;
}
body, html
{
	text-align: center;
	background-color: #ffffff;
	font-family: Tahoma,Verdana,Segoe,sans-serif;/*Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	line-height: 100%;
	color: #000000;
}
/* Inner Box */
#inner_box
{
	border: 1px solid #cccccc;
}
/* Header */
#header
{
	background: #5d5d5d url(../images/project/stark_in_chromstahl.png) no-repeat;
	background-position: right;
}
#app_header
{
	background: #5d5d5d url(../images/project/stark_in_chromstahl_app.png) no-repeat;
	background-position: right;
}
/* Header Logo Position */
#header h1, #app_header h1
{
	padding: 6px 0px 0px 5px;
}
/* Horiz. line at the Top of Content */
#content
{
	background: url(../images/project/line.png) no-repeat center top;
}
/* Content Header */
#content h2
{
	color: #f65711;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 0px 0px 12px;
}
/* Horiz. line at the Bottom of Content */
#footer
{
	background: url(../images/project/line.png) no-repeat center top;
}
/* Login Form (Lock) */
#login_form
{
	min-height: 120px;
	background: transparent url(../images/project/login_lock.png) no-repeat 10px 10px;
}
/* Position for Form fields */
#box_container form fieldset
{
    clear: both;
    font-size: 100%;
    border: none;
    margin: 0 0 0 0px;
    padding: 10px;
    padding-bottom: 0px;
}
/* Footer Links */
#footer UL
{
	list-style-type: none;
	list-style-position: outside;
	height: 23px;
}
#footer UL LI
{
	display: block;
	float: left;
	padding: 6px 0px 2px 10px;
}
#footer UL LI.last
{
	float: right;
	padding: 6px 10px 2px 0px;
}
/* General Links */
A
{
	color: #f65711;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
/* Form Elements */
label
{
	font-size: 100%;
}
input, select, textarea 
{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	border: 1px solid #295e8c;
	background-color: #ffffff;
	padding: 1px 3px;
}
select
{
	width:auto;
}
textarea 
{
  overflow: auto;
}
input.inputText, input.inputPassword
{
	border: 1px solid #295e8c;
	background-color: #ffffff;
	font-size: 8pt;
	
}
fieldset div.required_holder, fieldset div.optional_holder
{
	padding: 2px;
}
#box_container fieldset div.required_holder, #box_container fieldset div.optional_holder
{
	padding: 2px;
	width: 501px;
	padding-right: 0px;
}
form div
{
	clear: both;
}
#box_container form div label
{
	display: block;
	float: left;
	width: 240px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}
form div label
{
  display: block;
  float: left;
  width: 140px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
} 
#app_container #app_main form label
{
  text-align: left;
}
form div textarea 
{
	padding: 1px 3px;
	width: 226px;
}
form div input.inputText, form div input.inputPassword 
{
	width: 226px;
	padding: 1px 3px;
}
#box_container form div input.inputText, #box_container form div input.inputPassword 
{
	width: 242px;
	padding: 1px 3px;
}
/* Position for Form buttons */
input.inputCheckbox
{
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  margin-top: 2px;
}
#box_container input.inputCheckbox
{
  float:left;
}
/* Application Styles */
#app_container
{
	width: 990px;
	margin: 40px auto 0px auto;
}
#app_footer
{
	line-height: 120%;
	text-align: right;
	padding: 2px;
	color: #5d5d5d;
}
#app_footer A, .info_box A
{
	font-weight: normal;
	font-size: 100%;	
	color: #fe560b;
}
#app_footer A:hover, .info_box A:hover
{
	color: #5d5d5d;
}
#app_content
{
	background: #e2e3e5;
	border-bottom: 1px solid #ccc;
}
#app_main
{
	width: 809px;
	float: left;
	background: #fafafc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
#app_right
{
	width: 180px;
	float: right;
	text-align: center;
}
#app_main, #app_right
{
	min-height: 500px;
	height: 100%;
}
#welcome
{
	background: #7b7b7b;/*#5f5f5f;*/
	height: 23px;
}
#welcome A.logout
{
	color: #fff;	
	display: block;
	float: right;
	padding: 5px;
	font-size: 100%;
}
#welcome h3
{
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 100%;
	padding: 5px;
	float: left;
	width: 50%;
	margin: 0px;
}
#lang_form fieldset
{
	border: none;
	padding: 3px;
}
#lang_form select
{
	width: 160px;
}
.info_box
{
	text-align: left;
	border: 1px solid #a7a7a7;
	background: #fff;
	width: 160px;
	margin: 10px;
	line-height: 125%;
}
.info_box_inner
{
	margin: 7px;
}
.info_box p
{
	margin-bottom: 7px;
	color: #494949;
	line-height: 125%;
}
.address
{
	font-weight: normal;
	font-size: 100%;	
	color: #494949;
}
.info_box h2
{
	font-size: 100%;	
	line-height: 125%;
	height: 20px;
	background: url(../images/project/info_header.png) no-repeat;
	padding: 3px 0px 0px 7px;
	color: #494949;
}
.info_box h3
{
	font-size: 100%;	
	color: #494949;
	line-height: 125%;
}
#app
{
	padding-top: 20px;
}
/* Tabs Styles */
UL#app_tabs
{
	list-style: none;
	list-style-position: outside;
}
UL#app_tabs LI
{
	position:relative;
	list-style-type: none;
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;
	height: 20px;
	z-index: 10;
	width: auto;
	border-bottom: none;
}
UL#app_tabs LI A
{
	color: #fffffe;
	font-size: 100%;
	display: block;
	width: auto;
	height: 15px;
	background: url(../images/project/tab_bg.png) repeat-x;
	padding: 5px 8px 0px 8px;
	line-height: 125%;
}
UL#app_tabs LI A.selected, UL#app_tabs LI A:hover
{
	color: #5d5d5d;
	border: 1px solid #ccc;
	border-bottom: none;
	background: url(../images/project/tab_bg_active.png) repeat-x;
	padding: 5px 7px 0px 7px;
}
DIV.tab_content
{
	clear: both;
	background: #e8f5fd;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	min-height: 416px;
	padding: 10px;
}

#app p
{
	margin-bottom: 7px;
	font-size: 125%;
	line-height: 125%;
}
div.clearer
{
	clear: both;
	height: 0;
	display: inline-block;
	display: block;
}
* html .clearer
{
	height: 1%;
}
table.listView
{
	width: 100%;
	background-color: #fff;
	border: 1px solid #a7a7a7;
	border-collapse: collapse;
	font-weight: normal;
	font-size: 100%;
	border-spacing: 1px;
}
table.topTable
{
	height: 30px;
}
td.left_border
{
	border-left: 1px solid #a7a7a7;
}
table.listView thead, table.listView tr.listHeader td
{
	background: transparent url(../images/project/table_header_bg.png) repeat-x;	
	height: 20px;
	color: #010101;
	font-weight: bold;
	font-size: 100%;
}
.listView .pad4
{
	padding: 4px;
}
.listView .fixed_width_160
{
	width: 160px;
}
.listView .fixed_width_90
{
	width: 95px;
}
tr.listItemHover
{
	background: #e2e3e5;
}

.listItemGray {	
	background-color: #F7F7C7;
}

.listItemOdd td{
	_border: 1px solid #a7a7a7;
}

.listHeader td{
	_border: 1px solid #a7a7a7;
}

table.listView tr
{
	height: 20px;
}
table.listView TD
{
	line-height: 125%;
	padding-left: 5px;
	border: 1px solid #a7a7a7;
}
#filters table.listView TD
{
	line-height: 100%;
}
#filters select 
{
	padding: 1px 0px;
}
TR.listHeader TD.first_column {
	text-align: left;
	padding-left: 5px;
}
table.listView A
{
	color: #0084ff;
	font-weight: normal;
	font-size: 100%;
}
table.listView A:hover
{
	color: #010101;
}

table.listView td.tableEmail A:hover
{
	color: #ff4f16;
}

table.listView td.listViewCenter
{
	padding: 0px;	
	text-align: center;
}
table.listView td.listViewLeft
{
	padding: 0px;
	padding-left: 5px;
	text-align: left;
}
/* Pager Navigation */
UL#pagemenu
{
	clear: both;	
	float: right;
}
UL#pagemenu LI
{
	display: block;
	float: left;
	width: 24px;
	height: 20px;
	background-color: #e2e3e5;
	margin-left: 3px;
}
UL#pagemenu LI A
{
	display: block;
	width: 100%;
	height: 100%;
}
A#page_first
{
	background: transparent url(../images/project/page_first.gif) no-repeat center center;
}
A#page_first:hover
{
	background: transparent url(../images/project/page_first_active.gif) no-repeat center center;
}
A#page_last
{
	background: transparent url(../images/project/page_last.gif) no-repeat center center;
}
A#page_last:hover
{
	background: transparent url(../images/project/page_last_active.gif) no-repeat center center;
}
A#page_next
{
	background: transparent url(../images/project/page_next.gif) no-repeat center center;
}
A#page_next:hover
{
	background: transparent url(../images/project/page_next_active.gif) no-repeat center center;
}
A#page_previous
{
	background: transparent url(../images/project/page_previous.gif) no-repeat center center;
}
A#page_previous:hover
{
	background: transparent url(../images/project/page_previous_active.gif) no-repeat center center;
}
/* background for input f7f7f7 */
UL#alpha_filter
{
	clear: both;
	width: 780px;
	_width: 778px;
	
}
UL#alpha_filter LI
{
	display: block;
	float: left;
	height: 20px;
	margin-left: 0px;
	_margin-left: 0px;
	text-align: center;
	width: 1.23em;
	_width: 1.21em;
		
}
UL#alpha_filter LI.wide
{
	width: 2.1em;
}
UL#alpha_filter LI.wide_active
{
	width: 2.1em;
	
	background: transparent url(../images/project/filter_active.png) repeat-x;
}
UL#alpha_filter LI.li_spacer
{
	color: #000000;
	font-weight:bold;
	font-size: 13px;
	width: 4px;
	height: 10px;
	margin-top: 2px;
	margin-right: 3px;
	_margin-top:5px;
}
UL#alpha_filter LI A
{
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	padding-top:3px;
	_padding-top:5px;
}

.alphabet_filter ul#alpha_filter li a.active {
	font-weight: bold;
	background: transparent url(../images/project/filter_active.png) repeat-x;
}

UL#alpha_filter LI A:hover
{
	font-weight: bold;
	background: transparent url(../images/project/filter_active.png) repeat-x;
}
UL#alpha_filter LI A.disabled:hover
{
	cursor: default;
	background: none;
	font-weight: normal;
	font-size: 100%;
}
UL#alpha_filter LI A.disabled
{
	color: #a9a9a9;
}
/* Tab Control: Subcontrol */
ul.multilang_control, .welcome_text ul.multilang_control {
	float: left;
	padding: 0px 0px 3px 3px;
	margin: 0;
}
ul.multilang_control li {
	position:relative;
	z-index: 10;
	float: left;
	list-style-type: none;
}

ul.multilang_control li a {
	float: left;
	padding: 1px 5px 0px 5px;
	margin-right: 10px;
	border: 1px solid #adc2cd;
	font-size: 95%;
	height: 14px;
	background: #ffffff;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
}
ul.multilang_control li a.selected {
	background: #fea40a;
	color: #086eb6;
	font-weight: bold;
}
ul.multilang_control li a:hover {
	background: #fea40a;
	color: #086eb6;
	font-weight: bold;
}
#app_container form div label.multilang, .multilang, #app_container form div small.multilang
/*form#welcome_form div label.multilang, .multilang, form#welcome_form div small.multilang*/
{
	display: none;
}
#app_container form .selected, .selected, #app_container form div label.selected_tab, #app_container form .selected_tab
/*form#welcome_form .selected, .selected_tab, form#welcome_form div label.selected_tab*/
{
	display: inline;
}
#app_container form small
{
	padding-left: 8px;
	
}
#app_container form div small.selected_tab
/*form#welcome_form div small.selected_tab*/
{
	display: none;
}
form#welcome_form fieldset
{
	border: none;
}
#app_container form div.required_holder, #app_container form div.optional_holder
/*form#welcome_form div.required_holder, form#welcome_form div.optional_holder*/
{
	clear: left;
	display: block;
	height: expression('1%');
	margin: 5px 0 0 0;
	padding: 1px 3px;
	width: 98%;
}
#app_container #app_main form
{
	max-width: 788px;
	min-width: 680px;
}
#app_container form input.inputSubmit, #app_container form input.inputButton
/*form#welcome_form input.inputSubmit*/
{
	float: none;
	font-size: 95%;
	font-weight: bold;
	color: #5d5d5d;
	background: #ffffff;
	border: 1px solid #6e6e6e;
}

#app_container form fieldset div.submit
{
	padding: 0px;
}
#app_container form div.submit div
{
	float: none;
}
form#welcome_form textarea.wysiwyg
{
	width: 731px;
	height: 500px;
	overflow: auto;
}
body.mceContentBody
{
	text-align: left;
	font-family: Tahoma,Verdana,Segoe,sans-serif;/*Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	line-height: 100%;
	color: #000000;
	background: #e8f5fd;
	padding: 10px;
}
#register_form
{
	background: transparent url(../images/project/register_bg.png) no-repeat 10px 10px !important;
	width:525px;
}

#content form
{
	width: auto;
}
#box_container form .errFld, #app_container form .errFld
{
	background-color: #ff4b0b;
	color: #ffffff;
}
#app_container form .required_holder label, #app_container form .optional_holder label 
{
	padding-left: 0px;
}
#box_container form .required_holder label, #app_container form .required_holder label 
{
	font-weight: bold;
}
#box_container #password_form .required_holder label
{
/*	font-weight: normal;*/
}
form div.submit
{
	padding-left: 152px;
}
#box_container form div.submit
{
	padding-left: 252px;
	margin-bottom: 10px;
	margin-top: 10px;
}
fieldset.buttons
{
	margin-top: 0px;	
	padding-top: 0px;
}

input.inputSubmit {
background-color:#FFFFFF;
border:1px solid #295E8C;
font-size:8pt;
height:18px;
padding: 0px 2px 0px 2px;

}
#box_container form div.error
{
	background-color: transparent;
}
#box_container form div.error
{
	color: #000000;
}
#box_container #content form div.error p.error
{
	margin-left: 222px;
	padding: 3px 3px 5px 27px;
}

#app_container app form div.error p.error 
{
	font-size: 70%;
}
#box_container #content p
{
	font-size: 11px;
	line-height: 125%;
	padding: 8px 10px 0px 12px;
}
#link_form_error 
{
	color: #0000cc;
}
#app .mceSelectList 
{
	width: auto;
}
#box_container form div.error, #app_container form div.error
{
	border:1px solid #ff4b0b;
}
#box_container form div.error p.error, #app_container form div.error p.error
{
	color: #ff4b0b;
}
#app_container input.inputText, #app_container input.inputPassword, #app_container input.inputFile,
#app_container select.selectOne, #app_container textarea, #app_container form div.error p.error
{
	width: 415px;
}
#app_container select.selectOne, #app_container textarea
{
	padding-right:0px;
}
#app_container form#upload_form fieldset, #app_container form fieldset
{
    clear: both;
    font-size: 100%;
    border: none;
    margin: 0 0 0 0px;
    padding: 10px;
    padding-bottom: 0px;
}
#app_container form#upload_form fieldset legend
{
	font-size: 100%;
	font-weight: bold;
	color: #000000;	
}
#app_container form div.error p.error
{
	margin-left: 123px;
	font-size:100%;
}
#app_container form#browser_form .level_0
{
	padding-left: 2px;
}
#app_container form#browser_form .level_1
{
	padding-left: 16px;
}
#app_container form#browser_form .level_2
{
	padding-left: 30px;
}
#app_container form#browser_form .level_3
{
	padding-left: 44px;
}
#app_container form#browser_form .file_level_0
{
	padding-left: 2px;
}
#app_container form#browser_form .file_level_1
{
	padding-left: 21px;
}
#app_container form#browser_form .file_level_2
{
	padding-left: 35px;
}
#app_container form#browser_form .file_level_3
{
	padding-left: 49px;
}
fieldset.right
{
	float: right;
	border: none;
}

tr.listHeader a{
	font-weight:bold;
}

#account_manage_submit{
	padding-left: 248px;
	_padding-left: 252px;
}
.listHeader{
	font-weight: bold;
}
.disabled {
	color: #A9A9A9;
	font-weight: normal;
	font-size: 100%;
	height: 20px;
	display: block;
	
}

#alpha_filter  span.disabled{
	padding-top:3px;
	_padding-top:5px;
}

table.listView a.inactive {
	color: #ff4f16;
	font-weight:bold;
}

.search_filter{
	border-bottom:1px solid #a7a7a7;
	height:20px;
	margin-left:-5px;
	padding:5px;
	color: #5d5d5d;
}	
.alphabet_filter{
	height:20px;
	margin-left:-5px;
	_margin-left: -10px;
	padding:3px;
	color: #5d5d5d;
}	
.button_delete{
	float:right;
	margin-top:10px;
	background-color: #f8f8f8;
	_margin-right: -2px;
}

#search_div{
	height: 10px;
	float:right;
	width: 110px;
	_width: 130px;
	margin-right: 120px;
	_margin-right: 60px;
	margin-top: -20px;
}

#ajax_indicator{
	border: none;
}

#alpha_filter li.alphabet_filter_caption{
	width: 11em; 
	padding-top:3px;
	_padding-top:4px;
	text-align: left;
	margin-left: 2px;
	_margin-left: 3px;
	
	
}

#alpha_filter li.alphabet_filter_spacer{
	width:0px;
	_width: 0em; 
	_padding-top:0px;
}

#filter_body{
	width: 300px; 
	margin: 0px 2px 0px 2px;
	background-color: #f7f7f7;
}

#button_search{
	height: 18px;
	margin-top: 0px;
	font-weight: bold;
	color: #5d5d5d;
	background-color: #f8f8f8;
	
}
#h2_required
{
	color: #f65711;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 0px 0px 12px;
}

#login_form fieldset.buttons,
#register_form fieldset.buttons,
#password_form fieldset.buttons,
#account_form fieldset.buttons
{
	margin-top: 0px;	
	padding-top: 0px;
}
#user_manager_form fieldset{
    clear: both;
    font-size: 100%;
    border: none;
    margin: 0 0 0 0px;
    padding-bottom: 10px;
}
/* Styles for Welcome Page */
.welcome_text *, .mceContentBody * 
{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
}
/* Headers Size */
.welcome_text h1, .mceContentBody h1
{
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}
.welcome_text h2, .mceContentBody h2
{
	font-size: 133%;
	margin: 0px 0px 5px 0px;
}
.welcome_text h3, .mceContentBody h3 
{
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.welcome_text h4, .mceContentBody h4, .welcome_text h5, .mceContentBody h5, .welcome_text h6, .mceContentBody h6  
{
	font-size: 110%;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
.welcome-text p, .mceContentBody p
{
	font-size: 120%;
	font-weight: normal;
	margin: 5px 0px 10px 0px;
}
.welcome_text ul, .welcome_text ol, .mceContentBody ul, .mceContentBody ol
{
	margin-left:20px;
	padding:5px;
}
.welcome_text img, .mceContentBody img
{
	border:none;
}
.welcome_text A, .mceContentBody A
{
	color: #f65711;
	text-decoration: none;
}
.welcome_text A:hover, .mceContentBody A:hover
{
	text-decoration: underline;
}
.welcome_text pre, .mceContentBody pre
{
	font-family: "Courier New", Courier, monospace;
	max-width: 600px;
	margin: 5px 0px 10px 0px;
}
#user_manager_form label{
	width:230px;
}

#app_container #user_manager_form select{
	width: 423px;
	_width: 423px;
}

#app_content #app .tab_content .listViewTable form{
	_width:770px;
}
#ctrl_download_tab #browser_form .listViewTable td{
	border: 1px solid #a7a7a7;
}
#app_container form#browser_form .listItemOdd td.level_0
{
	border: 1px solid #a7a7a7;
}
#app_container form#browser_form .listItemOdd td.listViewCenter
{
	border: 1px solid #a7a7a7;
}

input#is_admin, input#user_active{
	_margin-left: -3px;
}

#filter_body{
	z-index: 100;
}

#table_alpha_filter_top{
/*	margin-bottom: -10px;*/
	border-bottom: none;
}
#caption_form, span.caption_form{
	color: #5D5D5D;
	font-weight: bold;
}

#create_account_div{
	margin-left: -10px;
	_margin-left: -7px;
}
#app_container form fieldset input.invisible
{
	display: none;
}
#box_container #content
{
	min-height: 80px;
}
#app_container A.category_link
{
	text-decoration: none;
}
#app_container A.category_link:hover
{
	text-decoration: underline;
}
.listView table.listView
{
/*	border: none;*/
	border-bottom: 1px solid #a7a7a7;
}