/* Gene2000 */
input[type="text"], input[type="password"], select, textarea, file {
	background-color:#F1F1F1;
	color:#777;
	border:1px solid #CDCDCD;
	-moz-border-radius:5px;
	margin:1px;
	font:11px Verdana, sans-serif;
}

/* Gene2000 */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color:#FFFFFF;
	border-color:#F4B24A;
}

/* Gene2000 */
input[type="submit"], input[type="reset"] {
	background-color: #777;
	-moz-border-radius:5px;
	border:2px solid #777;
	color: #FFFFFF;
	font:11px Verdana, sans-serif;
	font-weight:normal;
	height:19px;
}

/* Gene2000 */
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color:#F4B24A;
	border:2px solid #F4B24A;
	color: #FFFFFF;
	cursor:pointer;
}

/* Gene2000) */
fieldset {
  margin:5px;
  padding:5px;
  border: 1px solid #B05800;
  background-color:#FFFFFF;
}

/* Gene2000) */
fieldset legend {
/*	Fix disappearing legend in FFox */
	display:block;
	background-color:#FFFFFF;
	color:#777;
	font-style:italic;
	font-weight:bold;
}

fieldset label {
	width:200px;
	display:block;
	float:left;
}

/* Gene2000 */
a:link, a:visited {
	color:#000000;
	text-decoration: none;
	border-bottom:1px dotted red;
}

/* Gene2000 */
a:hover {
	/*text-decoration:underline;*/
	border-bottom:1px solid red;
}

a:active, .block-user a.active, .expanded a.active {
}


hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #c30;
}

ul {
  margin: 0.5em 0 1em ;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}


ul.menu, .item-list ul {
  margin: 0.35em 0 0 0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em; /* LTR */
  margin-left: 1.5em; /* MM : to display list types */
}

ul li, .item-list ul li, li.leaf, li.collapsed, li.expanded {
  padding: 0 0 .2em .5em;
  list-style-image: none;
  list-style-type: disc;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  list-style-image: none;
  padding-left: .5em;
}

ul.menu a {color:#464646;border-bottom:none;}
ul.menu a:hover {color:#f70;border-bottom:1px solid #f70;}
ul.menu a.active {}
a.book-title {border:none; color:#464646;}
.block-book h2 {padding-left:0;}

ul.menu li { color : #333;}
ul.menu li.collapsed {
	list-style-image: none;
	color: #333;
	padding-left: .5em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  /*display: block;*/
  padding-bottom: 1px;
}

/* MENU HANDLING */

ul.menu { padding-bottom:8px; }
.block-user { padding-top: 8px; }

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
/*  list-style-type: none;
  list-style-image: none;*/
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

form table {
  margin: 1em 0;
  width: 100%;
  color: #999;
  padding: 1px;
}

table a {
	color:#F4B24A;
}

thead th {
  border-bottom: 2px solid #F4B24A;
  color: #777;
  font-weight: bold;
}

th a:link, th a:visited {
  color:#F4B24A;
}

/* Gene2000 */
td, th {
	padding:1px;
}

tr.even, tr.odd, tbody th {
  border: solid #111;
  border-width: 1px ;
}

tr.odd, tr.info {
  background-color: #111;
}

tr.even {
  background-color: #222;
}

tr.drag {
  background-color: #f70;
}

tr.drag-previous {
  background-color: #844;
}

tr.odd td.active {
  background-color: #844;
}

tr.even td.active {
  background-color: #844;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #000;
  border-bottom: 1px solid #f70;
  background-color: #444;
  color: #999;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #777;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #777;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */

#wrapper #container {
  margin: 0 auto;
  width: 960px;
  padding: 10px 0 0 0;
  clear:both;
  z-index: 1;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  margin: 0 auto;
  width: 960px;
  z-index: 80;
}

#wrapper #container #center #squeeze {
  position: relative;
  /*margin: 10px;*/
  padding: 0;
}

#squeeze > H2 { padding-left: 0; margin-left: 0px}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}


/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -330px;    /* MM */
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px !important;
}
body.sidebar-right #squeeze {
  margin-right: 300px; /* MM */
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 0;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

/* MM below */
body.sidebar-right #wrapper #container .sidebar {width: 330px;}

#wrapper #container .sidebar .block {
  margin: 0 0 0 0; /* MM: deleted bottom margin for blocks */
}


#sidebar-left .block {
  padding: 0 15px 0 0px;
}
#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.0em 0; /* MM: removed margin for block content */
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #F70;
  text-align: center;
  font-size: 1.3em;
}


#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}
/* Shifting the margins induced by sidebars * /
body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 * /
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #ac5916 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}
MM header not used */


#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #f70;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #a60; /* MM LINKS TO CHECK SPECIAL COLOR */
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #a60;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {  /* EDIT TABS */
  margin: 0;
  padding-right: 26px;
  /*border-bottom: 1px solid #eee;*/
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 5px 0; /* LTR */
  padding: 0;
}



ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}

/*
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  /*background: url(images/bg-tab.png) repeat-x 0 50%;* /
  background-color: #fff;
  color: #f70;
  
}                                                       */


ul.primary li.active a,
ul.secondary li.active a {
  color: #F33 ;
	border-bottom: solid 1px #FF3363;
  font-weight:normal;
}


/**
 * Nodes & comments
 */
.node {
  /* margin: -1.5em -26px 1.5em; */
  /* padding: 1.5em 26px; */
  margin:0;
  padding:0;
}

.node:first-child { /* MM */
  border-top: none;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #f33;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #f33;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #111 url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #777;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

.node .content {
  width:auto;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #f33;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #777;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

#footer .feed-icon { /* MM */
	display : inline !important;
	float : none;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #777;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
  z-index:99;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #111; /* url(images/gradient-inner.png) repeat-x 0 0;*/
  padding: 0em 1em 1.5em;
  border: 2px solid #444;
  margin-bottom : 0.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #777;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

div.admin-panel h3 {
  background-color: #999;
  padding-top: 1em;
}

div.admin-panel a { color: #f70;}
table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #600;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #222;
  border: 1px solid #ff3363;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #622;
}

tr.dblog-user td.active {
  background-color: #a44;
}

tr.dblog-content {
  background-color: #240;
}

tr.dblog-content td.active {
  background-color: #582;
}

tr.dblog-warning {
  background-color: #fc0;
}

tr.dblog-warning td.active {
  background-color: #db2;
}

tr.dblog-error {
  background-color: #faa;
}

tr.dblog-error td.active {
  background-color: #fcc;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #ea4;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #fc6;
}

/**
 * Status report colors.
 */

table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

.preview .node { background-color: none; border: 2px dashed #f33; }

.active-trail, .active-trail a, .active-trail a.active { color: #f70;}

/***** CONTENT STYLES *********************************************************/
#edit-body { width: 70em ;}
.main li.txt, .main ul.txt li {list-style-type: none; margin-left:0;} /* vincent */

.book-navigation { display:none;}  /* vincent */


.block-book h2 { font-size: 120%;  }
.node h2,
#node-14 .submitted /* timestamp of basics/contact*/
 { display:none;}

.node-unpublished {
	background-color: #111;
	padding: 10px;
	border: 2px dotted #ff3363;}

#search {display: none;}
tbody { border:0;}
.main li.txt, .main ul.txt li {list-style-type: none; margin-left:0;}
.main tbody {border-top:0;}
h3 span {font-size: 60%; font-style: italic;}
/* G?n?ralisables */
li { list-style-type:square;}
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited { padding:4px 0.5em;}
#book-Basics .page-links a { border-bottom: 1px solid #444; color: #444;}
#book-Basics .page-links a:hover { border: 0;}
.submitted {display: none}

/* Homepage specifics */
#intro {clear:both;font-size:13px;height:340px;}
#intro #slider {display:block;float:left; -moz-box-shadow:0 0 20px #aaa;box-shadow:0 0 20px #aaa;-webkit-box-shadow:0 0 20px #aaa;}
#intro P {margin-left:510px; text-align:left; margin-bottom:10px; line-height:1.5em;}
#pitch {font-size:17px;color:#333;}
#downloadBlock {text-align:center; margin-top:30px;margin-left:510px}

#homepagePart2 {margin-top:0; clear:both;}
#homepagePart2 TD {width:320px; padding-right:10px; vertical-align:top;}
#homepagePart2 LI {padding-bottom:0;}
#homepagePart2 H4 {list-style-type:none;margin:0:padding:0;line-height:1.5em;}
#homepagePart2 #features ul {margin:0;padding:0;}
#homepagePart2 #features img {display:block;float:left; margin-right:5px;}
#homepagePart2 #features li {list-style-type:none;margin:0;margin-bottom:15px;line-height:1.2em;padding-left:0;}
#homepagePart2 #features P {margin:0;line-height:1.2em;text-align:center;font-style:normal;color:#999;}

#homepagePart2 td span[class^="icon-"] {
  float:left;
  margin-right:10px;
  font-size:30px;
  color:#666;
}

#homepagePart2 li:hover span[class^="icon-"] {
  color:#ff7700;
}

#homepagePart2 [class^="icon-"]:before, #homepagePart2 [class*=" icon-"]:before {
  width:18px;
  margin-right:5px;
  margin-left:0;
}

#homepagePart2 td span.icon-lock, #homepagePart2 td span.icon-puzzle {
  font-size:40px;
  width:30px;
}

#homepageContent {margin-top:10px;}
#homepageContent OL LI {list-style-type:decimal;line-height:20px;/*font-size:16px;*/margin-bottom:20px;margin-top:20px;}
#homepageContent H3 {border-bottom:1px solid #cdcdcd; line-height:1.5em; font-weight:bold; font-size:16px;font-family:"Trebuchet MS";color:#464646;letter-spacing:normal;}
.testimonial {background-color:#f0f0f0; -moz-border-radius:5px;margin-bottom:10px;padding:3px 3px;}
.testimonialQuote {margin-bottom:0;font-style:normal;line-height:1.2em;text-align:left;line-height:1.2em;padding:0 5px;}
.testimonialAuthor {text-align:right;font-style:italic;margin-bottom:0;padding-bottom:0;}

/* Features */
#featuresPage .col1 {margin-left:0 !important}
#featuresPage .featureBox {
  display:inline-table;
  width:270px;
  height:310px;
  margin:0 0 10px 70px;
  padding:0;
}
#featuresPage .featureBox h3, #featuresPage .featuresConclusion h3 {
  color:#000;
  margin:10px 0 5px 0;
  font-family:"Trebuchet MS",sans-serif;
  font-size:16px;
  font-weight:bold;
  letter-spacing:normal;
}
#featuresPage .featureBox p {
  margin:0;
  color:#555;
  line-height:16px;
}
#featuresPage .featuresIntro {margin-bottom:30px; text-align:justify;}

/* Download links : homepage + download page */
A.downloadLink {
    background-color:#f70;
    text-decoration:none;
    margin:0px 5px 0px 5px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    color:#fff;
    font-size:20px;
    letter-spacing:2px;
    padding:10px 20px;
}

A.downloadLink:hover {
    /* background-color:#f49f20; */
    -moz-box-shadow:0 0 10px #333;
    -webkit-box-shadow:0 0 10px #333;
    box-shadow:0 0 10px #333;
    outline:none;
    color:#fff;
    border:none;
}

/* downloadLink on homepage */
#homepageContent A.downloadLink {
  display:block;
  width:290px;
  margin:0 50px;
}

#homepageContent A.downloadLink span.downloadLinkCaption {
  font-size:12px;
}

/* downloadLinks, specific to download page */
ul.downloadLinks {padding: 30px 0 30px;}
ul.downloadLinks li { height: 24px; vertical-align:middle; display:inline; padding:0 10px 0 0px; list-style-type: none;}
.pLoaderAdvertisement {margin:0; padding:0; margin-top:1.2em}

#footer { bottom: 20px; }

table { width:100%; }
tr { vertical-align:top; }
#text_container {}
.infos { background-color:#f1f1f1; font-style:italic; padding:10px; -moz-border-radius:5px;}
.legend { font-size:11px; text-align:center; margin:0; padding:0px; }
.ref { font-weight:bold; color:#FF3363; font-size:85%; }
td.fig { width:260px; text-align:center; }
a img, a.feed-icon:hover { border:0px; }
.nota { position:relative; top:-4px; font-size:75%; text-decoration:none; color:#ff7700; }
.modal { position:absolute; left:0px; top:0px; width:0px; height:0px; }
.modalBG { background:#111; opacity:0.65; filter:alpha(opacity:65); position:absolute; left:0px;
  top:0px; width:0px; height:0px; z-index:50; }
.modalContainer { position:absolute; left:0px; top:0px; z-index:55; }
.modalImg { position:absolute; z-index:60; }
.modalNext { background:url(images/1x1transp.gif) repeat; position:absolute; display:block;
  right:0px; top:0px; z-index:70; }
div.modalNextImg { position:absolute; display:none; right:50px; z-index:70;
  cursor:pointer; display:block; width:29px; height:41px; background:url(images/next.png); }
div.modalNextImg:hover { background:url(images/next_hover.png); }
.modalPrev { background:url(images/1x1transp.gif) repeat; position:absolute; display:block; left:0px;
  top:0px; z-index:70; }
div.modalPrevImg { position:absolute; display:none; left:50px; z-index:70; cursor:pointer;
  display:block; width:29px; height:41px; background:url(images/previous.png); }
div.modalPrevImg:hover { background:url(images/previous_hover.png); }
.modalClose { position:absolute; right:0px; top:0px; z-index:80; }
div.modalCloseImg { position:absolute; right:50px; top:30px; z-index:80;
  cursor:pointer; display:block; width:29px; height:41px; background:url(images/close.png); }
div.modalCloseImg:hover { background:url(images/close_hover.png); }
.modalZoom { position:absolute; right:0px; top:0px; z-index:80; }
div.modalZoomImg { position:absolute; right:50px; top:70px; z-index:80;
  cursor:pointer; display:block; width:29px; height:41px; background:url(images/zoom.png); }
div.modalZoomImg:hover { background:url(images/zoom_hover.png); }
ul.links.inline { display:none; }

h4 { color:#777; display:list-item; font-size:12px; font-weight:bold; list-style-type:square;}
/* #footer { bottom:0; left:144px; margin-bottom:0; padding-bottom:0; position:fixed; } */
/* Patch to find For Chrome */ /* html { background-color: #111 ; } */

a.active, .expanded a.active { color: #f70;border:none; font-weight: bold;}

ul.editTabs { text-align:center;}

#releaseNotesMain H3 { border-bottom: 1px solid #cdcdcd; color: #999; display: block; }
#releaseNotesMain H4 {font-style:normal; list-style-type:none; border-bottom:2px solid #cdcdcd; font-size:110%; display:inline; }
#releaseInfo {margin:15px auto 5px auto; width: 400px; border:1px solid #d1d1d1; background-color:#f1f1f1;}
#releaseInfo TH {text-align:right;background-color: #d1d1d1; border:none;padding-right:5px;}
#releaseInfo TD {text-align:left; padding-left:5px;}

#contributeMain H2 { border-bottom: 1px solid #cdcdcd;margin-right: 35px; color: #999; display: block; padding-left:0;}
#contributeMain .contributeColumnLeft { float:left; width: 50%;}
#contributeMain .contributeColumnRight { float:right; width: 50%;}

#releaseNotesMain img.screenshot { margin:20px auto;display:block; }

.release_list {
    border:1px solid d1d1d1;
    width:600px;
    margin:0 auto;
    background-color:#d1d1d1;
}
.release_list tr {border:1px solid #d1d1d1;}
.release_list .throw {font-weight:bold;}
.release_list .row1 {background-color:#f9f9f9;}
.release_list .row2 {background-color:#fff;}
.release_list td.release_date {text-align: left;}


.screenpath {border-bottom:1px dotted #666; font-style:italic;}

/* installation page */
.installGuideBox {float:left; width:300px; height:150px; border: 1px solid #d1d1d1; background-color:#f9f9f9; margin: 0px 5px 20px 0px;}
h3.installGuideBoxTitle {background-color:#d1d1d1; text-align:center;padding:5px;margin:0;}
h3.installGuideBoxTitle a {color:#464646;border:none;}
.installGuideBoxContent { padding:5px;}

/* hosting page */
#hostInfo {float:left; width:380px;}
#hostList {margin-left:400px;}
.host {background-color:#f1f1f1;padding:10px;-moz-border-radius:5px;-webkit-border-radius:5px;margin-bottom:10px}
.host h4 {list-style-type:none;}
.host h4 img {display:block; float:right;margin:0 0 10px 10px}


/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
 * Nivo Slider ends here
 */

/*
 * Custom Nivo Slider
 */

#slider {
	position:relative;
	/* margin:30px 30px 60px 30px; */
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/*
 * custom Nivo Slider ends here
 */

/* colorbox */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
/* colorbox ends here */
