

/* PAGE CONTAINER Styles------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	margin:0 auto;
	background:url(../images/page_bg.jpg) 0px 0px repeat-x #E9ECF0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:150%;
}

p {
	padding:0;
	margin:12px 0;
	line-height:17px;
}

a {
  color:#069;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:focus,
input:focus {
  -moz-outline-style: none;
  outline:none;
}

a img {
  border:none;
}

option {
  padding: 0 5px 0 3px;
}

input.checkbox, input.radio {
  border: none;
  padding: 0;
}

ul {
  list-style: none;
}
ul.regular, ol.regular {
  margin:12px 0;
  padding:0 0 0 40px;
  line-height:17px;
}
ul.regular {
  list-style-type:disc;
}
ol.regular {
  list-style-type:decimal;
}

.clear_empty {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  font-size: 0;
  line-height: 0px;
  display: block;
}

input.text,
select.text,
textarea.text
{
  float:left;
  font-family:Arial,Helvetica,sans-serif;
  width:330px;
  border:1px solid #bbb;
  color:#333;
  padding:3px 4px 2px;
  font-size:13px;
  background:#fcfcfc url(../images/standard/greyform_background.gif) repeat-x 0 0;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

#wrapper {
	margin:0 auto;
	width:980px;
	overflow:hidden;
	position:relative;
}

/* HEADER Styles--------------------------------------*/

#header_wrapper {
	height:120px;
	padding:0 5px;
	position:relative;
	top:0;
	z-index:999;
}

#header_cell {
	padding:12px 0;
	overflow:hidden;
	height:65px;
}

#header_logo {
	float:left;
}

#header_links {
    float:right;
	font-size:11px;
	margin:0;
	padding:0;
}

#header_links li {
  display:inline;
}

#header_links li a {
	float:right;
	color:#777777;
	text-decoration:none;
	display:block;
	height:30px;
	line-height:30px;
	padding:0 0 0 20px;
}

#header_links li a:hover {
	color:#222222;
}


#header_links img {
    padding:0 5px;
	border:none;
}

/* MAIN NAVIGATION Styles-----------------------------*/

#navigation_cell {
	clear:both;
	background-image:url(../images/nav_bar_bg.jpg);
	width:970px;
	height:40px;
	overflow:hidden;
}

#main_navigation {
	float:left;
	height:40px;
}

#main_navigation li {
    float:left;
}

#main_navigation li a {
    float:left;
	color:white;
	text-decoration:none;
	font-size:16px;
	display:block;
	height:40px;
	line-height:40px;
	padding:0 15px;
}

#main_navigation li a:hover,
#main_navigation li a.selected {
	background:url(../images/nav_bar_hover.jpg) repeat-x right;
}

.first_main_nav_item a:hover,
.first_main_nav_item a.selected {
	background:url(../images/nav_bar_hover.jpg) repeat-x !important;
}

#navigation_search {
	float:right;
	padding-right:10px;
	line-height:40px;
	height:40px;
	width:200px;
	background:transparent url(../images/standard/search_bg.png) no-repeat 0 50%;
}

#navigation_search input {
	border:none;
	background-color:transparent;
	width:175px;
	margin:12px 0 0;
	padding:0 0 0 5px;
	color:#666;
	float:left;
}
#navigation_search a {
  float:left;
  display:inline;
  width:20px;
  height:24px;
  margin:8px 0 0;
  font-size:1px;
  line-height:1px;
  text-indent:-400px;
}

/* SEARCH HINT Styles------------------------------*/
#search_hint {
  position:absolute;
  right:5px;
  top:94px;
  width:350px;
  border-top:3px solid #6f7a8e;
  border-right:2px solid #6f7a8e;
  border-bottom:2px solid #6f7a8e;
  border-left:2px solid #6f7a8e;
  background-color:#fff;
  z-index:1000;
  display:none;
}
#search_hint h3 {
  font-size:12px;
  padding:5px 8px;
  background-color:#878fa2;
  color:#fff;
}
#search_hint h4 {
  font-size:11px;
  padding:5px 8px;
  background-color:#878fa2;
  text-align:right;
  color:#fff;
}
#search_hint h4 a {
  color:#fff;
}
#search_hint .result {
  display:block;
  padding:5px 8px;
  font-size:11px;
  position:relative;
  min-height:32px;
}
#search_hint .result img.icon {
  position:absolute;
  width:32px;
  height:32px;
}
#search_hint .result strong {
  display:block;
  padding:0 0 2px 42px;
  color:#444;
}
#search_hint .result em {
  display:block;
  font-style:normal;
  padding:0 0 0 42px;
  color:#666;
}
#search_hint .result em .snippetClass3 {
  color:#000;
}
#search_hint .result:hover {
  text-decoration:none;
  background-color:#f0f0f0;
}

/* SUB NAVIGATION Styles------------------------------*/

#subnav {
	display:block;
	height:33px;
	position:relative;
}
#subnav li {
  float:left;
}

#subnav li a {
	padding:9px 20px 9px 20px;
	height:15px;
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
}

#subnav li a.selected,
#subnav li a:hover {
	color:#000;
	background:url(../images/standard/subnav_selected.png) no-repeat 50% 100%;
}

/* TITLE AND BREADCRUMBS Styles-----------------------*/

#body_wrapper {
	width:980px;
	/*padding-top:130px;*/
}

#title_cell {
	margin:0 5px;
	border-bottom:1px solid #C8CDD3;
	overflow:hidden;
	width:970px;
	height:60px;
}

#page_title {
	float:left;
	padding:27px 0 0 25px;
}

#page_title h1 {
	font-size:24px;
	margin:0;
	padding:0;
	font-weight:normal;
}

#breadcrumbs {
	float:right;
	padding:36px 22px 0 0;
	font-size:11px;
	color:#777777;
}

#breadcrumbs a {
	text-decoration:none;
	color:#777777;
	padding:0 3px;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

/* BANNERS Styles-------------------------------------*/

#page_banner {
	clear:both;
}

#page_banner_ess_home {
	clear:both;
	background:url(../images/banners/banner_ess_home.jpg) no-repeat;
	height:250px;
	padding-left:510px;
}

#page_banner_ena_home {
	clear:both;
	background:url(../images/banners/banner_ena_home.jpg) no-repeat;
	height:250px;
	padding-left:510px;
}

#page_banner_emav_home {
	clear:both;
	background:url(../images/banners/banner_emav_home.jpg) no-repeat;
	height:250px;
	padding-left:510px;
}

#banner_phrase h2 {
	color:#197279;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	padding:50px 50px 35px 0;
}

#banner_phrase h2 span {
	color:#666666;
	font-size:14px;
	line-height:24px;
}

#banner_purchase_cell {
	width:329px;
	float:left;
}

#banner_purchase_title {
	color:#197279;
	font-size:26px;
	font-weight:bold;
	padding-top:8px;


	padding-bottom:10px;
}

#banner_purchase_subtitle {
	color:#666666;
	font-size:16px;
}

#banner_purchase_subtitle a:hover {
	text-decoration:none;
}

#banner_trial_cell {
	width:124px;
	float:left;
	padding-top:10px;
}

#banner_trial {
	background:url(../images/banner_trial_bg.png) no-repeat;
	color:white;
	height:24px;
	text-align:center;
	line-height:24px;
	border:0;
	margin-bottom:8px;
}

#banner_trial a {
	color:white;
	text-decoration:none;
	display:block;
}

#banner_renewals {
	color:#004A6F;
	text-align:center;
	font-size:11px;
}

#banner_renewals a {
	color:#004A6F;
	display:block;
}

.ess_color {
	color:#CDA111 !important;
}

.ena_color {
	color:#74C699 !important;
}

/* SUB BANNER SECTION Styles--------------------------*/

#sub_banner_cell {
	height:50px;
	border-bottom:1px solid #C8CDD3;
}

/* CONTENT Styles-------------------------------------*/

#content_wrapper {
	background:url(../images/content_solid_border.jpg) repeat-y;
	overflow:hidden;
	clear:both;
}

#content {
	background:url(../images/content_gradient_border.jpg) no-repeat top;
	overflow:hidden;
	padding:0 50px;
	width:880px;
}

#content_homepage {
	background:url(../images/content_gradient_border.jpg) no-repeat top;
	overflow:hidden;
	padding:40px 0 35px 0;
	width:980px;
}

#content img,
#content_homepage img {
	border:none;
}

#content h2 {
	margin:0;
	font-size:16px;
	color:#197279;
	font-weight:bold;
}

#content h2 span {
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

#content h3 {
	margin:0 0 -8px 0;
	font-size:14px;
	color:#197279;
	font-weight:bold;
}

#content h3 span {
	margin:0 0 -8px 0;
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

/* HOMEPAGE CONTENT Styles----------------------------*/

#home_slides_window {
	float:left;
	overflow:hidden;
	width:880px;
	position:relative;
	padding:0 0 0 48px;
}
#home_slides {
  float:left;
	position:relative;
	left:0;
	width:5000px;
}
.home_slide {
	width:200px;
	margin:0 10px;
	float:left;
}

.home_slide h2 {
	margin:0;
	padding:0 0 10px 0;
	font-size:16px;
	color:#197279;
	font-weight:bold;
}

.home_slide_desc {
	font-size:13px;
	padding:5px 0;
}

.home_slide_learn_more a {
	color:#006699;
	font-size:13px;
	text-decoration:none;
}

.home_slide_learn_more a:hover {
	text-decoration:underline;
}

.home_slide_arrow {
	text-align:center;
	width:48px;
	float:left;
	padding-top:48px;
}

.home_slide_arrow a {
	display:block;
	margin:0 auto;
	width:10px;
	height:19px;
	background:transparent url(../images/home_slides_arrow.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:-5000px;
	cursor:default;
}

#home_slide_next a {
	background-position:0 -38px;
}

#home_slide_next a.enabled {
	background-position:0 -57px;
	cursor:pointer;
}

#home_slide_prev a.enabled {
	background-position:0 -19px;
	cursor:pointer;
}
.list_activate_renew {
  line-height:29px;
  list-style-type:disc;
  margin:0;
  padding:5px 0 0 25px;
}

/* INTERIOR CONTENT Styles----------------------------*/

/* SINGLE COLUMN */

.single_column_content {
	padding:25px 0;
	clear:both;
	overflow:hidden;
}

.single_column_content a {
	color:#006699;
	font-size:12px;
	text-decoration:none;
}

.single_column_content a:hover {
	text-decoration:underline;
}

.single_column_content_image_left {
	float:left;
	margin-right:25px;
}

.single_column_content_image_right {
	float:right;
	margin-left:25px;
}

/* DOUBLE COLUMN */

.double_column_content {
	width:400px;
	margin-right:60px;
	float:left;
	padding:25px 0;
}

.double_column_content a {
	color:#006699;
	text-decoration:none;
}

.double_column_content a:hover {
	text-decoration:underline;
}

.double_column_content ul {
	margin:15px 0 0 25px;
	list-style-type:square;
}

.double_column_content li {
	padding-bottom:5px;
}

.double_column_content_image_left {
	float:left;
	margin-right:25px;
}

.double_column_content_image_right {
	float:right;
	margin-left:25px;
}

.narrow_column_content {
  float:left;
  padding:25px 60px 50px 0;
  width:180px;
  position:relative;
}

.wide_column_content {
  float:left;
  padding:25px 0;
  width:640px;
  position:relative;
}
.wide_column_content_awards {
  float:left;
  padding:25px 0;
  width:780px; /*640*/
  position:relative;
}
.grey_wide_outer {
  background:#f6f6f6 url(../images/standard/grey_bg_640.png) no-repeat 0 0;
}
.grey_wide_inner {
  background:transparent url(../images/standard/grey_bg_640.png) no-repeat -640px 100%;
}

/* TRIPLE COLUMN */

.triple_column_content {
	width:220px;
	margin:0px;
	float:left;
	padding:25px 0;
}

.triple_column_content a {
	color:#006699;
	text-decoration:none;
}

.triple_column_content a:hover {
	text-decoration:underline;
}

.triple_column_content_image_right {
	float:right;
	margin-left:15px;
}
/* TRIPLE COLUMN */

.cuadruple_column_content {
	width:150px;
	margin-right:55px;
	float:left;
	padding:25px 0;
}

.cuadruple_column_content ul {
	padding:10px 0 10px 8px;
}

.cuadruple_column_content ul li {
	padding:3px 0;
	color:#006366;
}

.cuadruple_column_content ul li a {
	color:#555;
	font-size:11px;
	background:transparent url(../images/standard/arrow_bullet.gif) no-repeat 0 0;
	padding:0 0 0 13px;
}
.cuadruple_column_content a {
	color:#006699;
	text-decoration:none;
}

.cuadruple_column_content a:hover {
	text-decoration:underline;
}

.cuadruple_column_content_image_right {
	float:right;
	margin-left:15px;
}

/* PRESS CENTER Styles--------------------------------*/

.in_the_news_article {
	margin:15px;
	width:175px;
	overflow:hidden;
	float:left;
	border:1px solid #EEEEEE;
}

.in_the_news_article a {
	text-decoration:none;
}

.in_the_news_article img {
	border:none;
	height:88px;
	width:175px;
}

.in_the_news_logo {
	width:175px;
	margin-right:15px;
}

.in_the_news_info {
	width:155px;
	height:75px;
	padding:10px;
	font-size:11px;
	font-weight:bold;
}

.in_the_news_info span, .in_the_news_info_tall span {
	font-size:10px;
	font-weight:normal;
}

.in_the_news_info_tall {
	width:155px;
	height:110px;
	padding:10px;
	font-size:11px;
	font-weight:bold;
}

.in_the_news_read {
	font-size:10px;
	background-color:#EEEEEE;
	width:175px;
	text-align:center;
	padding:3px 0;
}

.in_the_news_month {
	font-size:12px;
	color:white;
	background-color:#878fa2;
	width:600px;
	padding:4px 10px;
	margin:10px 0;
}

.graphics_table td {
	border-bottom:1px solid #EEEEEE;
	padding:8px 0;
}


/* OTHER INTERIOR CONTENT Styles----------------------*/

.preview_price {
	color:#888888;
	font-size:11px;
}

.small_description {
	font-size:11px;
}

.horizontal_line {
	border-bottom:1px solid #C8CDD3;
	height:1px;
	width:100%;
	clear:both;
}

.other_products_list {
	font-size:11px;
}

.other_product_title {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 5px 0;
}

.gallery_portal {
	background:url(../images/gallery_portal_bg.jpg) no-repeat;
	height:125px;
	width:380px;
	margin:25px 0;
	padding:0 10px;
	overflow:hidden;
}

.product_page_callout {
	margin:25px 0;
	min-height:80px;
}

.product_page_callout h4 {
	font-size:14px;
	color:#006699;
	margin-bottom:5px;
}

.product_page_callout img {
	float:left;
	margin-right:15px;
}

.product_page_callout_text {
	float:left;
	background-color:#F3F3F3;
	width:285px;
	font-size:11px;
	height:95px;
	padding:0 10px;
}

.product_page_callout_text_50 {
	float:left;
	background-color:#F3F3F3;
	width:525px;
	font-size:11px;
	height:50px;
	padding:0 10px;
}

.product_page_callout_text_35 {
	float:left;
	background-color:#F3F3F3;
	width:125px;
	font-size:11px;
	line-height:35px;
	height:35px;
	padding:0 10px;
}

.requirements_block {
	background:url(../images/requirements_text_bg.png) repeat-y;
	width:400px;
	margin:10px 0;
}

.requirements_title {
	background:url(../images/requirements_title_bg.png) no-repeat;
	height:25px;
	line-height:25px;
	padding:0 15px;
	font-weight:bold;
}

.requirements_text {
	background:url(../images/requirements_bottom_bg.png) bottom no-repeat;
	padding:0 15px;
	overflow:hidden;
	font-size:11px;
}

.requirements_block p {
	padding:8px 0;
	margin:0;
}

.techspecs {
  padding:0 0 20px 10px;
}

.techspecs-section {
  padding:10px 0 5px;
}

.techspecs p {
  margin:0;
  padding:5px 0 0 15px;
}

#content .techspecs h3 {
  font-size:13px;
  margin:0;
  font-weight:bold;
  color:#666;
}

.download_block {
  overflow:hidden;
  line-height:18px;
  width:400px;
}

.download_block_section {
  border-bottom:1px solid #eee;
  float:left;
  padding:10px 0;
}

.download_block_info {
  float:left;
  padding:0;
  width:310px;
}

.download_block_info h4 {
  color:#006366;
  font-size:12px;
}
.download_block_info h4 a {
  color:#006366;
}

.download_block_info h4 span.grey {
  color:#888;
  font-size:11px;
}

.download_block_info h5 {
  color:#666;
  font-size:11px;
}

.download_block_info h6 {
  color:#666;
  font-size:11px;
  font-weight:normal;
}

.download_block_download {
  width:90px;
  float:left;
}

.download_block_download a {
  display:block;
  float:left;
  width:90px;
  height:20px;
  margin:15px 0 0;
  text-indent:-1000px;
  background:transparent url(../images/standard/download_button.png) no-repeat scroll 0 0;
}

.download_block_download a:hover {
  background-position:0 -20px;
}

.download_block_disclaimer {
  line-height:14px;
}

.download_block_disclaimer h4 {
  color:#c00;
  font-size:11px;
}

.download_block_disclaimer h5 {
  color:#666;
  font-size:11px;
  font-weight:normal;
}

.blue-bg-400-outer {
  width:400px;
  background:#e8f2f3 url(../images/standard/blue-bg-400.png) no-repeat 0 0;
}

.blue-bg-400-inner {
  background:transparent url(../images/standard/blue-bg-400.png) no-repeat -400px 100%;
}


/* FOR BUSINESS CONTENT Styles------------------------*/

.for_business_product_buy_try {
	font-size:12px;
	float:left;
	margin-left:15px;
}

.for_business_product_buy_try img {
	margin:7px 0 3px 0;
}

#business_tabs {
	display:block;
	padding:20px 0 0;
}

#business_tabs li {
	display:inline;
}

#business_tabs li a {
	padding:6px 15px 14px 15px;
	font-size:14px;
	color:#006699;
	text-decoration:none;
}

#business_tabs li a.selected,
#business_tabs li a:hover {
	color:black;
	background:url(../images/business_tab_selected.png) no-repeat 50% 100%;
}

#business_lead {
  padding-top:5px;
}

#business_lead #sub_banner_cell {
  margin-bottom:10px;
}

/* FOR BUSINESS CONTENT Styles------------------------*/

#arrow_tabs {
	display:block;
	padding:20px 0 0;
}

#arrow_tabs li {
	display:inline;
}

#arrow_tabs li a {
	padding:6px 15px 14px 15px;
	font-size:14px;
	color:#006699;
	text-decoration:none;
	position:relative;
}

#arrow_tabs li a.selected,
#arrow_tabs li a:hover {
	color:black;
	background:url(../images/arrow_tab_selected.png) no-repeat 50% 100%;
}

/* QUICKLINKS Styles----------------------------------*/

#quicklinks_cell {
	background:url(../images/quicklinks_bg.jpg) no-repeat bottom;
	height:20px;
	color:#444444;
}

#quicklinks_cell a {
	color:#006699;
	text-decoration:none;
	padding:0 5px;
}

#quicklinks_cell a:hover {
	background:url(../images/quicklinks_arrow.gif) no-repeat center top;
	padding-top:22px;
}

#quicklinks {
	padding:28px 0 0 25px;
}

#product_selector {
	padding:10px 0 0 25px;
}

#product_selector select {
	width:215px;
	font-size:11px;
	border:1px solid #CCCCCC;
}

/* SIDEBOX Styles--------------------------------------*/

.sidebox_outer {
	float:right;
	padding:0;
	background:#fff url(../images/standard/side_bg.png) no-repeat -200px 100%;
	position:relative;
	overflow:hidden;
	width:200px;
}

.sidebox {
	background:transparent url(../images/standard/side_bg.png) no-repeat 0 0;
	padding:20px;
}

.title_image {
	display:block;
	text-align:center;
}

.infobox_title {
	border-bottom:1px dashed #888;
	color:#006366;
	font-weight:bold;
	padding:5px 0;
}
ul.arrow_list {
	padding:10px 0 10px 8px;
}

ul.arrow_list li {
	padding:3px 0;
	color:#006366;
}

ul.arrow_list li a {
	color:#555;
	font-size:11px;
	background:transparent url(../images/standard/arrow_bullet.gif) no-repeat 0 0;
	padding:0 0 0 13px;
}

.sidebox-outer-180 {
  width:180px;
  background:transparent url(../images/standard/side_bg_180.png) no-repeat -180px 100%;
}

.sidebox-180 {
  width:180px;
  background:transparent url(../images/standard/side_bg_180.png) no-repeat 0 0;
}

#content .sidebox-180 h2 {
  color:#888;
  font-size:16px;
  padding:8px 0 5px 15px;
}

.sidebox-180 .sidebox-list {
  padding:0 0 15px;
}

.sidebox-180 .sidebox-list a {
  display:block;
  border-top:1px solid #f1f3f5;
  border-bottom:1px solid #f1f3f5;
  padding:8px 0 8px 15px;
}

.sidebox-180 .sidebox-list a.selected,
.sidebox-180 .sidebox-list a:hover {
  border-top:1px solid #dee0e5;
  border-bottom:1px solid #dee0e5;
  background-color:#e5e7eb;
  color:#000;
  text-decoration:none;
}
.sidebox-subnav {
  border-top:1px solid #dee0e5;
  border-bottom:1px solid #dee0e5;
  background-color:#f6f6f6;
}
.sidebox-180 .sidebox-list .sidebox-subnav a {
  color:#333;
  padding:8px 0 8px 15px;
  border:none;
}
.sidebox-180 .sidebox-subnav a.selected,
.sidebox-180 .sidebox-subnav a:hover {
  text-decoration:none;
  background-color:#f0f0f0;
  border:none;
}
.sidebox-180 .sidebox-subnav a.selected {
  font-weight:bold;
}


/* SITEMAP Styles--------------------------------------*/

.sitemap_content ul {
  margin:15px 0;
  padding:0 0 0 30px;
  list-style-type:disc;
  font-weight:bold;
  font-size:14px;
}

.catin {
  line-height:50px;
  font-weight:bold;

}

/* POP-UP Styles--------------------------------------*/

#popup_background {
	background-color:black;
   opacity:0.60;
   filter:alpha(opacity=60);
   position:absolute;
   z-index:9001;
   top:0;
   left:0;
   width:100%;
   overflow:hidden;
}

.popup_window {
	padding:15px 15px 0 15px;
	background-color:#006366;
	width:450px;
	z-index:9002;
	position:absolute;
	top:125px;
	border:1px solid #044;
}
.popup_form {
  background-color:#fff;
  overflow:hidden;
}
.popup_form_close {
  background-color:#006366;
  overflow:hidden;
  text-align:right;
  padding:5px 0;
}
.popup_form_close a {
  cursor:pointer;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
}
.popup_form_close a:hover {
  text-decoration:none;
}
.popup_form_close a span {
  background-color:#fff;
  color:#222;
  padding:0 3px
}


/* FORM Styles--------------------------------------*/

.greyform table td {
	padding:5px 0px;
}

.greyform fieldset {
  border:0;
}
.greyform dl {
  padding:5px 0;
  margin:0;
  border-bottom:1px solid #fff;
  width:880px;
  float:left;
  position:relative;
}
/*
.greyform dl:hover {
  background-color:#f7f7f7;
  border-bottom:1px solid #ddd;
}
*/
.greyform dt {
  display:block;
  float:left;
  width:200px;
  text-align:right;
}
.greyform dt strong {
  line-height:22px;
}
.greyform dd {
  display:block;
  float:left;
  overflow:hidden;
  margin:0;
  padding:0 0 3px 0;
}
.greyform dt strong span {
  color:#999;
  font-size:11px;
  font-weight:normal;
  display:block;
  line-height:14px;
  margin:-5px 0 0;
}
.greyform input.text,
.greyform select.text,
.greyform textarea.text
{
  font-size:11px;
  margin:0 0 2px 10px;
  padding:3px 4px 1px;
}
.greyform input.text,
.greyform textarea.text
{
  font-size:13px;
  padding:3px 4px 2px;
}
.greyform input.small {
  width:100px;
}
.greyform option
{
  font-size:13px;
  background-color:#fcfcfc;
}
.greyform .input_help {
  margin:0 0 0 10px;
  font-size:11px;
  color:#999 !important;
  width:330px;
  float:left;
  clear:left;
}
.greyform a.input_help:hover {
  color:#069 !important;
  text-decoration:none;
}
.greyform span.static_field {
  display:block;
  color:#444;
  font-size:12px;
  line-height:22px;
  margin:0 0 0 10px;
}
.greyform span.tips {
  float:left;
  clear:left;
  display:block;
  font-size:11px;
  color:#999;
  margin:5px 0 0 15px;
  padding:0;
  width:201px;
}
.greyform .error-general-box {
  padding-bottom:15px;
  padding-left:210px;
  text-align:left;
}
.greyform span.errormsg {
  display:none;
  float:left;
  font-size:11px;
  color:#d22800;
  line-height:23px;
  margin:0 0 0 5px;
  padding:0 0 0 17px;
  background:transparent url(../images/standard/greyform_error.png) no-repeat 0 50%;
  font-weight:bold;
  width:194px;
}
.greyform .submit-buttons {
  padding:10px 0 0 210px;
  width:560px;
}
.greyform .submit-button {
  width:84px;
  height:28px;
}
.greyform div.captcha {
  float:left;
  padding:0 0 0 10px;
  min-height:110px;
}


.pager {
  overflow:hidden;
  margin:10px 0 0;
}
.pager span,
.pager a {
  background:transparent url(../images/standard/pager_bg.png) repeat-x 0 0;
  font-size:11px;
  border:1px solid #ddd;
  display:block;
  float:left;
  margin:0 4px 0 0;
  padding:2px 5px;
}
.pager a:hover {
  text-decoration:none;
  border:1px solid #999;
  color:#444;
}
.pager .selected {
  background:#878fa2;
  color:#fff;
  font-weight:bold;
  border:1px solid #6f7a8e;
  cursor:default;
}
.pager .disabled {
  cursor:default;
  color:#999;
}
.pager .ellipsis {
  border:none;
  background:none;
  cursor:default;
  color:#444;
  padding:5px 6px 1px;
}
.pager .pages {
  display:none;
  float:left;
  font-size:11px;
  line-height:20px;
  padding:0 0 0 5px;
}
.pager .pages input {
  float:left;
  font-size:11px;
  width:38px;
  margin:0 5px;
  padding:2px 4px 2px;
}
.pager .pages em {
  float:left;
  font-style:normal;
}



/* FOOTER Styles--------------------------------------*/

#footer {
	padding:25px;
	font-size:11px;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer li {
	float:left;
	list-style:none !important;
	padding-right:10px;
}

#footer li a {
	color:#666666;
	text-decoration:none;
	display:block;
}

#footer li a:hover {
	color:#222222;
}

/* GLOBAL Styles--------------------------------------*/

.no_padding {
	padding:0 !important;
}

.clear {
	clear:both;
	height:1px;
}

.red {
	color:#C00;
}

.grey {
  color:#999;
}

.gray_title_small {
  color:#888;
  font-size:11px;
}

.ess_title {
  color:#cda111;
}

.eav_title {
  color:#74c699;
}

.era_title {
  color:#888;
}

.warning_message {
  padding:10px 15px;
  background-color:#ffd;
  border:1px solid #ffd700;
  color:#444;
}

.warning_message a {
  font-weight:bold;
}

.error-general-box {
  display:none;
  text-align:center;
  padding:10px 0 0;
  margin:0;
}

.error-general-box span {
  padding:5px 10px 5px 26px;
  border:1px solid #dd3c10;
  background:#ffebe8 url(../images/standard/general_error.png) no-repeat 5px 50%;
  font-size:11px;
}

.ajax-request-box {
  display:none;
  background:#f0fff0 url(../images/icons/ajax_loader_16x16.gif) no-repeat 10px 5px;
  border:1px solid #aca;
  font-size:13px;
  line-height:23px;
  padding:5px 10px 5px 31px;
}

#recaptcha_table {
  margin:1px 0 0 !important;
}

#content .generic-style h2 {
  margin:20px 0 12px;
}
#content .generic-style h3 {
  margin-top:20px;
}
#content .generic-style ul {
  list-style-type:disc;
  margin:12px 0;
  padding:0 0 0 40px;
  line-height:17px;
}

.pdf-grey {
  position:relative;
  padding-right:25px;
  background:transparent url(../images/icons/pdf_grey_icon_20x9.png) no-repeat 100% 50%;
}

.maintenance {
  padding:12px 0 0;
}
.maintenance_inner {
  border:1px solid #dd3c10;
  background:#ffebe8 url(../images/standard/general_error.png) no-repeat 15px 50%;
  padding:10px 10px 10px 40px;
  color:#000;
}
.maintenance p {
  margin:0;
  color:#000;
  padding:1px 0;
}

/* Blog */
h3#comments {
  margin:0 0 5px;
}

.action-buttons-195 {

  padding:25px 0 15px;

  overflow:hidden;

}

.action-buttons-195 a {

  display:block;

  float:left;

  overflow:hidden;

  width:133px;

  height:30px;

  background:transparent url(../images/business_buttons_133.png) no-repeat 0 0;

  text-indent:-1000px;

}

.url {
	color:#666;
	text-decoration:underline;
}