@import "reset.css";
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* Elements
-----------------------------------------------------------------------------*/
html { margin-bottom: 1px; }
body {
	background:#D3E5F4 none repeat scroll 0 0;
	font-family:'helvetica','arial',sans-serif;
	color:#333333;
	line-height:1;
} 
h1, h2, h3, h4, h5 {
	line-height:15px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
}
h1 {
	font-size:25px;
	line-height:27px;
	margin-top:0;
}   
h2 {
    border-bottom:1px solid #DDDDDD;
	font-size:19px;
	line-height:21px;
	padding-bottom:10px; 
}   
h3 {
    font-size:17px;
	line-height:19px;
	margin-bottom:5px;
    border-bottom:1px dashed #DDDDDD;
}   
h4 {
    font-size:15px;
	line-height:17px; 
}
h5 {
	font-size:14px;
   	font-style:italic;   
}   
p, ul, ol, table, legend, label, input, textarea, select{
   font-size:14px
} 
p, table{
	margin-bottom:10px;	
}
a {
	color:#0281CF;
	text-decoration:none;
}
a:hover {
	color:#222222;
}

strong {	
	font-weight:bold
}
/* Forms
-----------------------------------------------------------------------------*/
form {
	padding:15px;	
	background:#DDD;
	margin-bottom:10px;
}
.editing form {
	padding:0px;	
	background:#ffffff;
}
fieldset {
 	padding: 0.5em;
}
legend {
	margin-bottom:0.5em;
	padding:0.1em 0.5em 0.1em 0.5em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333;	
}
label {
	font-weight:bold;
	margin-right:10px;
	display:block;
	margin-bottom:5px;
	width:240px;
}
.editing label .hint {
	display:block;
	padding-top:5px;
	width:240px;
	font-size:11px;
	font-weight:normal;
}
input, textarea, select {
    padding: 3px;
    border: 1px solid #7A8C97; 
	margin-bottom:10px;
	width:250px;
	font-family:'helvetica','arial',sans-serif;
} 
textarea {
	height:100px;	
}

input[type=checkbox],input[type=radio]{
	width:auto;
}
input.button {
	background-color:#0281CF;
	color:#FFFFFF;
	border:none;
	width:auto;
	font-weight:bold;
	margin:1px;
	font-family:'helvetica','arial',sans-serif;
}
.hidden {
	display:none;	
}
form div.row {
	display:block;
}
div#login, div#register, div.edit{
}
/* Tables 
-----------------------------------------------------------------------------*/
table { 
    border-spacing: 0;
    border-collapse: collapse;
}
th {
	text-align: left;
    font-weight: bold;
	padding:5px;
} 
td {
	text-align: left;
    font-weight: normal;
	padding:5px;
} 

/* Layout */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;	
}
.column {
	display: inline;
	float: left;
	position: relative;	
}
.left {
	width: 300px;
}

.right {
	width: 660px;
}
/* Toolbox
-----------------------------------------------------------------------------*/
div#toolbox {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height:32px;
	color:#2E4457;
	margin-top:10px;
}
div#toolbox p{
	font-weight:bold;
	padding-top:7px;
	text-align:right;
	font-size:16px;
	margin-right:10px;
}
/* Header
-----------------------------------------------------------------------------*/
div#header {
	/*height:80px;*/
	/*padding:20px;*/
	background-color:#D3E5F4 ;
}
div#header h1{
	padding:0px;
	margin: 50px 0px 0px -40px;
	font-size:28px;
	line-height:30px;
}
div#header h2{
	padding:0px 0px 10px 0px;
	margin-left:0px;
	margin-top:0px;
	font-size:22px;
	line-height:24px;
}
div#header img{
	padding:0px 0px 20px 0px;
}
/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	padding:20px;
	background-color:#2E4457;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
#navigation ul {
	color:#FFFFFF;
	font-size:16px;
}
#navigation ul > li {
	margin:0px;
	padding:0px;
	line-height:16px;
}
#navigation ul li a {
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#navigation ul > li > a:hover {
	background:#7A8C97 none repeat scroll 0 0;
}
#navigation ul > li > a.current {
	background:#7A8C97 none repeat scroll 0 0;
}
#navigation ul > li > ul {
	margin-bottom:-10px;
	margin-top:10px;
}
#navigation ul > li > ul li {
	border-bottom:medium none;
	padding:10px 10px 10px 15px;
}
#navigation ul > li > ul li a {
	display:block;
	font-size:15px;
	font-weight:normal;
	margin:-10px;
	padding:10px 10px 10px 15px;
}
#navigation ul > li > ul li a.sub_selected {
	background:transparent url(/images/img_arrow.png) no-repeat scroll left center;
}
/* Account 
-----------------------------------------------------------------------------*/
div#account {
	padding:20px;	
	background-color:#7A8C97;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
div#account label{
	display:block;
	margin-bottom:5px;
	color:#FFF;
	width:240px;
}
div#account input{
	width:250px;
}
div#account input.button{
	width:auto;
	font-weight:bold;
	margin:1px;
	font-family:'helvetica','arial',sans-serif;
}
div#account form p{
	font-size:14px;
	display:inline-block;
	margin-top:3px;
	margin-left:10px;

}
div#account a{
	color:#FFF;
}
div#account ul {
	color:#FFFFFF;
	font-size:16px;
}
div#account ul > li {
	margin:0px;
	padding:0px;
	line-height:16px;
}
div#account ul li a {
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#account ul > li > a:hover {
	background:#2E4457 none repeat scroll 0 0;
}
div#account ul > li > a.current {
	background:#2E4457 none repeat scroll 0 0;
}
/* Banner
-----------------------------------------------------------------------------*/
div#banner{
	background:#DDD;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#banner .grid_4 {}

div#banner .grid_4 h3{
	padding:0px 10px 0px 10px;
	margin-bottom:5px;
	text-align:center;
	color:#0281CF;
}
div#banner .grid_4 img{
	padding:10px;
	margin-bottom:10px;
	background-color:#FFF
}
div#banner .grid_4 p{
	padding:0px 10px 0px 10px;
	margin:0px;
}


/* Main
-----------------------------------------------------------------------------*/
div.container div.right {
	padding:0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background:#ffffff;
}
/* Content
-----------------------------------------------------------------------------*/
div#content {
	margin:20px 0 20px 20px;
}
div#content p{
	line-height:20px
}
div#content h2, div#content h1,  div#content h3 {
	margin-right:20px;	
}
div#content div.half {
	width:300px;
	margin-right:20px;
}
div#content div.half div.topic {
	margin-bottom:10px;	
}
div#content div.half div.topic div.thumbs{
	width:130px;
}
div#content div.half div.topic div.details{
	width:170px;
}
div#content div.half div.topic div.details h4{
	margin:0;
}
div#content div.half div.topic div.details p{
	margin:0;
	font-size:12px;
	line-height:14px
}
div#content div.subcategories{
	font-size:14px;
	margin-top:-10px;
	margin-bottom:15px;
}
div#content div.subcategories .quick{
	margin-right:20px;
}
div#content div.subcategory{
	margin-bottom:10px;
}
div#content div.subcategory a.mini img{
	margin:3px;
}
div#content h1 span.options, div#content h2 span.options{
	margin-left:10px;
	font-size:14px;
	float:right;	
}
div#content h1 span.options a, div#content h2 span.options a{
	margin-left:10px;
}
div#content h1 span.admin, div#content h2 span.admin {
	margin-left:10px;
	font-size:14px;	
}
div#content h3 span{
	float:right;
	font-size:14px;	
}
div#content h2 span.toggle {
	float:right;
	display:block;
	cursor:pointer;
}
div#content div.topic h1 {
	margin-bottom:0px;
}
div#content div.topic div.details{
	font-size:12px;
}
div#content div.topic div.details span.authors{
	font-size:12px;
}
div#content div.topic div.details span.tags{
	font-size:12px;
}
div#content div.topic div.description {
margin: 10px 0px 10px 0px;
}
div#content div.topic p.comments {
font-size:12px;
	float:right	
}
div#content div.downloads p{
	margin-right:20px
}
div#content div.downloads form, div#content div.myaccount form, div#content div.password form, div#content div.activate form, div#content div.edit form, div#content div.group form{
	margin-right:20px
}
div#content div.myaccount form{
	background-color:#FFF;
}
div.right div.cloud span{
	margin:10px;
	float:left;
}
div.right div.cloud span.smallest{
	font-size:x-small;
}
div.right div.cloud span.small{
	font-size:small;
}
div.right div.cloud span.medium{
	font-size:medium
}
div.right div.cloud span.large{
	font-size:large;
}
div.right div.cloud span.largest{
	font-size:x-large;
}

div.right ol.terms{
	list-style-type:decimal;
	margin-left:30px;
	margin-top:10px;
}
div.right ol.terms li{
	
	list-style-type:decimal;
}
div.right div.errors {
	font-size:12px;
	background-color:#FFF6A9;
	padding:10px 10px 0px 10px;
	
	margin:0px 20px 10px 0px;

}
div.right div.errors ul{
	background-color:#FFF6A9;
	margin-top:0px;
	padding:10px;

}
div.right ul.errors li{
	margin-left:20px;
}

div.right div.expires p{
	background-color:#FFF6A9;
	margin:0px 20px 10px 0px;
	padding:5px;
}
div.right div.expires form{
	margin-right:20px;
}
div.right div.edit h3{
	margin-right:20px;
}
div.right div.edit h3 span{
	float:right
}
/* Footer
-----------------------------------------------------------------------------*/
div#footer {
	background-color:#D3E5F4;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
div#footer div.right {
	padding:0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background:#7A8C97;
}
div#footer div.right div.half {
	width:300px;
	margin-right:20px;
}
div#footer h6{
	padding:20px 0px 10px 20px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}
div#footer p{
	padding:0px 0px 10px 20px;
	font-size:14px;
	
	color:#FFF;
}

/* Sitemap
-----------------------------------------------------------------------------*/
div#sitemap ul {
	margin-left:10px;
}
div#sitemap ul li{
	font-size:14px;
	margin:2px;
}
div#sitemap ul li a{
	padding:2px;
}
div#sitemap ul li > a:hover {
	background:#2E4457 none repeat scroll 0 0;
}
/* Copyright
-----------------------------------------------------------------------------*/
div#copyright p {
	font-size:12px;
	margin-top:5px;
	padding:5px 0px 5px 10px;
	color:#666;
	text-align:right;
}

/* Misc
-----------------------------------------------------------------------------*/
p.error {
	color:#C00;	
}
p.complete {
	text-transform:uppercase;
	color:#FFF;
	background-color:#B4D56F;
	display:inline-block;
	padding:0.1em 0.5em 0.1em 0.5em;
	font-weight:bold;
	margin-bottom:0.5em;
}
body div.clear {
	clear:both;
	font-size:0 !important;
	height:0 !important;
	line-height:0 !important;
	margin:0 !important;
	padding:0 !important;
	visibility:hidden;
}

/* Fancy Box
-----------------------------------------------------------------------------*/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/public/themes/normal/images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/public/themes/normal/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/public/themes/normal/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/public/themes/normal/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/public/themes/normal/images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/public/themes/normal/images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/public/themes/normal/images/fancy_title_right.png') repeat-x;
}
table tr.full td.status {
	background-color:#ACD7AE;
}
table tr.trial td.status {
	background-color:#FF9;
}
table tr.activation td.status {
	background-color:#FF959F;
}

div.message {
	padding:10px;
	margin-right:20px;
	margin-bottom:10px;
	font-size:14px;
}
div.success {
	background-color:#9BE6B9;
	border:1px solid #eee;
}
div.warning {
	background-color:#FF9;
	border:1px solid #eee;
}
div.error {
	background-color:#FE8D91;
	border:1px solid #eee;
}
