﻿/* global */
body
{
	margin: 0px 0 0 0;
	background-color: #E9EDE8;
	background: #E9EDE8 url(../../../images/site_bg.gif) top repeat-x;
}

img
{
	border: 0px;
}

/* containers */
#containHdr, #containNav, #containSubSubNav
{
	clear: left;
	width: 800px;
	margin: 0 auto 7px auto;
}

#containNav
{
	height: 24px;
	background: gray url(../../../images/nav_bg.gif) top repeat-x;
	margin-bottom: 0px;
}

#containSubSubNav
{
	height: 34px;
}

#containFeatures
{
	clear: left;
	margin: 0 auto 0px auto;
	background-color: #FFF;
	padding: 5px;
	width: 800px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 790px;
}

html > #containFeatures
{
	width: 790px;
}


#bgpadding
{
	clear: left;
	margin: 0px auto 7px auto;
	padding: 5px 0 5px 0;
	width: 800px;
	background: #fff;
}

* html #bgpadding
{
	height: 1%;
}


#containFooter
{
	clear: left;
	width: 800px;
	height: 20px;
	margin: 0 auto 7px auto;
}

/* rounded corners */
.imgTLcorner
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

.imgTRcorner
{
	display: block;
	padding: 0;
	margin: 0;
	float: right;
}

.imgBLcorner
{
	display: block;
	padding: 0;
	margin: -1px 0 0 0;
	float: left;
}

.imgBRcorner
{
	display: block;
	padding: 0;
	margin: -1px 0 0 0;
	float: right;
}

/* spacer div */
.bottomCorners, .clear
{
	clear: both;
}

/* horizontal dividers */
.dividerHori
{
	clear: both;
	background: url(../../../images/bg_pattern_hori.gif) 5px 5px repeat-x;
	height: 3px;
	margin: 5px 5px 1px 0;
	padding: 5px 0 5px 0;
}

/* remove - not in use
.dividerDotline {
	background-image:url(../../../images/bg_pattern_dotline.gif);
	background-repeat:repeat-x;
	height:1px;
	margin:12px 0 12px 0;
}

* html .dividerDotline {
	height:1%;
}

.addxtraPaddingBot {
	padding-bottom:10px;
}

.addPaddingBot {
	padding-bottom:5px;
}
*/

/* navigation */
#navigation
{
	float: right;
	width: 770px; /* bmh */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 767px;
}

html > #navigation
{
	width: 790px;
}


#navItems
{
	height: 23px;
}

a.mainNavItem
{
	display: block;
	float: left;
	color: #ffffff;
	padding: 6px 10px 6px 10px;
	border-left: 1px dotted #a1bdd2;
	border-right: 1px dotted #a1bdd2;
	margin-left: -1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none;
}
a.mainNavItemOver
{
	display: block;
	float: left;
	color: #ffffff;
	background-color: #5a8cb1;
	padding: 6px 10px 6px 10px;
	border-left: 1px dotted #a1bdd2;
	border-right: 1px dotted #a1bdd2;
	margin-left: -1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none;
}
a.mainNavItemOn:hover, a.mainNavItem:hover, a.mainNavItemOver:hover
{
	text-decoration: none;
	color: #FFF;
}

a.mainNavItemOn
{
	display: block;
	float: left;
	color: #ffffff;
	background-color: #5a8cb1;
	padding: 6px 10px 6px 10px;
	border-left: 1px dotted #a1bdd2;
	border-right: 1px dotted #a1bdd2;
	margin-left: -1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none;
}


/* sub navigation */
#subnavigation
{
	clear: both;
	margin: 1px 4px 0 4px;
	width: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
}
/*
#subnavigation{
	clear:both;
	margin:3px 4px 0 4px;	
	height:32px;
	width: 790px;  	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 782px;
}
*/

html > #subnavigation
{
	width: 782px;
}

a.subNavItem
{
	display: block; /*color:#9BA897;*/
	color: #fff;
	padding: 5px 10px 5px 6px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	text-decoration: none;
	width: inherit;
	border-bottom: 1px solid #999;
	white-space: nowrap;
}


a.subNavItemHoriz
{
	display: block;
	float: left;
	color: #9BA897;
	padding: 0 7px 4px 6px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.subNavItemOn, a:visited.subNavItemOn
{
	display: block;
	color: #fff;
	padding: 5px 10px 5px 6px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	width: inherit;
	border-bottom: 1px solid #999;
	white-space: nowrap;
	background-color: #666;
}

a.subNavItemHorizOn
{
	display: block;
	float: left;
	color: #01B7FD;
	padding: 0 7px 4px 6px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.subNavDivider
{
	display: block;
	float: left;
	color: #9BA897;
	padding: 0 0 4px 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.subNavItem:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #666;
}

a.subNavItem:visited
{
	color: #fff;
}

/*
a.subNavItem:hover {
	color:#00A5E5;
	text-decoration:none;
}
*/


#subNav1A
{
	visibility: visible;
}
#subNav3B
{
	visibility: visible;
}

#sub_resource_center, #sub_products_services, #sub_downloads, #sub_support_knowledge_base, #sub_security_labs, #sub_partners, #sub_about_websense, #sub_investor, #sub_press_room
{
	display: none;
	position: absolute;
	background-color: gray;
	border: 1px solid #999;
	border-bottom: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	z-index: 1;
}

/* remove - no variables
html>#sub_resource_center {

} 

html>#sub_products_services {
	
} 

html>#sub_downloads {
	
} 

html>#sub_support_knowledge_base {
	
} 

html>#sub_partners {
	
} 

html>#sub_about_websense {
	
} 

html>#sub_investor {
	
} 

html>#sub_press_room {
	
} 
*/

#subSubNavTitle
{
	float: left;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 19px;
	line-height: 19px;
	color: #9BA897;
	margin: 0;
	font-weight: normal;
	padding: 5px 0 0 4px;
}
#subSubNav3B
{
	float: right;
	padding: 12px 0 0 0;
}
#subSubNav3BTwoLines
{
	float: right;
}



/* Feature area */

* html #feature
{
	height: 1%;
}

#imgFeature
{
	float: left;
}

/* remove - not in use 
.featureSpots {
	float:left;
	width:195px;
	margin-left:5px;
}
*/

/* logo */
#header
{
	padding: 4px 0px 4px 5px;
	height: 53px;
}

.logo
{
	float: left;
}

/* search and language forms in header */
#search
{
	float: right;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #4C4C4C;
	font-weight: bold;
	position: relative;
	margin-top: -4px;
}

.headerForm
{
	display: inline;
	padding: 0;
	margin: 0;
}

#searchbox
{
	width: 85px;
	height: 14px;
	border: 1px solid;
	margin-left: 5px;
}

#searchbox.text
{
	vertical-align: middle;
	padding: 0 2px 0px 2px;
}

select
{
	font-size: 9px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	vertical-align: middle;
}
input
{
	font-size: 9px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	vertical-align: middle;
}
.required
{
	color: #CC3300;
}
form
{
	margin: 0;
	padding: 0;
}

.btnSearch
{
	vertical-align: middle;
}

#map
{
	vertical-align: middle;
	padding: 0 4px 0 4px;
}


/* content areas */
#sidecolumn .columnContent
{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

/*#sidecolumn .columnContent h3
{
	font-size: 10px;
	border: 1px solid #ccc;
	padding: 0 5px;
	background: whitesmoke;
}
*/
#sidebar .columnContent
{
	margin: 5px 0 10px 0px;
}

#sidebar h3
{
	margin-right: 10px;
}

.linklist
{
	margin: 10px 0 10px 5px;
}

a.simplelinklist
{
	display: block;
	line-height: 13px;
	padding-bottom: 5px;
}


/* awards */
.imgAwards
{
	float: left;
	margin-right: 10px;
}

.txtAwards
{
	margin-right: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666;
	font-weight: normal;
}

/* footer */
#ftrLinks
{
	float: left;
	margin-left: 1px;
}

#ftrLinks, a.ftrlink
{
	color: #00A2E1;
}

#ftrCopy
{
	text-align: center;
	color: #333;
}



/* general text styles */


.introText
{
	font: 10pt Verdana, Arial, sans-serif;
	padding: 0 20px 20px 0;
	color: #666;
	line-height: 20px;
}


.prodDisp1
{
	font-family: Arial, sans-serif;
	font-size: 8px;
	letter-spacing: 1px;
	color: #000;
}

.prodDisp2
{
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #000;
}


.resultBox
{
	border: 1px dotted #cccccc;
	padding: 5px 5px 5px 5px;
	margin: 0px 0 10px 0;
}

.x-smallG2
{
	font-size: 10px;
	color: #666;
}


.smallG
{
	font-size: 8px;
	color: #999;
}

.mediumB
{
	font-size: 18px;
	color: #000;
}

.resultBox .mediumB
{
	padding-bottom: 5px;
	text-decoration: none;
}


.text
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	font-weight: normal;
}
.smtext
{
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
}

a
{
	color: #33B7EA;
}
a:hover
{
	color: #BDBCBA;
}

a.mainlink
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #4C4C4C;
	font-weight: bold;
	text-decoration: none;
}

/* remove - WSL box
a.alertlink {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#4C4C4C;
	font-weight:bold;
	text-decoration:none;
	
}
*/

a.hdrlink
{
	display: inline;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #4C4C4C;
	font-weight: bold;
	text-decoration: none;
	padding-left: 13px;
	background: url(../../../images/bullet_admin.gif) no-repeat 0 2px;
}


.largeB
{
	font-size: 20px;
	color: #000;
	line-height: 20px;
}


.smallB
{
	font-size: small;
	color: #000;
}


p.pdfContent
{
	display: block;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	padding: 0 0 6px 23px;
	background: #FFF url(../../../images/bullet_pdf.jpg) no-repeat 0 2px;
}

.icoPDF
{
	margin-right: 5px;
}



h6
{
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 14px;
	color: #CC3300;
	margin: 0;
	font-weight: bold;
	padding: 2px 0 0 0;
	line-height: 17px;
}

h5
{
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	padding: 6px 0 6px 0;
}


h4
{
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 14px;
	color: #C30;
	margin: 0;
	font-weight: bold;
	padding: 10px 0 3px 0;
}


h3
{
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #004A8D;
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 0;
}

h2
{
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 18px;
	color: #CC3300;
	margin: 0 0 10px 0;
	font-weight: normal;
	padding: 2px 0 0 0;
	line-height: 22px;
}

h1
{
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 18px;
	color: #9BA897;
	margin: 0 0px;
	font-weight: normal;
}

.plain
{
	font-weight: normal;
}

/*
a:hover{
	color:#33B7EA;
}
*/

p
{
	margin: 0 0 10px 0;
}

li, ul, ol
{
	margin: 0;
	padding: 0;
}

.simplelist li
{
	list-style: none;
	padding-bottom: 5px;
}

li.mainlink
{
	list-style: none;
	line-height: 12px;
	padding: 0 0 0 13px;
	background: #FFF url(../../../images/bullet_admin.gif) no-repeat 0 2px;
}


strong
{
	font-weight: bold;
}

.stronglinklist a, .stronglink a
{
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 10px;
	color: #33B5E7;
	font-weight: bold;
	text-decoration: none;
}

.stronglink li
{
	list-style: none;
	line-height: 15px;
	padding: 0 0 0 13px;
	background: #FFF url(../../../images/bullet_strong.gif) no-repeat 0 2px;
}

.stronglink a:hover, .stronglinklist a:hover, .stronglinkHome a:hover
{
	color: #BDBCBA;
}

.stronglinkHome li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.stronglinkHome li
{
	list-style: none;
	line-height: 15px;
	padding: 0 0 0 10px;
}
.stronglinkHome a
{
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	color: #33B5E7;
	font-weight: bold;
	text-decoration: none;
}

/* remove - not in use
.stronglinkHomeBlack li {
	
	list-style:none;
	line-height:15px;
	padding:0 0 0 10px;
}

.stronglinkHomeBlack a {
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
*/

/* list */
.list li
{
	margin: 0 0 0 16px;
}

.listPad li
{
	margin: 0 0 8px 24px;
}


/* list */
.plainlist li
{
	list-style-type: disc;
	margin: 0 0 0 16px;
	padding: 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #333;
}


ul.strongList
{
	font-weight: bold;
	margin: 0 0 8px 24px;
	padding: 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #333;
}

ul.strongListHome, ul.strongListHomeNews
{
	list-style: none;
	font-weight: bold;
	margin: 0 0 8px 15px;
	padding: 0 5px 0 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	color: #333;
}

.strongListHomeNews li
{
	padding-bottom: 10px;
}

ul.strongListHome a, ul.strongListHomeNews a
{
	list-style: none;
	font-weight: bold;
	margin: 0 0 0px 0px;
	padding: 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
}

/* remove - not in use - umm... yes it is */
#errorList ul.error
{
	vertical-align: middle;
	padding: 0;
	margin-left: 15px;
	font-weight: bold;
	color: #CC3300;
}

.floatL
{
	float: left;
	margin: 5px 0 5px 0;
}

.mainlinklist li
{
	list-style: none;
	line-height: 12px;
	padding: 0 0 0 13px;
	background: #FFF url(../../../images/bullet_admin.gif) no-repeat 0 2px;
}
sup
{
	vertical-align: text-top;
}
.mainlinklist a
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #4C4C4C;
	font-weight: bold;
	text-decoration: none;
}
.mainlinklist a:hover
{
	color: #33B7EA;
}

p.text, span.text
{
	color: #666;
}

.spacedlist li
{
	margin: 0 0 0 16px;
	padding: 0 0 10px 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
}
.boldRed
{
	color: #CC3300;
	font-weight: bold;
}

.smallText
{
	font-size: 8px;
}

a.searchlink, a.searchlink:hover
{
	text-decoration: none;
	color: #AAAAAA;
}

#loginForm
{
	border: 1px solid #fff;
	width: 650px;
	margin-left: 50px;
}

#loginForm input
{
	margin: 0 0 5px 0;
}
#loginForm label
{
	font-weight: bold;
	color: #4C4C4C;
}
#loginForm .submit
{
	margin: 5px 0 0 25px;
}

#loginLeft
{
	width: 250px;
	float: left;
}

#loginRight
{
	width: 299px;
	padding-left: 50px;
	margin-left: 50px;
	border-left: 1px solid #000;
	float: left;
}

#contentFeatureA
{
	background-color: #7DAAC8;
	margin-bottom: 7px;
}
#contentFeatureA p
{
	width: 175px;
	color: white;
	padding: 7px 10px 0 10px;
}

#contentFeatureA ul
{
	width: 100%;
	padding: 0 0px 0px 0px;
}

#contentFeatureA .mainlink
{
	background-color: #0D2855;
	color: #999999;
}

.DarkBlueBold
{
	color: #0D2855;
	font-weight: bold;
}
.DarkBlueBold a
{
	color: #0D2855;
	text-decoration: none;
}
.DarkBlueBold a:hover
{
	color: #FFF;
}


#seofooter
{
	color: #AAAAAA;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}

.smallList li
{
	list-style: none;
	padding-left: 5px;
	margin-bottom: 6px;
	background: url(../../../images/bullet_admin.gif) no-repeat 0 3px;
}

.smallList a
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
}

.smallList a:hover
{
	color: #BDBCBA;
}


.solutionsLinks
{
	border-top: 2px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.solutionsLinks li
{
	list-style: none;
	line-height: 14px;
	padding: 0 0 1px 13px;
	background: url(../../../images/bullet_admin.gif) no-repeat 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.solutionsLinks li a
{
	text-decoration: none;
	color: #33B7EA;
}

p.solutions
{
	font-weight: normal;
	padding-left: 13px;
}

.solutionsLinks li a:hover
{
	color: #CCCCCC;
}

/* New Products page elements - vl */
.navBox
{
	background-color: #CFCFCF;
}

.NavBoxSub
{
	background: #fff url(../../../images/leftNavbg2.gif) top repeat-x;
}

.NavBoxSub .SubTitle
{
	font: 12px Arial, sans-serif;
	color: #fff;
	display: block;
	padding: 2px 5px 2px 5px;
	background: gray;
	border-top: 5px solid #000;
}

.NavBoxSub h3
{
	font: 12px Arial, sans-serif;
	color: #135a8f;
	display: block;
	padding: 2px 5px 2px 5px;
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

.prod_nav a:hover, .prod_navOn a:hover, .prod_nav2 a:hover, .prod_nav2On a:hover, .prod_nav3 a:hover, .prod_nav3On a:hover
{
	background-color: #d0dee9;
	color: #003963;
}


.prod_nav a, .prod_navOn a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 16px;
	top: 0px;
	left: 0px;
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/*	
.prod_navOn a {
	display:block;
	padding: 1px 5px 1px 5px;
	border-bottom: none;
	text-decoration: none;
}
*/

.prod_navOn
{
	background-color: #ccc;
	font-weight: bold;
	color: #000;
}

.prod_navOn a, .prod_nav2On a
{
	color: #000;
}

.prod_nav2 a, .prod_nav2On a
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	line-height: 16px;
	top: 0px;
	left: 0px;
	display: block;
	padding: 0px 5px 0px 10px;
	border-bottom: 1px solid #a2a2a2;
	text-decoration: none;
}

.prod_nav2
{
	background-color: #eaeaea;
}

/*
.prod_nav2On a {
	background-color: #c6c6c6;
	color:#FFF;
	text-decoration: none;
}
*/

.prod_nav2On
{
	background-color: #c6c6c6;
	font-weight: bold;
}

.prod_nav3 a, .prod_nav3On a
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	line-height: 16px;
	top: 0px;
	left: 0px;
	display: block;
	padding: 0px 5px 0px 15px;
	border-bottom: 1px solid #DFE1E7;
	text-decoration: none;
}


.prod_nav3On
{
	background-color: #ffffff;
}

.prod_nav3
{
	background-color: #EFEFEF;
}

.navTitle
{
	background-color: #666666;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #999999;
	letter-spacing: 2px;
	padding: 2px 5px 2px 0px;
	border-bottom: 1px solid #DFE1E7;
	text-decoration: none;
	width: 195px;
}


.navTitle a:hover, .navTitleOn a:hover
{
	color: #ffffff;
}

.navTitle a:visited
{
	color: #999999;
	text-decoration: none;
}


.navTitle a, .navTitleOn a
{
	background-color: #666666;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #999999;
	top: 0px;
	left: 0px;
	letter-spacing: 2px;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid red;
	text-decoration: none;
	width: 195px;
}

dl
{
	margin: 0;
}

dt a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

dd
{
	margin-bottom: 8px;
}

.overview_titles
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	margin: 3px 0;
	border-bottom: #c3c3c3 solid 3px;
}

.product_titles
{
	font-size: 24px;
	color: #666666;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	line-height: 22px;
}

.add-ons
{
	float: right;
	border: solid thin #c6c6c6;
	width: 145px;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 8px;
}


.ellipsis
{
	table-layout: fixed;
}

.ellipsis td
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



div.renewalform fieldset, div.renewalform legend
{
	margin: 0pt;
	padding: 0pt;
}

div.renewalform
{
	width: 745px;
	font-size: 1.1em;
	color: #333;
	margin-left: 20px;
}

div.renewalform fieldset
{
	margin: 10px 0 25px 0;
	border: none;
	border-top: 1px solid #A9C3D7;
}

div.renewalform legend
{
	padding: 0pt 2px;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 3px;
	_margin: 0 -7px; /* IE Win */
}

div.renewalform fieldset label, div.renewalform fieldset span, div.renewalform fieldset li input, div.renewalform fieldset li select
{
	display: block;
	float: left;
}

div.renewalform fieldset label, div.renewalform fieldset span
{
	line-height: 1.8;
}

div.renewalform fieldset label
{
	padding-right: 20px;
	text-align: right;
	width: 120px;
}

div.renewalform fieldset li input, div.renewalform fieldset li select
{
	font-size: 1em;
	color: #6A6A6A;
}

div.renewalform fieldset ol
{
	margin: 0;
}
div.renewalform fieldset p
{
	margin: 10px 0 10px 0;
}

div.renewalform em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

/*\*//*/ form.renewalform legend { display: inline-block; } /* IE Mac legend fix */

div.renewalform fieldset legend, div.renewalform fieldset label
{
	color: #6A6A6A;
}

div.renewalform fieldset li
{
	list-style: none;
	margin: 0;
	padding: 5px 10px 7px;
}

div.renewalform span.radiolist input
{
	margin-bottom: 3px;
}
div.renewalform span.radiolist label
{
	line-height: 1.4;
	margin: 0 0 10px 0;
	width: auto;
	display: inline;
	float: none;
}

div.renewalform li.checkbox label
{
	text-align: left;
}

div.renewalform li.checkbox span
{
	width: auto;
}

div.renewalform li.checkbox input
{
	margin-left: 0px;
}

div.renewalform li br
{
	padding: 0;
	margin: 0;
	clear: left;
}

div.renewalform div fieldset span span.noFloat
{
	float: none;
}

#renewalsteps
{
	height: 16px;
	padding: 0px 0 0 8px;
	margin: 0;
	border: 0;
	background: transparent url( '../../../onlinerenewal/breadcrumb_bg.gif' ) repeat-x;
	color: #f5f5f5;
	border: 1px solid #DDD;
}

#renewalsteps a, #renewalsteps a.last
{
	font-weight: bold;
	background: transparent url( '../../../onlinerenewal/breadcrumb_separator.gif' ) no-repeat scroll right;
	padding: 0px 30px 0px 0;
	text-decoration: none;
	line-height: 100%;
}

#renewalsteps a.last
{
	background: none;
}

#renewalsteps li
{
	float: left;
	display: inline;
	margin-right: 15px;
}

.searchResultTitle
{
	font-size: 1.3em;
}
.searchResultTitle b
{
	font-style: italic;
}
.searchResultDesc
{
	font-size: 1.1em;
	color: #474747;
}
.searchResultDesc b
{
	color: #000;
	font-style: italic;
}


input.radio
{
	font-size: 1em;
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	margin: 0pt;
	padding: 0pt;
	cursor: default;
	margin-right: 3px;
	padding: 0pt 3px;
}

div.prodTitle
{
	margin-right: 30px;
	background-color: #FFF;
	border-bottom: 1px dashed #111;
	color: #111;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

.evaluationProduct
{
	border: 1px dotted #cccccc; 
	padding: 10px;
}
.evaluationBox
{
	float: right;
	width: auto;
	background-color: #EFEFEF;
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin: 2px;
}

.nav1
{
	width: auto; padding: 5px;
}

.nav1 a:hover
{
	background-color: #c0c5c7;
	color: #ffffff;
}

.nav1 a:visited
{
	color: #5a5a5a;
}


.nav1 a
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 8pt;
	line-height: 10px;
	top: 0px;
	left: 0px;
	padding: 5px 10px 5px 5px;
	border: 1px solid #DFE1E7;
	text-decoration: none;
	background: url('../../../images/mailings/attach/Challenge/arrow3.gif') no-repeat 98% center;
}

.nav1 a
{
	background-color: #eaeaea;
}

.contactInfo
{
	/*border:1px solid #FFFFFF;
	margin-left:50px;
	width:650px;*/
}
.contactInfo h4
{
	padding:0 0 3px 0;
	margin:0;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#3B6B8F;
	font-size:10px;
	font-weight:bold;
}

.contactInfo h5
{
	padding:0 0 5px 0;
	margin:0;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#135A8F;
	font-size:12px;
	line-height:normal;
	border-bottom:1px dashed #CCC;
}

.contactInfo label,.contactInfo label.float
{
	margin-bottom:3px;
	float:left;
	color:#555;
	font-weight:bold;
}
.contactInfo label.float
{
	margin-left:20px;
}


.contactInfo label em
{
	color:#CC3300;
	font-weight:bold;
	margin-right:3px;
}

.contactInfo label input, .contactInfo label select
{
	padding:2px;
	margin-bottom:5px;
	border:1px solid #999;
}
.contactInfo label span.radio input
{
	border:0;
}

.prodlist
{
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #CCC;
	clear:both;
	font-weight:bold;
	text-decoration:none;
}
.prodlist a.link
{
	display:block;
	float:right;
	text-decoration:none;
}

.prodlist div.label
{
	float:left;
}

.prodlist div.label a
{
	color:#333333;
	text-decoration:none;
}
.prodlist div.label a:hover
{
	color:#999;
	text-decoration:none;
}

.leadFormLeft
{
	float:left;
	border-right:1px solid #000;
	padding-right:10px;
	width:420px;
}

.leadFormRight
{
	float:left;
	padding:0px;
	margin-left:10px;
	width:280px;
}

h2.blue 
{
	color:#135A8F;
	text-transform:uppercase;
}
h3.bordered
{
	font-size: 10px;
	border: 1px solid #ccc;
	padding: 0 5px;
	background: #EBEBEB;
}

span.boldH
{
	color:#EC8000;
	font-weight:bold;
}

/***Gridview Styles ***/

.Grid 
{
border: solid 0px #FFFFFF;
font-family: Verdana; 
font-size: X-Small;
/*border: solid 1px #FFFFFF;*/
}
.Grid td
{
padding:5px 2px 5px 2px;
border-bottom:1px solid #CCC;
clear:both;
font-weight:bold;
text-decoration:none;
}
.GridHeader
{
font-size: 10px;
border: 1px solid #ccc;
color:#135A8F;
padding: 0 5px;
background: #EBEBEB;
text-align:left;
text-transform:uppercase;
}

.GridHeader th
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.borderLeft
{
	border-left: 1px solid #ccc;
}

.borderRight
{
	border-right: 1px solid #ccc;
}

.GridItem
{
background-color: #e6e6e6;
}

.GridAltItem
{
background-color: white;
}
/***End Gridview Styles ***/

/* Table styles
----------------------------------------*/

table.gen_table {
	padding: 2px;
	font-size:10px;
}

table.gen_table thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

table.gen_table thead th span {
	padding-left: 7px;
}

table.gen_table tbody tr {
	background-color:#FFFFFF;
}

table.gen_table tbody tr:hover, table.gen_table tbody tr.hover {
	background-color: #ebf1f7;
	color: #000;
}

table.gen_table td {
	color: #000;
	font-size: 1em;
	border:1px solid #CCC;
}

table.gen_table tbody td {
	padding: 5px;
}

table.gen_table tbody th {
	font-size:.9em;	
	border:1px solid #CCC;
	text-align: left;
	color: #000;
	background-color:#DCDCDC;
	white-space:nowrap;
	padding:2px;
}

table.no_sort tbody th
{
	padding: 2px 5px;
}

table.gen_table tbody th a:link
{
	text-decoration: none;
	color: #000;
	padding: 1px 8px 1px 8px;
	display:block;
	line-height:1em;
}
table.gen_table tbody th a:hover
{
	color:#555555;
}
table.gen_table tbody th:hover {
	background-color:#EFEFEF;
}

table.gen_table th a:link,table.gen_table th a:visited,table.gen_table th a:hover,table.gen_table th a:active {
	color: #121212;
	font-size:1em;
}
table.gen_table td a{
	font-size:1em;
}

table.gen_table tr.gridPager table td
{
	text-align:center;
	padding:0;
	background-color:#EFEFEF;	
}
table.gen_table tr.gridPager table td span
{
	font-size:10px;
	font-weight:bold;
	color:#000;
	padding:2px 5px 2px 5px;
}
table.gen_table tr.gridPager table a
{
	font-size:10px;
	display:block;
	background-color:#FFF;
	padding:2px 5px 2px 5px;
	
}
table.gen_table tr.gridPager table a:hover
{
	background-color:#ccc;
	text-decoration:none;
}
table.gen_table td span.radio input,table.gen_table td input.radio 
{
	margin:0;
	padding:0;
}


.ContextMenuPanel{
	background:#FAFAFA url(../../../images/menu-bg.gif) repeat-y scroll 0pt 0pt;
	border:1px solid #868686;
	cursor:default;
	font-size:11px;
	padding:1px 1px 0px;
	z-index:1000;
}

a.ContextMenuItem, a.ContextMenuItemSelected {
	color:#003399;
	cursor:pointer;
	display:block;
	margin:1px 0pt;
	padding:4px 19px 4px 33px;
	text-decoration:none;
	white-space:nowrap;
}

a.ContextMenuItem:hover, a.ContextMenuItemSelected {
	background-color:#FFE6A0;
	border:1px solid #D2B47A;
	color:#003399;
	padding:3px 18px 3px 32px;
}