﻿html {
	height: 100%;
}

body {
	background-color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 1000px;
}

A, a
{
    TEXT-DECORATION: none
	color: #3366ff;
}
A:hover, a:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
A:link, a:link
{
/*    COLOR: #01598e; */
	color: #3366ff;
    TEXT-DECORATION: none
}
A:visited, a:visited
{
    COLOR: #3366ff;
}

a img {
	border: 0;
}

/*************** Forms ***************/

form#commentForm label {
                display: block;
                padding: 14px 0 6px;
                font-weight: bold;
                }
								
form label.left_col {
		padding: 6px 0px;
}
									
form .left_col {
		display: block;
		float: left;
		width: 145px;
		margin-top: 5px;
}

form .right_col {
		margin-top: 5px;
}

             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form div small {
                font-size: 8pt;
                color: #666;
								line-height: 10pt;
                }
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 13px;
                background: #fff url('/images/admin/bg-form-field.gif') top left repeat-x;
                border: 1px solid #d5d5d5;
								color: #333;
                }

form input[disabled],
form textarea[disabled]
{
                background: #e0e0e0 url('/images/admin/bg-form-field-disabled.gif') top left repeat-x;
}

form .right_col {
		margin-top: 5px;
}
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
input .large-input {
                width: 97% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                width: 97% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }

fieldset {
	border: 1px solid #999;
	padding: 0px 15px 15px 15px;
	margin: 5px 3px 3px;
  -moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

form legend {
	padding: 0px 3px;
	font-weight: bold;
	line-height: 1.3em;
}

form input.text-input,
form textarea,
form .wysiwyg,
form select
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
			
			
input.button {
	min-width:100px;
	background:#36f; 
//  background: #36f url('/images/admin/bg-button-blue.gif') top left repeat-x;
	color:#fff !important;
	kit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-image: -moz-linear-gradient(center top, #36f 15%, #04f 100%);
	background-image: -webkit-linear-gradient(top, #36f 30%, #04f 100%);
	background-image: -o-linear-gradient(top, #36f 30%, #04f 100%);
	background-image: -ms-linear-gradient(#36f , #04f);
	background-image: linear-gradient(top, #36f 30%, #04f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3366ff', endColorstr='#0044ff');/*For IE7-8-9*/ 
height: 1%;/*For IE7*/ 
	border-radius: 7px;
	border: 1px solid #999;
	height: 30px;
	padding-bottom: 5px;
//	font-weight: bold;
	cursor:pointer;
}
input.button:hover {
/*	background:#04f !important; */
	background-image: -moz-linear-gradient(center top, #04f 30%, #36f 100%);
	background-image: -webkit-linear-gradient(top, #04f 30%, #36f 100%);
	color:#fff !important;
}

label.error { 
								float: none; color: red; padding-left: .5em; vertical-align: top; 
								background: url('/images/admin/icons/cross_circle.png') no-repeat;
                border-color: #df8f8f;
                color: #665252;
								display: none;
								padding: 0px 0px 0px 20px;
								font-weight: normal;
}

.asterisk_required {
	color: #9c0000;
	font-size: 20px !important;
}
/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0px 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
				border-radius: 6px;
                }
                

.attention {
                background: #fffbcc url('/images/admin/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('/images/admin/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('/images/admin/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
	
                background: #ffcece url('/images/admin/icons/cross_circle.png') no-repeat;
                border-color: #df8f8f;
                color: #665252;
                }
textarea.error {
	
                background: none;
                border-color: none;
                color: none;
                }

label.error { 
								float: none; color: red; padding-left: .5em; vertical-align: top; 
								background: url('/images/admin/icons/cross_circle.png') no-repeat;
                border-color: #df8f8f;
                color: #665252;
								display: none;
								padding: 0px 0px 0px 20px;
								font-weight: normal;
}
								
.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }



dt, dd { display: inline; }

hr { color: #fff; background-color:#fff; width: 90%; }

.ovPadding
{
    PADDING-RIGHT: 20px;
    PADDING-LEFT: 20px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
}
#maincontainer{
	text-align: left;
	width: 1000px;	
	margin: 0 auto 0 auto;
	position:relative;
	LINE-HEIGHT: 15pt;
/*    FONT-SIZE: 10pt; */ /* moved to spcontainer2 */
	background-color: #ffffff;
    color:#4d4c4c;
/*    font-family:"Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;  */
	font-family:"Arial", "Helvetica", "細明體", sans-serif;
/*	font-family: "細明體",Arial,Helvetica, sans-serif; */
/*	font-family: Tahoma, Geneva, sans-serif;*/
/*	font-family: Arial,PMingLiu; */
/*	font-family: Arial,Ming;*/
    height:100%
}
#phpbb #maincontainer{
	text-align: left;
	width: 1000px;	
	margin: 0 auto 0 auto;
	position:relative;
/*	font-size: 11px; */
	background-color: #ffffff;
	line-height: normal;
    color:#4d4c4c;
/*    font-family:"Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;  */
	font-family:"Arial", "Helvetica", "細明體", sans-serif;
/*	font-family: "細明體",Arial,Helvetica, sans-serif; */
/*	font-family: Tahoma, Geneva, sans-serif;*/
/*	font-family: Arial,PMingLiu; */
/*	font-family: Arial,Ming;*/
    height:100%
}
#overlaycontainer{
	text-align: left;
	margin: 0 auto 0 auto;
	position:relative;
	LINE-HEIGHT: 15pt;
    FONT-SIZE: 10pt;
    color:#4d4c4c;
    font-family:"Lucida Grande","Lucida Sans Unicode",  sans-serif; 
    height:100%
}
#header{
    background-color: #F0F0F0;
}
#header_top{
	text-align: right;
	vertical-align:middle;
	width: 1000px;
	height: 98px;
	margin: 0 auto 0 0;
	position: relative;
	background-color:#f0f0f0;
	font-size: 14px;
	font-family: Arial, Helvetica;
	background-image: url("/images/topnav/background/nav_top.png");
	background-repeat: no-repeat;
}

#header_top_link {
	position: absolute;
	top: 32px;
	left: 72px;
	width: 197px;
	height: 66px;
	background-color: transparent;
}

#header_bottom{
	text-align: right;
	vertical-align:middle;
	width: 1000px;
	height: 15px;
	margin: 0 auto 0 0;
	position:relative;
	background-color:#f0f0f0;
	font-size: 14px;
	font-family: Arial, Helvetica;
	background-image: url("/images/topnav/background/nav_bottom.png");
	background-repeat: no-repeat;
}
#header_bottom2{
	width: 1000px;
	height: 16px;
	background-image: url("/images/bodyassets/header_bottom2.png");
	background-repeat: no-repeat;
}
#header_top a{
	text-decoration:none;
	color:#fff;
}
#header_top a:hover{
	text-decoration:none;
	color:#fff;
}
#search{
	 position: absolute;
	 top: 0px;
	 right: 11px;
	 font-size:0.85em;
	 width: 310px;
	 height: 56px;
	 background-image: url("/images/bodyassets/search_bg.jpg");
	 background-repeat: no-repeat;
}

#search form{
	padding:0;
	margin:0;
}
#input_search {
	width: 175px;
	height: 10px;
	padding: 2px 0 0 8px;
	border: 0px none;
	position: absolute;
	top: 14px;
	left: 56px;	
}
#gobutton {
    width: 45px;
	position: absolute;
	top: 12px;
	left: 253px;	
	
}
#header_info_bar{
	 position: absolute;
	 top: 72px;
	 right: 30px;
	 font-size:0.85em;
 	 width:auto;
	 color:#fff
}

#breadcrumb{
	color:#444;
	text-align: left;
	width: 591px;
	height:16px;
	padding: 0 0 0 409px;
	margin: 0px 0 0 0;
	position:relative;
	font-family:Arial, Helvetica;
	font-size:8pt;
	line-height:normal;

}
#nobreadcrumb{
	color:#444;
	background-color:#f0f0f0;
	width: 1000px;
	height:10px;

}
#breadcrumb a{
	text-decoration:none;
	color:#444;
}
#breadcrumb a:hover{
	text-decoration:underline;
	color:#444;
}
#productheader
{
	height:200px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
#productheadertop{

	height:10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	background-image: url("/images/bodyassets/breadcrumb_bg.png");
	background-repeat:no-repeat;
}

#homeheadertop{

	height:8px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

	text-align: left;
	background-image: url("/images/bodyassets/bodytopsquare_bg.png");
	background-repeat:repeat-y;
}
#genericheadertop{

	height:10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ffffff;
	text-align: left;
	background-image: url("/images/bodyassets/breadcrumb_bg.png");
	background-repeat:repeat-y;
}
#hero{
	text-align: center;
	padding: 0 3px 0 3px;
	margin: 0 0 0 0;
	width: 974px;
}
#ovHero
{
	background-color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#bodycontent{
	background-color: #FFFFFF;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
.bodycontent{
	background-color: #FFFFFF;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
.bodycontentfeatures{
	background-color: #FFFFFF;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	text-align: left;
	/*background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;*/
}
#bodycontentNPNB{
	padding: 0 4px 0 3px;
	margin: 0 0 0 0;
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
#bodycontentNP{
	background-color: #FFFFFF;
	padding: 0 4px 0 4px;
	margin: 0 0 0 0;
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
#bodycontentBlckNP{
	background-color: #000000;
	padding: 0 4px 0 4px;
	margin: 0 0 0 0;
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
#ovhero{
	background-color: #ffffff;
	padding: 0 4px 0 4px;
	margin: 0 0 0 0;
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}

#hometagline{
	text-align: left;
	vertical-align:bottom;
	width: 1000px;
	height: 216px;
	margin: 0 auto 0 0;
	position:relative;
	background-color:#f0f0f0;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica;
	background-image: url("/images/homepage/bottom_hp.png");
	background-repeat: no-repeat;
}

#taglinebox{
/*	background-color: #000000; */
	margin: 37px 689px 0px 31px;
	float: left;
	height: 178px;
	width: 280px;
}

#taglineboxbottom{
	background-color: #cccccc;
	height: 11px;
	
}

#hotoffpress{
/*	background-color: #ff0000; */
	margin: 10px 25px 0px;
	text-align: center;
	font-size: 22px;
}

#presscontent{
	margin: 20px 10px 5px 20px;	
	overflow: auto;
}

#presscontent .presslist
{
/*	padding-bottom: 12px; */
}

#presscontent dl {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
#presscontent dt {
	float: left;
	width: 16%;
	clear: left;
	margin: 1px 0 5px 0;
	padding: 2px;
	vertical-align: top;
	color: #666;
	background:#f0;
	letter-spacing: -1px;
}

#presscontent dd {
	float: left;
	width: 80%;
	margin: 1px;
	padding: 2px;
	vertical-align: top;
	background:#e0;
}


#homebodycontentNP{
/*	background-color: #e9e8e8; */
	background-color: #ffffff;
	padding: 0 4px 0 4px;
	margin: 0 0 0 0;
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
/*   ===================  Media content strip below hero ===================  */
#mediacontent{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position:relative;
	height:60px;
	text-align: left;
	background-color:#999999;
	background-image: url("../images/mediacontent_bg.png");
	background-repeat:repeat-y;
}
#flashdemocontainer
{
	min-width:600px;
	min-height:400px;

}
.tblcapacities
{
border-collapse:collapse;
}
.tblcapacities  td
{


    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
padding:2px 4px 0px 4px;
}
.mediatitle
{

    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
 text-align:left;
 float: right;
 padding-right:15px;
}
/*   ===================  END Media content strip below hero ===================  */
#bodyfooter
{
	background-color: #FFFFFF;
	 height:100px;
     width: 100%;
	 background-image: url("/images/bodyassets/bodybottom_bg.png");
	 background-repeat:no-repeat;
}
#bodyfooterBlck
{
	background-color: #000000;
	 height:100px;
     width: 100%;
	 background-image: url("/images/bodyassets/bodybottom_bg.png");
	 background-repeat:no-repeat;
}
#bodyfootersquare
{

	position: relative;
    
     width: 100%;
	 background-image: url("/images/bodyassets/footer_bg.png");
	 background-repeat:no-repeat; 
}

#homebodyfooter
{
	background-color: #FFFFFF;
	 height:20px;
     background-image: url("/images/bodyassets/bodybottomsquare_bg.png");
	 background-repeat:no-repeat;
}
#footer_spacing
{
	min-height: 40px;
}
#footer  
{
	text-align: center;
     font-size:11px;
	 color:#999999;
	 padding: 0px;
	 bottom: 0px;
     left: 0px;
/*     width: 1000px; */
     width: 970px;
/*	 background-color:#F0F0F0; */
/*	 background-color:#FFFFFF; */
}
/*
#footer a{
	text-decoration:none;
	COLOR: #999999
}

#footer A:hover
{
    text-decoration:none;
    COLOR: #999999;
}
*/
.prodhighlightsBG
{
	background-image: url("/images/products/background/bg_highlights.png");
	background-repeat:repeat-x;

}
.prodhighlightsBG500
{
	background-image: url("/images/products/background/bg_highlights500.png");
	background-repeat:repeat-x;

}
#prodhighlights
{	
	background-color:#ffffff;
    
}
#prodhighlights div
{	
	background-color:#ffffff;
	float: left;
    width: 215px;
    min-height: 150px;
    margin: 0 0 0 0;
    padding: 0 20px 0 5px;
    
}

#prodhighlights div:hover
{
/*cursor: pointer; cursor: hand;
background-color:#f6f6f6; */

}
#prodfeatures div
{
	
	float: left;
	background-color:#FFFFFF;
    width: 215px;
    min-height: 150px;
    margin: 0 0 0 0;
    padding: 0 20px 0 5px;
    
}

/*============================================================================*/
/* Overlay styles*/
/*============================================================================*/

#flashDemo
{

}

#overlay 
{
	background-image:url("/images/overlay/white_overlay.png");
	color:#333333;
	height:650px;
}
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap 
{
	/*height:800px;*/
	/*
	height:644px;
	overflow-y:auto;
	*/
	max-height:520px;
	overflow:auto;
	}
	
/*============================================================================*/	


}
#featuresMI
{
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
#clearleft
{
clear: left; 
}
.clearleft
{
clear: left; 
}
.clearboth
{
clear: both; 
}
.clearinheret
{
clear: inherit; 
}
.clearnone
{
clear: none; 
}
#ff {

	width: 100%;
	background-color:#ffffff;
	
}
#ffxx {

	width: 100%;
	background-color:#ffffff;
	
}
#tt{
cursor: pointer; cursor: hand;
	text-align: center;
	color:#fff;
	width: 1000px;
	height:37px;
	background-color:#ffffff;
    vertical-align:bottom;
	background-image: url("/images/bodyassets/bg_accordian.jpg");
	background-repeat: repeat-x;
	padding:0 0 0 0;
	margin: 0 0 0 -3px;

	
}
#ttbar{
cursor: pointer; cursor: hand;
	text-align: center;
	color:#fff;
	width: 1000px;
	height:37px;
	background-color:#ffffff;
    vertical-align:bottom; 
	background-image: url("/images/bodyassets/bg_accordian.jpg"); 
	background-repeat: repeat-x;
	padding:0 0 0 0; 
	margin: 0 0 0 -4px;

	
}
#accordianbar
{
	
	width:974px;
	padding: 0 0 0 3px;
	margin: 0 -3px 0 0;

	
}
#accordianbarLP
{
	color:#fff;
	width:974px;
	padding: 0 0 0 3px;
	margin: 0 -3px 0 0;

	
}
/* homepage formatting */
#hpcolumns
{
	background-color:#ffffff;
	padding: 0px;
	margin: 0;
	min-height:100px;
	text-align: left;
/*
	background-image: url("/images/bodyassets/body_bg.png"); 
	background-repeat:repeat-y; 
*/	

}

#hpRightLeft
{
	float: left;
}
#hpCol2Left
{
	float: left;
	padding-top: 10px;
	line-height: normal;
	width: 256px;
}
#hpCol2Left .myTitle
{
	padding-top: 15px;
	color: #666666;
	font-size: 22px;
	font-weight: 600;
}
#hpCol2Left .myContent
{
    font-size: 13px;
	line-height: 16px;	 
}
#hpCol2Left table, td
{
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	padding-right: 8px;
}


#hpCol2Right
{
	float: right;
	padding-top: 100px;
	width: 298px;
	/*
	height: 40px;
	width: 30px;
	*/
}

span.hp_datetime { color: #666; letter-spacing: -1px; margin-right: 10px;}

#loginbox
{
	margin: 10px 10px 0px;
	background-image: url("/images/visuals/user_group.png");  /* 258 x 87 */
	background-repeat: no-repeat;
	padding: 83px 0 35px 5px;
	font-size: 15px;
}

#loginbox .input {
	margin: 7px 0;
	background-color: #f0f0f0;
	float: right;
	clear: both;
}

#loginbox .input span {
	position: absolute;
	padding: 8px;
	margin-left: 3px;
	color: #888;
}

#loginbox .input input {
	position: relative;
	height: 24px;
	width: 246px;
	margin: 0;
	border: #f0f0f0 2px solid;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 3px 3px 4px #bbb;
	background: transparent;
	font: inherit;
	font-weight: normal;
	text-indent: 8px;
}

#loginbox .forgotpw {
	position: relative;
	top: 15px;	
	left: 10px;
	font-size: 13px;

}


/* overview page formatting */
#ovcolumns
{
	background-color:#ffffff;
	padding:0 4px 0 4px;
	margin: 0 0 0 0;
	min-height:50px;
	text-align: left;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
/* generic page formatting  */

.vertbarfooter_padding
{
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px
}
.verbarheader_padding
{
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px
}
.contentpadding
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px
}
.overviewcontentpadding 
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    padding-top:5px;
    padding-bottom:5px;
}
.tborderright
{
	BORDER-RIGHT: #dcdbdb 1px solid;
}
.toppadding
{
 padding-top:100px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
/*  Product overview comparison chart styles*/    

#comparisonchart
{
	width:974px;
/*	margin-left:-0.1em;*/
}
#comparisonchart #ovheader
{
background-color:#494949;
}


#comparisonchart #ovheader th .lastcol
{
border:none;
	background-image: url("/images/products/background/bg_comparisonchartprod.jpg");
	background-repeat:repeat-x;
	

}

#comparisonchart td
{
	padding:15px;
	
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color:#dcdbdb;
}
#comparisonchart td .lastcol
{
border-right:none;
}
.comparisontitle 
{
	LINE-HEIGHT: 20pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: #ffffff;

	background-color:#0066a4;	
	padding:5px;
	border:10px solid #414141;
}
.comparisontitlegreen 
{
	LINE-HEIGHT: 20pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: #ffffff;

	background-color:#62ad44;	
	padding:5px;
	border:10px solid #414141;
}
.comparisontitlered 
{
	LINE-HEIGHT: 20pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: #ffffff;

	background-color:#810618;	
	padding:5px;
	border:10px solid #414141;
}
.comparisontitlesmall 
{
	LINE-HEIGHT: 16pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #ffffff;

	background-color:#0066a4;	
	padding:5px;
	border:10px solid #414141;
}
.comparisonprod
{
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color:#dcdbdb;
	background-image: url("/images/products/background/bg_comparisonchartprod.jpg");
	background-repeat:repeat-x;
}
/*=============  PRODUCT Line Card TABS STYLES ====================================*/
 

ul.tabsLC {
	margin: 0;
	padding: 0 5px;
	float: left;

	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;


}
ul.tabsLC li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
    color: #000;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	
}
ul.tabsLC li a {
	text-decoration: none;
	color: #000;
	display: block;
    LINE-HEIGHT: 20pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR:#000000;

	padding: 0 10px;

	outline: none;
}
ul.tabsLC li a:hover  {
	color:#31b0ff;
}


html ul.tabsLC li.active, html ul.tabsLC li.active a:hover,html ul.tabsLC li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
    LINE-HEIGHT: 20pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR:#0065a4;

}
/*=============  PRODUCT TABS STYLES ====================================*/


ul.tabs {
	margin: 0;
	padding: 0 5px;
	float: left;

	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;


}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
    color: #000;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
    LINE-HEIGHT: 10pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR:#000000;

	padding: 0 10px;

	outline: none;
}
ul.tabs li a:hover  {
	color:#31b0ff;
}


html ul.tabs li.active, html ul.tabs li.active a:hover,html ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
    LINE-HEIGHT: 10pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR:#0065a4;

}
/*=============  PRODUCT White TABS STYLES ====================================*/


ul.tabswhite {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/

}
ul.tabswhite li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
    color: #000;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/

	position: relative;
	
}
ul.tabswhite li a {
	text-decoration: none;
	color: #000;
	display: block;
    LINE-HEIGHT: 10pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR:#FFFFFF;

	padding: 0 10px;

	outline: none;
}
ul.tabswhite li a:hover  {
	color:#31b0ff;
}

html ul.tabswhite li.active, html ul.tabswhite li.active a:hover,html ul.tabswhite li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
    LINE-HEIGHT: 10pt;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR:#31b0ff;

}

/*========================= End PRODUCT TABS WHITE ==========================*/
.tab_container {

	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;


}
.tab_content {
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height:600px;
}
.tab_contentnobg {

	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height:600px;
}
#bodyframe{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	background-color: #dedede;
	background-image: url("/images/bodyassets/body_bg.png");
	background-repeat:repeat-y;
}
/*  columns styles */
/*  three column layout*/
	
/* ======================================================= */
/* New column layout using div tags and equal height borders*/
/* ======================================================= */
/*three columns*/
	  #hpcontainer2, #spcontainer2 { 
	  	float: left; overflow: hidden; width:1000px; 
		  font-size: 10pt;  /* moved from maincontainer */
			
/*	  	background-image: url("/images/homepage/homepagecontentbg.jpg");background-repeat:repeat-x; */
      }
      #hpcontainer2 div { /* margin-bottom: -2000px; padding-bottom: 2000px; /*padding-left:10px;padding-right:16px; */ }
      #hpcontainer2 .col1 { float: left; width: 395px; /* border-right: 2px solid #dcdbdb; */ }
      #hpcontainer2 .col2 { float: right; width: 605px; margin-right: 0; }
      #hpcontainer2  .textpadding{margin:0;padding-bottom:20px;}
/*four columns*/
      #spcontainer2 .col1 { float: left; width: 375px; }
	  #spcontainer2 .col2 { float: right; width: 625px; margin-right: 0; }
	  
      #container4 { float: left; overflow: hidden; width:975px;}
      #container4 div { float: left; background: #fff;  width: 218px; margin-right: 5px;  margin-bottom: -2000px; padding-bottom: 2000px;padding-left:10px;padding-right:10px;}
      #container4 .col1 {  border-right: 1px solid #dcdbdb; }
      #container4 .col2 { border-right: 1px solid #dcdbdb;}
      #container4 .col3 {  border-right: 1px solid #dcdbdb;}
      #container4 .col4 { margin-right: 0;}
	  #container4  .textpadding{margin:0;padding-bottom:20px;}
/* ======================================================= */

.column2HL {
	color: #aaa;
}

.myContent {
	color: #666666;
}

#hpcontainer2 .column2HL {
  letter-spacing: 2px;
  font-size: 35px;	
  padding-right: 20px;
}

#hpcontainer2 .column2HL .myContent {
  font-size: 15px;	
  letter-spacing: 0px;
  line-height: 25px;
  padding-top: 15px;
}

#hpcontainer2 #col2Padding
{
	padding: 10px 31px 20px 20px;
}

#spcontainer2 #col2Padding
{
	padding: 10px 31px 10px 18px;
}

#spcontainer2 #col2MCPadding
{
	padding: 10px 31px 10px 30px;
}

#spcontainer2 #col1Margin
{
	margin: 140px 50px 10px;
}
#spcontainer2 .column1Link
{
	background-color: #f3f1f1;
	padding: 20px 30px;
	font-size: 12px;
	line-height: 14px;
	min-height:200px;
}
#spcontainer2 .column1Link .title, h2
{
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: 600;
}
#spcontainer2 .column1Link ul
{
	list-style:none;
	list-style-type:none;
	list-style-position: outside;
	margin-left:-40px;
	margin-top: 12px;
	margin-bottom: 10px;
}
#spcontainer2 .column1Link li
{
	line-height: 18px;
}
#spcontainer2 .column1Link .selected
{
	font-weight: bold;
	font-size: 14px;
}


#spcontainer2 .column2HL {
	letter-spacing: 0px;
	font-size:  25pt;
	padding-right: 10px;
	padding-top: 15px;
}

#pvcontainer .column2HL {
	letter-spacing: 0px;
	font-size:  25pt;
	padding-right: 10px;
	padding-top: 15px;
}

#spcontainer2 .column2HL .myContent {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 23px;
	padding-top: 8px;
}

#spcontainer2 .column2MC {

}
	
#spcontainer2 .column2MC .title {
	font-size: 17pt;
	margin-bottom: 8px;
	font-weight:700;
}

#bodtable
{
	border: 0px;
	border-spacing: 8px;
	padding: 0px;
	margin: 0px;
	padding-right: 8px;
    width: 100%;
}
#bodtable td
{
	vertical-align: top;
}
#bodtable .desc
{
	height: 100px;
	overflow-y: auto;
}

#bodtable .title
{
	color: #680;
	font-size: 14px !important;
	font-weight: 600 !important;
}

#blogbubble
{
	background-image:url(/images/bodyassets/speech_bubble.png);
	background-repeat:no-repeat;
	min-height:60px;
	width:60px;
	color:#fff;
	font-size:18px;
	text-indent: 17px;
	padding-top: 6px;
}
	
.column3HL {
  float: left;
  width: 972px;
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.column3HL li
{

	float: left;
  	width: 305px;
  	padding-top: 15px;
  	padding-left: 8px;
  	padding-right: 8px;
	border-right: 1px solid #dcdbdb;	
	/*margin-right: 0; margin-bottom: -2000px; padding-bottom: 2000px;*/

} 
.column3HL li.last{
border-right:none;
} 

.column3 {
  float: left;
  width: 972px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color:#ffffff;
  
}

.column3 li
{

	float: left;
  	width: 305px;
  	padding-top: 30px;
  	padding-left: 8px;
  	padding-right: 8px;
	border-right: 1px solid #dcdbdb;	
	min-height:150px;
	/*margin-right: 0; margin-bottom: -2000px; padding-bottom: 2000px;*/

} 

.column3 li.thumbnail
{

	float: left;
  	width: 305px;
  	padding-top: 0;
  	padding-left: 8px;
  	padding-right: 8px;
	border-right: 1px solid #dcdbdb;	
} 
.column3 li.thumbnaillast
{

	float: left;
  	width: 305px;
  	padding-top: 0;
  	padding-left: 8px;
  	padding-right: 8px;
	border-right: none;	
} 
.column3 li.last{
border-right:none;
} 
  .column3 li.first{
float:left;

  } 
.column3 li.clearlast{
	clear: both; 
  } 
.floatLeft{
	float: left;
  } 
.floatRight{
	float: right;
  } 
   /*  four column highlights layout*/

.column4HL {
  float: left;
  width: 972px;
  margin: 0;
  padding: 0;
  list-style: none;

  
}

.column4HL li{
	float: left;
  	width: 220px;
  	padding-top: 15px;
  	padding-left: 8px;
  	padding-right: 8px;
	min-height:100px;
	border-right: 1px solid #dcdbdb;
	
} 
.column4HL li.last{
border-right:none;
  } 
 /*  four column layout*/

.column4 {
  float: left;
  width: 972px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color:#ffffff;
  
}

.column4 li{
	float: left;
  	width: 220px;
  	padding-top: 15px;
  	padding-left: 8px;
  	padding-right: 8px;
	min-height:150px;
	border-right: 1px solid #dcdbdb;
	
	
} 
.column4 li.last{
border-right:none;
  } 
/*  five column layout*/

.column5 {
  float: left;
  width: 972px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color:#ffffff;
  
}

.column5 li{
	float: left;
  	width: 175px;
  	padding-top: 15px;
  	padding-left: 8px;
  	padding-right: 8px;
	min-height:100px;
	border-right: 1px solid #dcdbdb;
	min-height:130px;
} 
.column5 li.last{
border-right:none;
  } 
 /*===========================================================*/ 
  
.colcenter 
{
	text-align: center;
}
/*  Media Bar on product page*/
/* Media content  */
.mediacontent{
	min-height:60px;
	
}
#mediacontent{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position:relative;
	height:60px;
	text-align: left;
	background-color:#999999;
	background-image: url("/global/images/products/background/mediacontent_bg.png");
	background-repeat:repeat-y;
}
#infotable{
	padding: 20px;
	margin: 0 0 0 0;
	height:200px;
	text-align: left;
	background-color: #F0F0F0;
	background-image: url("/global/images/products/background/bg_prodinfotable.gif");
	background-repeat:no-repeat;
}
#infotable .columns {
  float: left;
  width: 1000px;
  margin: 0;
  padding: 0;
  list-style: none;  
}

#infotable .columns li
{ 
	float: left;
  	width: 325px;
}
/* ======================================================= */
/* Product header background classes    */
/* ======================================================= */ 
.prodhdrbgwhite 
{
	background-color: #ffffff;
}
.prodhdrbgblack
{
	background-color: #000000;
}
/* ======================================================= */
/* Product Library classes    */
/* ======================================================= */
.libsegmenttitle{

	text-align: left;
	LINE-HEIGHT: 34px;
	color:#fff;
	width: 750px;
	height:37px;
	background-color:#ffffff;
   background-image: url("/global/images/bodyassets/bg_accordian.jpg");
	background-repeat: repeat-x;
	padding:0 0 0 0;
	margin: 0 0 0 0;

	
}
/* ======================================================= */
/* Product catalog classes    */
/* ======================================================= */
.segmenttitle{

	text-align: left;
	LINE-HEIGHT: 34px;
	color:#fff;
	width: 965px;
	height:37px;
	background-color:#ffffff;
   background-image: url("/global/images/bodyassets/bg_accordian.jpg");
	background-repeat: repeat-x;
	padding:0 0 0 0;
	margin: 0 0 0 0;

	
}
.productcattitle
{
	font-weight:bold;
    font-size: 12pt; 
    padding:0 0 0 10px;
}
.centered
{
	text-align:center;
	
}
/* ======================================================= */
/* JQuery toggle styles for carousel */
/* ======================================================= */
.arrowright {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/global/images/arrows/arrowright.png");
	background-repeat: no-repeat;
	background-position: center 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0 0 0 0;
height:40px;
} 
.arrowdown {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/global/images/arrows/arrowdown.png");
	background-repeat: no-repeat;
	background-position: center 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0 0 0;
height:40px;
} 
.arrowup {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/global/images/arrows/arrowup.png");
	background-repeat: no-repeat;
	background-position: center 25px;
	color: #FFFFFF; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0 0 0;
height:40px;
}
.arrowdownGRN_border {
	background-image: url("/global/images/arrows/arrowupdownGRN.png");
	background-repeat: no-repeat;
	background-position: center top;
	height:9px;
	border-right: #dcdbdb 1px solid;
}
.arrowdownGRN {
	background-image: url("/global/images/arrows/arrowupdownGRN.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	height:9px;
}

.sitemapPadding
{
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    PADDING-BOTTOM: 4px;
    PADDING-TOP: 4px;
}
.tooltipWIH {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
.rowheightOV {

	height:10px;

}

.avatar { 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#f0f0f0;
 
    width:675px;
    min-height:200px;
	padding:30px;
	color:#333;
    border:1px solid #333;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(/images/buttons/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

blockquote.pquote {
	display:inline; 
	width:225px; 
	margin:6px; 
	font-size:15pt; 
	font-family:PlantinLightItalic;
}

blockquote.left {
	float:left;
}

blockquote.right {
	float:right;
}

ul.c_me_dropdown 										{ position: relative; list-style: none; margin-top: 0px; }
ul.c_me_dropdown li									{ float: left; zoom: 1; }
ul.c_me_dropdown li a 							{ display: block; padding: 0px 8px; border-right: 0.1em solid ; line-height: 0.8em; margin-bottom: 10px; }
ul.c_me_dropdown li:last-child a 		{ border-right: none; }
ul.c_me_dropdown li.hover,
ul.c_me_dropdown li:hover						{ position: relative; }
        
ul.c_me_dropdown ul									{ background: none repeat scroll 0% 0% #407df1; visibility: hidden; position: absolute; list-style: none outside none; top: 100%; left: 5%; z-index:4000001; margin: 0px; padding: 5px 5px 0px; min-width:120px; text-align:left; box-shadow: 2px 2px 2px 2px #ccc; }
ul.c_me_dropdown ul li							{ border-bottom: 0.1em solid #fff; float: none; padding: 5px 0px 0px; }
ul.c_me_dropdown ul li a 						{ border-right: none; width: 100%; display: inline-block; } 

.validation_summary.error {
	margin:10px 12px;
	background:none;
	border-color:transparent;
}

.validation_summary.error h2 {
	color: #be0d30;
	min-height: 19px;
	padding-left: 40px;
	padding-top: 3px;
	background: url(/images/bodyassets/validation_summary.gif) no-repeat 0px 0px;
	font-size:18px;
}
