/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3{
  font-size: 1.1em;
}

h4, h5, h6 {
  font-size: 1em;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #369;
}

a:visited {
  color: #369;
}

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

.italic {
	font-style:italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

fieldset {
  border: 2px solid #ccc;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

.form-item label {
  font-size: 1em;
  color: #222;
}

.item-list .title {
  font-size: 1em;
  color: #222;
}

.links {
  margin-bottom: 0;
}

.comment .links {
  margin-bottom: 0;
}


/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}

#header {
  background-color: #69c;
}

#logo {
  vertical-align: middle;
  border: 0;
}

#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}

#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}

#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}

#navlist a {
  font-weight: bold;
  color: #fff;
}

#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}

#subnavlist a {
  font-weight: bold;
  color: #9cf;
}

ul.links li.first {
  border: none;
}

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}

#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}

#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}

#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}

.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}

.site-name a:link, .site-name a:visited {
  color: #fff;
}

.site-name a:hover {
  color: #369;
  text-decoration: none;
}

.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}

#mission, .node .content, .comment .content {
  line-height: 1.4em;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.breadcrumb {
  margin-bottom: .5em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}

.error {
  border-color: red;
}

#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}

#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}


/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.4em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}

.title-h2 {
  font-weight: bold;
  font-size: 1.4em;
  color: #777;
  margin: 0em 0em 1.2em 0em;
}

.title-h3 {
  font-weight: bold;
  font-size: 1.1em;
  color: #777;
  margin: 0em 0em 1.2em 0em;
}

.submitted {
  color: #8C8C8C;
  font-size: 0.8em;
  margin-top: 1em;
}

.links {
  color: #999;
}

.links a {
  font-weight: bold;
}

.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}

.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}

.block .title {
  margin-bottom: .25em;
}

.box .title {
  font-size: 1.1em;
}

.node {
  margin: .5em 0 2em; /* LTR */
}

.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}

.node .content, .comment .content {
  margin: .5em 0 .5em;
}

.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}

.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}

.node #support_request {
  /* Create the round border */
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #F5F5F5;
  padding-top: 1.5em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  margin-top: 1.5em;
}

.comment {
  /* Create the round border */
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #F5F5F5;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  margin-bottom: 1em;
}

.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}

.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}

.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

.comment p {
  margin: 0em 0em 0.5em 0em;
}


/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}

#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}

#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}

#aggregator h3 {
  margin-top: 1em;
}

#forum table {
  width: 100%;
}

#forum td {
  padding: 0.5em;
}

#forum td.forum, #forum td.posts {
  background-color: #eee;
}

#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}

#forum td.container {
  background-color: #ccc;
}

#forum td.container a {
  color: #555;
}

#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}

#forum td .name {
  color: #96c;
}

#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}

#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}

#profile .profile .name {
  padding-bottom: 0.5em;
}

.block-forum h3 {
  margin-bottom: .5em;
}

div.admin-panel .description {
  color: #999;
}

div.admin-panel .body {
  background: #f4f4f4;
}

div.admin-panel h3 {
  background-color: #999999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

#topmost {
	background-color: #b2b2b2;
	float: left;
	height: 13px;
	width: 1000px;
	z-index: 0;
}

#secondtop {
	background-color: #e5e5e5;
	float: left;
	height: 12px;
	width: 1000px;
	z-index: 0;
}

#logobar {
	background-color: #ffffff;
	height: 63px;
	width: 1000px;
	z-index: 0;
}

#logobox {
	float: left;

	width: 249px;
}

#bannerbox {
	float: right;
	height: 63px;
	width: 551px;
	z-index: 2;
}

#menubar_blank_part {
	background-color: #999999;
	float: left;
	height: 24px;
	width: 1000px;
	vertical-align: middle;
	padding: 0px;
	z-index: 10;
}

#menubar_blank_part ul li a {
	text-decoration: none;
	font-family: sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

#menubar_blank_part ul li ul li a {
	font-size: 11px;
}

#menubar_blank_part ul li a:hover {
	text-decoration: none;
	background-color: #cccccc;
	color: #B3002D;
}

#menubar_blank_part ul li a:link {
	text-decoration: none;
}

/**
 * Main section for the node type: left logo
 */
#node-left-logo-main-section {
	align: center;
	z-index: 0;
}

#node-left-logo-image {
	background-color: #ffffff;
	float: left;
	height: 335px;
	width: 500px;
	z-index: 0;
	align: center;
}

#node-left-logo-text {
	background-color: #d9e3ed;
	float: left;
	height: 316px;
	width: 470px;
	overflow: auto;
	z-index: 0;
	text-align: left;
	padding-left: 18px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-top: 12px;
}


.left-logo-table {
	border: 1px solid #999;
	text-align: center;
	color: #000;
	border-spacing: 2px;
	border-collapse: separate;
}

.left-logo-table td {
	border: 1px solid #999;
	text-align: center;
}

.left-logo-table th {
	border: 1px solid #999;
	text-align: center;
}

.left-logo-font-bold {
	color: #525252;
	font-weight: bold;
}

.left-logo-font-tagsmall {
	color: #525252;
	font-size: 90%;
}

#tagline {
	position: absolute;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	top: 220px;
	left: 220px;
	z-index: 0;
}

.tagsmall {
	font-size: 90%;
}

.left_table_column {
	background-color: #8d9399;
	color: #fff;
	width: 16em;
	height: 3em;
}

#logos_right {
	float: right;
	height: auto;
	width: 120px;
	padding-top: 28px;
	padding-left: 18px;
	padding-right: 6px;
	padding-bottom: 12px;
	text-align:center;
}
/**
 * Main section for the node type: blank
 */
#node-blank-main-section {
	z-index: 0;
	float: left;
	height: auto;
	width: 1000px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	text-indent: 20px;
}

/**
 * Main section for the node type: left menu
 */
#node-left-menu-main-section {
	z-index: 0;
	background-color: #FFF;
	float: left;
	height: auto;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
}

#secondbottom {
	background-color: #cccccc;
	float: left;
	height: 24px;
	width: 1000px;
	z-index: 0;
}

#bottommost {
	background-color: #e5e5e5;
	color: #666666;
	font-size: 10px;
	text-indent: 20px;
	padding-top: 20px;
	float: left;
	height: 92px;
	width: 1000px;
	z-index: 0;
}

.whitespacer {
	background-color: #ffffff;
	float: left;
	height: 6px;
	width: 1000px;
	z-index: 0;
}

#nav{
	margin: 3px 0px 0px 9px;
	padding: 0 0 0 9px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	list-style:none;
	text-align: left;
	width: auto;
	border: medium #FFFFFF 1px;
}

#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}

.buy_now_button{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big_centre {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	position:relative;
}

.body_sans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	margin-left: 12px;
	margin-right: 12px;
	text-align: left;
}

.body_sans h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #777777;
}

.body_sans h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #777777;
}

/* pop-up material below */

span#links {
	z-index: 1;
}

span#links span.visible {
	background-color: #d9e3ed; 
	text-decoration: underline;
	text-align: left;
}

span#links span:hover {
	color: #0000b2; 
	text-decoration: none;
}

span#links span span {
	display: none;
}

span#links span:hover span {
	display: block;
	position: absolute; 
	top: 486px; 
	left: 224px; 
	width: 750px;
	height: 80px;
	padding: 5px;
	margin: 10px; 
	z-index: 100;
	background-color: #d9e3ed;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	color: #777777; 
	font: 11px Arial, Helvetica, sans-serif; 
	text-align: justify;
}

/**
*  Section for rendering the drop down menu of the primary links
*/

/* Navigation */
.primary_menu ul, .primary_menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.primary_menu {
	position: relative;
	text-align: left;
	width: 1000px;
	height: 25px;
}
 
/* TOP LEVEL MENU ITEM */
.primary_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
 
/* TOP LEVEL MENU ITEM */
.primary_menu ul li a,
.primary_menu ul li a:link,
.primary_menu ul li a:active,
.primary_menu ul li a:visited {
	font-family: sans-serif;
	font-weight: 400;
	color: #555555;
	display: block;
	padding: 5px 20px 0px 10px;
	text-decoration: none;
	outline: none;
}
 
/* Make sure the first item in the list doesnt have a left border */
.primary_menu ul li.first a {
	border-left: 0px;
	outline: none;
}
 
/* TOP LEVEL MENUS ITEMS ON HOVER */
.primary_menu ul li:hover a,
.primary_menu ul li.sfHover a,
.primary_menu ul li a:hover {
	height: 19px;
	outline: none;
}
 
/* SECOND LEVEL MENU ITEM */
.primary_menu ul li:hover ul li a,
.primary_menu ul li:hover ul li a:visited,
.primary_menu ul li.sfHover ul li a,
.primary_menu ul li.sfHover ul li a:visited {
	font-family: sans-serif;
	font-weight: 400;
	color: #555555;
	background:#999999;
	margin: 0px;
	border: 0px;
	outline: none;
	height: 21px;
	padding: 5px 34px 0px 10px;
}
 
/* SECOND LEVEL MENU ITEM HOVER */
.primary_menu ul li:hover ul li a:hover,
.primary_menu ul li:hover ul li.first a:hover,
.primary_menu ul li:hover ul li.last a:hover,
.primary_menu ul li.sfHover ul li a:hover,
.primary_menu ul li.sfHover ul li.first a:hover,
.primary_menu ul li.sfHover ul li.last a:hover {
	height: 21px;
	background: #FFFFFF;
	padding: 5px 34px 0px 10px;
	color: #000;
	width: auto;
}
 
/* SECOND LEVEL MENU ITEM */
.primary_menu ul li ul {
	width: 180px; /* expand as needed for longer submenu names */
	color: #000000;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -999em;
	left: 0px;
}
 
.primary_menu ul li:hover ul, .primary_menu ul li.sfHover ul { 
	top: 24px; 
}
 
.primary_menu ul li ul li {
	border: 0px;
	float: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}
 
.primary_menu ul li ul li a {
	border: 0px;
	white-space: nowrap;
	float: none;
	padding: 5px 34px 1px 15px;
	margin: 0px;
	display: block;
	height: 21px;
	color: #000000;
}
 
.primary_menu ul li ul li a:visited { 
	color: #000000; 
}
 
.primary_menu ul li ul li a:hover {
	background: #CEFFCE;
	color: #000;
	border: 0px;
	margin: 0px;
}

/* Callout relative */
.callout {
	font-size: 450%;
	color: #820000;
}

#callout_map {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: auto;
	text-align: right;
	padding-top: 28px;
	padding-left: 24px;
	padding-right: 12px;
}

#callout_purch {
	float: left;
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 18px;
	padding-left: 14px;
}

#callout_retail {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: auto;
	text-align: right;
	padding-top: 32px;
	padding-left: 6px;
	padding-bottom: 40px;
}

#callout_asterisk {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: auto;
	text-align: right;
	padding-top: 20px;
	padding-left: 6px;
	padding-bottom: 48px;
}

.data {
	font-family: courier new, courier, monospace;
}

.number {
	list-style-type: decimal;
}

.alpha {
	list-style-type: lower-alpha;
}

/* Hide the "split summary at cursor" button on all pages */
.teaser-checkbox {
	display: none;
}

