/* common stuff from layoutx.css */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #C22025;
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

pre {
	display: block;
	overflow: scroll;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #ffffff;
	color: #333333;
	/*
	border-left: 2px solid white;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 80px 20px;
	border-right: 2px solid white;*/
}

div#content {
	padding:1em 0.5em 5em; /* bottom padding for footer */
	z-index: 1;
}

#news_contact_panel {
	font-size: 9pt;
	padding-left: 60px;
	padding-top: 18px;
	color: #333333;
	width: 601px;
	height: 109px;
	margin-bottom: 5px;
	position: absolute;
	top: 0px;
	z-index:200;
	background-image: url("../commonimages/top_panel_new.jpg");
}

div#header {
	position:absolute;
	top:0; /* stick to top */
	font-size: 9pt;
	color: #666666;
	z-index: 100;
}

div#footer {
	bottom:4px; /* stick to bottom */
	left: 1px;
	text-align: right;
	font-size: 7pt;
	color: #666666;
	height: 120px;
	padding-top: 15px;
}

div#footer_awards {
	position:relative;
	width:303px;
	height: 50px;
	top: -20px;
	left: 0px;
}

#text_column {
	background-color: transparent;
	/*background-image: url("../commonimages/title_red_bar.jpg");
	background-repeat: repeat-x;*/
	font-size: 9pt;
	color: #333333;
	margin-top: 150px;
	margin-bottom: 5px;
	/* position: absolute; */
} 

#big_pic {
	z-index:1;
}

#text_below_big_pic {
	z-index:1;
	left: 0px;
	min-height: 800px;
}

#text_no_pic {
	min-height: 800px;
}

#text {
	position: relative;
	top: 10px;
	height: auto;
	width: 100%;
}

#quicklinks_column {
	float: right;
	z-index: 1;
	margin-top:	150px;
}

#text_1st_column {
	font-size: 9pt;
	color: #333333;
	width: 270px;
	top: -12px;
	float: left;
	z-index:1;
	overflow-x: hidden;
	margin: 1em 5px 1em 0;
	left: 0;
	padding: 5px;
} 

#text_2nd_column {
	font-size: 9pt;
	color: #333333;
	width: 270px;
	top: -12px;
	float: right;
	z-index:1;
	overflow-x: hidden;
	margin: 1em 0 1em 5px;
	padding: 5px;
}

#text_1st_column img {
	max-width: 270px;
}

#text_2nd_column img {
	max-width: 270px;
}

.halfcolumn {
	float: left;
	width: 49.9%;
	margin: auto;
}

.halfcolumn ul {
	padding: 5px 15px 10px 15px;
}

.clear {
	clear: both;
	height: 0px;
	visibility: collapse;
}

/* classes that appear only in wide pages can go in here anyway */

p {
	margin-top: -3px;
	line-height: 1.4em;
}

/* titles - h1 is for the main title that appears in the bars, h2 for subtitles and intros, h3 for sub sub titles h3 for repeating titles like quicklinks */
h1 {
	font-size: 11pt;
	color: #ffffff;
	line-height: 23px;
	height: 23px;
	font-weight: bold;
	margin: 0;
}

h1 a {
	color: #ffffff !important;
	text-decoration: none !important;
}

h1 a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

h1 a:active {
	color: #ffffff !important;
	text-decoration: none !important;
}

h1 a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}

h2 {
	font-size: 11pt;
	font-weight: bold;	
	color: #000000;
	line-height: 12pt;
}

h3 {
	color: #cc0033;
	font-size: 10pt;
	line-height: 10pt;	
}

h4 {
	color: #000000;
	font-size: 10pt;
	line-height: 10pt;	
}
h6 {
	font-size: 11pt;
	color: #ffffff;
	height: 29px;
	line-height: 29px;
	padding-left: 0.5em;
	font-weight: bold;
	margin: 0;
}

.quicklinks_box h6 {
	height: 29px;
	line-height: 29px;
	padding-left: 0.5em;
	background-image: url("/commonimages/grey_bar_thin.png");
	margin: 0 0 1em 0;
}

h6 a {
	color: #ffffff !important;
	text-decoration: none !important;
}

h6 a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

h6 a:active {
	color: #ffffff !important;
	text-decoration: none !important;
}

h6 a:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}


hr {
	color: #999999;
	background-color: #333333;
	height: 1px;
	border: none;
}

#text_column hr {
	clear: right;
}

.summary_para {
	font-size: 10pt;	
	color: #000000;
	line-height: 12pt;
	font-weight: bold;	
}

h2.summary_para {
	font-size: 10pt;	
	color: #000000;
	line-height: 12pt;
	font-weight: bold;	
}

.contact_picture {
	width: 100%;
	text-align: center;
}

.contact_picture img {
	max-width: 620px;
}

/* bullet pointed lists */
#content ul {
	list-style-image: url("/commonimages/farsite_bullet.gif");
	font-style: normal;
}
#content li {
	color: #000000;
	font-style: normal;
	line-height: 1.4em;
}
/* links */
a {
	color: #660000;
	text-decoration: underline;
}

a:hover{
	color: #e00000;
	text-decoration: underline;	
}

a:visited{
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

#text_column h1 {
	padding-left: 0.5em;
	width: 620px;
	background-image: url("../commonimages/title_red_bar.jpg");
	height: 28px;
	line-height: 28px;
}

/* news ticker stuff */
#ticker { 
width:280px; 
height:76px; 
border:0px; 
overflow:auto; 
top: 0px;
left: 0px;
}

#ticker dt { 
font:normal 9pt Arial, sans-serif; 
padding:0 10px 5px 0px; 
padding-top:10px; 
border:0px solid #ffffff; 
border-bottom:none; 
border-right:none; 
position:relative; 
}

#ticker dd { 
margin-left:0; 
font:normal 9pt Arial, sans-serif; 
padding:0 10px 10px 0px; 
border-bottom:1px solid #aaaaaa; 
border-left:0px solid #ffffff; 
position:relative; 
}

#ticker dd.last { 
border-bottom:1px solid #ffffff;
}

#ticker div { 
margin-top:0; 
}
/* news panel styling */
#news {
	font-size: 9pt;
	width: 300px;
	height: 84px;
	position: absolute;
	top: 24px;
	left: 19px;
	overflow:hidden;
	z-index:300;
}
#news_title {
	font-size: 9pt;
	color:#C22025;
	width: 302px;
	height: 19px;
	position: absolute;
	top: 9px;
	left: 19px;
	overflow:hidden;
	z-index:300;
}
#search_title {
	font-size: 9pt;
	color:#C22025;
	width: 302px;
	height: 19px;
	position: absolute;
	top: 9px;
	left: 344px;
	overflow:hidden;
	z-index:300;
}

#contact_info {
	font-size: 9pt;
	color:#C22025;
	width: 180px;
	height: 16px;
	position: absolute;
	overflow:hidden;
	top: 57px;
	left: 343px;
	z-index:300;
}
#chat_title {
	font-size: 9pt;
	color:#C22025;
	width: 255px;
	height: 33px;
	position: absolute;
	top: 82px;
	left: 343px;
	z-index:300;
}

#chat_graphic {
	font-size: 9pt;
	color:#C22025;
	width: 57px;
	height: 44px;
	position: absolute;
	top: 72px;
	left: 590px;
	z-index:300;
	border:0;
}

#search {
	width: 302px;
	height: 29px;
	position: absolute;
	top: 23px;
	left: 343px;
	z-index:300;
}

/*big pics in main text column*/

#big_pic_text {
	font-family: Arial, sans-serif;
	font-size: 24pt;
	color:#FFFFFF;
	width: 475px;
	margin-bottom: 5px;
	position: absolute;  /*WW*/
	top: 27px;
	z-index:1;
	left: 16px;
	padding:0px;
	height: 255px;

}

.big_pic_text_red {
	font-weight: bold;
	color: #990000
}

.picture_wrap {
	float: right;
	padding: 10px 0 10px 10px;
	margin: 10px 0 10px 10px;
	border: 0;
}

.nobr {
	white-space: nowrap;
}

.preload {
	visibility: collapse;
	height: 0px;
	width: 0px;
	padding: 0;
	margin: 0;
	position: fixed;
	left: -1000px;
	top: -1000px;
}


/*quicklinks styling*/
.quicklinks_title_bar {
	/*
	background-image: url("../commonimages/grey_bar_thin.png");
	background-repeat: repeat-x;
	padding:3px 3px 3px 10px;
	width: 291px;
	height: 24px !important;
	z-index: 1;
	margin: 0 0 1em 0; */
}

.ql_style_main_title {
	background-image: url("../commonimages/grey_bar_thin.png");
	height: 28px;
	z-index: 1;
	margin: 0 0 1em 0;
	background-repeat: repeat-x;
	width: 620px;
	padding:1px 0 0 0;
}

.quicklinks_box {
	font-family: Arial, sans-serif;
	background-image: url("../commonimages/quicklinks_bg_gradient.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 9pt;
	width: 304px;
	border: solid #999999 1px;
	border-top: 0;
	background-color: transparent;
	margin-bottom: 10px;
}
.quicklinks_box p {
	padding:0px 5px 5px 10px;
}

.quicklinks_box h2 {
	padding:0px 5px 5px 10px;
}
.quicklinks_box h3 {
	padding:0px 5px 5px 10px;
}

.quicklinks_box h4 {
	padding:0px 5px 5px 10px;
}

.quicklinks_box li {
	margin: 0.2em 0;
}



/*table styling*/
.farsite_table
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background: #ffffff;
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 2em 0;
	clear: right;
}
.farsite_table th
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color:#e4fdfd;
	padding: 4px 4px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}
.farsite_table td
{
	border-bottom: 1px solid #999999;
	color: #666666;
	padding: 2px 2px;
	vertical-align:top;
}

td.divider {
	border-right: 1px #999 solid;
}

th.divider {
	border-right: 1px #999 solid;
}

.farsite_table tbody tr:hover td
{
	color: #000000;
}

.farsite_table tr:hover h4
{
	color: #000000;
}

.farsite_table h4 {
	color: #666666;
	margin: 0;
	padding: 0;
	line-height: normal;
}

/*wide table styling*/
.tableWIDE
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	background: #ffffff;
	/*width: 1000px;*/
	/*max-width: 1000px;*/
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 2em 0;
}
.tableWIDE th
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color:#e4fdfd;
	padding: 4px 4px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
}
.tableWIDE td
{
	border-bottom: 1px solid #999999;
	color: #666666;
	padding: 2px 2px;
	vertical-align:top;
}
.tableWIDE tbody tr:hover td
{
	color: #000000;
}

div.wide_table {
	padding-left: 0;
	z-index: 1000;
	overflow-x: visible;
}

/* faq table styling */
table.faq_table {
	width: auto;
	margin: 2em auto;
}

.faq_table {
	font-family: "Courier New", Courier, monospace;
	color: #444;
	text-align: center;
	font-size: 10pt;
	background-color: #f6f6f6;
	border-collapse: collapse;
	margin: 1em 0;
	border-bottom: 1px #000 solid;
}

.faq_table strong {
	color: #000;
}

.faq_table td {
	border-top: 1px #444 solid;
	margin: 0;
	padding: 0px 1px 2px 1px;
}

.faq_table td.oldrate {
	color: #bbb;
}

.faq_table tr:hover {
	background-color: #fff;

}

.faq_table th {
	font-weight: bold;
	border-bottom: 2px #000 solid;
	background-color:#e4fdfd;
	padding: 0 0.25em;
}

td.separator {
	border-right: 1px #999 solid;
}

td:hover.separator {
	border-right: 1px #000 solid;
}

.caption {
	font-style: italic;
	font-size: 8pt;
	text-align: center;
}

.date {
	font-size: 8pt;
}

.printfooter {
	margin-top: 6em;
	padding-top: 1em;
	border-top: 1px #333 solid;
	font-size: 8pt;
/*	float: right;*/
	width: 100%;
	text-align: right;
}

li.listspacer {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 1em;
}

li.listtitle {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
p.pagefooter {
	padding-top: 3em;
	margin-top: 1em;
	font-size: 8pt;
	border-top: solid #333 1px;
	color: #333;
	margin-bottom: 2em;
}

.newslist li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.newslist {
	margin-left: 0;
	padding-left: 0;
}

div.leftfloatingbox {
	float: left;
	margin: 6px 5px 6px 6px;
	padding: 0;
	width: 306px;
}

div.leftinnerbox {
	background-image: url("/commonimages/quicklinks_bg_gradient.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px #999 solid;
	margin: 0 0 12px 0;
	padding-top: 0;
}

.leftfloatingbox p {
	margin: 10px 5px;
	width: 290px;
}

.leftinnerbox h2 {
	margin: 10px 5px;
	color: #cc0033;
	width: 290px;
}

.leftinnerbox h3 {
	margin: 10px 5px;
	color: #cc0033;
	width: 290px;
}

.leftinnerbox  h1 {
	margin: 0 !important;
	padding: 0;
	width: 290px;
	line-height: 23px;
}

div.comparable_product {
	background-image: url("/commonimages/quicklinks_bg_gradient.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 334px;
	height: 380px;
	padding: 0;
	margin: 6px 5px 6px 6px;
	border: 1px #999 solid;
	overflow: hidden;
}

div.comparable_header {
	height: 29px;
	padding: 0;
	margin: 0;
	background-image: url("/commonimages/grey_bar_thin.png");
	background-repeat: repeat-x;
}

div.comparable_header:hover {
	background-image: none;
	background-color: #333333;
}

.comparable_header a {
	display: block;
}

div.range_header {
	height: 29px;
	margin: 0;
	background-image: url("/commonimages/red_bar_thin.png");
	background-repeat: repeat-x;
}

div.range_header:hover {
	background-image: none;
	background-color: #810000;
}

.imgdiv {
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	height: 135px;
	width: 334px;
	overflow: hidden;
	
}

.comparable_header h1 {
	line-height: 29px;
	height: 29px;
	margin: 0;
	padding: 0 10px;
}

.range_header h1 {
	line-height: 29px;
	height: 29px;
	margin: 0;
	padding: 0 10px;
}

.comparable_product h2 {
	margin: 0;
	padding: 10px;
	height: 147px;
	width: auto;
	overflow: hidden;
}

.comparable_product p {
	line-height: normal;
	margin: 0.5em 0;
	padding: 10px;
	height: 135px;
	width: auto;
	/*overflow: hidden;*/ /*WW maybe, if we need it*/
}

.comparable_product ul {
	line-height: normal;
	margin: 5px 0 10px 0;
	padding: 0 10px 0 20px;
	height: 152px;
	width: auto;
	/*overflow: hidden;*/ /*WW maybe, if we need it*/
}

.comparable_product li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

.comparable_product img {
	margin: 0 auto 0 auto;
	max-width: 334px;
	max-height: 135px;
	padding: 0;
}

div.comparable_buttons {
	max-height: 63px;
	padding: 5px 5px 5px 0;
	margin: 0;
	width: 100%;
}

.comparable_buttons a {
	margin: 5px 0 5px 5px;
}

.unused_button {
	visibility: collapse;
}

#queens_award {
	margin: -13px 0 0 0;
	height: 304px;
	width: 304px;
	padding: 0;
	background-image: url("/commonimages/queens_award_placeholder.jpg");
	background-position: center;
}

#farsite_solutions_pic {
	background-image: url("/commonimages/solutions/620/farsite_solutions_placeholder.jpg");
	background-position: center;
	background-repeat:no-repeat;
	height: 300px;
	width: 620px;
	padding: 0;
	z-index: 0;
}

object {
	z-index: 0;
}

.spaced_list li {
	margin: 0.5em 0;
}

#wikifooter {
	width: 620px;
	display: block;
}

#wikifooter div {
	display: inline;
	height: 20px;
}

#wikifooter img {
	display: inline;
	height: 20px;
}

#wikifooter li {
	display: inline;
	height: 20px;
	margin: 0 1em;
}

#wikifooter ul {
	display: block;
	height: 20px;
}

#wikifooter ul li {
	display: inline;
	height: 20px;
}

textarea {
	max-width: 620px;
	width: 600px;
	display: block;
}

#searchInput{
	margin: 0 15px;
	width: 274px;
}

.searchButton {
	display: inline;
	margin: 15px 0 15px 15px;
	width: 100px;
	background-image: url('/commonimages/grey_bar_thin.png');
	background-color: #333333;
	background-position: center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

.searchButton:hover {
	background-image: none;
}

li.selected {
	font-weight: bold;
}

.wikitable {
	max-width: 920px !important;
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 2em 0;
	padding: 5px;
	overflow-x: scroll;
}

.wikitable tr {
}

.wikitable th {
	background-color: #e4fdfd;
}

.wikitable td,th {
	border: 1px solid #333;
}

/* sm hack */

#myslidemenu {
	width: 943px;
	position: absolute;
	top: 129px;
	left: 8px;
}

/* new datasheet button */

a.linkbutton {
	display: inline-block;
    width: 300px;
    height: 80px;
    background-color: #333;
    border:  1px solid #333;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px rgba(51,51,51,0.5);	
	text-decoration: none;
}

a.linkbutton img {
    display: inline-block;
    margin: 16px 0 16px 16px;
    height: 48px;
    width: 48px;
}

a.linkbutton span {
    display: inline-block;
    margin: 16px;
    height: 48px;
    vertical-align: top;
    color: #fff;
    font-size: large;
    line-height: 48px;
    border-bottom: 1px solid #fff;
}

a.linkbutton span:after {
	content: '→';
}

a.linkbutton:hover span {
    color: #C22025;
    border-bottom: 1px solid #C22025;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

a.linkbutton:hover span:after {
	content: '→';
	color: #C22025;
	text-shadow: 1px 0px 1px rgba(255,255,255,0.2);
}

/* tabs */

div#tabbed_main div {
	font-size: larger;
	margin: 0.15em 10em;
	text-align: justify;
	clear: right;
}

div#tabbed_main ul.tabbed_quicklinks {
	font-size: small;
}

ul.ui-tabs-nav {
	display: table;	
	padding: 0;
	width: 100%;
}
ul.ui-tabs-nav li {
	display: table-cell;
	list-style: none inside;
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	vertical-align: bottom;
	border-right: 1px solid white;
}

ul.ui-tabs-nav li a {
	display: inline-block;
	background-color: #333;
	height: 100%;
	width: 100%;
	padding: 0.5em 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	border-top: solid #333 5px;
	border-bottom: solid #C22025 5px;
	vertical-align: bottom;
	text-align: center;
}

ul.ui-tabs-nav li a:hover {
	border-top: solid #C22025 5px;
	background-color: #C22025;
}
/*
ul.ui-tabs-nav li a:after {
	content: ' ';
}

ul.ui-tabs-nav li a:before {
	content: ' ';
}
*/
ul.ui-tabs-nav li:first-child a {
	margin-left: 0;
}

ul.ui-tabs-nav li:last-child a {
	margin-right: 0;
}

ul.ui-tabs-nav li.ui-state-active a {
	border-top: solid #C22025 5px;
	background-color: #C22025;
}

/* morebutton */

a.morebutton {
	display: inline-block;
	background-image: url('/commonimages/24button.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #fff;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0.5em;
	/*float: left;*/
	clear: left;
}

a.morebutton img {
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 4px 4px;
}

a.morebutton span {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	line-height: 16px;
	margin: 4px;
}

a.morebutton:after {
	content: '  \0025BA';
	line-height: 24px;
	font-size: smaller;
	margin-left: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}

a.morebutton:active {
	text-decoration: none;
}
a.morebutton:visited {
	text-decoration: none;
	color: #fff;
}
a.morebutton:hover {
	background-position: bottom;
	text-decoration: none;
	color: #C30;  
}

