/* $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.2em;
}

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: #79A6D2; */
  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;
}

.font-large{
    font-size: 1.2em;
}


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

#content {
  width: 100%;
  float:left;
}

#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;
}

#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: 3;
}

#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 {
	text-align: center;
	z-index: 0;
}

#node-left-logo-image {
	background-color: #ffffff;
	float: left;
	height: 335px;
	width: 500px;
	z-index: 0;
	text-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: 210px;
	left: 225px;
	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: auto;
	padding-top: 20px;
	padding-left: 16px;
	padding-right: 6px;
	padding-bottom: 30px;
	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: 11.5px;
	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;*/
    z-index: 3;
	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;
}
 
.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: 300;
	color: #555555;
	background:#999999;
	margin: 0px;
	border: 0px;
	outline: none;
	height: 20px;
	padding: 5px 34px 0px 10px;
}
 
.primary_menu ul li ul {
	width: 16em; /* expand as needed for longer submenu names */
	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;
}

/* THIRD LEVEL MENU ITEM */
.primary_menu ul li:hover ul li ul li a,
.primary_menu ul li:hover ul li ul li a:visited,
.primary_menu ul li.sfHover ul li ul li a,
.primary_menu ul li.sfHover ul li ul li a:visited{
	position: absolute;
    top: -999em;
}

.primary_menu ul li ul li:hover ul li a,
.primary_menu ul li ul li:hover ul li a:visited,
.primary_menu ul li ul li.sfHover ul li a,
.primary_menu ul li ul li.sfHover ul li a:visited{
	position: relative;
	top: 3px;
}

.primary_menu ul li ul li:hover ul,
.primary_menu ul li ul li.sfHover ul{
	top: 0px;
    left: 16em;
}

.primary_menu ul li ul li ul{
	width: 18.3em; /* expand as needed for longer submenu names */
}

/* 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: 16px;
	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: 18px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#callout_lower_part {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#callout_lower_part img{
    padding-right: 20px;
    display:inline;
}

.digium_logo{
    margin-top: 20px;
}
.bottom_logo{
    margin-bottom: 38px;
}

.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;
}

.node-add-to-cart a {
    display:inline;
}

#user-register input {
    max-width: 300px;
}

#user-register .zone-throbber {
    display: none;
}

/* Theme the user profile form */
#user-profile-form .zone-throbber {
    display: none;
}

/* Theme for the user login form */
#user-login .description {
    padding-right: 100px;
}

#user-login input {
    max-width: 300px;
}

/* Theme for the user forgot password form */
#user-pass .description {
    padding-right: 100px;
}

#user-pass input {
    max-width: 300px;
}

/* For the products display usage*/
tbody {
  border-top: none;
}

.product-cart{
    top:138px;
    right:0px;
    position:absolute;   
}

.cart-view{
    float:right;
}

.products-padding{
    padding-right:10px;
}

.asterisk{
    font-size:10px;
}

.note-small{
    font-size:11px;
}

/*
 * Section for display the license and host list page
 */
.vetable-overview-form {
  float: left;
  padding: 0em 2em 0em 0em;
}

.vetable-overview-form .form-item {
  margin-bottom: 0em;
}

.vestec-table {
  width: 100%;
  clear: both;
}

.vestec-table thead th {
  white-space: nowrap;
}

.vestec-table tr.odd:hover, .vestec-table tr.even:hover {
  background-color: #ddd;
}

.vestec-table img {
  float: left;
  margin-left: 0em;
}

/*
 * EULA Form
 */
#eula-frame {
    border:solid;
    border-color:silver;
    width:100%;
}

/*
 * Login logo
 */
.user_form_logo {
    float: right;
    padding-right:20em;
}

h1.title{
    padding-bottom:10px;
}

/*
 * Style for the "My Products"" list item
 */
.management-item{
    padding-bottom:10px;
}

.admin-list dd{
    padding-bottom:10px;
}

/*
 * User login block on the left side
 */
#user-login-block{
    text-align: left;
}

/*
 * Alter the buttons
 */
.add-to-cart-button {
    width:  107px;
    height: 25px;
    text-indent:-9999px;
    background: url('images/add-to-cart.png') no-repeat;
    border: none;
    overflow: hidden;
    padding:0px;
    cursor:pointer;
}

.checkout-button {
    width:  107px;
    height: 25px;
    text-indent:-9999px;
    background: url('images/checkout.png') no-repeat;
    border: none;
    overflow: hidden;
    padding:0px;
    cursor:pointer;
}

.review-order-button{
    width:  107px;
    height: 25px;
    text-indent:-9999px;
    background: url('images/review-order.png') no-repeat;
    border: none;
    overflow: hidden;
    padding:0px;
    cursor:pointer;
}

.submit-order-button{
    width:  107px;
    height: 25px;
    text-indent:-9999px;
    background: url('images/submit-order.png') no-repeat;
    border: none;
    overflow: hidden;
    padding:0px;
    cursor:pointer;
}

.continue-checkout-button{
    width:  139px;
    height: 25px;
    text-indent:-9999px;
    background: url('images/continue-checkout.png') no-repeat;
    border: none;
    overflow: hidden;
    padding:0px;
    cursor:pointer;
}

/*
 * Alter the check out form
 */
#cart-form-products th, #cart-form-products td{
    padding-right:17px;
}

#cart-form-products ul li{
    padding-top:0.1em;
}

th.products{
    padding-left:4em;
}

#cart-form-products .desc{
    padding-left:4em;
}

#cart-form-products .desc > div.item-list{
    padding-top:1em;
}

#checkout-products{
    padding-left:4em;
}

#prod_desc{
    width:100%;
    height:0.6em;
}

/* Review products section */
#review-products{
    width:100%;
    padding-left:4em;
}

#review-products .product-description{
    padding-top:0.7em;
}

/* Order display section */
.order-pane-table th.order-product-pane{
    padding-left:2em;
}

/*
 * Section for popup page
 */
#backgroundPopup{
     display:none;
     position:fixed;
     _position:absolute; /* hack for internet explorer 6*/
     height:100%;
     width:100%;
     top:0;
     left:0;
     background:#000000;
     border:1px solid #cecece;
     z-index:5;
 }
 #popupHost{
     display:none;
     position:fixed;
     _position:absolute; /* hack for internet explorer 6*/
     width:35em;
     height:25.4em;
     background:#FFFFFF;
     border:2px solid #cecece;
     z-index:6;
     padding-left:1em;
     padding-right:1em;
     font-size:1em;
 }
 #popupHost h2{
     text-align:center;
     font-size:18px;
     font-weight:600;
     border-bottom:1px dotted #D3D3D3;
     padding-bottom:0.1em;
     margin-bottom:1em;
 }
 
 #popupHostClose{
     font-size:14px;
     font-weight:700;
     float:right;
     color:#369;
     padding-bottom:1em;
 }
 
 #button{
     text-align:center;
     margin:100px;
 }

/*
 * User login block buttons
 */
#user-login-form #edit-submit{
    width:70px;
}

#user-login-form #register_button{
    width:70px;
}

#user-login-form #pass_button{
    width:144px;
}

/*
 * License list table
 */
table.vestec-table td{
    padding-left:2px;
    padding-right:2px;
}
