/***
 * General HTML tags
**/
body {
	background: #FFF;
	font: 70% verdana, arial, sans-serif;
	margin: 0;
}
form {
	border: none;
	margin: 0px;
}
table {
	font: 100% verdana, arial, sans-serif;
	text-align: left;
}
legend {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 5px;
	text-align: center;
}
ol {
	margin-left: 25px;
	padding: 0;
}
ul {
	margin: 0 0 0 18px;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}

ul.pro_contentlist {
	padding: 0;
	margin: 0 0 0 20px;
	list-style-type: disc;
}
/***
 * Links
**/
a:link, a:active, a:visited	{
	color: #00a;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: none;
}

a:link.menu, a:active.menu, a:visited.menu {
	color: #000000;
	text-decoration: none;
}
a:hover.menu {
	color: #ff0000;
	text-decoration: none;
}

/***
 * Form tags
**/
input {
	margin: 0;
	padding: 0;
}
.inp_text, .inp_select, .inp_sfixed, .inp_tarea {
	background-color: #fff;
	border: #000000 1px solid;
	font-size: 100%;
}
.inp_submit	{
	background-color: #E7F3F7;
	border: #000000 1px solid;
	font-size: 100%;
}
.inp_sfixed {
	font-family: monospace;
}

/***
 * General layout
**/
#pro_header, #pro_wrap {
	margin: 0 auto;
	text-align: left;
}
#pro_header {
	width: 800px;
}
#pro_wrap {
	width: 970px;
}

#pro_toplogol, #pro_toplogor {
	background: url('images/logo.jpg') no-repeat center center;
	height: 85px;
	width: 150px;
}
#pro_toplogol {
	float: left;
}
#pro_toplogor {
	float: right;
}
#pro_toplogol h1, #pro_toplogol h2, #pro_toplogor h1, #pro_toplogor h2 {
	display: none;
}

#pro_topbanner {
	float: left;
	height: 60px;
	margin: 10px 0 0 0;
	width: 468px;	
}

#pro_navigation {
	float: left;
	padding: 10px 0 0 0;
	width: 180px;
}
#pro_content {
	float: left;
}
#pro_subcontent {
	float: right;
	padding: 10px 0 0 0;
	width: 165px;
}

.box {
	background: #FFF url('images/box_border.gif') 0 0 repeat-y;
	float: left;
}
.box .box_i {
	background: url('images/box_border.gif') 100% 0 repeat-y;
}
.box .box_t {
	background: url('images/box_corner.gif') 0 -10px no-repeat;
	height: 10px;
}
.box_t div {
	background: url('images/box_corner.gif') 100% -10px no-repeat;
	height: 10px;
	margin: 0 0 0 10px
}
.box .box_b {
	background: url('images/box_corner.gif') 0 0 no-repeat;
	height: 10px;
}
.box_b div {
	background: url('images/box_corner.gif') 100% 0 no-repeat;
	height: 10px;
	margin: 0 0 0 10px;
}
.content {
	margin: 0 5px;
}

#pro_seccontent {
	float: right;
	margin-bottom: 5px;
	width: 627px;
}
#pro_footer{
	clear: both;
	text-align: center;
	width: 770px;
}
.hidden {
	display: none;
}

/***
 * Top navigation menu
**/
.pro_topnav {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 746px;
}
.pro_topnav .pro_topbasket {
	background: url('images/slice_03.gif') no-repeat top center;
	margin: -2px auto 0 auto;
	padding: 10px 0;
	height: 25px;
	width: 538px;
	text-align: center;
}

/***
 * Bottom copyright message
**/
.pro_copyright {
	background-color: #C2D4E4;
	border-bottom: 3px solid #E7F3F7;
	border-top: 3px solid #E7F3F7;
	margin: 0;
	padding: 3px 0;
	text-align: center;
}

/***
 * Block and header
**/
.pro_blockleft, .pro_blockright {
	margin-bottom: 10px;
	padding: 0 5px;
}
.pro_blockleft {
	background: #FFF url('images/block_border.gif') repeat-y top left;
}
.pro_blockright {
	background: #FFF url('images/block_border.gif') repeat-y top right;
}

.pro_blockleft h2, .pro_blockright h2 {
	color: #000;
	height: 26px;
	padding: 5px 0;
	text-align: center;
	margin: 0 -5px;
}
.pro_blockleft h2 {
	background: url('images/block_top.gif') no-repeat top left;
}
.pro_blockright h2 {
	background: url('images/block_top.gif') no-repeat top right;
}
.pro_blockleft .pro_blockbottom, .pro_blockright .pro_blockbottom {
	height: 10px;
	margin: 0 -5px;
}
.pro_blockleft .pro_blockbottom {
	background: url('images/block_bottom.gif') no-repeat top left;
}
.pro_blockright .pro_blockbottom {
	background: url('images/block_bottom.gif') no-repeat top right;
}

.pro_table {
	border: 1px solid #C2D4E4;
	margin-bottom: 5px;
}
.pro_blockcenter {
	background-color: #E7F3F7;
	margin-bottom: 10px;
	padding: 5px;
}
.pro_header {
	background: #78C668 url('images/slice_04.gif') repeat-x top left;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	font-weight: bold;
	height: 22px;
	margin: 2px 0;
	padding: 2px;
}
.pro_header h1 {
	color: #000;
	padding: 2px;
}

/***
 * Headers
**/ 
h1, h2, h3, h4, h5 {
	color: #000080;
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
h3, h4, h5 {
	font-size: 100%;
}
h1.error {
	font-size: 250%;
	color: #F00;
}
h1.question {
    font-size: 250%;
	color: #00F;
}
h1.info {
    font-size: 250%;
	color: #0F0;
}

/***
 * Left Main Menu
**/
#mdiv ul.ul_1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mdiv ul.ul_2 {
	margin: 0 0 5px 10px;
	padding: 0;
	list-style: none;
}
/***
 * Misc
**/ 
.pro_clearer {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	width: 0;
}
/***
 * Content table
**/ 
table.table_list {
	border-left: 1px solid #eff5fa;
	border-right: 1px solid #eff5fa;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}
.table_list th	{
	background-color: #eff5fa;
	font-weight: bold;
	padding: 5px;
}
.table_list .row_1 th, .table_list .row_2 th {
	background-color: #eff5fa;
	font-weight: bold;
}
.table_list .row_1 th {
	padding: 5px 5px 2px 5px;
}
.table_list .row_2 th {
	padding: 2px 5px 5px 5px;
}
.row_none td {
	padding: 3px;
}
.row_odd td, .row_even td {
	padding: 3px;
	border-bottom: 1px solid #eff5fa;
}
.row_odd td {
	background-color: #f8f8f8;
}
.row_odd_1 td, .row_odd_2 td {
	background-color: #f8f8f8;
}
.row_odd_1 td, .row_even_1 td {
	padding: 5px 5px 2px 5px;
}
.row_odd_2 td, .row_even_2 td {
	border-bottom: 1px solid #eff5fa;
	padding: 2px 5px 5px 5px;
}