/* NOUVEAU LAYOUT PARENT STYLESHEET
This file contains the relevant layout and styles from the parent layout.
NOTE:paths specified below are relative to this file */

glfform.* {
    margin:0;
    padding:0;
}
div.glfform form {
    margin:0;
    padding:0;
    font-size:100%;
    min-width:560px;
}
div.glfform form fieldset {
    clear:both;
    font-size:100%;
    border-color:#000000;
    border-width:0 0 0 0 !important;
    border-style:solid none none none !important;
    padding:10px;
    margin:0 0 0 0;
}
div.glfform form fieldset legend {
    font-size:150%;
    font-weight:normal;
    color:#000000;
    margin:0 0 0 0;
    padding:0 5px;
}
div.glfform label {
    font-size:100%;
}
div.glfform label u {
    font-style:normal;
    text-decoration:underline;
}
div.glfform input,
div.glfform select,
div.glfform textarea {
    font-family:Tahoma, Arial, sans-serif;
    font-size:100%;
    color:#000000;
}
div.glfform textarea {overflow:auto;}
div.glfform form div {
    clear:left;
    display:block;
/*    width:354px; */
    height:expression('1%');
    margin:5px 0 0 0;
    padding:1px 3px;
}
div.glfform form fieldset div.notes {
    float:right;
    width:158px;
    height:auto;
    margin:0 0 10px 10px;
    padding:5px;
    border:1px solid #666666;
    background-color:#ffffe1;
    color:#666666;
    font-size:88%;
}
div.glfform form fieldset div.notes h4 {
    background-image:url(images/info.png);
    background-repeat:no-repeat;
    background-position:top left;
    padding:3px 0 3px 27px;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#666666;
    color:#666666;
    font-size:110%;
}
div.glfform form fieldset div.notes p {
    margin:0em 0em 1.2em 0em;
    color:#666666;
}
div.glfform form fieldset div.notes p.last {margin:0em;}
div.glfform form div fieldset {
    clear:none;
    border-width:1px;
    border-style:solid;
    border-color:#666666;
    margin:0 0 0 144px;
    padding:0 5px 5px 5px;
    width:197px;
}
div.glfform form div fieldset legend {
    font-size:100%;
    padding:0 3px 0 9px;
}
div.glfform form div.required fieldset legend {font-weight:bold;}
div.glfform form div label {
    display:block;
    float:left;
    width:230px;
    padding:3px 5px;
    margin:0 0 5px 0;
    text-align:right;
}
div.glfform form div.optional label,
label.optional {font-weight:normal;}
div.glfform form div.required label,
label.required {font-weight:bold;}
div.glfform form div label.labelCheckbox,
form div label.labelRadio {
    float:none;
    display:block;
    width:200px;
    height:expression('1%');
    padding:0;
    margin:0 0 5px 142px;
    text-align:left;
}
div.glfform form div fieldset label.labelCheckbox,
form div fieldset label.labelRadio {
    margin:0 0 5px 0;
    width:170px;
}
div.glfform form div img {}
div.glfform p.error {
    background-color:#ff0000;
    background-image:url(images/alert-small.png);
    background-repeat:no-repeat;
    background-position:3px 3px;
    color:#ffffff;
    padding:3px 3px 5px 27px;
    border:1px solid #000000;
    margin:auto 100px;
}
div.glfform form div.error {
    background-color:#ffffe1;
    background-repeat:no-repeat;
    background-position:top left;
    color:#666666;
    border:1px solid #ff0000;
}
div.glfform form div.error p.error {
    background-image:url(images/alert-small.png);
    background-position:top left;
    background-color:transparent;
    border-style:none;
    font-size:88%;
    font-weight:bold;
    margin:0 0 0 118px;
    width:200px;
    color:#ff0000;
}
div.glfform form div select,
form div textarea {
    width:200px;
    padding:1px 3px;
    margin:0 0 0 0;
}
div.glfform form div input.inputText,
form div input.inputPassword {
    width:200px;
    padding:1px 3px;
    margin:0 0 0 0;
}
div.glfform form div input.inputFile {width:211px;}
div.glfform form div select.selectOne,
form div select.selectMultiple {
    width:211px;
    padding:1px 3px;
}
div.glfform form div input.inputCheckbox,
form div input.inputRadio,
input.inputCheckbox,
input.inputRadio {
    display:inline;
    height:auto;
    width:auto;
    background-color:transparent;
    border-width:0;
    padding:0;
    margin:0 0 0 140px;
}
div.glfform form div.submit {
    width:214px;
    padding:0 0 0 146px;
}
div.glfform form div.submit div {
    display:inline;
    float:left;
    text-align:left;
    width:auto;
    padding:0;
    margin:0;
}
div.glfform form div input.inputSubmit,
form div input.inputButton,
input.inputSubmit,
input.inputButton {
    background-color:#cccccc;
    color:#000000;
    width:auto;
    padding:0 6px;
    margin:0;
}
div.glfform form div.submit div input.inputSubmit,
form div.submit div input.inputButton {
    float:right;
    margin:0 0 0 5px;
}
div.glfform form div small {
    display:block;
    margin:0 0 5px 142px;
    padding:1px 3px;
    font-size:88%;
    height:expression('1%');
}
div.glfform form div.fValidator-msg {
    margin-left:235px;
    color:#DF3737;
}
fieldset {margin-bottom:1em;}
fieldset p {
    margin:5px 0 0;
    padding:5px;
}
form {
    margin-bottom:5px;
    margin-top:5px;
}
form div.notes p,
form div small {line-height:125%;}
form div.notes ul {
    margin:0;
    padding:0 0 0 2px;
}
form div.notes li {
    list-style-type:disc;
    list-style-position:inside;
    margin-left:15px;
    padding-right:2px;
}
form fieldset div.notes {
    background-color:#ffffe1;
    border:1px solid #666;
    color:#666;
    float:right;
    font-size:.75em;
    height:auto;
    position:relative;
    right:30px;
    width:150px;
    margin:0 0 10px 10px;
    padding:5px;
}
form fieldset div.notes h4 {
    background:url(images/info.png) no-repeat top left;
    border-bottom:1px solid #666;
    color:#666;
    font-size:1.3em;
    margin:0 0 5px;
    padding:3px 0 2px 27px;
}
form fieldset div.notes p {
    color:#666;
    margin:0 0 1.2em;
}
form fieldset div.notes p.last {
    padding-bottom:5px;
    margin:0;
}
input,
submit,
td {color:#000;}
select {
    color:#000;
    font-size:.9em;
}
textarea {
    color:#000;
    font-size:100%;
    font-family:arial,verdana,tahoma,helvetica,sans-serif;
}
th {
    background-color:#DAE0ED;
    color:#000;
    font-weight:700;
    padding-left:3px;
    text-align:left;
}
.admin-menu-icon {
    float:left;
    padding:5px;
}
.admin-menu {
    border:1px solid #EEE;
    padding:5px;
}
.admin-menu-text {padding:5px;}
.admin-menu-item {padding:0 5px;}
.admin-list-table {
    border-spacing:1px;
    text-align:left;
    width:100%;
}
.admin-list-search {
    margin-bottom:5px;
    margin-top:5px;
    text-align:center;
}
.admin-list-field {
    padding-left:5px;
    padding-right:5px;
}
.admin-list-headerfield {padding:3px 5px;}
.disabledfield {color:#999;}
.gl_user-menu-right {
    float:right;
    text-align:right;
    padding:0 0 5px;
}
.alignright {text-align:right;}
.clearfix {display:block;}
* html .clearfix {height:1%;}
.floatleft {
    float:left;
    padding:0 10px 0 0;
}
.floatright {
    float:right;
    padding:0 0 0 10px;
}
.block-box-comment h2 {
    background:#CCC;
    color:#000;
    font-size:100%;
    text-transform:uppercase;
    padding:5px 10px;
}
.block-box-left h3,
.block-box-right h3 {
    font-size:100%;
    margin-top:0;
    margin-bottom:0;
    color:#000;
    font-weight:700;
    padding:0;
}
.block-box ul,
.block-box-left ul,
.block-box-right ul {
    list-style-position:outside;
    margin-left:0;
    padding-left:0;
    list-style:none;
    vertical-align:middle;
    margin-top:0;
    margin-bottom:0;
}
.block-box-left li,
.block-box-right li {
    list-style:none;
    margin:0;
    padding:0;
}
.block-columnpad {padding:10px 20px;}
.block-content,
.block-content-left,
.block-content-right {
    background:transparent;
    clear:both;
    color:#000;
    padding-bottom:2px;
    padding-top:2px;
}
.block-content ul,
.block-content-left ul,
.block-content-right ul {
    border:none;
    margin-bottom:0;
    margin-left:16px;
    margin-top:0;
    padding-left:0;
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
    float:right;
    padding-top:3px;
    text-align:right;
}
.commentbar-line1 {
    background:transparent;
    color:#000;
    padding:3px;
}
.commentbar-line2 {
    background:#E7E7E7;
    border-bottom:1px solid #FFF;
    border-top:1px solid #FFF;
}
.commentbar-line3 {
    background:#FFF;
    border-bottom:1px solid #FFF;
    color:#000;
    padding:3px;
}
.commenttitle {
    background:#F7F7F7;
    border:1px solid #E7E7E7;
    font-weight:700;
    padding:3px 0 3px 10px;
}
.comment-edit {
    font-style:italic;
    padding-top:5px;
}
.edit-perm-up {
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}
.fieldhelp {
    color:#666;
    font-size:.8em;
}
.form-description {
    display:block;
    float:left;
    font-weight:700;
    padding-right:5px;
    text-align:right;
    width:100px;
}
.form-field {
    margin-left:105px;
    padding-bottom:5px;
}
.highlight {
    background-color:#FF0;
    color:#000;
    text-decoration:none;
}
.inputTable td {
    vertical-align:top;
    padding:4px;
}
.inputTable label {
    font-weight:700;
    float:right;
    white-space:nowrap;
}
.list-blogroll li {
    background:transparent url(images/bullet-star.png) no-repeat scroll -5px 30%;
    padding-left:15px;
    font-size:0.85em;
}
.moderation-cc-row {
    clear:both;
    height:80px;
    width:100%;
}
.moderation-cc-item {
    float:left;
    text-align:center;
}
.nowrap {white-space:nowrap;}
.profile-col1 {
    width:14.80em;
    float:left;
    padding-left:1em;
    margin-bottom:1em;
}
.profile-image {
    background:#f2f2f2 50% 50%;
    border:1px solid #ccc;
    padding:5px;
    margin:0;
    width:170px;
}
.profile-meta ul {
    list-style-type:none;
    margin:0 auto;
    padding:5px 10px;
    width:170px;
}
.profile-meta ul li {
    float:left;
    padding:5px;
}
.profile-bio {
    background:#f2f2f2;
    border:1px solid #ccc;
    padding:5px;
    margin:0;
    width:170px;
    clear:left;
}
.profile-bio p {padding-top:5px;}
.profile-col2 {margin-left:17.8em;}
.profile-col2 ul {margin:0 .5em 1em;}
.profile-header {
    background:#ccc;
    padding:.5em 1em;
    margin:1em 0;
    font-weight:bold;
}
.profile-header span {
    float:right;
    font-weight:normal;
}
.profile-header span a {text-decoration:none;}
.profile-data {
    padding:0 .5em;
    width:100%; /* width:auto in ie6.css file */
}
.searchauth {
    background:transparent;
    color:#000;
    text-align:left;
}
.searchform-box {
    background:#E7E7E7;
    text-align:right;
    border-bottom:1px solid #CCC;
    height:52px;
    margin:0;
    padding:0 4px 0 1px;
}
.searchform-elements {
    display:inline;
    position:relative;
    top:6px;
}
.stats-list-count {
    padding-left:5px;
    padding-right:5px;
    text-align:right;
}
.stats-header-title {
    padding-left:5px;
    padding-right:5px;
    text-align:left;
    width:90%;
}
.stats-header-count {
    padding-left:5px;
    padding-right:5px;
    text-align:left;
    width:10%;
}
.stats-header-title-narrow {
    padding-left:5px;
    padding-right:5px;
    text-align:left;
    width:60%;
}
.stats-header-count-wide {
    padding-left:5px;
    padding-right:5px;
    text-align:right;
    width:40%;
}
.story {
    background:transparent;
    color:#000;
    margin-bottom:30px;
}
.story h1 {
    background:transparent;
    color:#000;
    font-size:1.4em;
    font-weight:700;
    margin:0 5px 0 0;
}
.story-body {
    margin-bottom:10px;
    padding:3px;
}
.story-body ul {
    list-style-position:outside;
    margin-left:5px;
    padding-left:15px;
    list-style:disc;
    vertical-align:middle;
}
.story-featured {
    background:transparent;
    color:#000;
    margin-bottom:10px;
    margin-top:10px;
}
.story-featured h1 {
    background:transparent;
    color:#000;
    font-size:1.8em;
    font-weight:700;
    margin:0 5px 0 0;
}
.story-footer {
    color:#666;
    font-size:.85em;
    text-align:center;
    padding:3px;
    clear:both;
}
.story-icons {
    color:#666;
    float:right;
    font-size:.85em;
    text-align:right;
    padding-top:20px;
}
.story-icons a {margin-left:5px;}
.story-information {
    background:transparent;
    color:#666;
    font-size:.85em;
    padding:0 3px;
}
.sysmessage {padding-bottom:10px;}
.sysmessage img {
    border:none;
    float:left;
    margin-right:10px;
    vertical-align:middle;
}
.warning {
    background:transparent;
    color:red;
    font-weight:700;
}
.warningsmall {
    background:transparent;
    color:red;
}
.warningxsmall {
    font-size:x-small;
    background:transparent;
    color:red;
}
.welcomeanddate-text {
    border-bottom:1px solid #CCC;
    margin-top:-3px;
    margin-bottom:10px;
    padding:0 0 7px;
}
.plugin {
    background:#EFEFEF;
    border:1px solid #CCC;
    color:#000;
    font-weight:400;
}
.plugin th {
    background:#B7C1DC;
    color:#000;
    text-align:left;
    padding:5px;
}
.plugin td {padding:2px 5px;}
.pluginBG {
    background:#4D77CC;
    color:#FEFEFE;
}
.pluginAltBG {background:#4D77CC;}
.pluginCellTitle {
    background:#4D77CC;
    color:#FFF;
    font-weight:700;
    padding:5px;
}
.pluginCellFill {background:#F8FAFD;}
.pluginCellText {
    color:#636363;
    font-weight:400;
    padding:0 5px;
}
.pluginHeader {
    color:#204275;
    font-weight:bolder;
    padding:3px 0;
}
.pluginFooter,
.pluginFooter td {
    background:#4D77CC;
    color:#FFF;
}
.pluginAlert {
    background:#4D77CC;
    color:#FFF;
    font-weight:700;
    padding:5px 15px;
}
.pluginInfo {
    background:#4D77CC;
    color:#FFF;
    font-weight:400;
    padding:5px 15px;
}
.pluginSubTable {
    background:#CCC;
    border:1px solid #CCC;
    color:#000;
    font-weight:400;
}
.pluginSubTable th {
    background:#C9D1E4;
    color:#000;
    text-align:left;
    padding:5px;
}
.pluginSolidOutline {background:#CCC;}
.pluginSolidFill {background:#1A3955;}
.pluginTitle {
    background:#4D77CC;
    color:#FFF;
    padding:4px 6px;
}
.pluginCellSubTitle {
    background:#F7F7F7;
    color:#000;
    padding:4px 6px;
}
.pluginTinyText {font-size:.8em;}
.pluginMediumText {font-size:1em;}
.pluginLargeText {font-size:1.25em;}
.pluginRow2,
.pluginRow2 td {
    background:#F1F5FA;
    color:#000;
    font-size:12px;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
    background:#E7E7E7;
    color:#000;
    font-size:12px;
}
.pluginCol a,
.pluginCol a:hover {
    text-decoration:none;
    padding:0 5px;
}
.pluginLinks A:hover {
    text-decoration:none;
    padding:0 5px;
}
a.pluginButton:link,
a.pluginButton:visited {
    background:transparent url(images/button_over.gif) center repeat-x;
    color:#000;
    display:block;
    height:19px;
    padding:2px;
    text-align:center;
    text-decoration:none;
}
a.pluginButton:hover {
    background:transparent url(images/button_over.gif) center repeat-x;
    color:blue;
    display:block;
    height:19px;
    padding-top:2px;
    text-align:center;
    text-decoration:none;
}
a.tooltip {
    color:#000;
    position:relative;
    text-decoration:none;
    z-index:10;
}
a.tooltip:hover {
    text-decoration:none;
    z-index:100;
}
a.tooltip:hover span {
    background-color:#E5EFFF;
    border:1px solid #C8DAF7;
    color:#033666;
    display:block;
    font-size:.8em;
    font-style:normal;
    left:-20px;
    line-height:125%;
    min-width:150px;
    position:absolute;
    text-align:left;
    text-decoration:none;
    top:10px;
    z-index:100;
    padding:4px;
}
.poll-vote,
.poll-vote-results {
    background:transparent;
    color:#000;
    font-size:smaller;
}
#navcontainer {
    background:transparent;
    border-bottom:1px solid #CCC;
    float:left;
    font-size:93%;
    line-height:normal;
    width:100%;
}
#navcontainer a {
    background:url(images/tableftJ.gif) no-repeat left top;
    float:left;
    text-decoration:none;
    margin:0;
    padding:0 0 0 5px;
    color:#4D77CC;
}
#navcontainer a span {
    background:url(images/tabrightJ.gif) no-repeat right top;
    display:block;
    float:none;
    padding:5px 15px 4px 6px;
}
#navcontainer a:hover span {
    color:#FFF;
    background-position:100% -42px;
}
#navcontainer a:hover {background-position:0 -42px;}
#navcontainer a#current span {
    background:url(images/tabrightI.gif) no-repeat left top;
    background-position:100% -42px;
    color:#FFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
    background:url(images/tableftI.gif) no-repeat left top;
    background-position:0 -42px;
}
#navcontainer ul {
    list-style:none;
    margin:0;
    padding:10px 10px 0 50px;
}
#navcontainer li {
    display:inline;
    margin:0;
    padding:0;
}
.logview {overflow:auto;}
blockquote {
    background:transparent url(images/quote-l.png) no-repeat scroll left top;
    color:#666;
    font-size:1.2em;
    font-style:italic;
    line-height:1.5em;
    padding-left:60px;
    width:auto;
    margin:0;
    min-height:3.0em;
}
blockquote p {
    background:transparent url(images/quote-r.png) no-repeat scroll right bottom;
    padding-right:60px;
    margin:10px;
    min-height:3.0em;
}
ul.arrow li {background:transparent url(images/arrow.png) no-repeat scroll 0 50%;}
ul.bug li {background:transparent url(images/bug.png) no-repeat scroll 0 50%;}
ul.cart li {background:transparent url(images/cart.png) no-repeat scroll 0 50%;}
ul.check li {background:transparent url(images/check.png) no-repeat scroll 0 50%;}
ul.script li {background:transparent url(images/script.png) no-repeat scroll 0 50%;}
ul.bullet-blue li {background:transparent url(images/bullet-blue.png) no-repeat scroll 0 50%;}
ul.bullet-grey li {background:transparent url(images/bullet-grey.png) no-repeat scroll 0 50%;}
ul.bullet-plus li {background:transparent url(images/bullet-plus.png) no-repeat scroll 0 50%;}
ul.bullet-rss li {background:transparent url(images/bullet-rss.png) no-repeat scroll 0 50%;}
ul.bullet-star li {background:transparent url(images/bullet-star.png) no-repeat scroll 0 50%;}
ul.disc li {background:transparent url(images/disc.png) no-repeat scroll 0 50%;}
ul.headphones li {background:transparent url(images/headphones.png) no-repeat scroll 0 50%;}
ul.mic li {background:transparent url(images/mic.png) no-repeat scroll 0 50%;}
ul.speaker li {background:transparent url(images/speaker.png) no-repeat scroll 0 50%;}
ul.video li {background:transparent url(images/video.png) no-repeat scroll 0 50%;}
li.num-1 {background:transparent url(images/number-1.png) no-repeat scroll 0 50%;}
li.num-2 {background:transparent url(images/number-2.png) no-repeat scroll 0 50%;}
li.num-3 {background:transparent url(images/number-3.png) no-repeat scroll 0 50%;}
li.num-4 {background:transparent url(images/number-4.png) no-repeat scroll 0 50%;}
li.num-5 {background:transparent url(images/number-5.png) no-repeat scroll 0 50%;}
li.num-6 {background:transparent url(images/number-6.png) no-repeat scroll 0 50%;}
li.num-7 {background:transparent url(images/number-7.png) no-repeat scroll 0 50%;}
li.num-8 {background:transparent url(images/number-8.png) no-repeat scroll 0 50%;}
li.num-9 {background:transparent url(images/number-9.png) no-repeat scroll 0 50%;}
li.num-1g {background:transparent url(images/number-1g.png) no-repeat scroll 0 50%;}
li.num-2g {background:transparent url(images/number-2g.png) no-repeat scroll 0 50%;}
li.num-3g {background:transparent url(images/number-3g.png) no-repeat scroll 0 50%;}
li.num-4g {background:transparent url(images/number-4g.png) no-repeat scroll 0 50%;}
li.num-5g {background:transparent url(images/number-5g.png) no-repeat scroll 0 50%;}
li.num-6g {background:transparent url(images/number-6g.png) no-repeat scroll 0 50%;}
li.num-7g {background:transparent url(images/number-7g.png) no-repeat scroll 0 50%;}
li.num-8g {background:transparent url(images/number-8g.png) no-repeat scroll 0 50%;}
li.num-9g {background:transparent url(images/number-9g.png) no-repeat scroll 0 50%;}
ul.arrow,
ul.bug,
ul.cart,
ul.check,
ul.script,
ul.bullet-blue,
ul.bullet-grey,
ul.bullet-plus,
ul.bullet-rss,
ul.bullet-star,
ul.disc,
ul.headphones,
ul.mic,
ul.speaker,
ul.video,
ul.number {
    list-style-position:outside;
    list-style:none;
    margin-bottom:10px;
    margin-left:0;
    padding-left:0;
}
ul.arrow li,
ul.bug li,
ul.cart li,
ul.check li,
ul.script li,
ul.bullet-blue li,
ul.bullet-grey li,
ul.bullet-plus li,
ul.bullet-rss li,
ul.bullet-star li,
ul.disc li,
ul.headphones li,
ul.mic li,
ul.speaker li,
ul.video li,
ul.number li {padding-left:30px;}
ul.blank,
li.blankul.arrow li.blank,
ul.bug li.blank,
ul.cart li.blank,
ul.check li.blank,
ul.script li.blank,
ul.bullet-blue li.blank,
ul.bullet-grey li.blank,
ul.bullet-plus li.blank,
ul.bullet-rss li.blank,
ul.bullet-star li.blank,
ul.disc li.blank,
ul.headphones li.blank,
ul.mic li.blank,
ul.speaker li.blank,
ul.video li.blank {background:transparent url(images/blank.png) no-repeat scroll 0 50%;}
ul.arrow li ul,
ul.bug li ul,
ul.cart li ul,
ul.check li ul,
ul.script li ul,
ul.bullet-blue li ul,
ul.bullet-grey li ul,
ul.bullet-plus li ul,
ul.bullet-rss li ul,
ul.bullet-star li ul,
ul.disc li ul,
ul.headphones li ul,
ul.mic li ul,
ul.speaker li ul,
ul.video li ul,
ul.number li ul{list-style:none;}
li.num-1,
li.num-2,
li.num-3,
li.num-4,
li.num-5,
li.num-6,
li.num-7,
li.num-8,
li.num-9,
li.num-1g,
li.num-2g,
li.num-3g,
li.num-4g,
li.num-5g,
li.num-6g,
li.num-7g,
li.num-8g,
li.num-9g {padding:2px 0 2px 30px;}
.story-featured pre,
.story-body pre {
    background:#F7F7F7 url(images/code.png) no-repeat scroll 5px 50%;
    border:3px solid #CCC;
    font-size:90%;
    line-height:135%;
    overflow:auto;
    padding:1em 1em 1em 5em;
}
span.alert {
    background:#FFD6D6 url(images/alert.png) no-repeat scroll 5px 50%;
    border:3px solid #FE7B7A;
    color:#C00;
}
span.down {
    background:#EEF7DD url(images/download.png) no-repeat scroll 5px 50%;
    border:3px solid #9ACC2E;
    color:green;
}
span.help {
    background:#f9ecd3 url(images/help.png) no-repeat scroll 5px 50%;
    border:3px solid #ffba42;
    color:orange;
}
span.idea {
    background:#FABFFF url(images/idea.png) no-repeat scroll 5px 50%;
    border:3px solid #F56FFF;
    color:purple;
}
span.info {
    background:#D8E5F8 url(images/sysmessage.png) no-repeat scroll 5px 50%;
    border:3px solid #629DE3;
    color:#05B;
}
span.note {
    background:#FEF6D8 url(images/note.png) no-repeat scroll 5px 50%;
    border:3px solid #FDE179;
    color:#B79000;
}
span.alert,
span.help,
span.down,
span.idea,
span.info,
span.download,
span.note {
    display:block;
    margin:0 0 15px;
    padding:10px 10px 10px 45px;
}
q {
    background-color:transparent;
    background-image:url(images/quote-l.png);
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-x-position:left;
    background-y-position:top;
    color:#666;
    font-size:120%;
    font-style:italic;
    line-height:150%;
    padding-left:60px;
    width:auto;
    padding-right:60px;
    margin:10px;
}
.b {font-weight:bold;}
.strike {text-decoration:line-through;}
.checkboxes-list span {padding-left:5px;}
.codeblock {
    background-color:#ECE9D8;
    color:#000;
    width:550px;
    height:160px;
    overflow:auto;
    min-height:50px;
    max-height:120px;
    border:1px dashed #000;
    margin:5px 0 5px 5px;
    padding:5px;
}
.quotemain {
    background:#FAFCFE;
    border:1px solid #8394B2;
    border-left:5px solid #8394B2;
    color:#465584;
    margin:5px auto 8px;
    min-height:25px;
    padding:4px;
    overflow:auto;
}
.forum-quote-img {
    float:right;
    padding-left:5px;
}
div .php,
div .text {
    max-height:400px;
    overflow:auto;
    height:auto;
    width:auto;
    min-height:100px;
}
#container_fixed div .php,
#container_fixed div .text,
#container_fixed div .quotemain { /* dropped gl_ for use in slate theme */width:780px;}
#ft,
.clearboth {clear:both;}
.moderation-cc {width:100%;}
a,
.gl_blockstyle2 .block-box-left h2,
.gl_blockstyle2 .block-box-right h2 {background:transparent;}
fieldset legend,input,
.searchform-elements input,
.pluginSmallText {font-size:.9em;}
form label,
.b,
.checkboxes-list .gldefault {/* font-weight:700; */}
img,
table {border:0;}
.gl_user-menu-left,
.alignleft {text-align:left;}
.aligncenter,
.edit-perm-down,
.pagenav,
.row_center td {text-align:center;}
.aligntop,
.plugin tr,
.pluginSubTable tr {vertical-align:top;}
.gl_blockstyle3 .block-box-left h2,
.gl_blockstyle3 .block-box-right h2,
.hidden,
a.tooltip span,
#gl_moospring .gl_moospring span {display:none;}
.list-feed li,
.topicoption,
.topicoption-off {list-style:none;}
.searchdate,
.searchhits {
    background:transparent;
    color:#000;
    text-align:right;
}
.pluginAltBG td,
.pluginAltText {color:#FFF;}
.pluginRow1,
.pluginRow1 td,
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
    background:#FFF;
    color:#000;
    font-size:12px;
}
.pluginLinks A:link,
.pluginLinks A:visited {
    text-decoration:none;
    padding:0 5px;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link,
.pluginBreadCrumbs A:visited,
.pluginBreadCrumbs A:hover {
    color:#FFF;
    font-style:normal;
    font-weight:400;
    text-decoration:none;
}
.blocklist ul {
    list-style:none;
    margin:0;
    padding:0;
}
div .html,
div .css {
    height:300px;
    min-height:100px;
    overflow:auto;
    width:auto;
}
.story-body li,
.gl_moomenu,
.gl_moomenu *,
.story-footer p,
.story-information p {
    margin:0;
    padding:0;
}

/* Default style for the nogray calendar
the default class prefix is ng-

made by Wesam Saif
http://www.nogray.com
support@nogray.com
*/
.ng-cal-header-table {
    margin:5px;
    border-collapse:collapse;
    background:#4D77CC;
    border:solid #CCCCCC 1px;
}
.ng-cal-previous-td,
.ng-cal-next-td {
    width:20px;
    height:20px;
    color:#FFF;
    text-align:center;
}
.ng-cal-header-td {
    text-align:center;
    font-weight:bold;
    padding:3px;
    color:#FFF;
}
.ng-cal {
    border:solid #DAE0ED 1px;
    border-collapse:collapse;
    margin:5px auto;
    margin-top:-5px;
    margin-top:0px;
    background-color:#FFFFFF;
    text-align:center;
}
.ng-cal * {font-size:8pt;}
.ng-cal td {
    padding:3px;
    border:solid #DAE0ED 1px;
}
.ng-cal .ng-days-name-td {
    background:#DAE0ED;
    border:solid #DAE0ED 1px;
}
.ng-month-name-th {
    background:#4D77CC;
    font-weight:bold;
    padding:3px;
    color:#ffffff;
    text-align:center;
    display:none;
}
.ng-weekend,
.ng-dayOff,
.ng-dateOff {color:#999999;}
.ng-outOfRange {
    color:#999999;
    background:#efefef;
    text-decoration:line-through;
}
.ng-mouse-over {
    font-weight:bold;
    background:#DAE0ED;
}
.ng-selected-day {
    background:#CCCCCC;
    font-weight:bold;
}
.ng-close-link,
.ng-clear-link    {
    padding:3px;
    text-align:center;
    color:#666666;
    text-decoration:none;
    font-size:8pt;
    background:#efefef;
    border:solid #cccccc 1px;
    float:right;
    margin-right:5px;
}
/* table list */
.table_list {
    border-collapse:collapse;
    border:solid #ccc 1px;
    width:100%;
}
.table_list td {
    padding:5px;
    border:solid #efefef 1px;
}
.table_list th {
    background:#75b2d1;
    padding:5px;
    color:#ffffff;
}
.table_list tr.odd {background:#e1eff5;}
/* calendar styles */
#calendar1,
#calendar2,
#calendar3 {
    border:solid #666 1px;
    background:#fff;
    padding-bottom:5px;
    padding-top:5px;
}
#calendar1,
#calendar2 {width:183px;}
#calendar1 .ng-cal-header-table,
#calendar2 .ng-cal-header-table {width:173px;}
#inter_cal .ng-cal-header-table,
#inter_cal2 .ng-cal-header-table {width:95%;}
/*
#configuration {
    border:1px solid silver;
}
*/
#configuration fieldset {
    margin-bottom:10px;
    border:1px #ccc solid;
    padding:5px;
    text-align:left;
    width:90%;
}
#configuration fieldset p {margin:10px 0px;}
#configuration legend {
    color:#0B55C4;
    font-size:1.2em;
    font-weight:bold;
}
#configuration input,
#configuration select {
    font-size:.9em;
    border:1px solid silver;
}
#configuration textarea {
    font-size:11px;
    border:1px solid silver;
}
#configuration button {font-size:10px;}
#configuration td.key {
    background-color:#F6F6F6;
    border-bottom:1px solid #E9E9E9;
    border-right:1px solid #E9E9E9;
    color:#222222;
    font-weight:bold;
    text-align:right;
    width:50%;
}

/* WIDGET STYLES ************************************/

/* start gl_moomorph css */
.morph-start {
    border:1px solid #000;
    font-weight:700;
    width:95%;
    margin:10px;
}
/* start gl_moorotator_block css */
#gl_moorotator_block {
    position:relative;
    z-index:1;
    height:160px; /* the total height of the image rotator window */
    width:150px;
    overflow:hidden;
}
#gl_moorotator_block .gl_moorotatorimage_block {
    float:left;
    top:0;
    left:0;
    position:relative;
    height:160px;
    z-index:1;
    overflow:hidden;
}
#gl_moorotator_block .gl_moorotatortext_block {
    position:relative;
    bottom:10px;
    z-index:2;
    margin-left:15px;
    display:block;
    color:#FFF;
}
.gl_moorotatortext_block a,
.gl_moorotatortext_block a:hover {
    color:#FFF;
    text-decoration:none;
}
#gl_moorotator_block .controls {
    position:absolute;
    bottom:5px;
    left:47px;
    z-index:5;
}
#gl_moorotator_block .control-pause {background-position:0 -34px;}
#gl_moorotator_block .control-play {background-position:0 -51px;}
#gl_moorotator_block .controls img{
    background-image:url(images/gl_mooticker_controls.png);
    cursor:pointer;
    height:15px;
    margin-right:5px;
    width:15px;
}
#gl_moorotator_block .control-prev {background-position:0 0;}
#gl_moorotator_block .control-next {background-position:0 -17px;}
/* start gl_moorotator css */
#gl_moorotator {
    position:relative;
    z-index:1;
    height:220px;
    width:570px;
    overflow:hidden;
    margin:40px auto;
}
#gl_moorotator .gl_moorotatorimage {
    float:left;
    top:0;
    left:0;
    position:relative;
    height:220px;
    z-index:1;
    overflow:hidden;
}
#gl_moorotator .gl_moorotatortext {
    position:relative;
    top:175px;
    z-index:2;
    margin-left:10px;
    display:block;
    color:#FFF;
}
.gl_moorotatortext a,
.gl_moorotatortext a:hover {
    color:#FFF;
    text-decoration:none;
}
#gl_moorotator .controls {
    position:absolute;
    top:15px;
    right:15px;
    z-index:5;
}
#gl_moorotator .control-pause {background-position:0 -34px;}
#gl_moorotator .control-play {background-position:0 -51px;}
#gl_moorotator .controls img,
#gl_mooticker .controls img {
    background-image:url(images/gl_mooticker_controls.png);
    cursor:pointer;
    height:15px;
    margin-right:5px;
    width:15px;
}
#gl_moorotator .control-prev,
div#gl_frame div.button#left:hover,
div#gl_frame div.button#left.hover,
div#gl_frame div.button#right:hover,
div#gl_frame div.button#right.hover,
#gl_mooticker .control-prev {background-position:0 0;}
#gl_moorotator .control-next,
#gl_mooticker .control-next {background-position:0 -17px;}
/* start gl_moosimplebox css */
#gl_moosimplebox_trigger1 {cursor:pointer;}
.gl_moosimplebox {
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:10px;
    border:1px solid #000;
    background:transparent url(images/moosimplebox/bg.png) repeat;
}
.gl_moosimplebox button{
    border:none;
    background:transparent url(images/moosimplebox/close.png) no-repeat;
    position:absolute;
    top:-6px;
    right:-6px;
    width:24px;
    height:24px;
    font-size:10px;
    font-family:arial;
    cursor:pointer;
}
.gl_moosimplebox div div,
div#my_gl_moosimplebox_content {
    background-image:none;
    height:auto;
}
/* start gl_mooslide css */
.gl_slide {margin:0 auto;}
#gl_slide_hr hr {
    clear:both;
    height:0;
    border:0;
    display:none;
}
ul#gl_slide-tabs { /* the tabs for the content box */
    text-align:center;
    list-style:none;
    clear:both;
    margin:1em auto 0;
    padding:0 0 0 5px;
}
#gl_slide-tabs li {
    float:left;
    height:28px;
    line-height:28px;
    display:block;
    cursor:pointer;
    list-style:none;
    margin-left:3px;
    font-weight:700;
    background:#4d77cc;
    color:#FFF;
    padding:0 15px;
}
#gl_slide-tabs li.active {
    background:679ef1;
    color:#999;
}
#gl_slide-tabs li.current {
    background:#ccc;
    color:#999;
}
div#gl_frame {
    clear:both;
    position:relative;
    overflow:hidden;
    border:5px solid #CCC;
    margin:0 auto 2em;
}
div#gl_frame div.button {
    position:absolute;
    width:28px;
    height:28px;
    cursor:pointer;
    overflow:hidden;
    top:40%;
}
div#gl_frame div.button#left {
    left:10px;
    background:url(images/prev.png) no-repeat;
}
div#gl_frame div.button#right {
    right:10px;
    background:url(images/next.png) no-repeat;
}
#gl_scroller {
    overflow:hidden;
    margin:0 auto;
}
.gl_tab-pane {
    float:left;
    overflow:hidden;
    margin:0;
    padding:25px 0;
}
.gl_tab-pane img {padding:0;}
/* start gl_moospring css */
#gl_moospring {
    background:url(../nouveau/images/joinus.jpg) no-repeat scroll 100%;
    height:100px;
    margin:10px 0;
    width:525px;
}
#gl_moospring .gl_moosprings {
    height:100px;
    list-style-type:none;
    margin:0;
    padding:0;
}
#gl_moospring li {
    float:left;
    list-style-type:none;
}
#gl_moospring .gl_moospring {
    display:block;
    cursor:pointer;
    overflow:hidden;
    height:100px;
    width:125px;
}
#gl_moospring .gl_moospring1 {
    background:url(../nouveau/images/grabit.jpg) no-repeat;
    border-right:5px solid #FFF;
}
#gl_moospring .gl_moospring2 {
    background:url(../nouveau/images/readit.jpg) no-repeat;
    border-right:5px solid #FFF;
}
#gl_moospring .gl_moospring3 {
    background:url(../nouveau/images/sayit.jpg) no-repeat;
    border-right:5px solid #FFF;
}
#gl_moospring .gl_moospring4 {background:url(../nouveau/images/joinus.jpg) no-repeat;}
/* start gl_mootickerRSS css */
#gl_mooticker {padding:15px 0;}
#gl_mooticker a {text-decoration:none;}
#gl_mooticker ul {
    line-height:15px;
    margin:0 0 5px 80px;
}
#gl_mooticker li {
    list-style-type:none;
    padding-left:40px;
}
#gl_mooticker .tickertitle {
    position:absolute;
    font-weight:700;
    margin-left:40px;
    display:block;
}
#gl_mooticker .controls {position:absolute;}
/* gl_moochronometer header images */
#dawn #header_bg {background:url(../nouveau/images/header-bg-dawn.jpg) 0 0 repeat-x;}
#day #header_bg {background:url(../nouveau/images/header-bg-day.jpg) 0 0 repeat-x;}
#afternoon #header_bg {background:url(../nouveau/images/header-bg-afternoon.jpg) 0 0 repeat-x;}
#dusk #header_bg {background:url(../nouveau/images/header-bg-dusk.jpg) 0 0 repeat-x;}
#night #header_bg {background:url(../nouveau/images/header-bg-night.jpg) 0 0 repeat-x;}
/* gl_mootip css */
.tool-tip {
    color:#fff;
    width:150px;
    z-index:13000;
}
.tool-title {
    font-weight:700;
    font-size:11px;
    color:#679EF1;
    background:url(images/gl_mootip_bg.png) top left;
    margin:0;
    padding:8px 8px 4px;
}
.tool-text {
    font-size:11px;
    background:url(images/gl_mootip_bg.png) bottom right;
    padding:4px 8px 8px;
}
.signature {
    overflow:hidden;
    width:500px;
    max-height:150px;
}
.comment-sig {
    color:#666666;
    padding-top:1ex;
}
pre {
    background-color:#fff;
    font-family:"Consolas" , "Courier New" ,Courier,mono,serif;
    font-size:12px;
    color:#000;
    padding:5px;
    border:1px dashed blue;
}
.moofx-toggler {
    background:url(images/arrow_open.png) no-repeat 0 100%;
    padding:0 5px 0 10px;
}
.moofx-toggler-down {
    background:url(images/arrow_down.png) no-repeat 0 100%;
    padding:0 5px 0 10px;
}

/* Star Rating System */
.article-ratingbar {
    display:block;
    padding-bottom:0px;
    margin-bottom:0px;
    padding-top:2px;
    margin-top:2px;
    text-align:center;
}
.rater_loading {
    height:30px;
    background:url(../../images/working.gif) 50% 50% no-repeat;
}
.rater_loadingsm {
    height:10px;
    line-height:10px;
    padding:0;
    margin:0;
    background:url(../../images/working.gif) 50% 50% no-repeat;
}
.article-rating-unit { /* the UL */
    list-style:none;
    margin:0px;
    padding:0px;
    height:30px;
    position:relative;
    background:url(../../images/starrating.png) top left repeat-x;
    margin:0px auto;
}
.article-rating-unit li{
    text-indent:-90000px;
    padding:0px;
    margin:0px;
    /*\*/
    float:left;
    /* */
}
.article-rating-unit li a {
    outline:none;
    display:block;
    width:30px;
    height:30px;
    text-decoration:none;
    text-indent:-9000px;
    z-index:20;
    position:absolute;
    padding:0px;
}
.article-rating-unit li a:hover{
    background:url(../../images/starrating.png) left center;
    z-index:2;
    left:0px;
}
.article-rating-unit a.r1-unit{left:0px;}
.article-rating-unit a.r1-unit:hover{width:30px;}
.article-rating-unit a.r2-unit{left:30px;}
.article-rating-unit a.r2-unit:hover{width:60px;}
.article-rating-unit a.r3-unit{left:60px;}
.article-rating-unit a.r3-unit:hover{width:90px;}
.article-rating-unit a.r4-unit{left:90px;}
.article-rating-unit a.r4-unit:hover{width:120px;}
.article-rating-unit a.r5-unit{left:120px;}
.article-rating-unit a.r5-unit:hover{width:150px;}
.article-rating-unit a.r6-unit{left:150px;}
.article-rating-unit a.r6-unit:hover{width:180px;}
.article-rating-unit a.r7-unit{left:180px;}
.article-rating-unit a.r7-unit:hover{width:210px;}
.article-rating-unit a.r8-unit{left:210px;}
.article-rating-unit a.r8-unit:hover{width:240px;}
.article-rating-unit a.r9-unit{left:240px;}
.article-rating-unit a.r9-unit:hover{width:270px;}
.article-rating-unit a.r10-unit{left:270px;}
.article-rating-unit a.r10-unit:hover{width:300px;}
.article-rating-unit li.current-rating {
    background:url(../../images/starrating.png) left bottom;
    position:absolute;
    height:30px;
    display:block;
    text-indent:-9000px;
    z-index:1;
    left:0px;
}
/* small star rater */
.article-small-rating-unit { /* the UL */
    list-style:none;
    padding:0px;
    height:15px;
    position:relative;
    background:url(../../images/star_small.png) top left repeat-x;
    margin:0px auto;
}
.article-small-rating-unit li{
    text-indent:-30000px;
    padding:0px;
    margin:0px;
    /*\*/
    float:left;
    /* */
}
.article-small-rating-unit li a {
    outline:none;
    display:block;
    width:15px;
    height:15px;
    text-decoration:none;
    text-indent:-3000px;
    z-index:20;
    position:absolute;
    padding:0px;
}
.article-small-rating-unit li a:hover{
    background:url(../../images/star_small.png) left center;
    z-index:2;
    left:0px;
    line-height:15px
}
.article-small-rating-unit a.r1-unit{left:0px;}
.article-small-rating-unit a.r1-unit:hover{width:15px;}
.article-small-rating-unit a.r2-unit{left:15px;}
.article-small-rating-unit a.r2-unit:hover{width:30px;}
.article-small-rating-unit a.r3-unit{left:30px;}
.article-small-rating-unit a.r3-unit:hover{width:45px;}
.article-small-rating-unit a.r4-unit{left:45px;}
.article-small-rating-unit a.r4-unit:hover{width:60px;}
.article-small-rating-unit a.r5-unit{left:60px;}
.article-small-rating-unit a.r5-unit:hover{width:75px;}
.article-small-rating-unit a.r6-unit{left:75px;}
.article-small-rating-unit a.r6-unit:hover{width:90px;}
.article-small-rating-unit a.r7-unit{left:90px;}
.article-small-rating-unit a.r7-unit:hover{width:105px;}
.article-small-rating-unit a.r8-unit{left:105px;}
.article-small-rating-unit a.r8-unit:hover{width:123px;}
.article-small-rating-unit a.r9-unit{left:120px;}
.article-small-rating-unit a.r9-unit:hover{width:135px;}
.article-small-rating-unit a.r10-unit{left:135px;}
.article-small-rating-unit a.r10-unit:hover{width:150px;}
.article-small-rating-unit li.current-rating {
    background:url(../../images/star_small.png) left bottom;
    position:absolute;
    height:15px;
    display:block;
    text-indent:-3000px;
    z-index:1;
    left:0px;
    padding:0;
    line-height:15px;
}
/* end of small stuff */
.voted {color:#000;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}
/* end of Star rating system */

.admin-menu,
.plugin,
.pluginSubTable,
.story-featured pre .story-body pre,
.ng-cal-header-table,
.ng-close-link,
.ng-clear-link,
.profile-image,
.profile-bio,
.table_list {border:1px solid #ccc;}
/* env check */
.pathtext {
    font-size:11px;
    color:#666;
}
.pathtext-status {
    text-align:right;
    white-space:nowrap;
}
.yes,
.iswriteable {
    font-weight:bold;
    color:#46882b;
}
.notok,
.notwriteable {
    font-weight:bold;
    color:#cc0000;
}
/* BBCode Editor */
.bbceditor textarea,
.bbceditor input,
.bbceditor select {
    font-size:1em;
    font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}
.bbc-buttons {padding:5px;}
.bbc-buttons input.button1,
.bbc-buttons input.button2 {font-size:1em;}
.bbc-buttons a.button1,
.bbc-buttons input.button1,
.bbc-buttons a.button2,
.bbc-buttons input.button2 {
    width:auto !important;
    padding-top:1px;
    padding-bottom:1px;
    font-family:"Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    color:#000;
    background:#E1EBF2 none repeat-x top;
}
.bbceditor a.button1,
.bbceditor input.button1 {
    font-weight:bold;
    border:1px solid #666666;
}
.bbc-buttons a.button2,
.bbc-buttons input.button2 {border:1px solid #666666;}
.userphoto {
    width:50px;
    border:1px solid #ccc;
    padding:2px;
}
.groupauthor {
    background:#eef7dd !important;
    border:1px solid #9acc2e !important;
    color:green !important;
}
.articleauthor {
    background:#d8e5f8 !important;
    border:1px solid #629de3 !important;
    color:#0055bb !important;
}
/* Auto Translations css */
.autotranslations {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
    width:160px;
    display:block;
}
.autotranslations li {
    float:left;
    margin:0 5px 5px 0;
    background:url(../../images/translations/sprite-flags.png) no-repeat top left;
    width:16px;
    height:11px;
}
.autotranslations li.sprite-ar { background-position:0 0; }
.autotranslations li.sprite-bg { background-position:0 -12px; }
.autotranslations li.sprite-ca { background-position:0 -24px; }
.autotranslations li.sprite-cs { background-position:0 -36px; }
.autotranslations li.sprite-da { background-position:0 -48px; }
.autotranslations li.sprite-de { background-position:0 -60px; }
.autotranslations li.sprite-el { background-position:0 -72px; }
.autotranslations li.sprite-en { background-position:0 -84px; }
.autotranslations li.sprite-es { background-position:0 -96px; }
.autotranslations li.sprite-fi { background-position:0 -108px; }
.autotranslations li.sprite-fr { background-position:0 -120px; }
.autotranslations li.sprite-hi { background-position:0 -132px; }
.autotranslations li.sprite-hr { background-position:0 -144px; }
.autotranslations li.sprite-id { background-position:0 -156px; }
.autotranslations li.sprite-it { background-position:0 -168px; }
.autotranslations li.sprite-iw { background-position:0 -180px; }
.autotranslations li.sprite-ja { background-position:0 -192px; }
.autotranslations li.sprite-ko { background-position:0 -204px; }
.autotranslations li.sprite-lt { background-position:0 -216px; }
.autotranslations li.sprite-lv { background-position:0 -228px; }
.autotranslations li.sprite-nl { background-position:0 -240px; }
.autotranslations li.sprite-no { background-position:0 -252px; }
.autotranslations li.sprite-pl { background-position:0 -264px; }
.autotranslations li.sprite-pt { background-position:0 -276px; }
.autotranslations li.sprite-ro { background-position:0 -288px; }
.autotranslations li.sprite-ru { background-position:0 -300px; }
.autotranslations li.sprite-sk { background-position:0 -312px; }
.autotranslations li.sprite-sl { background-position:0 -324px; }
.autotranslations li.sprite-sr { background-position:0 -336px; }
.autotranslations li.sprite-sv { background-position:0 -348px; }
.autotranslations li.sprite-tl { background-position:0 -360px; }
.autotranslations li.sprite-uk { background-position:0 -372px; }
.autotranslations li.sprite-vi { background-position:0 -384px; }
.autotranslations li.sprite-zh-CN,
.autotranslations li.sprite-zh-TW { background-position:0 -396px; }
.autotranslations img {
    height:11px;
    width:16px;
}
