﻿body 
{
	margin:0px;
	padding:0px;
	background-color: #eeeef0;
	background-image: url(images/background_gray.gif);
	background-position:top;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	font-size:12px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	color:#999999;
}

h2 {
	font-size:16px;
	font-weight:normal;
	color:#666666;
	text-align:left;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#444444;
	padding-bottom:2px;
	margin-bottom:2px;
	padding-top:2px;
	margin-top:2px;
}
h4 {
	font-size:13px;
	font-weight:bold;
	color:#444444;
	padding-bottom:2px;
	margin-bottom:2px;
	padding-top:2px;
	margin-top:2px;
}

p {
	line-height:150%;
	padding-bottom:5px;
}

a {
	color:#5f99c1;
}

hr {
	margin-top:10px;border:solid 0px #cccccc;
	border-bottom:solid 1px #cccccc;
	height:1px;
	
}

td {
	vertical-align:top;
}

.divheader {
	background: url(images/header.gif) no-repeat;
	background-repeat:no-repeat;
	width: 896px;
	padding-top:50px;
	text-align: center;
	padding-left:20px;
}
.divheader2 {
	width: 916px;
	text-align: center;
}

#menubottom {
	background: url(images/bg_submenu.png) no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	height: 32px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #82BCED;
	margin-top:0px;
}
#menubottom a {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}
#menubottom a:hover, #menubottom a:active
{
	background-color: Transparent !important;
}
#menubottom a img {
	padding-right: 5px;
	border: 0;
	text-decoration: none;
}
#menubottom span {
    display: none;
}
#menubottom span.selected {
    display: block;
}
.notmenu 
{
	padding-top:10px;
	padding-right:20px;
	font-size:11px;
    display: inline;
	float: right;
	clear:both;
	color: #000000;
}

#menutop, #menutop ul
{
	margin:0;
	padding:0;
}
#menutop div
{
	width:60%;
	float:left;
	_float:none;
}
#menutop ul
{
	width:100%;
}
#menutop li
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#menutop li.break
{
	float:none;
}
#menutop li.break br
{
	clear:both;
}
#menutop li a
{
	float:left;
	position:relative;
	font-size:100%;
}
#menutop li a img
{
	float:left;
	margin-top:7px;
	margin-right:5px;
	border:0;
}
#menutop li a.selected
{
	z-index:0;
	cursor:pointer;
}
#menutop li a .wrap, 
#menutop li a .innerWrap
{
	float:left;
	clear:both;
	white-space:nowrap;	
	cursor:pointer;
}
#menutop li a.selected .wrap, 
#menutop li a.selected .innerWrap
{
	cursor:pointer;
}

#menutop {
	margin-left: 19px;
	height: 34px;
	width: 100%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#menutop li a
{
    color: #787878;
	text-decoration: none;
    
	display: block;
	line-height: 34px;
	padding-left: 9px;
	background: transparent url('images/tab_header_off_left.png') 0px 0px no-repeat;
}
#menutop li a .wrap
{
	padding-right: 9px;
	background:transparent url('images/tab_header_off_right.png') right 0px no-repeat;
}
#menutop li a .innerWrap
{
	padding:0 5px;
	padding-top: 0px;
	background:transparent url('images/tab_header_off_middle.png') 0px 0px repeat-x;
}

.selected
{
	color: #ffffff;
}

#menutop li a.selected
{
	color: #ffffff;
    
	display: block;
	line-height: 34px;
	padding-left: 9px;
	background: transparent url('images/tab_header_on_left.png') 0px 0px no-repeat;
}
#menutop li a.selected .wrap
{
	padding-right: 9px;
	background:transparent url('images/tab_header_on_right.png') right 0px no-repeat;
}
#menutop li a.selected .innerWrap
{
	padding:0 5px;
	padding-top: 0px;
	background:transparent url('images/tab_header_on_middle.png') 0px 0px repeat-x;
}

#divsearch {
	background: white url(images/bg_search.png) center no-repeat;
	width: 370px;
	height: 35px;
	line-height: 35px;
	padding-top:12px;
}
#divsearch2 {
	background: white url(images/bg_search2.png) center no-repeat;
	width: 665px;
	height: 35px;
	line-height: 35px;
}
#divsearch, #divsearch td, #divsearch2, #divsearch2 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#divsearch a, #divsearch2 a {
	text-decoration: none;
	color: #2C2C2C;
}

.shadowcell_left {
	background: url(images/site_shadow_left.png) top right no-repeat;
}

.shadowcell_right {
	background: url(images/site_shadow_right.png) top left no-repeat;
	height:100%;
}

.body_cell {
	width: 880px;
	
}

.body_cell {
	height: 100%;
	
}

.homecontentcell {
	padding:20px;
}

.rightcontentcell {
	width:620px;
	padding:20px;
	padding-right:30px;
	padding-top:0px;
}
	
.leftmenucell {
	white-space:200px;
}

#pnlContent
{
	background-color:#ffffff;
	
}
/*
#test-pnlContent p
{
	background-color:#ffffff;
	margin:0px;
	padding:10px;
}
*/
.navigation
{
	padding:5px;
	font-size:9px;
}

.l_col_head {
	height:350px;
	width:650px;
	background: url(images/col_head.jpg) top left no-repeat;
}

.l_col_middle 
{
	width:610px;
	padding-left:20px;
	padding-right:20px;
	background: url(images/col_middle.gif) top left no-repeat;
	background-repeat:repeat-y;
}

.l_col_foot
{
	height:16px;
	width:650px;
	background: url(images/col_foot.gif) top left no-repeat;
}

.l_col_l_td
{
	border-right:solid 1px #cccccc;
	
}

.l_col_hr
{
	margin-top:10px;
	border-bottom:solid 1px #cccccc;
	width:610px;
	height:1px;
}

.l_note
{
	margin-left:20px;
	margin-top:10px;
	width:555px;
	height:83px;
	padding-left:20px;
	padding-right:30px;
	padding-top:10px;
	background: url(images/note_back.gif) top left no-repeat;
}

.r_col_head 
{
	height:186px;
	width:190px;
	background: url(images/r_col_head.gif) top left no-repeat;
	padding-top:20px;
	padding-right:10px;
	padding-left:16px;
}

.r_col_middle 
{
	width:190px;
	padding-left:16px;
	padding-right:10px;
	background: url(images/r_col_middle.gif) top left no-repeat;
	background-repeat:repeat-y;
}

.r_col_foot
{
	height:211px;
	width:190px;
	padding-left:16px;
	padding-right:10px;
	background: url(images/r_col_foot.gif) top left no-repeat;
}

.graytext {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px !important;
	color: #555555;
	text-decoration: none;
	text-align:center;
}







.submenu_item2_on, .submenu_item2_off:hover {
	background:url(images/v_menu_arrow.png) no-repeat center right;
	background-color:#f3f3f3;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#005188; 
	text-decoration:none;
	display:block; 
	padding-top:5px; 
	padding-bottom:6px; 
	margin-left:3px;
	margin-right:3px;
	text-align:left;
	border-bottom:1px #cFcFcF solid;
}  
  
.submenu_item2_off {
	background:url(images/v_menu_arrow.png) no-repeat center right;
	text-align:left;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#666666; 
	text-decoration:none;
	display:block; 
	padding-top:5px; 
	padding-bottom:6px; 
	border-bottom:1px #cFcFcF solid;
	margin-left:3px;
	margin-right:3px;
}


.submenu_item2_on a
{
    text-decoration:none;
}

.submenu_item2_off a
{
	color:#888888; 
    text-decoration:none;
}

.submenu_item2_off a:hover
{
	color:#444444; 
    text-decoration:none;
}




.v_menu_title
{
background:url(images/v_menu_title.png) no-repeat top center;
margin-left:0px;
text-align:left;
width:212px;
height:30px;
margin-left:10px;
margin-right:10px;
}

.v_menu_title h2
{
font-size:13px;
font-weight:bold;
padding-top:8px;
padding-left:14px;
color:#FFFFFF;
}

.v_menu_content
{
background:url(images/v_menu_content.png) no-repeat bottom center;
width:192px;
padding:10px;
padding-bottom:10px;
padding-top:0px;
margin-left:10px;
margin-right:10px;
}







.rightmenu {
	width: 209px;
}
.rightmenu_header {
	width: 209px;
	height: 56px;
	line-height: 56px;
	text-align: center !important;
	background-image: url(http://www.micromatic.com/images/bg_rightmenu_top.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #175DA3;
}
.rightmenu_body {
	background-color: #ECF6FF;
	border-left: 1px solid #BCD8F3;
	border-right: 1px solid #BCD8F3;
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
}
.rightmenu_footer {
	width: 209px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background-image: url(http://www.micromatic.com/images/bg_rightmenu_bottom.png);
	background-position: center;
	background-repeat: no-repeat;
}
.rightmenu_footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #466D96;
	text-decoration: underline;
}




.featuredtxt {	
	text-decoration: none;
}

.featuredtxt a {
	color:#CCCCCC;
	text-decoration: none;
}
.featuredtxt strong
{
	text-decoration: underline;
	color: #3f6286;
}
.featureddesc, :hover.featureddesc, :active.featureddesc, :visited.featureddesc
{
	color: #888888;
	width: 125px;
	cursor: pointer;
	text-decoration: none !important;
}
:hover.featureddesc
{
	color: #888888;
	width: 125px;
	cursor: pointer;
	text-decoration: underline !important;
}





.smallbox {
	width: 191px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smallbox_header {
	width: 191px;
	height: 6px;
	background-image: url(http://www.micromatic.com/images/smallbox_top.png);
	background-repeat: no-repeat;
}
.smallbox_body {
	border-left: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
	background-color: #ffffff;
	padding: 8px;
}
.smallbox_footer {
	width: 191px;
	height: 6px;
	background-image: url(http://www.micromatic.com/images/smallbox_bottom.png);
	background-repeat: no-repeat;
}

.text_titleBlue
{
	font-family: Tahoma, Arial, Helvetica !important;
	font-size: 11px !important;
	font-weight: bold;
	color: #5277AE !important;
}
.submenu_item2_off_ftr, .submenu_item2_off_ftr a
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px !important;
	color: #33567c;
	text-decoration: none;
}

.featuredIcon{
	display:block;
	width:160px;
	height:230px;
	float:left;
	margin-right:10px;
}