input[type="submit"],
input[type="text"],
input[type="password"],
input[type="file"],
textarea{-webkit-appearance:none;}
textarea,
input[type="submit"],
input[type="text"]{-webkit-border-radius:0;}
input[type="image"]{
	padding:0;
	border:none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
html{font-size:62.5%}
*{
	margin:0;
	padding:0;
	font-size:100.01%
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
label{vertical-align:middle;}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins{text-decoration:underline;}
s, strike, del{text-decoration:line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';}
table, , tbody, tfoot, thead, tr, th, td{
	border-collapse:collapse;
	border-spacing:0;
}

caption {
	font-size:20px;
	text-align:left;
	margin-bottom:20px;
}

th, td{
	/*border:1px solid #ccc;*/
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
ol, ul{list-style:none;}
body{
	color:#fff;
	font:1.3em/1.231em "Trebuchet MS", Helvetica, sans-serif;
	background:#111;
	min-width:1000px;
	-webkit-text-size-adjust:100%;
}
img{vertical-align:top;}
a{
	color:#fff;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% "Trebuchet MS", Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
#wrapper{
	width:100%;
	overflow:hidden;
}
.footer-holder:after,
.sidebar-holder:after,
.sidebar-frame:after{
	content:'';
	display:block;
	clear:both;
}
#header{
	width:100%;
	overflow:hidden;
	background:#222 url(../images/bg-header.png) repeat-x 0 100%;
}
.header-holder{
	width:946px;
	margin:0 auto;
	padding:20px 4px 21px 0;
	overflow:hidden;
}
.logo{
	background:url(../images/sprite.png) no-repeat;
	width:216px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.logo a{
	height:100%;
	display:block;
}
#nav{
	padding:0 1px 0 0;
	background:url(../images/sep-1.png) no-repeat 100% 0;
	float:right;
	margin:-20px 0 -21px;
	text-transform:uppercase;
	font:0.924em/1.25em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#nav li{
	float:left;
	padding:20px 18px 21px 19px;
	background:url(../images/sep-1.png) no-repeat;
	list-style:none;
}
#nav a{
	text-decoration:none;
	color:#625d5d;
}
#nav a:hover,
#nav .active a{color:#fff;}
#main{
	width:100%;
	overflow:hidden;
	background:#000;
	padding:0 0 26px;
}
#main ul{
	list-style:none;
	margin:0 0 1px 20px;
}
#main ul li{
	padding:0 0 10px 16px;
	background:url(../images/sprite.png) no-repeat 0 -317px;
	list-style:none;
	list-style-position:outside;
	height:1%;
}



#main ul.f {
    margin-bottom: 15px;
}

#main ul.tabs li{
    padding: 0px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}

#main ul.tabs li a{
   border: none;
   color: gray;
}

#main ul.tabs li.active a {
    background-color: #92BE22;
    color:#000;
}

#main ul.tabs li a:hover{
    border: none;
    background-color: #92BE22;
}







ul.primary li {
    display: inline;
    padding:16px;
    list-style:none;
    height:1%;
}

.visual{
	width:100%;
	overflow:hidden;
	background:#282828 url(../images/bg-visual.gif) repeat-x;
	padding:44px 0 26px;
}
.visual-holder{
	width:838px;
	margin:0 auto;
}
.carousel{
	width:808px;
	padding:0 15px 20px;
	overflow:hidden;
	position:relative;
	background:url(../images/bg-carousel.png) no-repeat 0 100%;
}
.carousel .mask{
	width:782px;
	height:217px;
	overflow:hidden;
	padding:0 13px;
	background:url(../images/bg-mask.jpg) no-repeat;
}
#main .carousel .slide-list{
	width:9999px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#main .carousel .slide-list li{
	list-style:none;
	float:left;
	padding:0;
	background:none;
	width:782px;
}
.text-area{
	float:left;
	padding:26px 0 20px 22px;
	width:478px;
	line-height:1.154em;
}
.text-area p{margin:0 0 17px;}
.image{
	width:282px;
	text-align:center;
	float:right;
	vertical-align:middle;
}
.carousel h2{
	text-transform:uppercase;
	font:1.308em/1.177em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 0 20px;
}
.btn-holder{
	width:100%;
	overflow:hidden;
}
.btn-more{
	float:left;
	background:url(../images/sprite.png) no-repeat 100% -151px;
	padding:0 7px 0 0;
	height:22px;
	color:#3b3838;
	cursor:pointer;
	font:12px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}
.boxes .btn-more{font:12px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.btn-more span{
	padding:0 3px 0 14px;
	background:url(../images/sprite.png) no-repeat 0 -179px;
	height:22px;
	float:left;
}
.list .btn-more span{padding:0 3px 0 9px;}
.carousel .prev,
.carousel .next{
	position:absolute;
	top:91px;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat 0 -51px;
	width:29px;
	height:29px;
}
.carousel .next{
	background-position:-71px -51px;
	left:auto;
	right:0;
}
#main .sub-menu{
	width:100%;
	overflow:hidden;
	margin:-7px 0 0 12px;
	text-transform:uppercase;
	padding:0;
}
#main .sub-menu li{
	float:left;
	padding:5px 16px 12px 18px;
	background:url(../images/sep-2.png) no-repeat;
	margin:0;
	list-style:none;
}
#main .sub-menu li:first-child{background:none;}
#main .sub-menu a{
	text-decoration:none;
	color:#726f6f;
	font-size:0.847em;
	line-height:1.273em;
}
#main .sub-menu a:hover,
#main .sub-menu .active a{color:#fff;}
.panel{
	width:100%;
	overflow:hidden;
	background:#181818 url(../images/bg-panel.gif) repeat-x;
	border-bottom:1px solid #4b4b4b;
	padding:5px 0 11px;
}
.panel-holder{
	width:806px;
	margin:0 auto;
	overflow:hidden;
}
#main .social-networks{
	margin:12px 0 5px;
	padding:0;
	float:left;
}
#main .social-networks li{
	background:none;
	padding:0;
	margin:0 0 0 12px;
	float:left;
	list-style:none;
}
#main .social-networks li:first-child{margin-left:0;}
#main .social-networks a{
	float:left;
	width:23px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat;
}
#main .social-networks .facebook{background-position:-123px -57px;}
#main .social-networks .twitter{background-position:-158px -57px;}
#main .social-networks .rss{background-position:-193px -57px;}
.panel-box{
	float:right;
	width:612px;
	padding:0 3px 0 0;
}
.download-area{
	width:100%;
	overflow:hidden;
}
.btn-download{
	float:right;
	padding:9px 45px 0 0;
	background:url(../images/sprite.png) no-repeat 100% -209px;
	height:32px;
	color:#3b3838;
	font:12px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0 0 0 20px;
	text-decoration:none;
	cursor:pointer;
	text-shadow:0 1px 0 #fff;
}
.btn-download span{
	float:left;
	background:url(../images/sprite.png) no-repeat 0 -268px;
	height:32px;
	padding:0 0 0 12px;
}
.btn-download strong{
	float:left;
	margin:0 -5px 0 0;
	font-weight:normal;
}
.text-holder{
	overflow:hidden;
	text-align:right;
	color:#939191;
	font:1.154em/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:16px 0 0;
}
.text-holder p{margin:0;}
.main-holder{
	width:835px;
	margin:0 auto 14px;
	overflow:hidden;
	padding:16px 0 0;
}
.boxes{
	overflow:hidden;
	margin:0 0 30px -2px;
	width:840px;
}
.box{
	width:280px;
	background:url(../images/bg-boxes.png) repeat-y -1748px 0;
	overflow:hidden;
	float:left;
	font-size:0.924em;
	line-height:1.167em;
}
.box-holder{
	background:url(../images/bg-boxes.png) no-repeat;
	width:280px;
	overflow:hidden;
}
.box-frame{
	padding:35px 20px 30px 25px;
	background:url(../images/bg-boxes.png) no-repeat -848px 100%;
	width:235px;
	min-height:165px;
}
.heading{
	width:100%;
	overflow:hidden;
	padding:15px 0 21px;
}
.ico-holder{
	float:right;
	margin:-16px 1px 0 0;
}
.heading h2{
	overflow:hidden;
	color:#fff;
	text-transform:uppercase;
	font:1.5em/1.167em Arial, Helvetica, sans-serif;
	margin:0;
}
.heading h2 a{
	text-decoration:none;
	color:#fff;
}
.heading h2 a:hover{text-decoration:underline;}
.box p{margin:0 0 28px;}
.bar-holder{
	width:100%;
	overflow:hidden;
	background:#282828;
}
.top-bar{
	width:928px;
	margin:0 auto;
	padding:9px 20px 11px 0;
}
#main .top-bar .social-networks{
	float:right;
	margin:0;
}
#twocolumns{
	width:929px;
	margin:0 auto;
	overflow:hidden;
	padding:0 5px 0 0;
}
#main h1{
	text-transform:uppercase;
	color:#d0c5c5;
	font-size:1.539em;
	line-height:1.15em;
	font-weight:normal;
	margin:0 0 2px;
}
#content{
	background:url(../images/bg-content.gif) no-repeat;
	padding:37px 0 0;
	width:664px;
	float:left;
}
#content h2{
	color:#92be22;
	font-size:1.385em;
	line-height:1.1em;
	font-weight:normal;
	margin:0 0 15px 0;
}
#content p{margin:0 0 15px;}
#content ul h3{
	font-size:1.154em;
	line-height:1.2em;
	font-weight:normal;
	margin:0;
	color:#fff;
}
#content ul p{margin:0;}
.image-holder{padding:30px 0 10px 38px;}
#sidebar{
	float:right;
	width:249px;
	background:url(../images/bg-sidebar.png) no-repeat -1000px 0;
}
.sidebar-holder{
	width:238px;
	background:url(../images/bg-sidebar.png) no-repeat;
}
.sidebar-frame{
	width:200px;
	background:url(../images/bg-sidebar.png) no-repeat -500px 100%;
	min-height:510px;
	padding:0 0 0 36px;
}
.container{
	width:241px;
	overflow:hidden;
	background:url(../images/bg-container.png) repeat-y -509px 0;
	margin:0 -21px 22px -21px;
}
.container-holder{
	width:241px;
	overflow:hidden;
	background:url(../images/bg-container.png) no-repeat -259px 0;
}
.container-frame{
	width:165px;
	overflow:hidden;
	background:url(../images/bg-container.png) no-repeat 0 100%;
	padding:7px 38px 12px;
	text-align:center;
	font:0.924em/1.25em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#939191;
}
.container-frame p{margin:0 0 8px;}
.container .btn-download{
	float:none;
	display:inline-block;
	margin:0 0 0 5px;
	cursor:pointer;
	font:14px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.container .btn-download span{
	float:none;
	display:inline-block;
	padding:0 4px 0 12px;
	height:32px;
}
#sidebar h3{
	font-size:1.539em;
	line-height:1.15em;
	font-weight:normal;
	color:#fff;
	text-indent:5px;
	margin:0 0 12px;
}
#main .list{
	width:100%;
	overflow:hidden;
	font-size:0.847em;
	line-height:1.182em;
	list-style:none;
	margin:0;
}
#main .list li{
	list-style:none;
	list-style-position:outside;
	background:url(../images/gradient.png) no-repeat;
	margin:0 0 30px;
	padding:12px 8px 0 7px;
	width:184px;
	vertical-align:top;
}
.list h4{
	font-size:1.25em;
	line-height:1.12em;
	margin:0;
	font-weight:normal;
}
.list .btn-more{
	float:right;
	font:12px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.list p{margin:0 0 15px;}
#footer{
	width:100%;
	overflow:hidden;
	border-top:1px solid #464646;
}
.footer-holder{
	width:940px;
	margin:0 auto;
	color:#959595;
	font-size:0.88em;
	line-height:1.25em;
	padding:17px 0 30px;
}
.footer-box{
	float:left;
	margin:8px 24px 0 0;
}
.footer-box p{margin:0 0 10px;}
.footer-menu{
	float:left;
	margin:0 0 10px;
	list-style:none;
	font-size:1.05em;
	line-height:1.25em;
}
.footer-menu li{
	float:left;
	padding:7px 18px 8px 20px;
	background:url(../images/sep-2.png) no-repeat;
	list-style:none;
}
.footer-menu li:first-child{background:none;}
.footer-menu a{
	color:#959595;
	text-decoration:none;
}
.footer-menu a:hover,
.footer-menu .active a{color:#fff;}
.footer-logo{
	float:right;
	margin:-65px -30px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat -329px 0;
	width:108px;
	height:67px;
	padding:19px 25px 22px 38px;
}
.footer-logo a{
	height:100%;
	display:block;
}

.view-downloads table th{
        font-size:15px;
        text-align:left;
}

.view-downloads table td{
        /*background-color: #333;*/
        color: #999;
        font-size:14px;
}

.view-downloads table tr.even,
tr.odd {
  background-color: #000;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

.view-downloads table .odd{
	background-color: #000;
}

.view-downloads table td.views-field-field-md5-checksum{
        font-family: "Courier New", Courier, monospace;
}

#main ul.charts  li{
  float: left;
  list-style-type: none;
  background: none;
  margin: 0;
  padding: 0;
}
#main ul.charts {
  clear: both;
  list-style-type: none;
  margin: 0;
}

.clearfix {
  clear: both;
}

table.roadmap-algorithms{
  font-size: 10px;
  width: 90%;
  margin: auto;
  border: 1px solid #666;
}
          
table.roadmap-algorithms td{
  text-align: center;
}        
        
table.roadmap-algorithms tr{
  border: 1px solid #333;
}

.details {
  margin: 15px;
}   

.details .summary{
  color: #92BE22;
  font-size: 1.385em;
  line-height: 1.1em;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.details .summary.inactive:before {
  display: inline;
  content: '► ';
}
.details .summary.active:before {
  display: inline;
  content: '▼ ';
}

.ydownload-title {
	background-color: #92be22;
	padding: 5px;
	font-size: 20px;
	border-radius: 5px;
}

.ydownload-links {
	margin-top: 10px;
  margin-bottom: 10px;
}

.ydownload-checksum {
	margin-bottom: 10px;
	font-size: 15px;
}

.ydownload-sm-btn {

}

.ydownload-download-btn {
	margin-bottom: 65px;
}

.ydownload-download-btn a {
	margin-top: 5px;
}

.highlight {
  font-size: 10px;
  font-family: "Droid Sans Mono Regular","Terminus","Courier New";
  background-color: #f5f5f5;
  color: #666;
  padding: 8px;
  font-weight: bold;
}

.tab-container {
	margin-top: 20px;
}

.tab-container ul li {
	list-style: none;
	background: none !important;
	background-color: #000;
	padding: 9px !important;
	color: #fff !important;
}

ul.sub-tabs, ul.tabs{
	margin: 0px !important;
	padding: 0px;
	list-style: none;

}
ul.sub-tabs li, ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.sub-tabs li.current, ul.tabs li.current{
	background: #92be22 !important;
	color: #222;
}

.sub-tab-content {
	display: none;
	/*border: 1px solid #92be22;*/
	padding: 5px;
}
.sub-tab-content.current{
	display: inherit;
}

.tab-content {
	display: none;
	border: 1px solid #92be22;
	padding: 15px;
}

.tab-content.current {
	display: inherit;
}
