/*	------------------------------------------------------------------------
*	©2007 - info@umtn.com - UMTN Ltd - Created: 25-08-2007
*	Advico dealer site setup
*	------------------------------------------------------------------------
*	Generall settings for UMTN dealer sites
*	------------------------------------------------------------------------*/
body	{
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#6C9287;
}
/*
#body_content {
	width:780px
	margin:0px auto;
	padding:0px;
	background:#ffffff;
	text-align:left;
}
*/

td, select, textarea, input	{
	font-family:Verdana;
	color:#000000;
	vertical-align:top;
	font-size:10px;
}
th	{
	font-family:verdana;
	color:#000000;
	vertical-align:center;
	font-size:10px;
}
A {
	color:#093A4B;
	text-decoration: underline;
}
A:hover {
	color:#093A4B;
	text-decoration: none;
}

/*	Standard button	*/
.button	{
	background-color:#093A4B;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #E0DFE3;
	border-left:1px solid #E0DFE3;
	font-family: verdana;
	font-size: 10px;
	color:#ffffff;
	margin:2px;
}
/*	Standard row odd color	*/
.row_odd {
	background-color: #F0FAFB;
}
/*	Standard row even color	*/
.row_even {
	background-color: transparent;
}
/*	Standard row when moused	*/
.row_moused {
	background-color: #D4E9EE;
}

/*	------------------------------------------------------------------------
*	Bottom cell with links and copyright notice
*	------------------------------------------------------------------------*/
.bottom_cell	{
	position: absolute;
	height: 50px;
	width:780px;
	background-color:#151F1E;
	margin:auto;
}
.bottom_umtn_cell	{
	vertical-align:bottom;
	padding-bottom:2px;
	padding-left:10px;
	padding-top:20px;
	width: 290px;
	left:0px;
}
.bottom_copyright	{
	vertical-align:bottom;
	padding-bottom:10px;
	color:#ffffff;
	font-family:verdana;
	font-size:7pt;
	padding-top:10px;
}
.bottom_links	 {
	padding-right:20px;
	vertical-align:bottom;
	padding-bottom:10px;
	color:#ffffff;
	font-family:verdana;
	font-size:10px;
	text-align:right;
	padding-top:10px;
}
.bottom_links A {
	color:#ffffff;
	text-decoration: none;
}
.bottom_links A:hover {
	color:56606A;
	text-decoration: none;
}

/*	------------------------------------------------------------------------
*	Navigation bar settings (for selecting the pages)
*	------------------------------------------------------------------------*/
/*	Navigation bar */
.navbar	{
	border-top:1px dotted #E0DFE3;
	border-bottom:1px dotted #E0DFE3;
	padding-top:2px;
	padding-bottom:2px;
	height:30px;
	font-family: verdana;
	font-size: 10px;
	width:740px;
}
/*	Navigation text */
.navtext		{
	vertical-align: middle;
	height:30px;
}
/*	Navigation links */
.navtext A	{
	text-decoration:none;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color:#093A4B;
}
/*	Navigation bar selected page*/
.navtextsel {
	text-decoration:none;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color:#6C9287;
}
.navbar_cell1	 {
	padding-top:2px;
	vertical-align:center;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	width:150px;
}
.navbar_cell2	 {
	padding-top:8px;
	text-align:center;
	width:420px;
}
.navbar_cell3, .navbar_cell3 select	{
	vertical-align:center;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-align:right;
	width:150px;
}
.navbar_cell3 select {
	width:50px;
}

/*	------------------------------------------------------------------------
*	Main layout blocks
*	------------------------------------------------------------------------*/
.top_section {
	position: relative;
	width:780px;
	text-align:left;
}
.middle_section {
	position: relative;
	background-color:#ffffff;
	width:780px;
	text-align:left;
}

.bottom_section {
	background-color:#151F1E;
	width:780px;
	position: relative;
	height:50px;
}
.body_main_contents_main {
	font-family:verdana;
	font-size:11px;
	padding-left:20px;
	padding-top:20px;
}
.body_main_contents {
	font-family:verdana;
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
}

.body_main_text {
	text-align:left;
	font-family:verdana;
	font-size:11px;
	clear: both; 
	margin-top:60px;
}

.first_row_block_one	{
	height: 50px;
	width: 50px;
	background-color: #010504;
	position: relative;
	left:0px;
	top:0px;
}
.first_row_block_two	{
	height: 50px;
	width: 250px;
	background-color: #D4E9EE;
	position: absolute;
	left:50px;
	top:0px;
	font-family: verdana;
	font-size:14px;
	font-weight:bold;
	color: #165B6B;
	padding-top:0px;
	padding-left:10px;
	font-style: italic;
	vertical-align:center;
	line-height:50px;
}
.first_row_block_three	{
	height: 50px;
	width: 460px;
	background-color: #ffffff;
	position: absolute;
	left:300px;
	top:0px;
	font-family: verdana;
	font-size:10px;
	padding-right:20px;
	padding-top:20px;
	text-align: right;
}
.second_row_block_one	{
	height: 2px;
	width: 780px;
	background-color: #ffffff;
	position: absolute;
	left:0px;
	top:50px;
	font-size:2px;
}

.third_row_block_one	{
	height: 126px;
	width: 300px;
	background-color: #cccccc;
	left:0px;
	top:52px;
}

.third_row_block_two	{
	height: 100px;
	width: 96px;
	background-color: #151F1E;
	position: absolute;
	left:300px;
	top:52px;
	vertical-align: bottom;
	text-align: right;
	line-height:100px;
}
.third_row_block_three	{
	height: 100px;
	width: 96px;
	background-color: #093A4B;
	position: absolute;
	left:396px;
	top:52px;
	vertical-align: center;
	text-align: right;
	line-height:100px;
}
.third_row_block_four	{
	height: 100px;
	width: 96px;
	background-color: #165B6B;
	position: absolute;
	left:492px;
	top:52px;
	vertical-align: center;
	text-align: right;
	line-height:100px;
}
.third_row_block_five	{
	height: 100px;
	width: 96px;
	background-color: #6C9287;
	position: absolute;
	left:588px;
	top:52px;
	vertical-align: center;
	text-align: right;
	line-height:100px;
}
.third_row_block_six	{
	height: 100px;
	width: 96px;
	background-color: #91BCC3;
	position: absolute;
	left:684px;
	top:52px;
	vertical-align: center;
	text-align: right;
	line-height:100px;
}

.third_row_block_bottom	{
	height: 24px;
	width: 480px;
	background-color: #D4E9EE;
	position: absolute;
	left:300px;
	top:152px;
}

.body_side_block {
	position: absolute;
	left:0px;
	top:176px;
	height: 300px;
	width: 300px;
}
.fourth_row_block_one	{
	height: 240px;
	width: 280px;
	background-color: #D4E9EE;
	position: relative;
	left:0px;
	padding-top:15px;
	text-align:center;
	padding-left:20px;
}
.fifth_row_block_one	{
	position: relative;
	left:0px;
	top:0px;
	height: 105px;
	width: 300px;
	background-color: #3E5762;
	font-size:10px;
	font-family:verdana;
	color:#91BCC3;
	text-align:left;
}
.fifth_row_block_one_text {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}
.sixth_row_block_one	{
	height: 50px;
	width: 290px;
	background-color: #151F1E;
	position: absolute;
	left:0px;
	top:547px;
	font-size:10px;
	font-family:verdana;
	color:#91BCC3;
	padding-left:20px;
	padding-top:20px;
	text-align: left;
}
.sixth_row_block_two	{
	height: 48px;
	width: 470px;
	background-color: #151F1E;
	position: absolute;
	left:300px;
	top:547px;
	font-size:10px;
	font-family:verdana;
	color:#91BCC3;
	padding-left:20px;
	padding-top:25px;
	text-align:left;
}

.body_news_block	{
	position: relative;
	left:300px;
	top:176px;
	width: 480px;
	height:170px;
	background-color: #FFFFFF;
}

.body_main_news	{
	height: 150px;
	width: 460px;
	background-color: #151F1E;
	position: relative;
	font-family: verdana;
	font-size:10px;
	cursor:hand;
	left:20px;
	top:20px;
}
.body_main_news_text {
	color:#D4E9EE;
}

.body_mach_block	{
	position: relative;
	width: 480px;
	background-color: #ffffff;
	left:300px;
	top:176px;
}
.body_mach_one_header, .body_mach_two_header	{
	height: 30px;
	width: 204px;
	background-color: #093A4B;
	position: relative;
	left:20px;
	top:20px;
	padding:8px;
	font-family: verdana;
	text-align:left;
	font-size:11px;
	color:#D4E9EE;
	cursor:hand;
}
.body_mach_one, .body_mach_two	{
	height: 115px;
	width: 180px;
	background-color: #CCCCCC;
	position: relative;
	left:20px;
	top:0px;
	padding:20px;
	color: #000000;
	font-family: verdana;
	font-size:10px;
	cursor:hand;
	text-align:left;
}

.body_mach_two_header	{
	position: absolute;
	left:260px;
	top:20px;
}
.body_mach_two	{
	position: absolute;
	left:260px;
	top:46px;
}

/*	------------------------------------------------------------------------
* Menu Items
*	------------------------------------------------------------------------*/
.third_row_block_two A, .third_row_block_three A, .third_row_block_four A, .third_row_block_five A, .third_row_block_six A {
	text-align: right;
	font-family: verdana;
	color: #ffffff;
	font-size: 10px;
	padding-right:5px;
	text-decoration:none;
}
/*	------------------------------------------------------------------------
* Page title
*	------------------------------------------------------------------------*/
.page_title	{
	vertical-align: middle;
	background-color:#165B6B;
	font-family:verdana;
	font-size:8pt;
	color: #ffffff;
	font-weight: bold;
	width:100%;
	height:20px;
	padding-top:7px;
	padding-left:6px;
	margin-bottom:8px;
	border-bottom: 1px solid #ffffff;
}

.inputSize	{
	width:250px;
}

/*	Data header in the show pages */
.data_header	{
	background-color: #093A4B;
	width:736px;
	padding:3px;
	color: #2C3234;
	border-bottom:0px;
	text-align: left;
	color: #ffffff;
	font-family: verdana;
	font-size:11px;
	font-weight: bold;
}
.data_block	{
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	border-collapse:collapse;
	padding:0px;
}
.data_block A {
	color:#272F46;
	text-decoration: none;
}
.data_block A:hover {
	color:#272F46;
	text-decoration: underline;
}
.data_spacer	{
	height: 8px;
}

/*	------------------------------------------------------------------------
*	Machine overview - quick_result.php
*	------------------------------------------------------------------------*/
.mach_ov_cell1	{
	width:100px;
	padding-left:10px;
}
.mach_ov_cell2	{
	width:20px;
}
.mach_ov_cell3	{
	width:200px;
	padding-right: 10px;
}
.mach_ov_cell4	{
	width:20px;
}
.mach_ov_data_cell1	{
	width:100px;
}
.mach_ov_data_cell2	{
	width:100px;
}
.mach_ov_data_cell3	{
	width:266px;
}
.mach_ov_data_cell4	{
	width:50px;
}
.mach_ov_data_cell5	{
	width:100px;
}
.mach_ov_data_cell6	{
	width:100px;
}
.mach_ov_header	{
	text-align:left;
	background-color:#91BCC3;
	padding: 0px;
	color: #151F1E;
	padding:2px;
	padding-left:2px;
}

/*	------------------------------------------------------------------------
*	Machine details - show_machine.php
*	------------------------------------------------------------------------*/
.mach_data_prev_next_box	{
	margin-top: 10px; 
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	width:740px;
}
.mach_data_prev_next_box A	{
	color: #000000;
}
.mach_data_prev_next_cell1	{
	width:200px;
	text-align:right;
}
.mach_data_prev_next_cell2	{
	width:340px;
	text-align:center;
}
.mach_data_prev_next_cell3	{
	width:200px;
	text-align:left;
}
.mach_thumb	 {
	margin-top:4px;
	border:1px solid #272F46;
}
.mach_pic {
	border:1px solid #272F46;
}
.mach_data_cell1	{
	width:100px;
	text-align:center;
}
.mach_data_cell2	{
	width:100px;
}
.mach_data_cell3	{
	width:300px;
}
#show_details_links	 {
	position: absolute;
	left: auto;
	top:92px;
	margin-left:508px;
}
.show_details_links	 {
	border:1px solid #dcdcdc;
	background-color: #FAFAFA;
	width:200px;
	text-align:left;
	font-family: verdana;
	font-size:10px;
	padding:5px;
}
.show_details_links A {
	text-decoration: underline;
}
.show_details_header	{
	background-color: #ffffff;
	color: #2C3234;
	padding: 2px;
	background-color: #093A4B;
	font-family: verdana;
	font-size:11px;
	font-weight: bold;
	color:#ffffff;
	text-align: left;

}
.machine_details_block	{
	padding-top:10px;
	width:450px;
	position: relative;
	left:0px;
	top:0px;
	padding-left:10px;
}
.machine_details_settings	{
	width: 440px;
	border-collapse: collapse;
}
.mach_details_cell1	{
	width:100px;
	padding:2px;
}
.mach_details_cell2	{
	width:10px;
	padding:2px;
}
.mach_details_cell3	{
	width:330px;
	padding:2px;
}

.machine_image	 {
	text-align:center;
}

/*	------------------------------------------------------------------------
*	Machine enquiry - enquiry.php
*	------------------------------------------------------------------------*/
.enquiry_mandatory_lines	{
	font-family:verdana;
	font-size:7pt;
	color:#5F7B86;
}
.enquiry_cell1	{
	width:100px;
}
.enquiry_cell2	{
	width:10px;
}
.enquiry_cell3	{
	width:250px;
}

/*	------------------------------------------------------------------------
*	Main machine search - index.php
*	------------------------------------------------------------------------*/
.main_search_header	{
	border: 1px solid #272F46;
	border-bottom: 0px;
	padding:4px;
	padding-left:2px;
	width:254px;
	background-color: #093A4B;
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
	text-align: left;
}
.main_search_body	{
	border: 1px solid #272F46;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	font-family:verdana;
	font-size:8pt;
	color:#000000;
	line-height: 16pt;
	width:260px;
}
.main_search_body select	{
	margin:4px;
	margin-left:10px;
	margin-right:10px;
	width:180px;
}
