/* Reset css*/
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #192832;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    color: rgb(102, 102, 102);
}
/* standard elements */
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #192832;
    line-height: 150%;
}

h1 {
    display: block;
    clear: both;
}

p {
    margin: 15px 0;
    line-height: 150%;
}

ul {
    list-style: none;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

fieldset {
    padding: 15px;
    border: 1px solid #CCC;
}

legend {
    font-size: 15px;
    font-weight: bold;
}

img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

span.title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.nostart {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

br.clear {
    clear: both;
    margin-top: -15px;
}

a {
    outline: none;
    text-decoration: none;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.imgl, .imgr {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.imgl {
    float: left;
    margin: 0 8px 8px 0;
    clear: left;
}

.imgr {
    float: right;
    margin: 0 0 8px 8px;
    clear: right;
}

/* Columns */
.one-half     { width: 48%; }
.one-third    { width: 30.66%; }
.two-third    { width: 65.33%; }
.one-fourth   { width: 22%; }
.three-fourth { width: 74%; }
.one-fifth    { width: 16.8%; }
.two-fifth    { width: 37.6%; }
.three-fifth  { width: 58.4%; }
.four-fifth   { width: 67.2%; }
.one-sixth    { width: 13.33%; }
.five-sixth   { width: 82.67%; }

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  float: left;
  position: relative;
  margin-right: 4%;
}

.last {
  clear: right;
}

.first { margin-left: 0 !important; }
.last  { margin-right: 0 !important; }

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
}

h1, h2 {
    margin: 0 0 20px 0;
    padding: 0 0 8px 0;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-bottom: 1px solid #000000;
    line-height: 25px;
}

h1 {
    font-size: 26px;
}

h3 {
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 25px;
}

.col0 {
    color: #CCCCCC;
    background-color: #192832;
}

.col1 {
    color: #CCCCCC;
    background-color: #192832;
}

.col2 {
    color: #FFFFFF;
    background-color: #192832;
}

.col3 {
    color: #192832;
    background-color: #ABCB47;
}

.col3 a {
    color: inherit;
}


.col4 {
    color: #666;
    background-color: #FFFFFF;
}

.col5 {
    color: #CCCCCC;
    background-color: #37639A;
}

.col5 a {
    color: #FFFFFF;
    background-color: #37639A;
}

.col6 {
    color: #CCCCCC;
    background-color: #192832;
}

.col6 a {
    color: #FFFFFF;
    background-color: #192832;
}

.flash {
	background-color: #FFFFFF;
}

/* ----------------------------------------------Generalise-------------------------------------*/

#userbar, #header, #topbar, #intro, #breadcrumb, #container, #footer, #copyright, .flash .warning, .wrapper > .inner {
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 960px;
}


/* --------------------------------------------User Bar------------------------------------- */
#userbar {
    height: 40px;
}

#userbar ul {
    float: right;
    height: 35px;
    margin: 0;
    padding: 0;
}

#userbar ul li {
    display: inline;
    float: left;
    position: relative;
    margin-left: 20px;
    margin-top: 10px;
}

#userbar ul li a {
    padding: 5px 0;
    color: #FFF !important;
    height: 22px;
    line-height: 15px;
    font-size: 15px;
}

#toplogin {
    padding: 10px 0px 12px;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}
#toplogin a.signin {
    background: #192832;
    padding: 4px 6px 6px 0px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *padding: 4px 12px 6px;
}

#toplogin a.logout {
    color: #FFF;
}

#toplogin a.logout:hover {
    text-decoration: none;
}

a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("img/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding: 4px 21px 6px 10px
}
#toplogin a.menu-open {
    background: #FFF!important;
    color: #000!important;
    outline:none;
}
#small_signup {
    display:inline;
    float:none;
    line-height: 23px;
    margin: 25px 0 0;
    width: 170px;
}
a.signin.menu-open span {
    background-image:url("img/toggle_up_dark.png");
    color:#000;
}

#signin_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#FFF;
    position:absolute;
    width:235px;
    z-index:9999;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 33px;
    right: 0px;
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#666;
}

#signin_menu p {
    margin:0;
}
#signin_menu a {
    color: #27B;
}
#signin_menu .form {
    width: auto;
}

/* ----------------------------------------------Header-------------------------------------*/

#header {
    padding: 10px 0 20px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
}


#header #logo {
    display: block;
    float: left;
    width: 630px;
    height: 36px;
}

#header #logo h1 {
    border: none;
    margin: 0;
    padding: 0;
    float: left;
}


#header #logo p {
    display: block;
    float: left;
    height: 25px;
    margin: 0 0 0 10px;
    padding: 15px 0 0 10px;
    border-left: 2px solid #192832;
}


#header #logo h1 a {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
}


#header #info {
    display: block;
    float: right;
    margin-top: 15px;
    width: 190px;
}


#header #info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


#header #info li {
    display: block;
    margin: 0 0 0 10px;
}

#header #info li.lang a {
    text-indent: -999em;
    height: 22px;
    width: 30px;
    overflow: hidden;
    background-image: url(img/languages.gif);
    display: block;
    float: right;
    margin: 5px 0px 0px  10px;
}


#header #info li.lang a.bra {
    background-position: -30px 0px;
}


#header #info li.lang a.usa {
    background-position: 0px 0px;
}


#header #info li.lang a.esp {
    background-position: 30px 0px;
}


#header #info li a {
    color: #99CC00;
}

/* ----------------------------------------------Topbar-------------------------------------*/

#topbar #search {
    display: block;
    float: right;
    width: 243px;
    margin: 10px 0 0 0;
    padding: 0;
}


/* ----------------------------------------------Homepage Intro-------------------------------------*/

#intro {
    padding: 20px 0;
}


.wrapper #intro .last {
    margin: 0;
}


#intro h1, #intro h2, #intro p, #intro ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    border: none;
}


#intro .fl_left {
    display: block;
    float: left;
    width: 410px;
    padding: 9px;
}

#intro .fl_right {
    display: block;
    float: right;
    width: 500px;
}

#intro h2 {
    margin: 0 0 10px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #192832;
    font-size: 26px;
}

#intro p {
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 16px;
}


#intro ul {
    margin-top: 35px;
}

#intro li {
    display: inline;
    margin-right: 23px;
}

#intro li a {
    padding: 6px 25px 8px 25px;
    font-size: 22px;
    color: #99CC00;
    background-color: #162C47;
}

#intro img {
    background-color: #ABCB47;
    float: left;
    padding-right: 25px;
}


/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb {
    padding: 15px 0;
}


#breadcrumb ul {
    margin: 0;
    padding: 0  15px;
    list-style: none;
}


#breadcrumb ul li {
    display: inline;
}

#breadcrumb ul li.current a, #breadcrumb ul li:last-child a {
    text-decoration: underline;
}


/* ----------------------------------------------Container-------------------------------------*/

#container {
    padding: 20px 0;
}


/* ----------------------------------------------Homepage Services-------------------------------------*/

.services {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}


.services h2, .services ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    line-height: normal;
}


.services li {
    display: block;
    float: left;
    width: 290px;
    margin: 0 30px 0 0;
    padding: 0;
}


.services li.last {
    margin-right: 0;
}


.services li div.imgholder {
    display: block;
    width: 290px;
    margin: 0 0 15px 0;
    padding: 5px;
    color: #666666;
    border: 0;
    background-color: #F7F7F7;
}


.services h2 {
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    background-color: #FFFFFF;
    line-height: 150%;
    border-bottom: 1px solid #CCCCCC;
}


.services p.readmore {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: right;
    font-weight: bold;
}

/* ----------------------------------------------Content-------------------------------------*/

#content {
    display: block;
    float: left;
    width: 960px;
}

/* ----------------------------------------------Right Block-------------------------------------*/

#column {
    display: block;
    float: right;
    width: 300px;
}

#column .holder, #column #featured {
    display: block;
    width: 300px;
    margin-bottom: 40px;
}

#column .holder p {
    line-height: 1.6em;
}

#column .holder h2.title {
    display: block;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 15px 0 8px 0;
    font-size: 20px;
    font-weight: normal;
    color: #666666;
    background-color: #FFFFFF;
    line-height: normal;
}

#column .holder h2.title img {
    float: left;
    margin: -15px 8px 0 0;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

#column .holder p.readmore {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: right;
    line-height: normal;
}

#column div.imgholder {
    display: block;
    width: 290px;
    margin: 0 0 10px 0;
    padding: 4px;
    border: 1px solid #CCCCCC;
}

/* Featured Block */
#column #featured a {
    color: #366298;
    background-color: #F9F9F9;
}


#column #featured ul, #column #featured h2, #column #featured p {
    margin: 0;
    padding: 0;
    list-style: none;
}


#column #featured li {
    display: block;
    width: 250px;
    margin: 0;
    padding: 20px 25px;
    color: #2E271D;
    background-color: #F9F9F9;
}


#column #featured li p {
    line-height: 1.6em;
}


#column #featured li p.imgholder {
    display: block;
    width: 240px;
    height: 90px;
    margin: 20px 0 15px 0;
    padding: 4px;
    border: 1px solid #CCCCCC;
}


#column #featured li h2 {
    margin: 0;
    padding: 0 0 14px 0;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: normal;
}


#column #featured p.more {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
    text-align: right;
    line-height: normal;
}


.flickrbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.flickrbox li {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 15px 15px 0;
    padding: 4px;
    border: 1px solid #CCCCCC;
}


.flickrbox li.last {
    margin-right: 0;
}


/* ----------------------------------------------Footer-------------------------------------*/

#footer {
    padding: 20px 0;
}


#footer h2 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCCCCC;
}


#footer p, #footer ul, #footer a {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
    line-height: normal;
}


#footer li {
    margin-bottom: 10px;
}


#footer li.last {
    margin: 0;
}


#footer address {
    font-style: normal;
    line-height: 1.5em;
    margin-bottom: 3px;
}


#footer .footbox {
    display: block;
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
    padding: 0;
}


#footer .last {
    margin-right: 0;
}


/* ----------------------------------------------Copyright-------------------------------------*/

#copyright {
    padding: 15px 0;
}


#copyright p {
    margin: 0;
    padding: 0;
}

/* Tables */
table {
    width: 100%;
    margin-bottom: 10px;
}

table th {
    text-align: center;
}

table th,
table td {
    border: 1px solid #d1d1d1;
    padding: 5px 5px 5px 10px;
}

table tr.dark th,
table tr.dark td,
table tr th.dark,
table tr td.dark {
  background-color: #f1f1f1;
}

table th {
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.55;
  text-transform: uppercase;
}

table thead tr th {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

table thead tr th.nobg {
  background: none !important;
  border-top: none;
  border-left: none;
  filter: 0;
}

}

table tr.dark th,
table tr.dark td,
table tr th.dark,
table tr td.dark {
  background-color: #f1f1f1;
}

table th {
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.55;
  text-transform: uppercase;
}

table thead tr th {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

table thead tr th.nobg {
  background: none !important;
  border-top: none;
  border-left: none;
  filter: 0;
}

tfoot tr th,
tfoot tr td {
  border-top-style: solid;
  border-top-width: 2px;
}

table th.select {
    vertical-align: middle;
}

table td.actions {
    text-align: center;
}

table a.edit.edit, table a.desactive, table a.active, table a.delete, table a.password, table a.add-something, table a.key, table a.view, table a.ok, table a.cancel, table a.download, table a.mail {
    border: 0;
    text-decoration: none;
}

table a.edit img, table a.desactive img, table a.active img, table a.delete img, table a.password img, table a.add-file img, table a.add-folder img, table a.add-something img, table a.key img, table a.view img, table a.ok img, table a.cancel img, table a.download img, table a.mail img {
    border: 0;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
    margin: 0 5px;
}

table a.edit img {
    background-image: url(img/edit.png);
}

table a.active img, table a.cancel img {
    background-image: url(img/desactive.png);
}

table a.delete img {
    background-image: url(img/delete.png);
}

table a.desactive img, table a.ok img {
    background-image: url(img/active.png);
}

table a.password img {
    background-image: url(img/lock.png);
}

table a.add-something img {
    background: url(img/add.png) no-repeat scroll 0px 0px;
}

table a.key img {
	background: url(img/key.png) no-repeat scroll 0px 0px;
}

table a.view img {
	background: url(img/zoom.png) no-repeat scroll 0px 0px;
}

table a.download img {
    background: url(img/download.png) no-repeat scroll 0px 0px;
}

table a.mail img {
    background: url(img/icon-mail.png) no-repeat scroll 0px 0px;
}

/* Forms */
fieldset {
  margin: 0;
}

fieldset,
form input[type=text],
form input[type=email],
form input[type=number],
form input[type=password],
form textarea,
form select {
  border: 1px solid #d1d1d1;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form textarea,
form select {
  padding: 4px;
}

form input[type=email],
form input[type=number],
form input[type=text],
form input[type=password] {
  line-height: 1.4;
}

form input::-webkit-input-placeholder { color: #a1a1a1; }
form input:-moz-placeholder           { color: #a1a1a1; }

form input[type=email]:focus,
form input[type=number]:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus,
form select:focus {
  border-color: #aaa;
}

fieldset {
  padding: 10px 20px;
}

fieldset legend {
  color: #666;
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 1.55;
  padding: 0 5px;
  text-transform: uppercase;
}

form label {
  cursor: pointer;
}

form label {
  font-size: .85em;
  font-weight: bold;
}

form label.large {
    font-size: 1em;
}

fieldset,
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
input[type=submit],
input[type=reset],
form textarea,
form select,
.note, .success, .notice, .warning, .error {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.errorlist {
    position: relative;
}
.errorlist li {
    font-size: 13px;
    font-weight: bold;
    color: #cc0000;
}

form {
    margin: 0;
    padding: 0;
    border: none;
}

label {
    cursor: pointer;
    font-size: 0.85em;
    font-weight: bold;
}

input, textarea, select {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.form {
    width: 457px;
    float: left;
    position: relative;
    display: inline;
    margin-right: 23px;
}

div.form.large {
    width: 600px;
}

.form div {
    display: block;
    margin: 10px 0;
    line-height: 150%;
}

.form-options a {
    display: block;
}

form input[type=email],
form input[type=number],
input[type=text],
input[type=password],
textarea,
select {
    width: 220px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    margin: 5px 5px 0 0;
    display:block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input[type=text].large,
input[type=password].large,
form input[type=email].large,
form input[type=number].large,
textarea.large,
select.large {
    width: 550px;
}

textarea.large {
    height: 250px;
}

input.inline, select.inline {
    display: inline;
}

input[type=text]:focus,
input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
textarea:focus,
select:focus {
    border:1px solid #ACE;
}

input[type=checkbox] {
    position: relative;
    top: 3px;
}

.inline ul li {
    display: inline;
}

.inline input[type=radio] {
    margin: 3px;
}

.form div small {
    font-size: 0.9em;
}

input.button {
    width: auto;
}

.button.big { font-size: 1.2em; padding: 5px 20px; }
.button.bigger { font-size: 1.5em; padding: 10px 30px; }

a.one_button, button.one_button {
    margin: 4px 0;
}

textarea {
    width: 400px;
    border: 1px solid #CCCCCC;
    padding: 2px;
    overflow: auto;
}

.one-third textarea {
    width: auto;
}

.form table {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    color: #666666;
    background-color: #F7F7F7;
    cursor: pointer;
    width: 300px;
}

.form table th, .form table td {
    border: 0;
}

.form th {
    vertical-align: middle;
}

input.miniinput, select.miniinput {
    width: 55px;
    display: inline;
}

/* Navi */
#topnav {
    display: block;
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#topnav ul, #topnav li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav li a:link, #topnav li a:visited, #topnav li a:hover {
    display: block;
    margin: 0;
    padding: 10px 12px;
    color: #FFFFFF;
    background-color: #192832;
}

#topnav ul ul li a:link, #topnav ul ul li a:visited {
    border: none;
}

#topnav li a:hover, #topnav ul li.active a {
    color: #FFFFFF;
    background-color: #1F3D63;
}

#topnav li li a:link, #topnav li li a:visited {
    width: 180px;
    float: none;
    margin: 0;
    padding: 7px 10px;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #192832;
}

#topnav li li a:hover {
    color: #FFFFFF;
    background-color: #1F3D63;
}

#topnav li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 20px;
    border-left: 1px solid #1E3B5F;
    border-bottom: 1px solid #1E3B5F;
}

#topnav li ul a {
    width: 170px;
}

#topnav li ul ul {
    margin: -32px 0 0 0;
}

#topnav li:hover ul ul {
    left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul {
    left: auto;
}

#topnav li:hover {
    position: static;
}

#topnav li.last {
    margin: 0;
}

/* ----------------------------------------------Column Navigation-------------------------------------*/

.subnav {
    display: inline;
    width: 250px;
    padding: 15px 25px 30px 25px;
    background-color: #F9F9F9;
    float: left;
}

.subnav h2 {
    margin: 0 0 20px 0;
    padding: 0 0 14px 0;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #666666;
    background-color: #F9F9F9;
    line-height: normal;
    border-bottom: 2px solid #666666;
}

.subnav h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #666666;
    background-color: #F9F9F9;
    line-height: normal;
}

.subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subnav li {
    margin: 0 0 3px 0;
    padding: 0;
}

.subnav ul ul, .subnav ul ul ul, .subnav ul ul ul ul, .subnav ul ul ul ul ul {
    border-top: none;
    padding-top: 0;
}

.subnav a, .subnav .nolink {
    display: block;
    margin: 0;
    padding: 5px 10px 5px 20px;
    color: #777777;
    background: url(img/blue_file.gif) no-repeat 10px center #F9F9F9;
    text-decoration: none;
    border-bottom: 1px solid #666666;
}

.subnav li:last-child a, .subnav li:last-child .nolink {
    border-bottom: medium none;
}

.subnav a:hover {
    color: #366298;
    background-color: #F9F9F9;
}

.subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a {
    background: url(img/black_file.gif) no-repeat #F9F9F9;
}
.subnav ul ul a {
    padding-left: 40px;
    background-position: 30px center;
}
.subnav ul ul ul a {
    padding-left: 50px;
    background-position: 40px center;
}
.subnav ul ul ul ul a {
    padding-left: 60px;
    background-position: 50px center;
}
.subnav ul ul ul ul ul a {
    padding-left: 70px;
    background-position: 60px center;
}

.right_content {
    width: 620px;
    margin-left: 20px;
    float: left;
    display: inline;
}

/* Shop */
table.cart th.cod {
    width: 15%;
}

table.cart th.desc {
    width: 55%;
}

table.cart th.quant {
    width: 10%;
}

/* Options */
ul.options {
    margin: 10px 0;
    padding: 5px 0;
    border: 1px solid #CCC;
    text-align: right;
    background: #eee;
}

ul.options li {
    display: inline-block;
    margin-right: 10px;
}

ul.options li select {
	display: inline-block;
	margin-left: 10px;
}

/* Messages */
.alert {background: #fff9d7; padding: 10px 40px; text-align: center; margin: 0 0 10px 0; color: #696969; position: relative;}
.alert strong {font-size: 14px;}
.warning {display: block; border: 1px solid #fff; margin-bottom: 10px;}
.warning p {position: relative; padding:5px; margin: 0;}
.warning p span {position: relative; float: left;}

.warning.success {background-color: #dff6de; border-color: #009900; color: #009900;}
.warning.error {background-color: #f7e5e0;border-color: #be2703; color: #be2703;}
.warning.attention {background-color: #fef1e1; border-color: #f58e0a; color: #b86d0a;}
.warning {background-color: #fef1e1; border-color: #f58e0a; color: #b86d0a;}

.warning.success a {color: #009900;}
.warning.error a {color: #be2703;}
.warning.attention a {color: #b86d0a;}
.warning a {color: #b86d0a;}

.warning a.close {float: right;}

span.required {color: #be2703;}

span.loading {
    display: block;
    padding: 5px;
}
span.loading img {
    background-image: url(img/loading.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

/* Products */
h2.demo a{
    float: right;
}

.description {
    margin-bottom: 15px;
}

.product-list .product-item {
    border: 0;
    padding: 10px;
}

.product-list .last {
    margin-right: 0;
}

.product-item {
    margin-bottom: 15px;
}

.product-item img {
    float: left;
    margin-right: 10px;
    width: 200px;
}

.product-item h3 {
    margin-bottom: 8px;
    display: block;
    font-size: 20px;
}

.product-item .details {
    float: left;
    width: 250px;
}

.product-item .details, .product-item .product-thumb {
    float: left;
    display: inline;
    position: relative;
}

/* Product details */

.associations, .product-info {
    float: left;
    display: inline;
    margin-bottom: 25px;
}

.associations {
    width: 320px;
}

.associations .box {
	display: block;
	border: 1px solid #666;
	padding: 5px;
}

.associations-item {
	margin-bottom: 10px;
}

.associations .discount {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.product-info {
    width: 620px;
    padding: 0 20px 0 0;
}

.product-info p {
    margin: 8px 0;
}

.product-info .price {
    color: #008000;
    font-weight: bold;
    margin-top: 0;
}

.product-info .real, .product-info .dolar {
    color: #008000;
    font-weight: bold;
}

.product-info .price select, .product-info .price span {
    display: inline;
    font-size: 15px;
}

.product-info .currency_choice {
    margin-right: 10px;
}

.product-info .product_description {
    height: 250px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #666;
    margin-bottom: 5px;
}

.product_container_desc {
	width: 608px;
}

.groups_discount {
    float: right;
    width: 320px;
    overflow: auto;
    height: 300px;
    margin-bottom: 25px;
}

.groups_discount ul {
    display: block;
    margin: 0;
    padding: 0;
}

.groups_discount li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.groups_discount li.selected a, .groups_discount li:hover a {
    background-color: #1F3D63;
    color: #FFF;
}

/* Cart */
.topcart {
    float: right;
}

.topcart a {
    color: #FFF;
    font-size: 15px;
    height: 48px;
    padding-right: 52px;
    line-height: 48px;
    background-image: url(img/shopping-cart-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

h2 span.old_orders {
    float: right;
    font-size: 15px;
}

table.cart th, table.cart td {
    text-align: center;
}

table.cart td.cod {
    width: 100px;
}

table.cart td.quant {
    width: 60px;
}

table.cart td.quant input {
    width: 50px;
}

.logo_pagseguro, .logo_paypal {
    float: left;
    display: inline;
    position: relative;
    bottom: 90px;
    margin-right: 5px;
}

.logo_paypal {
    border: 3px solid #136B48;
    bottom: 74px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 7px;
}

div.total_cart, div.checkout {
    float: right;
    padding: 0px 0 15px 0;
    display: inline;
}

div.checkout a.button {
    margin-right: 0;
    margin-left: 10px;
}

/* Account css */
table.orders td, table.orders th {
    text-align: center;
}

table.orders th.id {
    width: 25%;
}

table.orders th.products {
    width: 30%;
}

table.orders th.status {
    width: 20%;
}

.order_item {
    margin-bottom: 25px;
    padding: 5px;
    float: left;
    display: inline;
    width: 300px;
}


/* Downloads */
.download-list {
    width: 700px;
}

/* Files */
a.file {
    background: url(img/file.png) no-repeat scroll 0px 0px;
    padding-left: 24px;
    display: block;
}

a.folder {
    background: url(img/folder.png) no-repeat scroll 0px 0px;
    padding-left: 24px;
    display: block;
}

a.back {
    background: url(img/parent_folder.png) no-repeat scroll 0px 0px;
    padding-left: 24px;
    display: block;
}

a.add-something img {
    width: 16px;
    height: 16px;
}

td a.add-file img, td a.add-folder img {
    background: url(img/add.png) no-repeat scroll 0px 0px;
}

/* Ead */
.course img {
    float: left;
    margin-right: 25px;
}

.course .options a, .course .options .progress-klass {
	float: left;
}

.course .options .progress-klass {
	width: 200px;
}

.course a.access {
    padding-left: 22px;
    margin-right: 10px;
    background: url(img/sign-in.png) no-repeat scroll 0 0;
}

.course a.block {
    padding-left: 22px;
    margin-right: 10px;
    background: url(img/desactive.png) no-repeat scroll 0 0;
}

.course a.release {
    padding-left: 22px;
    margin-right: 10px;
    background: url(img/active.png) no-repeat scroll 0 0;
}

.course a.manage {
    padding-left: 22px;
    background: url(img/config.png) no-repeat scroll 0 0;
}

.course a.delete {
    padding-left: 22px;
    margin-right: 10px;
    background: url(img/delete.png) no-repeat scroll 0 0;
}

.course {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.klasses, .videos {
    margin-top: 25px;
}

.video {
    display: block;
    margin-bottom: 25px;
}

.facebox-users {
    padding: 5px;
    width: 500px;
    color: #666;
}

#fancybox-content {
	color: #666;
}

.klass_progress {
    width: 150px;
    text-align: center;
}

.general_progress {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Forum
.main-head {
    background: #1F537B none repeat scroll 0 0;
    border-color: #1F537B;
    color: #DDDDDD;
}
.main-head {
    border-style: none;
    border-width: 1px;
    padding: 0 20px;
}

.main-head h2 {
    border: none;
    font-weight: normal;
}

.main-head .hn {
    padding-right: 10px;
}

.hn {
    padding:0.5em 0;
}
*/
.question {
    width: 620px;
    overflow:hidden;
    margin-bottom: 25px;
}

.question .author, .question .post {
    float: left;
    display: inline;
    position: relative;
    padding: 0;
    border: 0;
}

.question .author {
    width: 158px;
    border: 1px solid #ccc;
}

.question .author li {
    display: block;
    padding: 15px;
    font-weight: bold;
}

.question .post {
    background-color: #F9F9F9;
    width: 440px;
    padding: 10px;
}

.question .post_date {
    color: #192832;
}

.question .reply {
    width: 440px;
    background-color: #EDF1F5;
}

.question .reply .reply-author {
    float: left;
    width: 100px;
    padding: 10px;
}

.question .reply .reply-author span {
    display: block;
    margin-top: 5px;
}

.question .reply .reply-content {
    float: left;
    width: 320px;
}

.post_date a.delete {
    position: absolute;
    right: 15px;
}

.reply-content a.delete {
    display: block;
    text-align: right;
    margin: 5px;
}

.question a.delete img {
    border: 0;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
    background-image: url(img/delete.png);
}

table.post {
    background-color: #F5F5F5;
}

table.post .column1 {
    width: 150px;
}

table.post td {
    vertical-align: top;
}

/* Exercises */
.exercise {
    border: 1px #E1E1E1 solid;
    padding: 10px;
    margin-bottom: 15px;
}

.exercise p.description {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.exercise input[type="checkbox"], input[type="radio"], input.checkbox, input.radio {
    position: relative;
    top: 0.25em;
}

.truefalse {
    word-spacing: 0.5em;
    padding-left: 0.2em;
    font-weight: bold;
}

#form-mode div {
    margin-bottom: 15px;
}

.exercise textarea {
    display: inline;
    height: 50px;
}

.exercise .submit {
    margin-top: 20px;
}

.exercise .alt {
    display: block;
    margin-bottom: 10px;
}

.new-exercise .alt label {
    position: relative;
}

.new-exercise .alt {
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
}

.new-exercise .alt input[type="checkbox"], .new-exercise .alt input[type="radio"] {
    position: relative;
    margin-right: 0.5em;
}

.exercise a.delete, .exercise a.edit, .exercise a.add {
    text-decoration: none;
    float: right;
}

.exercise a.delete img, .exercise a.edit img, .exercise a.add img {
    border: 0;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
    margin: 0 5px;
}

.exercise a.delete img {
    background-image: url(img/delete.png);
}

.exercise a.edit img {
    background-image: url(img/edit.png);
}

.exercise a.add img {
    background-image: url(img/add.png);
}

/* Notices */
.notice {
    margin-bottom: 20px;
}

.notice_date {
    background:transparent url(img/notice-date.jpg) no-repeat scroll 0 0;
    color: #FFFFFF;
    float: left;
    font-size: 26px;
    font-weight: bold;
    height: 50px;
    padding: 20px 0 0;
    text-align: center;
    width: 70px;
}

.notice_date span {
    display:block;
    font-size:14px;
    font-weight:normal;
    margin-top:10px;
}

.notice_content {
    float: left;
    width: 530px;
    margin-left: 20px;
}

.notice_content a.delete {
    float: right;
}

.notice_content a.delete img {
    border: 0;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
    background-image: url(img/delete.png);
}

/* Groups */
.group table a.delete {
    float: none;
}

.group a.view_files {
    text-decoration: none;
    float: right;
    margin-right: 10px;
}

/* Search */
.general_search {
    float: right;
    margin-bottom: 5px;
}

.searchform input[type="text"] {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-right: medium none;
    height: 24px;
    padding-bottom: 0;
    padding-top: 2px;
    width: 205px;
    margin: 0;
}

.searchform input[type="submit"] {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    background-image: url("img/search_button.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 28px;
    text-indent: -9999px;
    width: 30px;
}
.searchform input[type="text"], .searchform input[type="submit"] {
    float: left;
    margin-right: 0;
}

.search_result {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #CCC;
}

.search_result p {
    margin: 5px 0;
}

.search_result a {
    color: #AB5603;
}

.search_result a:hover {
    color: #AB5603;
    text-decoration: underline;
}

/* jQuery Draghandler */
.dragHandle {
    cursor: move;
}

/* jQuery BlockUI */
.blockUI {
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.blockUI p {
	text-align: center;
	background-image: url(img/progress2.gif);
	background-repeat: no-repeat;
	background-position: 124px 28px;
	padding: 0 0 30px;
}

/* jQuery Tools */
/* simple css-based tooltip */
.tooltip {
    background-color: #192832;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 12px;
    box-shadow:0 0 10px #000;
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
    behavior: url(ie-css3.htc);
}

/* Configurations */
.configuration_info {
    font-size: 15px;
}

/* jQuery Simple Select Menu */
div.select-multiple-container {
    height: 180px;
    overflow: scroll;
    border: 1px solid #ccc;
    padding: 5px 8px;
}
div.select-multiple-column {
    float: left;
    width: 250px;
    margin: 0;
}
.select-multiple-opt input {
    display: inline;
    position: relative;
    top: 3px;
}
.select-multiple-opt label, .select-multiple-opt input {
    display: inline;
}
div.select-multiple-opt {
    width: 250px;
    margin: 5px 0;
}
.select-multiple-opt label {
    padding: 3px;
}

/* Courses */
#current_files {
    margin-bottom: 25px;
}

/* Books */
.book_page {
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    width: 900px;
    margin: 0 auto;
}

.controls_book {
    text-align: center;
}

.controls_book input {
    display: inline;
}

.controls_book input[type=text] {
    width: 40px;
}

/* filemanager */
.filemanager {
    width: 600px;
    padding: 9px;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
}

.files-iframe {
    color: #666666;
    background-color: #FFFFFF;
    width: 400px;
}

.files-iframe div.form {
    width: 400px;
    float: none;
    display: block;
}

.filemanager .files, .filemanager .folders {
    float: left;
    display: inline;
    position: relative;
    margin: 0;
    padding: 0;
}

.filemanager .folders {
    width: 150px;
    margin-right: 20px;
}

.filemanager .files {
    width: 430px;
}

/* Comments */
#comments {
  	padding: 10px 0;
}

#comments .comment-list {
  	padding-left: 0;
}

#comments .comment {
  	background: #FFF;
  	border: 1px solid #d1d1d1;
    clear: both;
    list-style: none;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 20px 20px 0;
}

#comments .comment.bypostauthor,
#comments .comment.comment-author-admin {
    background: #eee;
    border-color: #c1c1c1;
    color: #222;
    text-shadow: 0 1px #FFF;
}

#comments .comment a.comment-reply-link,
#comments .comment a.comment-reply-login,
#comments .comment .main a.meta-data {
	font-size: .85em;
	color: #3E545C;
	font-weight: bold;
}

#comments .comment .gravatar {
  line-height: 1.55;
  margin-bottom: 8px;
}

#comments .comment .gravatar img {
    height: auto;
    margin: 3px 0 5px 0;
    padding: 5px;
    background: #FFF;
    border: 1px solid #CCC;
  	width: auto;
}

#comments .comment .main cite {
  color: #222;
  font-size: 1.25em;
  font-style: normal;
  margin-right: 10px;
}

#comments .comment .main a.delete {
	float: right;
}

#comments .comment .main .content {
	margin: 5px 0 20px;
}

#comments .comment .main .content .moderation-awaited {
    font-style: italic;
    font-weight: bold;
}

#comments .comment ul {
    padding-left: 0;
}

#comments .comment .comment .main cite {
    font-size: 100%;
}

#comments .comment .comment .main .meta-data {
    font-size: .8em;
}

/* Questions */
#new-question {
	float: none;
	margin-bottom: 15px;
}

div.reply_form {
	float: none;
	display: block;
	margin: 0 0 0 26%;
}

/* Search */
div.search {
    width: 250px;
    float: left;
    position: relative;
    display: inline;
    margin-bottom: 15px;
}

/* Progress Bar */
.progress {
	width: 180px;
	border: 1px solid #CCC;
	height: 22px;
}
.progress .bar {
	background-image: url(img/pbar-ani.gif);
	background-repeat: repeat-x;
	height: 22px;
	text-align: center;
	overflow: visible;
	font-weight: bold;
}

/* Chat */
.form-inline {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #ccc;
}

.form-inline input[type=text], .form-inline input[type=email], .form-inline input[type=number]{
    width: 500px;
    padding: 6px;
    margin-right: 5px;
}

.form-inline input {
    float: left;
    margin-top: 5px;
}

/* Evaluation Course */
.evaluation-user {
    width: 400px;
}

/* Work */
.work {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.work h3 {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.work .actions {
    padding-top: 15px;
    border-top: 1px dotted #ccc;
}

.form-actions {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
}

.work_menu.fixed {
    position: fixed;
    top: 0px;
    text-align: right;
    z-index: 999;
    width: 618px;
}
.nfe_menu.fixed {
    position: fixed;
    top: 0px;
    text-align: right;
    z-index: 999;
    width: 958px;
}

/* Acordion */
.accordion_container {
    display: block;
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 0px;
}
.accordion_title {
    display: block;
    padding: 5px 8px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-weight: bold;
    background-color: #eee;
    position: relative;
}
.accordion_title img {
    background-repeat: no-repeat;
    background-image: url(img/expand.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 6px;
}
.accordion_title.contract img {
    background-image: url(img/contract.png);
}
.accordion_item:first-child .accordion_title {
    border-top: 0;
}
.accordion_content {
    padding: 5px 15px;
    text-align: justify;
    position: relative;
}
.accordion_title .help_text_field {
    position: absolute;
    right: 10px;
    top: 6px;
    background-color: transparent;
    background-image: url(img/help.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 25px;
    border: 0px;
    font-size: 0.9em;
    font-weight: normal;
}
.accordion_content textarea {
    width: 95%;
    display: block;
    margin: 0 auto;
    height: 300px;
}
.accordion_content .response_files {
    width: 95%;
    display: block;
    margin: 10px auto;
}
.accordion_content .response_files span {
    display: block;
    text-align: right;
    margin-bottom: 4px;
}

.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pager {
  margin-bottom: 18px;
  margin-left: 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next a {
  float: right;
}

.pager .previous a {
  float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: #fff;
}
.calendar li {
    display: block;
    margin-bottom: 5px;
}
.calendar li.header {
    margin: 10px 0px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: bold;
}
/* blog */
.wrapper.blog-home {
    margin-bottom: 3em;
}
.blog-post {
    margin: 1em 0 3em 0;
}
.blog-post h2 {
    border: none;
    margin-bottom: 0.7em;
}
.blog-post .blog-meta {
    margin-top: 0.8em;
    font-style: italic;
}
.blog-post .blog-meta .time {
    float: right;
}
/* pure buttons */
.button {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*csslint unqualified-attributes:false, outline-none:false*/

.button {
    font-size: 100%;
    *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.5em 1.5em 0.5em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    *color: #444; /* IE 6 & 7 */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
}

.button-hover,
.button:hover,
.button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.button:focus {
    outline: 0;
}
.button-active,
.button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
}

.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.button-hidden {
    display: none;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

.button-primary,
.button-selected,
a.button-primary,
a.button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}
.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}
.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}
.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}
a.button:hover {
    text-decoration: none;
}
.wrapper .news {
    margin-bottom: 20px;
}
