/* common styles */
body, html
{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	height: 100%;
	min-height: 100%;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	text-align: center;
}

*
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #252525;
}

pre
{
	font-family: monospace;
	font-size: 12px;
}

b, i, span, div
{
	font-family: inherit;
	font-size: inherit;
}
b { font-weight: bold }
i { font-style: italic }
a
{
	text-decoration: none;
	cursor: pointer;
}

table, form, img
{
	margin: 0;
	padding: 0;
}

img { border: none }

/* links */
a, a:visited
{
	color: #0071BC;
	text-decoration: none;
}
a:hover, a:visited:hover
{
	text-decoration: underline;
}

/* main table */
table#main
{
	width: 790px;
	height: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

table#main td.main
{
	vertical-align:top;
}

table#main td.main td { text-align: left }

table#main td.main td.top
{
	border-bottom: 4px solid #AFD1E8;
	height:65px;
	padding: 0 10px;
}

/* common menu */
table#main td.main td.menu_site
{
	border-top: 4px solid #0071BC;
	height: 30px;
	border-bottom: 1px solid #D0D0D0;
	padding: 0 10px;
	white-space: nowrap;
}
table#main td.main td.menu_site a { float:left; display: block; margin-right: 20px }

/* main menu */
table#main td.main td.menu_cabinet, table#main td.main td.auth_string
{
	height: 27px;
	border-bottom: 1px solid #D0D0D0;
	padding: 0 10px;
	vertical-align: middle;
}
table#main td.main td.menu_cabinet * { display: block; float: left }
table#main td.main td.menu_cabinet a
{
	font-weight: bold;
	margin-right: 10px
}
table#main td.main td.menu_cabinet a.red { color: #D13A00; }

/* main content */
table#main td.main td.main_content { vertical-align: top }
table#main td.main td.main_content div.main_content { margin: 15px 10px }

/* footer */
table#main td.footer
{
	height: 30px;
	color: #898989;
	border-top: solid 1px #D0D0D0;
	border-bottom: solid 4px #D0D0D0;
	padding: 0 10px;
}
table#main td.footer a
{
	float:left;
	display: block;
	margin-right: 20px;
	color: #898989;
}

.button
{
	height: 21px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	background-color: #E3E3E3;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #BDBCBC;
	border-right: 1px solid #767676;
	border-bottom: 1px solid #767676;
	border-left: 1px solid #BDBCBC;
	cursor: pointer;
}

/* left panel */
div.bl
{
	margin-bottom: 10px;
}
div.bl h3
{
	display: block;
	margin: 0 0 2px 0;
	padding: 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0071BC;
	text-align: left;
}
div.bl span
{
	font-weight: bold;
	margin-left: 5px;
}

/* Form fields */
input, select, select option, textarea
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #534741;
	padding-left: 3px;
}
input, select, textarea { border: 1px solid #A9A3A0; }
input.def_chbx { border: none; padding: 0; margin: 0 }
input.def_radio { border: none; padding: 0; margin: 0 }

/* Language dependent field */
input.lang, select.lang, textarea.lang { background: #DCF8B7; }

input.input
{
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	background-color: #F6F6F6;
	border-top: 1px solid #767676;
	border-right: 1px solid #BDBCBC;
	border-bottom: 1px solid #BDBCBC;
	border-left: 1px solid #767676;
	padding: 2px 4px;
}

/* headers */
h1, div.head h1
{
	color: #DC671E;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
}
h2
{
	font-family: Tahoma;
	font-size: 13px;
	color: #252525;
	font-weight: bold;
}


/* tables */
table.table
{
	width: 100%;
	border-collapse: collapse;
}

table.table td
{
  border: 1px solid #E0DEDE;
  padding: 2px 5px;
  font-size: 11px;
  background-color: #F7F7F7;
	text-align: left;
	vertical-align: middle;
}
table.table tr.odd td { background-color: #F7F7F7; }
table.table tr.even td { background-color: #EDEDED; }
table.table tr.intv td
{
	padding: 0;
	background-color: white;
	border-left: none;
	border-right: none;
}

table.table th
{
	border: 1px solid #B2D4EB;
	padding: 0 5px;
  height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0071BC;
	text-align: center;
	vertical-align: middle;
}

table.table th.btn { width: 15px; }

table.table th, table.table th *
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

table.table tr.error td
{
	background: #E45635;
}

table.table tr.non_active td
{
	background: #CFD1BA;
}
table.table tr.non_active td, table.table tr.non_active td *
{
	color: #777777;
}

table.table tr.outlined td
{
	background: #E3F8C7;
}

table.table th a, table.table th a:visited
{
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
table.table th a:hover, table.table th a:visited:hover
{
	color: #9AFC26;
}
table.table th a.asc { padding-right: 11px; background: url(../images/ic_arr_up.gif) right 4px no-repeat; }
table.table th a.desc { padding-right: 11px; background: url(../images/ic_arr_down.gif) right 4px no-repeat; }

/* table 2 */
table.table2
{
	border-collapse: collapse;
	width: auto;
}
table.table2 th, table.table2 td
{
	padding: 4px;
}
table.table2 td { border-top: 1px solid #E0DEDE; }
table.table2 th
{
	color: #DC671E;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0;
}
table.table2 tr > td:first-child
{
	padding-right: 10px;
}

/* bleak text */
.bleak, .bleak * { color: #A2A2A2; }

/* paging */
a.page_link, a.page_link:visited
{
	text-decoration: underline;
	font-weight: bold;
}
a.page_link:hover, a.page_link:visited:hover
{
	text-decoration: none;
}

a.page_selected, a.page_selected:hover,
a.page_selected:visited, a.page_selected:visited:hover
{
	cursor: default;
	font-weight: bold;
	text-decoration: none;
	color: #383838;
}

.page_selected, .page_link
{
	margin: 0 2px;
}

img#pg_left, img#pg_right
{
	cursor: pointer;
	width: 9px;
	height: 13px;
	position: relative;
	top: 2px;
}
img#pg_left { margin-right: 10px; }
img#pg_right { margin-left: 10px; }

a.page_margin
{
	cursor: pointer;
	position: relative;
	top: 2px;
	text-decoration: none;
}
a.page_margin img
{
	width: 13px;
	height: 13px;
}

div#paging_selector
{
	position: absolute;
	right: 0;
	top: 0;
}
div#paging_cont
{
	display: none;
	position: relative;
	top: -6px;
	float: left;
	border: 1px solid #D6E5C3;
  background-color: #F1F8E8;
	padding: 2px 3px;
	margin-right: 2px;
}
input#paging { width:30px; height:13px }

div.paging_pages
{
	text-align: center;
	font-size: 9px;
	margin-top: 2px;
}

/* hr alternative */
div.hr
{
	overflow: hidden;
	height: 1px;
	background: #CEBCA6;
	margin: 10px 0;
}

/* attachments list */
ul.attaches
{
	margin: 0 0 0 15px;
	padding: 0;
}
ul.attaches li
{
	margin: 0;
	padding: 0;
}

/* error list */
ul.errors
{
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	list-style-type: square;
}
ul.errors li
{
	color: #534741;
}
ul.errors li span, ul.errors li a
{
	font-family: Tahoma;
	font-size: 10px;
	color: #534741;
	font-weight: bold;
	text-decoration: none;
}

/* some standard list */
ul.common
{
	display: block;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}
ul.common li
{
	display: block;
	margin: 0;
	padding: 3px 0 3px 11px;
	background: url(../images/ic_pl_arrow.gif) 0 6px no-repeat;
}

/* language selector */
div.language_selector
{
	margin: 5px 0;
}
div.language_selector input
{
	position: relative;
	top: 2px;
}
div.language_selector span
{
	margin: 0 5px 0 3px;
}

/* filter form */
table.filters
{
	margin-bottom: 10px;
}
table.filters td
{
	padding: 2px 10px 2px 0;
	text-align: left;
	vertical-align: middle;
}

/* special select case */
select option.non_accessible
{
	background: #EDE6DD;
}

/* non-active */
span.non_active
{
	color: #CFD1BA;
}

/* project details plate */
div.project_details
{
	border-style: solid;
	border-color: #D0D0D0;
	border-width: 1px 1px 3px 1px;
	margin-bottom: 20px;
	background: url(../images/prj_details_bg.jpg) top left no-repeat;
	padding: 12px 15px 23px 15px;
	line-height: 1.3;
}
div.project_details h2
{
	display: block;
	overflow: visible;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 0 35px;
	margin: 0;
	position: relative;
	left: -5px;
}
div.project_details h2.new
{
	background: url(../images/ic_new.gif) top left no-repeat;
}

div.project_details div.plates a
{
	display: block;
	float: left;
	width: 258px;
	height: 85px;
	background: #F5F0EA;
	border: 1px solid #D4D3D2;
	text-decoration: none;
}
div.project_details div.plates a:hover
{
	background: #E3E3E3;
}
div.project_details div.plates a img
{
	display: block;
	float: left;
	width: 68px;
	height: 58px;
	margin: 15px 5px 0 15px;
}
* html div.project_details div.plates a img { margin-left: 10px }
div.project_details div.plates a div
{
	float: left;
	width: 151px;
	margin-top: 15px;
}
div.project_details div.plates a div h4
{
	display: block;
	padding: 0;
	margin: 0 0 7px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D13A00;
}
div.project_details div.plates a div span
{
	color: #362F2D;
}

a.doc_link, a.file_link
{
	padding: 2px 0 2px 22px;
	background-repeat: no-repeat;
	background-position: top left;
}
a.doc_link { background-image: url(../images/ic_doc.gif); }
a.file_link { background-image: url(../images/ic_file.gif); }

/* project list */
div.project_list
{
	width: 190px;
	text-align: left;
}
div.project_list h3
{
	display: block;
	text-align: center;
	background: #0071BC;
	color: white;
	border: 1px solid #D9E1E9;
	border-bottom: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}
div.project_list ul
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.project_list ul li
{
	display: block;
	margin: 0;
	padding: 0 5px 0 18px;
	background: #EDEDED url(../images/ic_pl_arrow.gif) 7px 7px no-repeat;
	border: 1px solid #D9E1E9;
	border-top: none;
}
div.project_list ul li:hover { background-color: #E3E3E3; }
div.project_list ul li a
{
	font-weight: bold;
	line-height: 15px;
	display: block;
	padding: 4px 4px 4px 0;
}
div.project_list ul li a.new
{
	padding: 4px 30px 4px 0;
	background: url(../images/ic_new.gif) 100% 33% no-repeat;
}

/* FAQ trail string */
div.faq_trail
{
	border: 1px solid #E0DEDE;
	background-color: #EDEDED;
	margin-bottom: 5px;
	padding: 2px 5px;
}
div.faq_trail a {	font-weight: normal; }
div.faq_trail a.end {	font-weight: bold; }

/* big font */
.big { font-size: 20px }

/* styled list */
ul.farr li
{
	list-style-image: url(../images/li_arr_f.gif);
	padding: 0;
	margin: 2px;
}
