/* Iotap Home page CSS  */

body {
	background-color:#FFFFFF;
	width:100%;
	margin:0 auto;
	color:inherit;
}
#silverlightControlHost
{
 float:left;
 border:1px solid red;
 width:564px;
 height:260px;
}
.wrap
{
	width:100%;
	margin:0 auto;
	padding:0 0 0 0px;
	border:0px solid red;
}

.breadcrumb_left
{
	float:left;
	width:48%;
	height:30px;
	color:#0071ba;
	text-align:left;
	margin-top:15px;
	padding-left:15px;
	font-size:10pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-color:inherit;
}

.top_header
{
	float:left;
	width:100%;
	/*background-color:#1f1f1f;*/
	/*background-image:url(images/bg.gif);*/
	/*background-repeat:repeat;*/	
}

. certificationslogo
{
	float:left; 
	width:100%; 
	height:50px;
}

/*.bread_search_bg
{
	float:left;
	width:100%;
	background-color:#e2dfdf !important;
	height:25px !important;
	margin:0px;
	padding:0px;
}*/

.search
{
	margin-top:0px !important;	
}

.search .NormalTextBox
{
	border:1px solid #a3a5a6 !important;
	background-color:#f0eeee !important;
	margin:4px 0 0 3px !important;
	font-family:Verdana !important;
	font-size:10px !important;
	color:#a3a5a6 !important;
}

.SkinObject label
{
	font-size:9px !important;
	padding:3px 0 0px 0 !important;
	color:#333 !important;
}


/*.search_right
{
	float:left;
	width:49%;
	height:30px;
	margin-top:5px;
	text-align:right;
	color:#e28f33;
	font-size:10pt;
	font-family:Tahoma;
	border:0px solid red;
}

.breadcrumb_left Span a {
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	vertical-align:middle;
	text-transform:capitalize;
	font-weight: normal;
	text-decoration:none;
	background-color:Transparent;
}

.breadcrumb_left span a:link {
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	vertical-align:middle;
	text-transform:capitalize;
	font-weight: normal;
	text-decoration:none;
	background-color:Transparent;
}

.breadcrumb_left span a:active {
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	text-transform:capitalize;
	vertical-align:middle;
	text-decoration:none;
	background-color:Transparent;
}

.breadcrumb_left span a:hover {
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	text-transform:capitalize;
	vertical-align:middle;
	text-decoration:none;
	background-color:Transparent;
}

.breadcrumb_left span a:visited {
	font-family:Tahoma;
	color:#000000;
	font-size:12px;
	font-weight: normal;
	text-transform:capitalize;
	vertical-align:middle;
	text-decoration:none;
	background-color:Transparent;
}*/
	
/*-============Trans Menu start here ================-*/

	/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	

}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;	
	
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#c6e1f3;
	color:inherit;
	
}

.transMenu.top .items {
	border-top: 0;
	
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */

.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index:1;
	left: 5px;
	height: 2px;

	
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
/* each TR.item is one menu item */
.transMenu .item{
	margin: 0px;
	border: 0;
	display: block; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	font-size: 11px;
	cursor: pointer;
	text-transform:capitalize;
}

.transMenu .item td {
	font-family:Trebuchet MS;
	font-size:8pt;
	color: #027aca;
	text-transform:capitalize;
	background-color: #c6e1f3;
	
}

.transMenu .item.hover
{
	border:0;
}

.transMenu .item.hover td {
	margin:0 0 0 0;
	color:#FFFFFF;
	border:0;
	font-family:Trebuchet MS;
	font-size:8pt;
	text-transform:capitalize;
	background-color:inherit;
	background-image:url(images/MainMenuOver.jpg);
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

/* Added classes by Khanh - 050629 */
.transMenu .item#active {
	color: #FFFFFF!important;
	background-color:inherit;
	
}

.transMenu .item#active .hover {
	color: #FFFFFF;
	background:none;
	background-color:inherit;
}


/* For first level menu.*/
#wrap {
	margin: 0px;
	border:0px solid red;
	background-image:url(images/MenuCenter.jpg);
	background-repeat:repeat-x;
	font-family:Trebuchet MS;
	font-size:12px;
	height:27px;
	width:100%;
	padding-top:0px;
}

#menu {
	margin: 0px;
	padding: 0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#FFFFFF;
	background-color:inherit;
}

#menu td {
	text-align: left;
	padding:0px 0 0 0;
	margin:0px 0 0 0;
	height:27px;
	
}

#mbttransmenu 
{
	background:none;
	
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
	clear: both;
	display: block;
	white-space: nowrap;
	color:#FFFFFF;
	vertical-align:bottom;
	height:27px;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	font-family:Trebuchet MS;
	text-transform:capitalize;
	padding-top:5px;
	padding-right:18px;
	padding-left:18px;
	padding-bottom:0px;
	font-weight:normal;
	background-color:inherit;
	border-right:1px solid #9dd9f6;
	/*background-image:url(http://dnnize.net/Portals/87/Skins/iotap_housemenu/seperator.jpg);
	background-repeat:no-repeat;*/
}

a.mainlevel-trans:hover {
	background-image:url(images/MainMenuOver.jpg);
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	font-family:Trebuchet MS;
	text-transform:capitalize;
	padding-top:5px;
	padding-right:18px;
	padding-left:18px;
	margin:0px 0 0 0;
	color:#fff;
	/*color:#035a8c;*/
	border:0px solid red;
	font-weight:normal; 
	background-color:inherit;
	border-right:1px solid #9dd9f6;
	/*background-image:url(http://dnnize.net/Portals/87/Skins/iotap_housemenu/seperator.jpg);
	background-repeat:no-repeat;*/
}

a.mainlevel_active-trans, a.mainlevel_active-trans:active {
	clear: both;
	width: auto;
	margin: 0;
	padding:0;
	display: block;
	white-space: nowrap;
	background: #CCAA99;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal; 
}

a.mainlevel_active-trans:hover {
	height:27px;
	padding:0px 0 0 0;
	margin:0 0 0 0;
	background-image:url(images/MainMenuOver.jpg);

}

/*******Transmenu end here*************/

.breadcrumb
{
	float:left;
	width:48%;
	border:0px solid red;
	vertical-align:top !important;
	padding:3px 0 0 15px!important;
}

.search
{
	float:left;
	width:49%;
	border:0px solid red;
	text-align:right;
	font-family:Trebuchet MS;
	color: #63686a;
	font-size:10px;
	text-transform:capitalize;
}

.top_logo
{
	float:left;
	/*background-image:url(images/top_logo.jpg);
	background-repeat:no-repeat;*/
	width:200px;
	height:88px;
	text-align:left;
}

.top_right
{
	float:right;
	background-image:url(images/top_right.jpg);
	background-repeat:no-repeat;
	width:795px;
	height:88px;
	text-align:right;
}

.top_SL
{
	float:right;
	width:130px;
	height:87px;	
}

.toppane
{
	float:left;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	border:0px solid green;
	margin-top:3px;
	background-color:inherit;
}

.leftpane
{
	float:left;
	width:21%;
	padding:0 0 0 0;
	margin-right:7px;
	margin-left:0px;
	text-align:left;
	border:0px solid #CC0000;
}

.contentpane
{
	float:left;
	width:57%;
	padding:0 0 0 0;
	margin-right:5px;
	text-align:center;
	background-color:inherit;
	border:0px solid #CC00FF;
}

.contentpane_blog
{
	float:left;
	width:74.5%;
	padding:0 0 0 0;
	margin-right:5px;
	text-align:center;
	background-color:inherit;
	border:0px solid #CC00FF;
}

.contentpane2
{
	float:left;
	width:100%;
	padding:0 0 0 0;
	margin-right:0px;
	text-align:center;
	background-color:inherit;
	border:0px solid #CC00FF;
}
.middlepane1
{
	float:left;
	width:32%;
	padding:0 0 0 0;
	margin-right:10px;
	background-color:inherit;
	border:0px solid red;
}

.middlepane2
{
	float:left;
	width:32%;
	padding:0 0 0 0;
	margin-right:10px;
	background-color:inherit;
	border:0px solid red;
}

.middlepane3
{
	float:left;
	width:32%;
	padding:0 0 0 0;
	margin-right:0;
	background-color:inherit;
	border:0px solid red;
}

.rightpane
{
	float:left;
	width:20%;
	padding:0 0 0 0;
	margin-right:0px;
	text-align:right;
	border:0px solid #FF33FF;
}

.content_center
{
	width:99%;
	margin:0 auto;
	text-align:center;
	padding:0 0px 0 5px;
	border:0px solid  #000000;
	
}




.clearboth
{
	clear:both;
}

.bottompane
{
	float:left;
	width:203px;
	padding:0 0 0 0;
	margin-top:3px;
	text-align:left;
	border:0px solid #CC0000;
}

.copyright
{
	width:285px;
	float:left;
	text-align:left;
	height:19px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#fff;
	vertical-align:middle;
	padding:1px 0 0 10px;
	border:0px solid red;
	background-color:inherit;
	
}

.phone
{
	float:left;
	text-align:left;
	width:530px;
	height:19px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#fff;
	vertical-align:middle;
	padding:2px 0 0 0px;
	background-color:inherit;
	border:0px solid #990000;
}

.phone A
{
	
	color: #fff !important;	
}

.phone A:hover
{
	
	color: #dfe0e1 !important;	
}

.login
{
	float:left;
	width:135px;
	height:19px;
	text-align:right;
	font-family:Trebuchet MS !important;
	font-size:11px !important;
	color:#fff;
	padding:1px 0 0 3px;
	background-color:inherit;
	border:0px solid #9900FF;
}

.login A
{
	font-family:Trebuchet MS !important;
	font-size:11px !important;
	color: #fff !important;	
}

.login A:hover
{
	font-family:Trebuchet MS;
	font-size:11px;
	color: #dfe0e1 !important;	
}
.footer
{
	width:100%;
	height:27px;
	border:0px solid red;
	background-repeat:repeat-x;
	background-image:url(images/footertab.jpg);
	padding:4px 0 0 0 !important;
	margin:5px 0 0 0;
}

p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0;
}
.housemenu
{
	float:left;
	width:100%;
	margin-top:0px;
	margin-left:0px;
	padding:0 0 0 0;
	height:27px;
	border:0px solid red;
}

.menu
{
	float:left;
	width:100%;
	padding:0px;
	height:27px;
	border:0px solid red;
	margin: 0px;
	background-image:url(images/MenuCenter.jpg);
	background-repeat:repeat-x;
	font-family:Trebuchet MS;
	font-size:12px;
}

A:link 
{	
	FONT-WEIGHT: normal;	
	FONT-SIZE: 8pt;	
	COLOR: #67713c;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	TEXT-DECORATION: none
}

A:visited
{
	FONT-WEIGHT: normal;	
	FONT-SIZE: 8pt;	
	COLOR: #67713c;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	TEXT-DECORATION: none
}

A:hover
{	
	FONT-WEIGHT: normal;	
	FONT-SIZE: 8pt;	
	COLOR: #596366;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	TEXT-DECORATION: none
}

A:active
{
	FONT-WEIGHT: normal;	
	FONT-SIZE: 8pt;	
	COLOR: #67713c;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	TEXT-DECORATION: none
}

a.breadcrumbtxt:link {
	font-family:Trebuchet MS;
	color: #63686a;
	font-size:10px;
	vertical-align:middle;
	text-transform:capitalize;
	font-weight: normal;
	text-decoration:none;
	background-color:inherit;
}

a.breadcrumbtxt:active {
	font-family:Trebuchet MS;
	color: #63686a;
	font-size:10px;
	font-weight: normal;
	text-transform:capitalize;
	vertical-align:middle;
	text-decoration:none;
	background-color:inherit;
}

a.breadcrumbtxt:hover {
	font-family:Trebuchet MS;
	color: #000;
	font-size:10px;
	font-weight: normal;
	text-transform:capitalize;
	vertical-align:middle;
	text-decoration:none;
	background-color:inherit;
}

a.breadcrumbtxt:visited {
	font-family:Trebuchet MS;
	color: #63686a;
	font-size:10px;
	font-weight: normal;
	text-transform:capitalize;
	vertical-align:middle;
	text-decoration:none;
	background-color:inherit;
}

.bread_search_bg
{
	float:left;
	width:100%;
	background-image:url(images/searchpane_bg.jpg);
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	height:25px;	
}


/*.breadcrumb
{
	float:left;
	width:492px;
	margin:0px 0 0 10px;
	padding:7px 0px 0px 0px;
	border:0px solid red;
	vertical-align:top;
}

.search
{
	float:left;
	width:492px;
	margin:3px 0 0 0;
	padding:0 0px 0 0;
	vertical-align:top;
	text-align:right;
	border:0px solid #000;

}*/

.bg01
{
	background-image:url(images/CombinedHome.jpg);
	background-repeat:no-repeat;
}

.Normal P
{
	color:#000000 !important;
}

.certificationlogos
{
	float:left;
	height:45px;
	width:180px;
}

/***********************SOLPART MENU************************/
/*
.MainMenu_MenuContainer {
	
	width:980px;HEIGHT: 27px;	
}
.MainMenu_MenuBar {
	CURSOR: hand; HEIGHT: 27px;
	width:980px;
	text-align:left;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color:#FFFFFF;
	border:0;
	font-family:Trebuchet MS;
	font-size:8pt;
	text-transform:capitalize;
	padding:0px 15px 0px 15px;
	text-align:center;
	background-color:red;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family:Trebuchet MS;
	font-size:8pt;
	text-transform:capitalize;
	padding:0px 15px 0px 15px;
	text-align:center;
	background-image:url(images/MainMenuOver.jpg);
}
.MainMenu_MenuItemAct {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family:Trebuchet MS;
	font-size:8pt;
	text-transform:capitalize;
	padding:0px 15px 0px 15px;
	text-align:center;
}
.rootmenuitem TD{ 
	color:#FFFFFF;
	border:0;
	font-family:Trebuchet MS;
	font-size:8pt;
	text-transform:capitalize;
	padding:0px 15px 0px 15px;
	text-align:center;
	background-color:Transparent !important;
} 
.rootmenuitemactive TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #FFF; 
	font-family:Trebuchet MS;
	font-size:8pt;
	text-transform:capitalize;
	padding:0px 15px 0px 15px;
	text-align:center;
	background-color:Transparent !important;
}
.rootmenuitemselected TD{ 
	cursor: hand; 
	color:#FFF; 
	font-family:Trebuchet MS;
	font-size:8pt;
	text-transform:capitalize;
	padding:0px 15px 0px 15px;
	text-align:center;
	background-color:Transparent !important;
	background-image:url(images/MainMenuOver.jpg);
}
.rootmenuitembreadcrumb TD{ 
	cursor: hand; 
	color: #FFF; 
	font-family:Trebuchet MS;
	font-size:8pt;
	text-transform:capitalize;
	padding:0px 15px 0px 15px;
	text-align:center;
	background-color:Transparent !important;
}
.MainMenu_MenuIcon {
	border-left: #212121 1px solid; 
	border-bottom: #212121 0px solid; 
	border-top: #212121 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 14px;
	height: 21px;
	background-color:#C6E1F3
}
.submenuitemselect {
	background-color:#C6E1F3;
	
}
.MainMenu_SubMenu {
	margin-top: 0px;
	margin-left: 0px;
	background:url("MainMenuOver.jpg");
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-top: #3E3E3E 0px solid;
	border-right: #3E3E3E 0px solid;
	border-left: #3E3E3E 0px solid;
	border-bottom: #3E3E3E 0px solid;
	
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #212121 1px solid; 
	border-bottom: #212121 0px solid; 
	border-top: #212121 0px solid;
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
}
*/


/************************************BLOG OVERRIDING STYLES************************/

.blog_body
{
	border-bottom:2px solid #999 !important;	
	width:100% !important;
	padding:15px 0 20px 0 !important;
}
.blog_footer
{
	border-bottom:0px solid #999 !important;
}
.blog_title
{
	border-bottom:0px solid #999 !important;
}
.blog_title A
{
	text-transform:capitalize !important;
}
.blog_title A:hover
{
	text-transform:capitalize !important;
}
.blog_more_link
{
	padding:0 0 0 0 !important;
	font-size:.7em !important;
}
.blog_body P
{
	font-family:Verdana !important;
	font-size:12px !important;
	font-style:normal !important;
	font-variant:normal !important;
	color:#000!important;
}
.blog_body P STRONG
{
	font-family:Verdana !important;
	font-size:12px !important;
	font-style:normal !important;
	font-variant:normal !important;
	color:#000!important;
}
.blog_body P FONT
{
	font-family:Verdana !important;
	font-size:12px !important;
	font-style:normal !important;
	font-variant:normal !important;
	color:#000!important;
}
.blog_body P FONT STRONG
{
	font-family:Verdana !important;
	font-size:12px !important;
	font-style:normal !important;
	font-variant:normal !important;
	color:#000!important;
}
.blog_body P FONT STRONG EM
{
	font-family:Verdana !important;
	font-size:12px !important;
	font-style:normal !important;
	font-variant:normal !important;
	color:#000!important;
}
.blog_body DIV STRONG SPAN FONT
{
	font-family:Verdana !important;
	font-size:12px !important;
	font-style:normal !important;
	font-variant:normal !important;
	color:#000!important;
}
.blog_author SPAN
{
	font-family:Verdana !important;	
	font-size:10px !important;	
	color:#666 !important;
}
.blog_pub-month SPAN
{
	font-size:10px !important;		
}
.blog_pub-date SPAN
{
	font-size:9px !important;
	font-weight:bold !important;		
}
