/* STYLE STYLESHEET *******************************************************
This file only contains style info. For global layout info use layout.css
split the following sections:
- GLOBAL LAYOUT(style formatting for layout.css entries)
- GLOBAL SEMANTICS (direct formatting of markup <a> <form> <img>, etc.)
- CLASSES & IDS (.whatever & #whatever - organized alphabetically)
- COMMON PLUGIN CSS
- NAVBAR CSS

SAMPLE:
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

These are the rough rules:
- always put a ';' after the last entry
- always a linebreak before .
- always a linebreak after , ; { and }
- always a . before all classes
- always a # before all ids
- two spaces indent
- no tabs
- no spaces after colons
**********************************************************************/
/* glFusion Styles */
#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7 {
text-align:left;
width:56.25em;
min-width:750px;
margin:auto;
}

#doc2 {
width:71.25em;
}

#doc3 {
width:auto;
margin:auto 10px;
}

#doc4 {
width:73.050003em;
}

.yui-b {
position:relative;
_position:static;
}

#yui-main .yui-b {
position:static;
float:none;
width:auto;
}

.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main {
float:right;
margin-left:-25em;
}

.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main {
float:left;
margin-right:-25em;
}

.yui-t1 .yui-b {
float:left;
width:12em;
}

.yui-t1 #yui-main .yui-b {
margin-left:13.05em;
}

.yui-t2 .yui-b {
float:left;
width:13.5em;
}

.yui-t2 #yui-main .yui-b {
margin-left:14.55em;
}

.yui-t3 .yui-b {
float:left;
width:22.5em;
}

.yui-t3 #yui-main .yui-b {
margin-left:23.620001em;
}

.yui-t4 .yui-b {
float:right;
width:13.5em;
}

.yui-t4 #yui-main .yui-b {
margin-right:14.55em;
}

.yui-t5 .yui-b {
float:right;
width:18em;
}

.yui-t5 #yui-main .yui-b {
margin-right:19.125em;
}

.yui-t6 .yui-b {
float:right;
width:22.5em;
}

.yui-t6 #yui-main .yui-b {
margin-right:23.620001em;
}

.yui-t7 #yui-main .yui-b {
display:block;
margin:0 0 1em;
}

.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u {
float:left;
width:32%;
margin-left:1.99%;
}

.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf {
width:49.099998%;
}

.yui-gb .yui-u {
margin-left:1.9%;
width:31.9%;
}

.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first {
margin-right:0;
width:32%;
_width:31.700001%;
}

.yui-gb .yui-g div.first {
margin-right:4%;
_margin-right:1.3%;
}

.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first {
margin-right:0;
}

.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u {
margin-left:1.8%;
_margin-left:4%;
}

.yui-g .yui-gb .yui-u {
_margin-left:1%;
}

.yui-gb .yui-gd .yui-u {
width:66%;
_width:61.200001%;
}

.yui-gb .yui-gd div.first {
width:31%;
_width:29.5%;
}

.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u {
width:32%;
_float:right;
margin-right:0;
_margin-left:0;
}

.yui-gb .yui-gc div.first {
width:66%;
float:left;
margin-left:0;
}

.yui-gb .yui-gb .yui-u {
_margin-left:.7%;
}

.yui-g .yui-gd div.first {
_width:29.9%;
}

.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first {
width:24%;
_width:20%;
}

.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u {
width:73.5%;
_width:65.5%;
}

.yui-ge div.first .yui-gd .yui-u {
width:65%;
}

#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf {
zoom:1;
}

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:#000;
border-width:0!important;
border-style:solid none none!important;
padding:10px;
margin:0;
}

div.glfform form fieldset legend {
font-size:150%;
font-weight:400;
color:#000;
margin: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:#000;
}

div.glfform textarea {
overflow:auto;
}

div.glfform form div {
clear:left;
display:block;
/*  width: 354px; */
height:expression(1%);
margin:5px 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 #666;
background-color:#ffffe1;
color:#666;
font-size:88%;
}

div.glfform form fieldset div.notes h4 {
background-image:url(layout/chameleon/images/info.png);
background-repeat:no-repeat;
background-position:top left;
padding:3px 0 3px 27px;
border-width:0 0 1px;
border-style:solid;
border-color:#666;
color:#666;
font-size:110%;
}

div.glfform form fieldset div.notes p {
margin:0 0 1.2em;
color:#666;
}

div.glfform form fieldset div.notes p.last {
margin:0;
}

div.glfform form div fieldset {
clear:none;
border-width:1px;
border-style:solid;
border-color:#666;
margin:0 0 0 144px;
padding:0 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:700;
}

div.glfform form div label {
display:block;
float:left;
width:230px;
padding:3px 5px;
margin:0 0 5px;
text-align:right;
}

div.glfform form div.optional label,label.optional {
font-weight:400;
}

div.glfform form div.required label,label.required {
font-weight:700;
}

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;
width:170px;
}

div.glfform form div img {
}

div.glfform p.error {
background-color:red;
background-image:url(layout/chameleon/images/alert-small.png);
background-repeat:no-repeat;
background-position:3px 3px;
color:#FFF;
padding:3px 3px 5px 27px;
border:1px solid #000;
margin:auto 100px;
}

div.glfform form div.error {
background-color:#ffffe1;
background-image:url(layout/chameleon/images/required_bg.gif);
background-repeat:no-repeat;
background-position:top left;
color:#666;
border:1px solid red;
}

div.glfform form div.error p.error {
background-image:url(layout/chameleon/images/alert-small.png);
background-position:top left;
background-color:transparent;
border-style:none;
font-size:88%;
font-weight:700;
margin:0 0 0 118px;
width:200px;
color:red;
}

div.glfform form div select,form div textarea {
width:200px;
padding:1px 3px;
margin:0;
}

div.glfform form div input.inputText,form div input.inputPassword {
width:200px;
padding:1px 3px;
margin: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:#CCC;
color:#000;
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;
}

.logview {
overflow:auto;
}

blockquote {
background:transparent url(layout/chameleon/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:3em;
}

blockquote p {
background:transparent url(layout/chameleon/images/quote-r.png) no-repeat scroll right bottom;
padding-right:60px;
margin:10px;
min-height:3em;
}

ul.arrow li {
background:transparent url(layout/chameleon/images/arrow.png) no-repeat scroll 2px;
}

ul.bug li {
background:transparent url(layout/chameleon/images/bug.png) no-repeat scroll 2px;
}

ul.cart li {
background:transparent url(layout/chameleon/images/cart.png) no-repeat scroll 2px;
}

ul.check li {
background:transparent url(layout/chameleon/images/check.png) no-repeat scroll 2px;
}

ul.script li {
background:transparent url(layout/chameleon/images/script.png) no-repeat scroll 2px;
}

ul.bullet-blue li {
background:transparent url(layout/chameleon/images/bullet-blue.png) no-repeat scroll 2px;
}

ul.bullet-grey li {
background:transparent url(layout/chameleon/images/bullet-grey.png) no-repeat scroll 2px;
}

ul.bullet-plus li {
background:transparent url(layout/chameleon/images/bullet-plus.png) no-repeat scroll 2px;
}

ul.bullet-rss li {
background:transparent url(layout/chameleon/images/bullet-rss.png) no-repeat scroll 2px;
}

ul.bullet-star li {
background:transparent url(layout/chameleon/images/bullet-star.png) no-repeat scroll 2px;
}

li.num-1 {
background:transparent url(layout/chameleon/images/number-1.png) no-repeat scroll 0;
}

li.num-2 {
background:transparent url(layout/chameleon/images/number-2.png) no-repeat scroll 0;
}

li.num-3 {
background:transparent url(layout/chameleon/images/number-3.png) no-repeat scroll 0;
}

li.num-4 {
background:transparent url(layout/chameleon/images/number-4.png) no-repeat scroll 0;
}

li.num-5 {
background:transparent url(layout/chameleon/images/number-5.png) no-repeat scroll 0;
}

li.num-6 {
background:transparent url(layout/chameleon/images/number-6.png) no-repeat scroll 0;
}

li.num-7 {
background:transparent url(layout/chameleon/images/number-7.png) no-repeat scroll 0;
}

li.num-8 {
background:transparent url(layout/chameleon/images/number-8.png) no-repeat scroll 0;
}

li.num-9 {
background:transparent url(layout/chameleon/images/number-9.png) no-repeat scroll 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.number li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:10px;
margin-left:2em;
padding-bottom:3px;
padding-left:28px;
}

.story-featured pre .story-body pre {
background:#F7F7F7 url(layout/chameleon/images/code.png) no-repeat scroll 5px 50%;
border:3px solid #CCC;
font-size:90%;
line-height:135%;
overflow:scroll;
padding:10px 10px 10px 5em;
}

span.alert {
background:#FFD6D6 url(layout/chameleon/images/alert.png) no-repeat scroll 5px 50%;
border:3px solid #FE7B7A;
color:#C00;
}

span.down {
background:#EEF7DD url(layout/chameleon/images/download.png) no-repeat scroll 5px 50%;
border:3px solid #9ACC2E;
color:green;
}

span.help {
background:#f9ecd3 url(layout/chameleon/images/help.png) no-repeat scroll 5px 50%;
border:3px solid #ffba42;
color:orange;
}

span.idea {
background:#FABFFF url(layout/chameleon/images/idea.png) no-repeat scroll 5px 50%;
border:3px solid #F56FFF;
color:purple;
}

span.info {
background:#D8E5F8 url(layout/chameleon/images/sysmessage.png) no-repeat scroll 5px 50%;
border:3px solid #629DE3;
color:#05B;
}

span.note {
background:#FEF6D8 url(layout/chameleon/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:15px 0;
padding:10px 10px 10px 45px;
}

#ft,.clearboth {
clear:both;
}

#yui-main,.moderation-cc {
width:100%;
}

.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u,.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u {
float:right;
}

.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first,.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first {
float:left;
}

.yui-gc div.first,.yui-gd .yui-u,.yui-g .yui-gc div.first,.yui-gd .yui-g {
width:66%;
}

.yui-gd div.first,s .yui-gb .yui-gd div.first,.yui-ge div.first .yui-gd div.first {
width:32%;
}

.yui-ge div.first,.yui-gf .yui-u,.yui-gf .yui-g {
width:74.199997%;
}

.yui-ge .yui-u,.yui-gf div.first,.yui-ge .yui-g {
width:24%;
}

.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first,ul {
margin-left:0;
}

.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u {
margin-left:0;
width:48.099998%;
}

.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u,.admin-list-table form {
margin:0;
}

#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after,.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

/* GLOBAL LAYOUT******************************************************/
#gl_container {
}

#gl_header {
/* site header */
}

#gl_wrapper {
/* site content wrapper */
}

#gl_content {
/* standard left & right blocks - switched to dynamically by functions.php*/
height:1%;
}

#gl_content-full {
/* no blocks (dynamic) */
height:1%;
}

#gl_content-wide-right {
/* left blocks & content displayed (dynamic) */
height:1%;
}

#gl_content-wide-left {
/* right blocks & content displayed (dynamic) */
height:1%;
}

#gl_navigation {
/* left blocks */
}

#gl_extra {
/* right blocks */
}

#gl_footer {
/* site footer */
}

/* SEMANTICS ******************************************************************/
a {
/*background:transparent;							chameleon */
}

a:link.non-ul,a:visited.non-ul,a:hover.non-ul,a:active.non-ul {
/*color:#000000;									chameleon */
text-decoration:none;
}

a:link {
/*color:#0000FF;									chameleon */
}

a:visited {
/*color:#800080;									chameleon */
}

a:hover {
/*color:#008000;									chameleon */
}

a:active {
/*color:#FF0000;									chameleon */
}

body {
/*width:99%;										chameleon */
/*background:#FFFFFF;								chameleon */
/*color:#000000;									chameleon */
/*font:0.8em arial,verdana,tahoma,helvetica,sans-serif; chameleon */
font:.76em arial,verdana,tahoma,helvetica,sans-serif;
/* chameleon */
padding:0;
/*margin:0px auto;									chameleon */
/*border:1px solid #E7E7E7;							chameleon */
/*padding-left:1px;									chameleon */
/*padding-right:1px;								chameleon */
margin:0;
/* chameleon */
text-align:left;
/* chameleon */
}

fieldset {
margin-bottom:1em;
}

fieldset p {
padding:5px;
margin:0;
margin-top:5px;
margin-bottom:0;
}

fieldset legend {
font-size:.9em;
}

form {
margin-top:5px;
margin-bottom:5px;
}

form div.notes p,form div small {
line-height:125%;
}

form div.notes ul {
margin:0;
padding:0;
padding-left:2px;
}

form div.notes ul li {
margin-left:15px;
list-style-position:outside;
padding-right:2px;
}

form fieldset div.notes {
float:right;
position:relative;
right:30px;
width:150px;
height:auto;
margin:0 0 10px 10px;
padding:5px;
/*border:1px solid #666666;							chameleon */
/*background-color:#ffffe1;							chameleon */
/*color:#666666;									chameleon */
font-size:.75em;
}

form fieldset div.notes h4 {
/*background-image:url(images/icon_info.png);		chameleon */
/*background-repeat:no-repeat;						chameleon */
/*background-position:top left;
  padding:3px 0px 2px 27px;
/*border-width:0px 0px 1px 0px;						chameleon */
/*border-style:solid;								chameleon */
/*border-color:#666666;								chameleon */
/*color:#666666;									chameleon */
margin-bottom:5px;
margin-top:0;
margin-right:0;
/* chameleon */
margin-left:0;
/* chameleon */
font-size:1.3em;
/* chameleon */
font-size:1.3em;
}

form fieldset div.notes p {
margin:0 0 1.2em;
/*color:#666666;								 /* chameleon */
}

form fieldset div.notes p.last {
margin:0;
padding-bottom:5px;
}

form label {
font-weight:700;
}

h1 {
font-size:125%;
}

h2 {
font-size:100%;
}

h3 {
font-size:100%;
margin:0;
}

img {
border:0;
}

input {
font-size:.9em;
}

input,submit,td {
/*color:#000000;									chameleon */
}

table {
border:0;
}

textarea {
/*color:#000000;									chameleon */
font-family:arial,verdana,tahoma,helvetica,sans-serif;
}

th {
/*color:#000000;									chameleon */
/*background-color:#DAE0ED;							chameleon */
font-weight:700;
font-size:larger;
padding-left:3px;
text-align:left;
}

p {
margin-top:5px;
}

select {
/*color:#000000;									chameleon */
font-size:.9em;
}

/* CLASSES ********************************************************************/
/* Admin lists ****************************************************************/
.admin-menu-icon {
float:left;
padding:5px;
}

.admin-menu {
/* the box around the menu */
padding:5px;
/*border:1px solid #EEEEEE;							chameleon */
}

.admin-menu-text {
/* the text below the links */
padding:5px;
}

.admin-menu-item {
/* a single link in the menu */
padding:0 5px;
}

.admin-list-icon {
/* chameleon */
float:left;
/* chameleon */
padding:5px;
/* chameleon */
}

/* chameleon */
.admin-list-table {
width:100%;
text-align:left;
border-spacing:1px;
}

.admin-list-table form {
margin:0;
}

.admin-list-search {
text-align:center;
margin-top:5px;
margin-bottom:5px;
}

.admin-list-field {
text-align:left;
padding-left:5px;
padding-right:5px;
}

.admin-list-headerfield {
text-align:left;
padding-left:5px;
padding-right:5px;
font-size:larger;
}

.gl_user-menu {
/* chameleon */
float:right;
/* chameleon */
text-align:right;
/* chameleon */
}

/* Menus in blocks *****************************************************************/
.blocklist ul {
list-style:none;
padding:0;
margin:0;
}

/* general alignment classes **************************************************/
.alignleft {
text-align:left;
}

.alignright {
text-align:right;
}

.aligncenter {
text-align:center;
}

.aligntop {
vertical-align:top;
}

.floatright {
float:right;
padding:0 0 0 10px;
/* chameleon */
}

.floatleft {
float:left;
padding:0 10px 0 0;
/* chameleon */
}

.clearboth {
clear:both;
}

/* clear floats by applying the clearfix class to float-encasing block !*******/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {
display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}

.clearfix {
display:block;
}

/* End hide from IE-mac */
/* general formatting classes **************************************************/
.b {
font-weight:700;
}

.ext-link {
/*background-color: transparent;									chameleon */
/*background: url(./images/external.png) right center no-repeat;	chameleon */
background-attachment:scroll;
padding-right:13px;
}

.ext-link-rtl {
/*background-color: transparent;									chameleon */
/*background: url(./images/external.png) left center no-repeat;		chameleon */
background-attachment:scroll;
padding-left:13px;
}

.strike {
text-decoration:line-through;
}

/* Blocks *********************************************************************/
/*.block-box-left {									chameleon */
/*  margin:10px;									chameleon */
/*}													chameleon */
.block-box-left,.block-box-right,.block-box {
/*margin:5px 10px 15px 10px;						chameleon */
margin-bottom:15px;
/* chameleon */
}

.block-box-left ul,.block-box-right ul {
/* do not indent lists in the blocks too much */
/*margin:0px;										chameleon */
/*padding-left:20px;								chameleon */
margin:10px;
/* chameleon */
padding-left:15px;
/* chameleon */
}

.block-box-left li,/* chameleon */
.block-box-right li {
/* chameleon */
margin:0;
/* chameleon */
padding:0;
/* chameleon */
}

.block-columnpad {
/* chameleon */
padding:5px 10px 10px;
/* chameleon */
}

.block-bg-left,/* not used by chameleon */
.block-bg-right {
/* not used by chameleon */
/*  border-top:1px solid #FFFFFF;                   chameleon */
}

.block-bg-spreader {
/* not used by chameleon */
/* this is making sure that the blocks have a minimum width */
background:transparent;
width:180px;
height:1px;
}

.block-content,.block-content-right,.block-content-left {
/*background:transparent;							chameleon */
/*color:#000000;									chameleon */
padding-bottom:2px;
padding-top:2px;
clear:both;
}

.block-content-left ul,.block-content-right ul,.block-content ul {
margin-top:0;
margin-bottom:0;
margin-left:16px;
padding-left:0;
border:none;
}

.block-divider {
/* not used by chameleon */
/*background:#FFFFFF;                               chameleon */
/*border-bottom:1px solid #F7F7F7;                  chameleon */
/*border-top:1px solid #E7E7E7;                     chameleon */
/*color:#000000;                                    chameleon */
padding-top:2px;
}

.block-divider-left {
/* not used by chameleon */
border-top:1px solid #E7E7E7;
border-bottom:1px solid #FFF;
width:90%;
margin:0 auto;
line-height:0;
}

.block-divider-right {
/* not used by chameleon */
border-top:1px solid #CCC;
border-bottom:1px solid #FFF;
width:90%;
margin:0 auto;
line-height:0;
}

.block-featured-left {
/* not used by chameleon */
/*background:#F7F7F7;								chameleon */
/*border-right:1px solid #FFFFFF;                   chameleon */
/*color:#000000;									chameleon */
}

.block-featured-right {
/* not used by chameleon */
background:#E7E7E7;
border-left:1px solid #FFF;
color:#000;
}

.block-helpicon,.block-helpicon-left,/* chameleon */
.block-helpicon-right {
/* chameleon */
/*padding-top:5px;									chameleon */
padding-top:4px;
/* chameleon */
padding-bottom:4px;
/* chameleon */
text-align:right;
float:right;
}

.block-outerborder-left {
/* not used by chameleon */
border-left:1px solid #E7E7E7;
padding:0;
margin:0;
}

.block-outerborder-right {
/* not used by chameleon */
border-right:1px solid #CCC;
}

.block-title,.blocktitle,.block-title-right,.block_title-left {
/* chameleon */
/*background:transparent;							chameleon */
/*color:#1A3955;									chameleon */
/*font-weight:bold;									chameleon */
/*padding-top:5px;									chameleon */
/*padding-bottom:5px;								chameleon */
/*text-align:left;									chameleon */
font-size:100%;
/* chameleon */
margin:0 -10px 10px;
/* chameleon */
padding:5px 0 5px 10px;
/* chameleon */
text-transform:uppercase;
/* chameleon */
}

/* Comments ***********************************/
.commentbar-line1 {
/*background:transparent;							chameleon */
/*color:#000000;									chameleon */
padding:3px;
text-align:center;
}

.commentbar-line2 {
/*background:#E7E7E7;								chameleon */
/*border-bottom:1px solid #FFFFFF;					chameleon */
/*border-top:1px solid #FFFFFF;						chameleon */
text-align:center;
}

.commentbar-line3 {
/*background:#FFFFFF;								chameleon */
/*border-bottom:1px solid #FFFFFF;					chameleon */
/*border-top:1px solid #E7E7E7;						chameleon */
/*color:#000000;									chameleon */
padding:3px;
text-align:center;
}

.commenttitle {
/*background:#F7F7F7;								chameleon */
/*border-bottom:1px solid #E7E7E7;					chameleon */
/*border-left:1px solid #E7E7E7;					chameleon */
/*border-right:1px solid #E7E7E7;					chameleon */
/*border-top:1px solid #E7E7E7;						chameleon */
font-weight:700;
font-size:smaller;
padding:3px 0 3px 10px;
}

/******************************************************************************/
.edit-perm-down {
text-align:center;
}

.edit-perm-up {
text-align:center;
padding-right:10px;
padding-left:10px;
}

.fieldhelp {
font-size:.8em;
/*color:#666666;									chameleon */
}

/* Footer *********************************************************************/
.footerblock {
/* not used by chameleon */
background:#1A3955;
border-top:1px solid #CCC;
color:#FFF;
font-size:.85em;
padding-bottom:10px;
padding-top:10px;
padding-left:4px;
padding-right:4px;
vertical-align:middle;
}

.footerblock a:link {
/* not used by chameleon */
background:transparent;
color:#FFF;
text-decoration:none;
}

.footerblock a:visited {
/* not used by chameleon */
background:transparent;
color:#FFF;
text-decoration:none;
}

.footerblock a:hover {
/* not used by chameleon */
background:transparent;
color:green;
text-decoration:none;
}

.footerblock a:active {
/* not used by chameleon */
background:transparent;
color:#FFF;
text-decoration:none;
}

.footer-divider-top {
/* not used by chameleon */
background:#FFF;
border-top:1px solid #CCC;
padding-top:1px;
color:#000;
}

#footer-copyright {
/* chameleon */
padding:5px 10px;
}

#footer-copyright .footerlinks {
/* chameleon */
float:right;
text-align:right;
}

#footer-copyright .footerlinks a {
/* chameleon */
text-decoration:none;
}

#footer-copyright .footerlinks a:hover {
/* chameleon */
text-decoration:none;
}

#footer-rss {
/* chameleon */
float:left;
margin:0 5px 0 0;
vertical-align:middle;
}

/* Forms **********************************************************************/
.form-description {
font-weight:700;
float:left;
width:100px;
text-align:right;
padding-right:5px;
display:block;
}

.form-field {
padding-bottom:5px;
margin-left:105px;
}

.checkboxes-list {
/* this is used for example by COM_checkList */
list-style:none;
padding:0;
margin:0;
}

.checkboxes-list span {
/* space between the text and the checkbox */
padding-left:5px;
}

.checkboxes-list .gldefault {
/* default blocks in the user settings block list */
font-weight:700;
}

.missing-field {
/* reserved for future use */
}

.required-field {
/* reserved for future use */
}

/* Header *********************************************************************/
.header-logo {
/* not used by chameleon */
float:left;
padding-left:15px;
padding-top:13px;
}

.header-slogan {
/* not used by chameleon */
float:right;
line-height:78px;
padding-right:15px;
color:#FFF;
}

.header-logobg-container-inner {
/* not used by chameleon */
background:url(images/header-bg.png) #1A3955;
border-bottom:1px solid #CCC;
height:78px;
margin-bottom:1px;
}

.header-navigation-container {
/* not used by chameleon */
border-bottom:1px solid #FFF;
background:#E7E7E7;
}

.header-navigation-container ul {
/* not used by chameleon */
list-style:none;
padding:0;
margin:0;
border-bottom:1px solid #CCC;
color:#FFF;
float:right;
height:24px;
}

.header-navigation-container li {
/* not used by chameleon */
float:left;
padding-right:9px;
padding-left:9px;
margin-top:4px;
background:transparent;
font-size:.9em;
border-left:1px dotted #FFF;
}

.header-navigation-container li.last {
/* not used by chameleon */
border:none;
}

.header-navigation-container a:link {
/* not used by chameleon */
color:#00F;
}

.header-navigation-container a:visited {
/* not used by chameleon */
color:purple;
}

.header-navigation-container a:hover {
/* not used by chameleon */
color:green;
}

.header-navigation-container a:active {
/* not used by chameleon */
color:red;
}

.header-welcomeanddate-text {
/* not used by chameleon */
padding-top:12px;
padding-left:4px;
margin:0;
height:40px;
border-bottom:1px solid #CCC;
}

.header-flags {
/* chameleon */
margin:10px 2px 0;
}

.header-flags-last {
/* chameleon */
margin:10px 14px 0 2px;
}

.header-flag-n-search {
/* chameleon */
float:right;
margin:18px 12px 0 0!important;
margin:17px 7px 0 0;
text-align:right;
}

.header-flag-n-search a img {
/* chameleon */
padding:0 0 0 5px;
}

#header-site-logo {
/* chameleon */
margin:/* <-- adjust to move SLOGAN vertically */
-1px 0 -25px 15px;
z-index:90;
height:100px;
}

#header-site-logo-text {
/* chameleon */
margin:/* <-- adjust to move SLOGAN vertically */
-1px 0 -25px 15px;
z-index:90;
color:#fff;
height:100px;
}

#header-site-logo-text h1 {
/* chameleon */
font-size:2em;
padding:0;
margin:0;
font-style:italic;
}

#header-site-logo-text a {
/* chameleon */
text-decoration:none;
color:#fff;
}

#header-site-logo-text a:visited {
/* chameleon */
text-decoration:none;
color:#fff;
}

#header-site-slogan {
/* chameleon */
margin-left:87px;
/* <-- adjust to move SLOGAN horizontally */
z-index:1000;
}

#header-textbox {
/* chameleon */
padding-left:2px;
width:120px;
}

#header-textbox:focus {
/* chameleon */
padding-left:2px;
width:120px;
}

.header-textbox-search {
/* chameleon */
position:relative;
right:16px;
top:2px;
}

.welcomeanddate-text {
/* chameleon */
margin:0;
padding:0;
}

/******************************************************************************/
.highlight {
/*color:#000000;								chameleon */
/*background-color:yellow;						chameleon */
text-decoration:none;
}

.hidden {
/* chameleon */
display:none;
}

.inputTable td {
padding:4px;
vertical-align:top;
}

.inputTable label {
font-weight:700;
float:right;
white-space:nowrap;
}

.moderation-cc {
width:100%;
}

.moderation-cc-row {
clear:both;
height:80px;
width:100%;
}

.moderation-cc-item {
float:left;
text-align:center;
}

.nowrap {
white-space:nowrap;
}

.pagenav {
text-align:center;
}

.row_center td {
text-align:center;
}

.searchauth {
/*background:transparent;						chameleon */
/*color:#000000;								chameleon */
text-align:left;
}

.searchdate {
/*background:transparent;						chameleon */
/*color:#000000;								chameleon */
text-align:right;
}

.searchform-box {
/*background:#E7E7E7;							chameleon */
text-align:right;
/*border-bottom:1px solid #CCCCCC;				chameleon */
height:52px;
padding:0 4px 0 1px;
margin:0;
}

.searchform-elements {
display:inline;
position:relative;
top:6px;
}

.searchform-elements input {
font-size:.9em;
}

.searchhits {
/*background:transparent;						chameleon */
/*color:#000000;								chameleon */
text-align:right;
}

.site-slogan {
/* not used by chameleon */
color:#FFF;
background:transparent;
}

.sysmessage img {
/* not used by chameleon */
border:none;
float:left;
padding-bottom:3px;
padding-right:5px;
}

/* Stats **********************************************************************/
.stats-list-count {
text-align:right;
padding-left:5px;
padding-right:5px;
}

.stats-header-title {
text-align:left;
width:90%;
padding-left:5px;
padding-right:5px;
}

.stats-header-count {
text-align:left;
width:10%;
padding-left:5px;
padding-right:5px;
}

.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 ****************************************/
.story {
/* the frame around all elements of one story */
/*background:transparent;					chameleon */
/*color:#000000;							chameleon */
margin-bottom:30px;
/* chameleon */
}

.story h1 {
/* the title of a story */
/*background:transparent;					chameleon */
/*color:#000000;							chameleon */
font-weight:700;
font-size:1.4em;
/* chameleon */
}

.story-body {
/* this is the actual content of the story */
padding:3px;
margin-bottom:15px;
/* chameleon */
}

.story-featured {
/* the frame around all elements of a featured story */
/*background:transparent;					chameleon */
/*color:#000000;							chameleon */
margin-bottom:30px;
/* chameleon */
margin-top:10px;
/* chameleon */
}

.story-featured h1 {
/* the title of a featured story */
/*background:transparent;					chameleon */
/*color:#000000;							chameleon */
font-weight:700;
/*font-size:1.4em;							chameleon */
font-size:1.8em;
/* chameleon */
/*padding-left:1px;							chameleon */
}

.story-icons {
/* print & mail icons in a storybox */
float:right;
/*padding-top:10px;							chameleon */
}

.story-icons a {
margin-left:5px;
}

.story-container {
/* not used by chameleon */
/* frame around all stories & centerblocks*/
padding-right:9px;
width:100%;
vertical-align:top;
}

.story-footer {
/* the bottom of the story with edit-links etc */
padding:3px;
text-align:center;
clear:both;
font-size:.85em;
/* chameleon */
}

.story-footer p {
padding:0;
margin:0;
}

.story-information {
/* the author, views and date of a story */
padding:3px;
font-size:.85em;
/*background:transparent;					chameleon */
/*color:#000000;							chameleon */
}

.story-information p {
padding:0;
margin:0;
}

/******************************************************************************/
.topicoption,.topicoption-off {
}

.warning {
/*background:transparent;					chameleon */
/*color:#FF0000;							chameleon */
font-weight:700;
}

.warningsmall {
/*background:transparent;					chameleon */
/*color:#FF0000;							chameleon */
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */
.plugin {
/*color:#000000;							chameleon */
/*background-color:#EFEFEF;					chameleon */
font-weight:400;
/*border:1px solid #CCCCCC;					chameleon */
}

.plugin th {
/*color:#000000;							chameleon */
/*background-color:#B7C1DC;					chameleon */
padding:5px;
text-align:left;
}

.plugin tr {
vertical-align:top;
}

.plugin td {
padding:2px 5px;
}

.pluginBG {
/*color:#FEFEFE;							chameleon */
/*background-color:#7398BA;					chameleon */
}

.pluginAltBG {
/*background-color:#7398BA;					chameleon */
}

.pluginAltBG td {
/*color:#FFFFFF								chameleon */
}

.pluginCellTitle {
/*color:#FFFFFF;							chameleon */
font-weight:700;
/*background-color:#7398BA;					chameleon */
padding:5px;
}

.pluginCellFill {
/*background-color:#F8FAFD;					chameleon */
}

.pluginCellText {
/*color:#636363;							chameleon *
  font-weight:normal;
}
.pluginHeader {
/*color:#204275;							chameleon */
font-weight:bolder;
padding-top:3px;
padding-bottom:3px;
}

.pluginFooter,.pluginFooter td {
/*background-color:#507AA1;					chameleon */
/*color:#FFFFFF;							chameleon */
}

.pluginAlert {
padding:5px 15px;
/*color:#D8010E;							chameleon */
/*background-color:#FEF1B4;					chameleon */
font-weight:700;
}

.pluginInfo {
padding:5px 15px;
/*color:#707070;							chameleon */
/*background-color:#FEF1B4;					chameleon */
font-weight:400;
}

.pluginSubTable {
/*color:#000000;							chameleon */
/*background-color:#CCCCCC;					chameleon */
font-weight:400;
/*border:1px solid #CCCCCC;					chameleon */
}

.pluginSubTable th {
/*color:#000000;							chameleon */
/*background-color:#C9D1E4;					chameleon */
padding:5px;
text-align:left;
}

.pluginSubTable tr {
vertical-align:top;
}

.pluginSolidOutline {
/*background-color:#CCCCCC;					chameleon */
}

.pluginSolidFill {
/*background-color:#1A3955;					chameleon */
}

.pluginTitle {
/*background-color:#507AA1;					chameleon */
/*color:#F5F9FF;							chameleon */
padding:4px;
padding-left:6px;
padding-right:6px;
}

.pluginCellSubTitle {
/*background-color:#F7F7F7;					chameleon */
/*color:#000000;							chameleon */
padding:4px;
padding-left:6px;
padding-right:6px;
}

.pluginTinyText {
font-size:.7em;
}

.pluginSmallText {
font-size:.8em;
}

.pluginMediumText {
font-size:1em;
}

.pluginLargeText {
font-size:1.25em;
}

.pluginAltText {
/*color:#FFFFFF;							chameleon */
}

.pluginRow1,.pluginRow1 td {
/*color:#000000;							chameleon */
/*background-color:#F7F7F7;					chameleon */
line-height:120%;
}

.pluginRow2,.pluginRow2 td {
/*color:#000000;							chameleon */
/*background-color:#E7E7E7;					chameleon */
line-height:120%;
}

.pluginRow1 .pluginRollOver,.pluginRow2 .pluginRollOver,.pluginRollOver {
/*color:#000000;							chameleon */
/*background-color:#FFFFFF;					chameleon */
line-height:120%;
}

.pluginRow1 .pluginRollOut,.pluginRow2 .pluginRollOut,.pluginRollOut {
/*color:#000000;							chameleon */
/*background-color:#F7F7F7;					chameleon */
line-height:120%;
}

.pluginLinks A:link {
/*color:#000000;							chameleon */
font-style:normal;
font-weight:400;
text-decoration:none;
}

.pluginLinks A:visited {
/*color:#000000;							chameleon */
font-style:normal;
font-weight:400;
text-decoration:none;
}

.pluginLinks A:hover {
/*color:#000000;							chameleon */
font-style:normal;
font-weight:400;
text-decoration:underline;
}

.pluginBreadCrumbs,.pluginBreadCrumbs A:link {
/*color:#FFFFFF;							chameleon */
font-style:normal;
font-weight:400;
text-decoration:none;
}

.pluginBreadCrumbs A:visited {
/*color:#FFFFFF;							chameleon */
font-style:normal;
font-weight:400;
text-decoration:none;
}

.pluginBreadCrumbs A:hover {
/*color:#FFFFFF;							chameleon */
font-style:normal;
font-weight:400;
text-decoration:none;
}

a.pluginButton:link,a.pluginButton:visited {
/*color:#000000;							chameleon */
text-align:center;
padding-top:2px;
display:block;
height:19px;
text-decoration:none;
/*background-color:transparent;				chameleon */
}

a.pluginButton:hover {
/*color:blue;								chameleon */
text-align:center;
padding-top:2px;
/*background:center url(navbar/images/button_over.gif);	chameleon */
/*background-repeat:repeat-x;				chameleon */
display:block;
height:19px;
text-decoration:none;
/*background-color:transparent;				chameleon */
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
float:left;
width:100%;
/*background:#F4F4F4;						chameleon */
font-size:93%;
line-height:normal;
/*border-bottom:1px solid #24618E;			chameleon */
}

#navcontainer ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}

#navcontainer li {
display:inline;
margin:0;
padding:0;
}

#navcontainer a {
float:left;
/*background:url("navbar/images/tableftJ.gif") no-repeat left top; chameleon */
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}

#navcontainer a span {
float:left;
display:block;
/*background:url("navbar/images/tabrightJ.gif") no-repeat right top; chameleon */
padding:5px 15px 4px 6px;
/*color:#24618E;							chameleon */
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
float:none;
}

/* End IE5-Mac hack */
#navcontainer a:hover span {
/*color:#FFFFFF;							chameleon */
}

#navcontainer a:hover {
background-position:0 -42px;
}

#navcontainer a:hover span {
background-position:100% -42px;
}

#navcontainer a#current span {
/*background:url("navbar/images/tabrightI.gif") no-repeat left top; chameleon */
background-position:100% -42px;
/*color:#FFFFFF;							chameleon */
}

#navcontainer a:link#current,#navcontainer a:visited#current,#navcontainer a:hover#current {
/*background:url("navbar/images/tableftI.gif") no-repeat left top; chameleon */
background-position:0 -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
position:relative;
/*this is the key*/
z-index:10;
/*color:#000;								chameleon */
text-decoration:none;
}

a.tooltip:hover {
z-index:100;
text-decoration:none;
}

a.tooltip span {
display:none;
}

a.tooltip:hover span {
/*the span will display just on :hover state*/
z-index:100;
/*color:#033666;							chameleon */
font-style:normal;
font-size:.8em;
line-height:125%;
display:block;
position:absolute;
/*border:1px solid #C8DAF7;					chameleon */
/*background-color:#E5EFFF;					chameleon */
padding:4px;
text-align:left;
text-decoration:none;
left:-20px;
top:10px;
min-width:150px;
}

/* End of common CSS for on-hover info feature */
/* End of Common Plugin CSS */
.php {
/* chameleon */
overflow:auto;
width:500px;
min-height:100px;
}

/* - fix for ie6 wrapping */
* html #gl_wrapper {
width:100%;
overflow:hidden;
}

.tool-tip {
color:#fff;
width:139px;
z-index:13000;
}

.tool-title {
font-weight:700;
font-size:11px;
color:#679EF1;
background:url(layout/chameleon/images/gl_mootip_bg.png) top left;
margin:0;
padding:8px 8px 4px;
}

.tool-text {
font-size:11px;
background:url(layout/chameleon/images/gl_mootip_bg.png) bottom right;
padding:4px 8px 8px;
}

q {
background-color:transparent;
background-image:url(layout/chameleon/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;
}

.gftool-tip {
color:#fff;
width:200px;
overflow:hidden;
z-index:13000;
}

.gftool-title {
font-weight:700;
font-size:11px;
color:#679EF1;
background:url(layout/chameleon/images/gl_mootip_bg200.png) top left;
margin:0;
padding:8px 8px 4px;
}

.gftool-text {
font-size:11px;
background:url(layout/chameleon/images/gl_mootip_bg200.png) bottom right;
padding:4px 8px 8px;
}

/*
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 #CCC 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:700;
padding:3px;
color:#FFF;
}

.ng-cal {
border:solid #DAE0ED 1px;
border-collapse:collapse;
margin:5px auto;
margin-top:-5px;
margin-top:0;
background-color:#FFF;
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:700;
padding:3px;
color:#FFF;
text-align:center;
display:none;
}

.ng-weekend,.ng-dayOff,.ng-dateOff {
color:#999;
}

.ng-outOfRange {
color:#999;
background:#efefef;
text-decoration:line-through;
}

.ng-mouse-over {
font-weight:700;
background:#DAE0ED;
}

.ng-selected-day {
background:#CCC;
font-weight:700;
}

.ng-close-link,.ng-clear-link {
padding:3px;
text-align:center;
color:#666;
text-decoration:none;
font-size:8pt;
background:#efefef;
border:solid #CCC 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:#FFF;
}

.table_list tr.odd {
background:#e1eff5;
}

/* calendar styles */
#calendar1,#calendar2,#calendar3 {
border:solid #666 1px;
background:#fff;
padding-bottom:5px;
padding-top:5px;
}

#calendar1 {
width:183px;
}

#calendar1 .ng-cal-header-table {
width:173px;
}

#inter_cal .ng-cal-header-table,#inter_cal2 .ng-cal-header-table {
width:95%;
}

/* 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;
}

/* 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:679px;
color:#999;
}

#gl_slide-tabs li.current {
background:#ccc;
color:#999;
}

div#frame {
clear:both;
position:relative;
overflow:hidden;
border:5px solid #CCC;
margin:0 auto 2em;
}

div#frame div.button {
position:absolute;
width:28px;
height:28px;
cursor:pointer;
overflow:hidden;
top:40%;
}

div#frame div.button#left {
left:10px;
background:url(layout/nouveau/images/prev.png) no-repeat;
}

div#frame div.button#right {
right:10px;
background:url(layout/nouveau/images/next.png) no-repeat;
}

#scroller {
overflow:hidden;
margin:0 auto;
}

.tab-pane {
float:left;
overflow:hidden;
margin:0;
}

.tab-pane img {
padding:0;
}

/* start gl_moospring css */
#gl_moospring {
background:url(layout/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(layout/nouveau/images/grabit.jpg) no-repeat;
border-right:5px solid #FFF;
}

#gl_moospring .gl_moospring2 {
background:url(layout/nouveau/images/readit.jpg) no-repeat;
border-right:5px solid #FFF;
}

#gl_moospring .gl_moospring3 {
background:url(layout/nouveau/images/sayit.jpg) no-repeat;
border-right:5px solid #FFF;
}

#gl_moospring .gl_moospring4 {
background:url(layout/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;
}

#gl_mooticker .tickertitle {
position:absolute;
font-weight:700;
margin-left:40px;
display:block;
}

#gl_mooticker .controls {
position:absolute;
}

/* 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;
margin:0 0 0 -5px;
}

#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(layout/nouveau/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: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(layout/nouveau/images/gl_mooticker_controls.png);
cursor:pointer;
height:15px;
margin-right:5px;
width:15px;
}

#gl_moorotator .control-prev,div#frame div.button#left:hover,div#frame div.button#left.hover,div#frame div.button#right:hover,div#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;
}

.profile-col1 {
width:14.8em;
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.799999em;
}

.profile-col2 ul {
margin:0 .5em 1em;
}

.profile-header {
background:#ccc;
padding:.5em 1em;
margin:1em 0;
font-weight:700;
}

.profile-header span {
float:right;
font-weight:400;
}

.profile-header span a {
text-decoration:none;
}

.profile-data {
padding:0 .5em;
width:100%;
/*width:auto in css/ie6.css file */
}

.gl_blockstyle3 .block-box-left h2,.gl_blockstyle3 .block-box-right h2,.hidden,a.tooltip span,#gl_moospring .gl_moospring span {
display:none;
}
/* 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(layout/nouveau/images/moosimplebox/bg.png) repeat;
}
.gl_moosimplebox button{
border:none;
background:transparent url(layout/nouveau/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;
}

#configuration fieldset {
  margin-bottom: 10px;
  border: 1px #ccc solid;
  padding: 5px;
  text-align: left;
  width:90%;
}

#configuration fieldset p {
  margin: 10px 0px;
}

#configuration legend {
  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 {
  font-weight:bold;
  text-align:right;
  width:50%;
}

.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: blue;
  padding: 5px;
  border: 1px dashed blue;
}


.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;
}

.quotemain img {
float:right;
padding-left:5px;
}

/* 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 */
/***************************************************** BEGIN #FFF ******************/
body,
#calendar1,
#calendar2,
#calendar3,
#gl_container_fixed,
#gl_container_fluid,
#gl_content,
#gl_content-full,
#gl_content-wide-left,
#gl_content-wide-right,
.bottom-r-corner,
.commentbar-line3,
#header-textbox,
#header-textbox:focus,
#navcontainer a,
.pluginBG,
.pluginRow1,
.pluginRow1 td,
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut,
.ng-cal {
	background-color:#fff;
}

.commentbar-line2,
.commentbar-line3 {
	border-bottom:1px solid #fff;
}

#gl_moospring .gl_moospring1,
#gl_moospring .gl_moospring2,
#gl_moospring .gl_moospring3 {
	border-right:5px solid #fff;
}

.commentbar-line2 {
	border-top:1px solid #fff;
}

div.glfform p.error,
#header-site-slogan,
.pluginCellTitle,
.pluginFooter,
.pluginFooter td,
.pluginAlert,
.pluginInfo,
.pluginTitle,
#navcontainer a:hover span,
#navcontainer a#current span,
#gl_moorotator .gl_moorotatortext,
.gl_moorotatortext a,
.gl_moorotatortext a:hover,
.gl_moosimplebox,
#gl_slide-tabs li,
#gl_slide-tabs li.active,
.tool-tip,
.pluginAltBG td,
.pluginAltText,
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link,
.pluginBreadCrumbs A:visited,
.pluginBreadCrumbs A:hover,
.gftool-tip,
.ng-cal-previous-td,
.ng-cal-next-td,
.ng-cal-header-td,
.ng-month-name-th,
.table_list th {
	color:#fff;
}
/*****************************************************BEGIN #000 ******************/
#gl_footer {
	background-color:#000;
}

div.glfform form fieldset,
div.glfform p.error,
.gl_moosimplebox,
.morph-start,
.codeblock {
	border:1px solid #000;
}

div.glfform,
form,
fieldset,
legend,
div.glfform input,
div.glfform select,
div.glfform textarea,
div.glfform form div input.inputSubmit,
form div input.inputButton,
input.inputSubmit,
input.inputButton,
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul,
input,
submit,
td,
select,
textarea,
th,
.block-box-left h2,
.block-box-right h2,
.block-box-left h3,
.block-box-right h3
.block-content,
.block-content-left,
.block-content-right,
.commentbar-line1,
.commentbar-line3,
#header-textbox,
#header-textbox:focus,
.highlight,
.searchauth,
.story,
.story h1,
.story-featured,
.story-featured h1,
.plugin,
.plugin th,
.pluginSubTable,
.pluginCellSubTitle,
.pluginRow2,
.pluginRow2 td,
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver,
.pluginLinks A:hover,
a.pluginButton:link,
a.pluginButton:visited,
a.tooltip,
.poll-vote,
.poll-vote-results,
.codeblock,
.searchdate,
.searchhits,
.pluginRow1,
.pluginRow1 td,
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut,
.pluginLinks A:link,
.pluginLinks A:visited {
	color:#000;
}
/***************************************************** BEGIN #666 ******************/
#calendar1,
#calendar2,
#calendar3,
div.glfform form fieldset div.notes,
div.glfform form fieldset div.notes h4,
div.glfform form div fieldset,
form fieldset div.notes {
	border:1px solid #666;
}

form fieldset div.notes h4 {
	border-bottom:1px solid #666;
}

blockquote,
div.glfform form fieldset div.notes,
div.glfform form fieldset div.notes h4,
div.glfform form fieldset div.notes p,
div.glfform form div.error,
form fieldset div.notes,
form fieldset div.notes h4,
form fieldset div.notes p,
#gl_slide-tabs li.current,
.fieldhelp,
.ng-close-link,
.ng-clear-link, 
q,
.pluginCellText,
.story-footer,
.story-icons,
.story-information {
	color:#666;
}
/***************************************************** BEGIN #CCC ******************/
#gl_slide-tabs li.current,
div.glfform form div input.inputSubmit,
form div input.inputButton,
input.inputSubmit,
input.inputButton,
.block-box-left h2,
.block-box-right h2,
.commentbar-line2,
#gl_slide-tabs li.current,
.pluginSubTable,
.pluginSolidOutline,
.profile-header,
.ng-selected-day {
	background-color:#ccc;
}

.admin-menu,
#gl_extra,
#gl_navigation,
.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;
}

div#frame {
	border:5px solid #ccc;
}

.searchform-box,
.welcomeanddate-text,
#navcontainer {
	border-bottom:1px solid #ccc;
}
/***************************************************** BEGIN #4D77CC ***************/
#gl_slide-tabs li,
.ng-cal-header-table,
.ng-month-name-th,
.pluginAlert,
.pluginAltBG,
.pluginBG,
.pluginCellTitle,
.pluginFooter,
.pluginFooter td,
.pluginInfo,
.pluginTitle {
	background-color:#4d77cc;
}
/***************************************************** BEGIN #E5E5E5 ***************/
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver,
.searchform-box  {
	background-color:#e5e5e5;
}

.commenttitle {
	border:1px solid #e5e5e5;
}
/***************************************************** BEGIN #F2F2F2 ***************/
.commenttitle,
#gl_extra,
#gl_navigation,
.ng-outOfRange,
.ng-close-link,
.ng-clear-link,
.plugin,
.pluginCellFill,
.pluginCellSubTitle,
.profile-image,
.profile-bio,
.story-featured pre .story-body pre {
	background-color:#f2f2f2;
}
.table_list td {
	border:1px solid #f2f2f2;
}
/***************************************************** BEGIN #FF0000 ***************/
div.glfform p.error {
	background-color:#ff0000;
}

div.glfform form div.error {
	border:1px solid #ff0000;
}

div.glfform form div.error p.error,
a:active,
.warning,
.warningsmall {
	color:#ff0000;
}
/***************************************************** BEGIN #DAE0ED ***************/
a.tooltip:hover span,
.ng-cal .ng-days-name-td,
.ng-mouse-over,
.pluginSubTable th,
.quotemain,
th {
	background-color:#dae0ed;
}

.ng-cal,
.ng-cal td,
.ng-cal .ng-days-name-td {
	border:1px solid #dae0ed;
}
/***************************************************** BEGIN #ECE9D8 ***************/
.codeblock,
div.glfform form fieldset div.notes,
div.glfform form div.error,
form fieldset div.notes {
	background-color:#ece9d8;
}
/***************************************************** BEGIN #999 ***************/
h3,
#footer-copyright,
#footer-copyright a:link,
#footer-copyright a:visited ,
.ng-weekend,
.ng-dayOff,
.ng-dateOff,
.ng-outOfRange {
	color:#999;
}
/***************************************************** BEGIN #B7C1DC ***************/
.plugin th {
	background-color:#b7c1dc;
}

a.tooltip:hover span,
.quotemain {
	border:1px solid #b7c1dc;
}
/***************************************************** BEGIN #679EF1 ***************/
#gl_slide-tabs li.active,
.table_list th {
	background:#679ef1;
}
#footer-copyright a:hover,
.tool-title,
.gftool-title{
	color:#679ef1;
}

a:link,
#navcontainer a:link {
	color:#0000ff;
}
a:visited,
#navcontainer a:visited,
a.pluginButton:visited {
	color:#800080;
}
a:hover,
#navcontainer a:hover,
a.pluginButton:hover {
	color:#008000;
}
.footerlinks a:hover {
	color:#66cdf5;
}
.highlight {
	background-color:#ffff00;
}
a.tooltip:hover span
.pluginHeader,
.pluginSolidFill,
.quotemain {
	color:#465584;
}
.pluginRow2,
.pluginRow2 td,
.table_list tr.odd {
	background-color:#f1f5fa;
}
/***
 *  - mooRainbow: defaultCSS
 * author: w00fz <w00fzIT@gmail.com>
 *
 *NOTE: paths specified below are relative to the site root (http://www.mysite.com/)
 */

#mooRainbow { 
font-size: 11px; color: #000;
}
.moor-box {
width: 212px; 
height: 175px;
margin-top:-20px;
margin-left:30px;
padding-top:3px;
background:#CCC;
border:1px solid #707070;
}
.moor-overlayBox {
width: 144px; /* Width and Height of the overlay must be setted here: default 256x256 */
height: 148px; 
margin-left: 4px;
border: 1px solid #000;
}
.moor-slider {
border: 1px solid #000;
margin-left: 155px;
width: 11px; /* if you want a bigger or smaller slider... */
height: 148px;
}
.moor-cursor {
background: url(admin/plugins/sitetailor/images/moor_cursor.gif); 
width: 8px;
height: 8px;
}
.moor-arrows {
background: url(admin/plugins/sitetailor/images/moor_arrows.gif) top center no-repeat;
top: 9px; 
left: 152px;
width: 19px;
height: 5px;
z-index:100;
margin-top:3px;
}
.moor-chooseColor { /* Top Box Color, the choosen one */
margin-left: 173px; 
width: 32px; 
height: 148px;
border: 1px solid #000;
}
.moor-hexInput {
width: 55px;
}
.moor-okButton {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	margin-top: 155px;
	margin-left: 155px;
	background: #CCC;
	height: 15px;
	border: 1px solid #333;
	border-left-color: #f5f5f5;
	border-top-color: #f5f5f5;
}
#mooRainbow label {
	font-family: mono;
}
/* Following are just <label> */
.moor-rLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 100px;
	margin-left: 315px;
}
.moor-gLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 125px;
	margin-left: 315px;
}
.moor-bLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 150px;
	margin-left: 315px;
}
.moor-HueLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 190px;
	margin-left: 315px;
}
span.moor-ballino { /* Style hue ° (degree) !! */
	/*display: none;*/
	visibility: hidden;
	margin-top: 190px;
	margin-left: 370px;
}
.moor-SatuLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 215px;
	margin-left: 315px;
}
.moor-BrighLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 240px;
	margin-left: 315px;
}
.moor-hexLabel {
display:none;
	font-size: 0px;
	margin-top: 90px;
	margin-left: 3px;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput {
	/*display: none;*/
	visibility: hidden;
	width: 30px;
}



#gl_moomenu1 a {
  text-decoration:none;
  white-space:nowrap;
  display:block;
  float:left;
  line-height:2.2em;
  font-weight:700;
  color:#ccc;
  height:2.2em;
  font-size:1em;
  padding:0 1.2em;
}
#gl_moomenu1 {
  height:auto;
  position:relative;
  z-index:500;
  margin:0;
}
#gl_moomenu1 ul {
  list-style:none;
  margin:0;
  padding:0;
}
#gl_moomenu1 li {
  display:block;
  float:left;
  margin:0;
  padding:0;
}
#gl_moomenu1 ul ul {
  border-left:1px solid #333;
  border-right:1px solid #000;
}
#gl_moomenu1 li li {
  background:none;
  border-top:1px solid #333;
  border-bottom:1px solid #000;
  margin:0;
}
#gl_moomenu1 li li a:hover {
  background:none;
}
#gl_moomenu1 li li a {
  font-family:Helvetica, Arial, sans-serif;
  font-size:100%;
  font-weight:400;
  display:block;
  text-decoration:none;
  float:none;
  height:2.3em;
  line-height:2.3em;
  text-indent:1.3em;
  width:98%;
  margin-left:1%;
  padding:0;
}
.gl_moomenu1 {
  line-height:2.3em;
  float:left;
  position:relative;
  width:100%;
}
.gl_moomenu1 ul {
  background:#fff;
  padding:0;
}
.gl_moomenu1 li {
  float:left;
  list-style:none;
  position:relative;
}
.gl_moomenu1 li:hover {
  z-index:510;
}
.gl_moomenu1 li ul {
  float:none;
  left:-999em;
  position:absolute;
  width:14.6em;
  z-index:500;
}
.gl_moomenu1 li:hover ul,.gl_moomenu1 li.sfHover ul {
  left:-1px;
  top:2.2em;
}
.gl_moomenu1 li:hover li ul,.gl_moomenu1 li.sfHover li ul,.gl_moomenu1 li li:hover li ul,.gl_moomenu1 li li.sfHover li ul,.gl_moomenu1 li li li:hover li ul,.gl_moomenu1 li li li.sfHover li ul {
  top:-999em;
}
.gl_moomenu1 li li:hover ul,.gl_moomenu1 li li.sfHover ul,.gl_moomenu1 li li li:hover ul,.gl_moomenu1 li li li.sfHover ul,.gl_moomenu1 li li li li:hover ul,.gl_moomenu1 li li li li.sfHover ul {
  left:14.65em;
  top:-1px;
  z-index:500;
}
.gl_moomenu1 li li {
  position:relative;
  float:none;
  width:100%;
}
#gl_moomenu1,
#gl_moomenu1 ul,
#gl_moomenu1 ul.gl_moomenu1 {
  background:#151515 url(http://www.troyoverton.com/images/menu/menu_bg.gif) repeat;
}
.gl_moomenu1 li:hover {
  background:#3667c0 url(http://www.troyoverton.com/images/menu/menu_hover_bg.gif) repeat;
}
#gl_moomenu1 a {
  color:#CCCCCC;  /*Top Menu Text*/
}

#gl_moomenu1 li {
  float:left;  /*Top Menu alignment*/
}

#gl_moomenu1 li:hover a,
#gl_moomenu1 li.sfHover a,
#gl_moomenu1 li:hover a:hover,
#gl_moomenu1 li.sfHover a:hover {
  color:#FFFFFF;  /*Top Menu Text Hover / Sub Menu Text*/
}
#gl_moomenu1 li:hover li:hover a:hover,
#gl_moomenu1 li.sfHover li.sfHover a:hover {
  color:#679EF1;  /*Sub Menu Text Hover*/
}
#gl_moomenu1 ul ul {
  background:#151515;  /*Sub Menu BG*/
  border-left:1px solid #333333;  /*Sub Menu Highlight*/
  border-right:1px solid #000000;  /*Sub Menu Shadow*/
}
#gl_moomenu1 li li {
  border-top:1px solid #333333;  /*Sub Menu Highlight*/
  border-bottom:1px solid #000000;  /*Sub Menu Shadow*/
}
#gl_moomenu1 li li a.parent1,
#gl_moomenu1 li li a.parent1:hover {
  background:transparent url(http://www.troyoverton.com/images/menu/menu_parent.png) no-repeat scroll 95% 50%;
}
.gl_moomenu1 {float:left;}

<!--[if IE 7]>
#gl_moomenu1 {
  width:100%;
}
.gl_moomenu1 li ul {
  width:177px;
}
<![endif]-->

.dummyclass1 {
}

.st-fmenu2 {
text-align:center;
}
.st-fmenu2 ul{
margin:1em;
padding:0;
clear:both;
text-align:center; /* options are left - center - right */
color:#3677c0;
list-style-type:disc;
list-style-image:none;
list-style-position:outside;
}
.st-fmenu2 ul li {
border-right:1px solid #999999;
display:inline;
padding:0 1.1em 0 .8em;
}
.st-fmenu2 ul li.st-f-last2 {
border-right:0;
}
.st-fmenu2 a:link,
.st-fmenu2 a:visited {
color:#3677c0;
text-decoration:none;
}
.st-fmenu2 a:hover {
color:#679ef1;
text-decoration:underline;
}

#gl_moomenu-vert-l3,
#gl_moomenu-vert-r3 {
	margin:0 auto;
}
#gl_moomenu-vert-l3,
#gl_moomenu-vert-r3 {
    margin-left:-8px;
    padding-left:0px;
}
#gl_moomenu-vert-l3 {
	text-align:left;
}
#gl_moomenu-vert-r3 {
	text-align:right; /* change value to left to have the items left aligned but still in the right menu - you will also want to change the parent images below from 5% to 95% */
}
#gl_moomenu-vert-l3 ul,
#gl_moomenu-vert-r3 ul {
	margin:0;
	padding:0;
	list-style:none;
}
#gl_moomenu-vert-l3 ul {
	width:189px; /* width of left menu items */
	border-bottom:1px solid #999999; /* left menu border color */
}
#gl_moomenu-vert-r3 ul {
	width:189px; /* width of right menu items */
	border-bottom:1px solid #999999; /* right menu border color */
}
#gl_moomenu-vert-l3 ul li,
#gl_moomenu-vert-r3 ul li {
	position:relative;
	z-index:40;
	width:100%;
	margin:0;
    padding:0;
}
#gl_moomenu-vert-l3 li ul,
#gl_moomenu-vert-r3 li ul {
	position:absolute;
	top:0;
	display:block;
	margin:0;
    padding:0;
}
#gl_moomenu-vert-l3 li ul {
	left:188px; /*set 1px less than left menu width above */
}
#gl_moomenu-vert-r3 li ul {
	left:-188px; /*set 1px less than right menu width above */
}
#gl_moomenu-vert-l3 li:hover ul,
#gl_moomenu-vert-r3 li:hover ul  {
	display:block;
}
#gl_moomenu-vert-l3 li:hover>ul,
#gl_moomenu-vert-r3 li:hover>ul {
	visibility:visible;
}
#gl_moomenu-vert-l3 ul ul,
#gl_moomenu-vert-r3 ul ul {
	visibility:hidden;
}
/* Fix IE. Hide from IE Mac \*/
* html #gl_moomenu-vert-l3 ul li,
* html #gl_moomenu-vert-r3 ul li {
	float:left;
	height:1%;
}
* html #gl_moomenu-vert-l3 ul li a,
* html #gl_moomenu-vert-r3 ul li a {
	height:1%;
}
/* End */
li,
#gl_moomenu-vert-l3 ul,
#gl_moomenu-vert-r3 ul {
	margin:0;
}
#gl_moomenu-vert-l3 ul a,
#gl_moomenu-vert-r3 ul a {
	display:block;
	text-decoration:none;
}
#gl_moomenu-vert-l3 ul a {
	color:#0000ff; /* left main menu text color */
	background:#DDDDDD; /* left main menu bg color */
	padding:3px 6px; /* translates to height of left main menu boxes */
	border:1px solid #999999; /* left main menu border color (set same as above) */
	border-bottom:0; /* needs to be specified here to override above - declared in #gl_moomenu-vert-l3 ul */
}
#gl_moomenu-vert-r3 ul a {
	color:#0000ff; /* right main menu text color */
	background:#DDDDDD; /* right main menu bg color */
	padding:3px 6px; /* translates to height of right main menu boxes */
	border:1px solid #999999; /* right main menu border color (set same as above) */
	border-bottom:0; /* needs to be specified here to override above - declared in #gl_moomenu-vert-r3 ul */
}
#gl_moomenu-vert-l3 ul a:hover {
	color:#FFFFFF; /* left main menu text hover color */
	background:#BBBBBB; /* left main menu hover bg color */
}
#gl_moomenu-vert-r3 ul a:hover {
	color:#FFFFFF; /* right main menu text hover color */
	background:#BBBBBB; /* right main menu hover bg color */
}
#gl_moomenu-vert-l3 li ul a,
#gl_moomenu-vert-r3 li ul a {
	text-decoration:none;
}
#gl_moomenu-vert-l3 li ul a {
	color:#0000FF; /* left sub menu text color */
	background:#DDDDDD; /* left sub menu bg color */
	padding:3px 6px; /* translates to height of left sub menu boxes */
	border:1px solid #999999; /* left main menu border color (set same as above) */
	border-bottom:0; /* needs to be specified here to override above - declared in #gl_moomenu-vert-l3 ul */
}
#gl_moomenu-vert-r3 li ul a {
	color:#0000FF; /* right sub menu text color */
	background:#DDDDDD; /* right sub menu bg color */
	padding:3px 6px; /* translates to height of right sub menu items */
	border:1px solid #999999; /* right main menu border color (set same as above) */
	border-bottom:0; /* needs to be specified here to override above - declared in #gl_moomenu-vert-r3 ul */
}
#gl_moomenu-vert-l3 li ul a:hover {
	color:#FFFFFF; /* left sub menu text hover color */
	background:#BBBBBB; /* left sub menu hover bg color */
}
#gl_moomenu-vert-r3 li ul a:hover {
	color:#FFFFFF; /* right sub menu text hover color */
	background:#BBBBBB; /* right sub menu hover bg color */
}
#gl_moomenu-vert-l3 ul a.parent-l3 {
	background:#DDDDDD url(http://www.troyoverton.com/images/menu/vmenu_parent.gif) no-repeat scroll 95% 50%; /* left sub menu background color - add an ul next to the ul to not have the image display on the left main menu */
}
#gl_moomenu-vert-l3 ul a.parent-l3:hover {
	background:#BBBBBB url(http://www.troyoverton.com/images/menu/vmenu_parent.gif) no-repeat scroll 95% 50%; /* left sub menu hover background color - add an ul next to the ul to not have the image display on the left main menu */
}
#gl_moomenu-vert-r3 ul a.parent-r3 {
	background:#DDDDDD url(http://www.troyoverton.com/images/menu/vmenu_parent.gif) no-repeat scroll 5% 50%; /* right sub menu background color - add an ul next to the ul to not have the image display on the right main menu */
}
#gl_moomenu-vert-r3 ul a.parent-r3:hover {
	background:#BBBBBB url(http://www.troyoverton.com/images/menu/vmenu_parent.gif) no-repeat scroll 5% 50%; /* right sub menu hover background color - add an ul next to the ul to not have the image display on the right main menu */
}

/* Calendar Plugin */

.cal-body {
  background:#FFFFFF;
  border-bottom:#E7E7E7 1px solid;
  border-left:#E7E7E7 1px solid;
  border-right:#E7E7E7 1px solid;
  border-top:#E7E7E7 1px solid;
  color:#000000;
  font-weight:bold;
}
.cal-day,
.cal_day {
  background:transparent;
  border-bottom:#F7F7F7 1px dashed;
  border-left:#F7F7F7 1px dashed;
  border-top:#777777 2px solid;
  color:#000000;
  font-weight:bold;
}
.cal-dayview-times {
  background:#F7F7F7;
  border-bottom:#E7E7E7 1px solid;
  border-left:#E7E7E7 1px solid;
  border-right:#E7E7E7 1px solid;
  border-top:#1A3955 1px dashed;
  color:#000000;
  font-weight:bold;
  font-size:.8em;
}
.cal-dayx-body {
  background:#E7E7E7
}
.cal-dayx-cur {
  background:#FFFFFF;
  color:#000000;
  font-weight:bold;
  font-size:.8em;
}
.cal-dayx-subcur {
  background:#FFFFFF;
  color:#000000;
  font-weight:bold;
  font-size:.8em;
  padding-top:4px;
}
.cal-dayx-times {
  border-bottom:#FFFFFF 1px solid;
  border-left:#FFFFFF 1px solid;
  border-right:#FFFFFF 1px solid;
}
.cal-dayx-times2 {
  background:#FFFFFF
}
.cal-dayx-weekevent {
  border-bottom:#FFFFFF 1px solid;
  border-left:#FFFFFF 1px dashed;
  border-right:#FFFFFF 1px dashed;
  border-top:#E7E7E7 1px solid;
}
.cal-futureday {
  background:#F7F7F7
}
.cal-header {
  background:#FFFFFF;
  border-bottom:#F7F7F7 1px solid;
  border-left:#F7F7F7 1px solid;
  border-right:#F7F7F7 1px solid;
  border-top:#F7F7F7 1px solid;
}
.cal-hr {
  background:#FFFFFF
}
.cal-month,
.cal_month {
  background:#F7F7F7;
  color:#000000;
  font-size:.9em;
}
.cal-nullday {
  background:#FFFFFF;
  border-bottom:#F7F7F7 1px dashed;
  border-left:#F7F7F7 1px dashed;
  border-top:#F7F7F7 1px dashed;
  color:#000000;
}
.cal-oldday {
  background:#E7E7E7;
  color:#000000;
}
.cal-quickadd,
.quickadd {
  background:#F7F7F7;
  border-bottom:#E7E7E7 1px solid;
  border-left:#E7E7E7 1px solid;
  border-right:#E7E7E7 1px solid;
  border-top:#E7E7E7 1px solid;
  padding:4px;
}
.cal-today {
  background:#FFFFFF;
  border-bottom:#1A3955 1px dashed;
  border-left:#1A3955 1px dashed;
  border-right:#1A3955 1px dashed;
  border-top:#1A3955 1px dashed;
}
.cal-weekpointers {
  border-bottom:#F7F7F7 1px dashed;
  border-left:#F7F7F7 1px dashed;
}
.cal-weekview-addevent {
  background:#FFFFFF;
  border-right:#E7E7E7 1px solid;
  border-top:#E7E7E7 1px solid;
  color:#000000;
  font-weight:bold;
  font-size:.8em;
  padding:4px;
}
.cal-weekview-caltitle {
  background:#FFFFFF;
  border-bottom:#E7E7E7 1px solid;
  border-left:#E7E7E7 1px solid;
  border-right:#E7E7E7 1px solid;
  color:#000000;
  font-weight:bold;
  font-size:.8em;
  padding:4px;
}
.cal-weekview-curday,
.weekview_curday {
  background:#F7F7F7;
  color:#000000;
}
.cal-weekview-daterange {
  background:#FFFFFF;
  border-left:#E7E7E7 1px solid;
  border-right:#E7E7E7 1px solid;
  border-top:#E7E7E7 1px solid;
  color:#000000;
  font-weight:bold;
  font-size:.8em;
  padding:4px;
}
.cal-weekview-dayformat {
  background:#FFFFFF;
  border-left:#E7E7E7 1px solid;
  border-top:#E7E7E7 1px solid;
  color:#000000;
  font-weight:bold;
  font-size:.8em;  padding:4px;
}
.cal-weekview-offday,
.weekview_offday {
  background:transparent;
  color:#000000;
}
.smallcal-week-even {
  background:#E7E7E7;
  color:#000000;
}

/* Star Rating System */
.filemgmt-ratingbar {
	display:block;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:2px;
	margin-top:2px;
	text-align:left;
}
.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;
}
.filemgmt-rating-unit { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('images/starrating.png') top left repeat-x;
}
.filemgmt-rating-unit li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.filemgmt-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;
}
.filemgmt-rating-unit li a:hover{
	background: url('images/starrating.png') left center;
	z-index: 2;
	left: 0px;
}
.filemgmt-rating-unit a.r1-unit{left: 0px;}
.filemgmt-rating-unit a.r1-unit:hover{width:30px;}
.filemgmt-rating-unit a.r2-unit{left:30px;}
.filemgmt-rating-unit a.r2-unit:hover{width: 60px;}
.filemgmt-rating-unit a.r3-unit{left: 60px;}
.filemgmt-rating-unit a.r3-unit:hover{width: 90px;}
.filemgmt-rating-unit a.r4-unit{left: 90px;}
.filemgmt-rating-unit a.r4-unit:hover{width: 120px;}
.filemgmt-rating-unit a.r5-unit{left: 120px;}
.filemgmt-rating-unit a.r5-unit:hover{width: 150px;}
.filemgmt-rating-unit a.r6-unit{left: 150px;}
.filemgmt-rating-unit a.r6-unit:hover{width: 180px;}
.filemgmt-rating-unit a.r7-unit{left: 180px;}
.filemgmt-rating-unit a.r7-unit:hover{width: 210px;}
.filemgmt-rating-unit a.r8-unit{left: 210px;}
.filemgmt-rating-unit a.r8-unit:hover{width: 240px;}
.filemgmt-rating-unit a.r9-unit{left: 240px;}
.filemgmt-rating-unit a.r9-unit:hover{width: 270px;}
.filemgmt-rating-unit a.r10-unit{left: 270px;}
.filemgmt-rating-unit a.r10-unit:hover{width: 300px;}
.filemgmt-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 */
.filemgmt-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:0;
}
.filemgmt-small-rating-unit li{
    text-indent: -30000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.filemgmt-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;
}
.filemgmt-small-rating-unit li a:hover{
	background: url('images/star_small.png') left center;
	z-index: 2;
	left: 0px;
	line-height:15px
}
.filemgmt-small-rating-unit a.r1-unit{left: 0px;}
.filemgmt-small-rating-unit a.r1-unit:hover{width:15px;}
.filemgmt-small-rating-unit a.r2-unit{left:15px;}
.filemgmt-small-rating-unit a.r2-unit:hover{width: 30px;}
.filemgmt-small-rating-unit a.r3-unit{left: 30px;}
.filemgmt-small-rating-unit a.r3-unit:hover{width: 45px;}
.filemgmt-small-rating-unit a.r4-unit{left: 45px;}
.filemgmt-small-rating-unit a.r4-unit:hover{width: 60px;}
.filemgmt-small-rating-unit a.r5-unit{left: 60px;}
.filemgmt-small-rating-unit a.r5-unit:hover{width: 75px;}
.filemgmt-small-rating-unit a.r6-unit{left: 75px;}
.filemgmt-small-rating-unit a.r6-unit:hover{width: 90px;}
.filemgmt-small-rating-unit a.r7-unit{left: 90px;}
.filemgmt-small-rating-unit a.r7-unit:hover{width: 105px;}
.filemgmt-small-rating-unit a.r8-unit{left: 105px;}
.filemgmt-small-rating-unit a.r8-unit:hover{width: 123px;}
.filemgmt-small-rating-unit a.r9-unit{left: 120px;}
.filemgmt-small-rating-unit a.r9-unit:hover{width: 135px;}
.filemgmt-small-rating-unit a.r10-unit{left: 135px;}
.filemgmt-small-rating-unit a.r10-unit:hover{width: 150px;}
.filemgmt-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 */

/* end of Star rating system */
.forumpost ul {
  list-style-position: outside;
  margin-left: 15px;
  padding-left: 15px;
  list-style: disc;
  vertical-align: middle;
}
.forumpost li {
  margin: 0px;
  padding: 0px;
}
.gftool-tip {
color:#fff;
width:200px;
overflow:hidden;
z-index:13000;
}

.gftool-title {
font-weight:700;
font-size:11px;
color:#679EF1;
background:url(forum/images/gl_mootip_bg200.png) top left;
margin:0;
padding:8px 8px 4px;
}

.gftool-text {
font-size:11px;
background:url(forum/images/gl_mootip_bg200.png) bottom right;
padding:4px 8px 8px;
}

.top-link {
float:right;
}
.top-link img {
padding-right:5px;
vertical-align:middle;
}
/*
 * +--------------------------------------------------------------------------+
 * | Media Gallery Plugin - glFusion CMS                                      |
 * +--------------------------------------------------------------------------+
 * | style.css                                                                |
 * |                                                                          |
 * | Media Gallery Style Sheet                                                |
 * +--------------------------------------------------------------------------+
 * | $Id:: style.css 5883 2010-04-11 22:01:44Z mevans0263                    $|
 * +--------------------------------------------------------------------------+
 * | Copyright (C) 2002-2009 by the following authors:                        |
 * |                                                                          |
 * | Mark R. Evans          mark AT glfusion DOT org                          |
 * |                                                                          |
 * +--------------------------------------------------------------------------+
 * |                                                                          |
 * | This program is free software; you can redistribute it and/or            |
 * | modify it under the terms of the GNU General Public License              |
 * | as published by the Free Software Foundation; either version 2           |
 * | of the License, or (at your option) any later version.                   |
 * |                                                                          |
 * | This program is distributed in the hope that it will be useful,          |
 * | but WITHOUT ANY WARRANTY; without even the implied warranty of           |
 * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            |
 * | GNU General Public License for more details.                             |
 * |                                                                          |
 * | You should have received a copy of the GNU General Public License        |
 * | along with this program; if not, write to the Free Software Foundation,  |
 * | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.          |
 * |                                                                          |
 * +--------------------------------------------------------------------------+
 */

/*
 * mgAdminAlignLeft and mgAdminAlignRight control the alignment
 * of all the admin screens, if you use a RTL language, you may
 * want to adjust the mgAdminAlignLeft to actually be right aligned.
 */

.mgAdminAlignLeft {
  text-align: left;
  vertical-align:middle;
}

.mgAdminAlignRight {
  text-align: right;
  vertical-align:middle;
}

/* Do not change the MI classes, they are used to help
 * control the frames on images
 */

.mgPluginMI {
  padding:0 !important;
}

.mgPluginMI tr {
  vertical-align:top;
}
.mgPluginMI td {
  padding:0px !important;
}

.mgPluginMI img {
  border:none;
}


/*
 * the following styles add to the existing .plugin styles
 * found in the default themes style.css
 */

.plugin textarea {
  font-size: 1em;
}
.plugin fieldset legend {
  font-weight:bold;
  font-size: 1.2em;
  padding:5px;
}

/* Media Gallery specific styles */

.mgPluginAdmin ul {
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 15px;
  list-style: square;
  vertical-align: middle;
}

.mgPluginAdmin li {
  margin: 0px;
  padding: 0px;
}

/*
 * Standard styles for controlling image drop shadows
 * and default Media Gallery borders.
 */

.out {
  display:block;
  background:#bbb;
  border:1px solid #ddd;
  position:relative;
  margin:1em 0;
}

.in2 {
  display:block;
  background:#777;
  border:1px solid #999;
  position:relative;
  padding:1px;
  margin:1px;
}

.in {
  text-align:center;
  background:#fff;
  border:1px solid #555;
  position:relative;
  padding:5px;
  font-weight:normal;
}

.ltin {
  left:-5px;
}

.tpin {
  top:-5px;
}

.rtin {
  left:5px;
}
/*
 * Slimbox (lightbox) classes, do not change these
 */

#lbOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
  z-index:500;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
  z-index:510;
}

.lbLoading {
  background: #fff url(mediagallery/images/loading.gif) no-repeat center;
}

#lbImage {
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(mediagallery/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(mediagallery/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(mediagallery/images/closelabel.gif) no-repeat center;
  margin: 5px 0;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

/* Star Rating System */
.mediagallery-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;
}
.mediagallery-rating-unit { /* the UL */
	list-style:none;
	margin: 0px auto;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('images/starrating.png') top left repeat-x;
}
.mediagallery-rating-unit li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.mediagallery-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;
}
.mediagallery-rating-unit li a:hover{
	background: url('images/starrating.png') left center;
	z-index: 2;
	left: 0px;
}
.mediagallery-rating-unit a.r1-unit{left: 0px;}
.mediagallery-rating-unit a.r1-unit:hover{width:30px;}
.mediagallery-rating-unit a.r2-unit{left:30px;}
.mediagallery-rating-unit a.r2-unit:hover{width: 60px;}
.mediagallery-rating-unit a.r3-unit{left: 60px;}
.mediagallery-rating-unit a.r3-unit:hover{width: 90px;}
.mediagallery-rating-unit a.r4-unit{left: 90px;}
.mediagallery-rating-unit a.r4-unit:hover{width: 120px;}
.mediagallery-rating-unit a.r5-unit{left: 120px;}
.mediagallery-rating-unit a.r5-unit:hover{width: 150px;}
.mediagallery-rating-unit a.r6-unit{left: 150px;}
.mediagallery-rating-unit a.r6-unit:hover{width: 180px;}
.mediagallery-rating-unit a.r7-unit{left: 180px;}
.mediagallery-rating-unit a.r7-unit:hover{width: 210px;}
.mediagallery-rating-unit a.r8-unit{left: 210px;}
.mediagallery-rating-unit a.r8-unit:hover{width: 240px;}
.mediagallery-rating-unit a.r9-unit{left: 240px;}
.mediagallery-rating-unit a.r9-unit:hover{width: 270px;}
.mediagallery-rating-unit a.r10-unit{left: 270px;}
.mediagallery-rating-unit a.r10-unit:hover{width: 300px;}
.mediagallery-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 */
.mediagallery-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;
}
.mediagallery-small-rating-unit li{
    text-indent: -30000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.mediagallery-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;
}
.mediagallery-small-rating-unit li a:hover{
	background: url('images/star_small.png') left center;
	z-index: 2;
	left: 0px;
	line-height:15px
}
.mediagallery-small-rating-unit a.r1-unit{left: 0px;}
.mediagallery-small-rating-unit a.r1-unit:hover{width:15px;}
.mediagallery-small-rating-unit a.r2-unit{left:15px;}
.mediagallery-small-rating-unit a.r2-unit:hover{width: 30px;}
.mediagallery-small-rating-unit a.r3-unit{left: 30px;}
.mediagallery-small-rating-unit a.r3-unit:hover{width: 45px;}
.mediagallery-small-rating-unit a.r4-unit{left: 45px;}
.mediagallery-small-rating-unit a.r4-unit:hover{width: 60px;}
.mediagallery-small-rating-unit a.r5-unit{left: 60px;}
.mediagallery-small-rating-unit a.r5-unit:hover{width: 75px;}
.mediagallery-small-rating-unit a.r6-unit{left: 75px;}
.mediagallery-small-rating-unit a.r6-unit:hover{width: 90px;}
.mediagallery-small-rating-unit a.r7-unit{left: 90px;}
.mediagallery-small-rating-unit a.r7-unit:hover{width: 105px;}
.mediagallery-small-rating-unit a.r8-unit{left: 105px;}
.mediagallery-small-rating-unit a.r8-unit:hover{width: 123px;}
.mediagallery-small-rating-unit a.r9-unit{left: 120px;}
.mediagallery-small-rating-unit a.r9-unit:hover{width: 135px;}
.mediagallery-small-rating-unit a.r10-unit{left: 135px;}
.mediagallery-small-rating-unit a.r10-unit:hover{width: 150px;}
.mediagallery-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 */

/* end of Star rating system */

/* SWF-based multiple file upload */
#divSWFUploadMessage {
  margin-left: 5px;
}
#divSWFUploadAlbumSelect, #divSWFUploadAllowedTypes {
  margin: 10px 0px 10px 5px;
}
#divSWFUploadSizeLimit {
  margin: 10px 0px 20px 5px;
}
#divSWFUploadButtons {
  margin: 10px 0 10px 5px;
}
#divSWFUploadStatus {
  margin: 10px 0 10px 5px;
  display: none;
}
#divSWFThumbnails {
  border-top: 1px solid;
  border-top-color: #D9E4FF;
  display: none;
}

#fsUploadProgress.fieldset {
  border:  1px solid #afe14c;
  margin: 10px 0;
  padding: 20px 10px;
}

#fsUploadProgress.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #4d77cc;
}

#fsUploadProgress.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;

    -moz-border-radius-topleft : 5px;
    -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

.SWFUProgressWrapper {
	width: 357px;
	overflow: hidden;
}

.SWFUProgressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.SWFUmessage {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.SWFUred {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.SWFUgreen {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.SWFUblue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.SWFUProgressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.SWFUProgressBarInProgress,
.SWFUProgressBarComplete,
.SWFUProgressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.SWFUProgressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.SWFUProgressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.SWFUProgressCancel:hover {
	background-position: 0px 0px;
}

/* end of SWF-based multiple file upload */
img.ImageFrame_image { vertical-align:bottom; border:none; }
img.ImageFrame_solid { border: 1px solid black !important }
table.mgFrame_shadow_light { direction: ltr; }
table.mgFrame_shadow_light .RRT { height:10px; background:url(http://www.troyoverton.com/mediagallery/frames/shadow_light/RRT.png) no-repeat; }
table.mgFrame_shadow_light .RR { width:7px; background:url(http://www.troyoverton.com/mediagallery/frames/shadow_light/RR.png) repeat-y; }
table.mgFrame_shadow_light .RR div.V { width:7px; }
table.mgFrame_shadow_light .BBL { width:9px; background:url(http://www.troyoverton.com/mediagallery/frames/shadow_light/BBL.png) no-repeat; }
table.mgFrame_shadow_light .BB { height:7px; background:url(http://www.troyoverton.com/mediagallery/frames/shadow_light/BB.png) repeat-x; }
table.mgFrame_shadow_light .BR { width:7px; height:7px; background:url(http://www.troyoverton.com/mediagallery/frames/shadow_light/BR.png) no-repeat; }
table.mgFrame_shadow_light td { font-size:1px } /* For IE */
td div.H { width:1px; height:0; }
td div.V { width:0; height:1px; }

.poll-divider {
  border-bottom:1px solid #CCCCCC;
  margin-bottom:10px;
  margin-top:10px;
  margin-left:30px;
  margin-right:30px;
}

.poll-block-last {
  margin-bottom:5px;
  padding-bottom:5px;
}

.poll-topic {
  font-weight:bold;
}

.poll-autotag-message {
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
}

.poll-autotag {
  border: .1em solid black;
  padding: 5px;
  margin: 0 auto;
  width: 350px;
}

.poll-autotag-left{
  border: .2em dotted black;
  padding: 5px;
  margin-right: auto;
  width: 350px;
}

.poll-questions ul {
  list-style:none;
  padding:0px;
  margin:0px;
}
.poll-questions ul li {
    list-style:none;
    padding:0px;
    margin:0;
}
.poll-questions ul,
.poll-questions td {
  font-size:0.85em;
}
.poll-question {
  padding:0px;
  margin:0px;
}
.poll-questions {
  padding:2px;
  background-color: #DDDDDD;
  margin:2px;
}
.block-box-right table,
.block-box-left table{
  padding:0px;
  margin:0px;
  vertical-align:top;
}
.block-box-right .poll-question-table th,
.block-box-left .poll-question-table th{
  font-size:1.2em;
  font-weight:normal;
}

.block-box-right .poll_topic,
.block-box-left .poll_topic{
  font-weight:bold;
}

.block-box-right .poll_answer_text,
.block-box-left  .poll_answer_text{
  text-align:left;
}

.block-box-right .poll_answer_percent,
.block-box-left .poll_answer_percent{
  text-align:right;
}
#gl_container {
  min-width:750px;
}
#gl_header {
  height:100px
}
#gl_wrapper {
  float:left;
  width:100%;
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  margin:0 220px;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  margin:0 20px 20px 20px;
}
#gl_content-wide-left { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  margin:0 20px 20px 220px;
}
#gl_content-wide-right { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  margin:0 220px 20px 20px;
}
#gl_navigation { /*the leftblocks*/
  float:left;
  margin-bottom:20px;
  margin-left:-100%;
  width:200px;
}
#gl_extra { /*the rightblocks*/
  float:left;
  margin-bottom:20px;
  margin-left:-202px; /*+2px wider than width to account for borders*/
  width:200px;
}
#gl_footer {
  clear:left;
  height:40px;
  width:100%;
}

#gl_moomenu {
  background: url(layout/chameleon/styles/menu/47/images/menu_bg.gif) repeat;  /*Top Menu BG*/
  height:2.2em;
  position:relative;
  z-index:50;
  margin:0;
}

#gl_moomenu a {
  text-decoration:none;
  white-space:nowrap;
  display:block;
  float:left;
  line-height:2.2em;
  font-weight:700;
  color:#ccc;
  height:2.2em;
  font-size:1em;
  padding:0 1.2em;
  color:#CCCCCC;  /*Top Menu Text*/
}

#gl_moomenu ul.gl_moomenu {
  background: url(layout/chameleon/styles/menu/47/images/menu_bg.gif) repeat;  /*Top Menu BG*/
}

#gl_moomenu ul {
  background: url(layout/chameleon/styles/menu/47/images/menu_bg.gif) repeat;  /*Top Menu BG*/
  list-style:none;
  margin:0;
  padding:0;
}

#gl_moomenu li {
  display:block;
  float:left;
  margin:0;
  padding:0;
}

#gl_moomenu li:hover a,
#gl_moomenu li.sfHover a,
#gl_moomenu li:hover a:hover,
#gl_moomenu li.sfHover a:hover {
  color:#ffffff;  /*Top Menu Text Hover / Sub Menu Text*/
}

#gl_moomenu li:hover li:hover a:hover,
#gl_moomenu li.sfHover li.sfHover a:hover {
  color:#679EF1;  /*Sub Menu Text Hover*/
}

#gl_moomenu ul ul {
  background:#151515;               /*Sub Menu BG*/
  border-left:1px solid #333333;    /*Sub Menu Highlight*/
  border-right:1px solid #000000;   /*Sub Menu Shadow*/
}

#gl_moomenu li li {
  background:none;
  border-top:1px solid #333333;     /*Sub Menu Highlight*/
  border-bottom:1px solid #000000;  /*Sub Menu Shadow*/
  margin:0;
}

#gl_moomenu li li a:hover {
  background:none;
}

#gl_moomenu li li a.parent,
#gl_moomenu li li a.parent:hover {
  background:transparent url(layout/chameleon/styles/menu/47/images/menu_parent.png) no-repeat scroll 95% 50%;  /*image for sub menu parent menu - the blue orb*/
}

#gl_moomenu li li a {
  font-family:Helvetica, Arial, sans-serif;
  font-size:100%;
  font-weight:400;
  display:block;
  text-decoration:none;
  float:none;
  height:2.3em;
  line-height:2.3em;
  text-indent:1.3em;
  width:98%;
  margin:0;
  padding:0;
}

.gl_moomenu {
  line-height:2.3em;
  float:left;
  margin-bottom:1.5em;
  position:relative;
}

.gl_moomenu ul {
  background:#fff;
  padding:0;
}

.gl_moomenu li {
  float:left;
  list-style:none;
  position:relative;
}

.gl_moomenu li:hover {
  background:#3667c0 url(layout/chameleon/styles/menu/47/images/menu_hover_bg.gif) repeat;  /*Top Menu Hover*/
  z-index:51;
}

.gl_moomenu li ul {
  float:none;
  left:-999em;
  position:absolute;
  width:14.6em;
  z-index:50;
}

.gl_moomenu li:hover ul,
.gl_moomenu li.sfHover ul {
  left:-1px;
  top:2.2em;
}

.gl_moomenu li:hover li ul,
.gl_moomenu li.sfHover li ul,
.gl_moomenu li li:hover li ul,
.gl_moomenu li li.sfHover li ul,
.gl_moomenu li li li:hover li ul,
.gl_moomenu li li li.sfHover li ul {
  top:-999em;
}

.gl_moomenu li li:hover ul,
.gl_moomenu li li.sfHover ul,
.gl_moomenu li li li:hover ul,
.gl_moomenu li li li.sfHover ul,
.gl_moomenu li li li li:hover ul,
.gl_moomenu li li li li.sfHover ul {
  left:14.65em;
  top:-1px;
  z-index:50;
}

.gl_moomenu li li {
  position:relative;
  float:none;
  width:100%;
}
/* Blocks **************************************/
.block-box,
.block-box-left,
.block-box-right, {
  margin-bottom:15px;
}
.block-box-left ul,
.block-box-right ul {  /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:20px;
}
.block-columnpad {
  padding:5px 10px 10px 10px;
}
.block-content,
.block-content-left,
.block-content-right {
  clear:both;
  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;
  text-align:right;
}
.block-title-left {
  font-size:100%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
/* Blocks **************************************/
.block-box-right {
  margin-bottom:15px;
}
.block-box-right ul { /* do not indent lists in the blocks too much */
  margin:0px;
  padding-left:20px;
}
.block-right-columnpad {
  padding:5px 10px 10px 10px;
}
.block-content-right {
  background:transparent;
  clear:both;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
}
.block-content-right ul,
  border:none;
  margin-bottom:0;
  margin-left:16px;
  margin-top:0;
  padding-left:0;
}
.block-helpicon-right {
  float:right;
  text-align:right;
}
.block-title-right {
  background:#CCCCCC;
  color:#000000;
  font-size:100%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
/* DARK STYLE STYLESHEET *******************************************************
This file only contains color info. For global layout info use layout.css.
For global style info use style.css.
split the following sections:
- GLOBAL LAYOUT(style formatting for layout.css entries)
- GLOBAL SEMANTICS (direct formatting of markup <a> <form> <img>, etc.)
- CLASSES & IDS (.whatever & #whatever - organized alphabetically)
- COMMON PLUGIN CSS
- NAVBAR CSS

SAMPLE:
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}

These are the rough rules:
- always put a ';' after the last entry
- always a linebreak before .
- always a linebreak after , ; { and }
- always a . before all classes
- always a # before all ids
- two spaces indent
- no tabs
- no spaces after colons
**********************************************************************/

/* GLOBAL LYOUT*****************************************************/

#gl_container {
  background:#1B1B1B;
}
#gl_header {
  background:#1B1B1B url(images/header-bg.jpg) 0 0 repeat-x;
  overflow:hide;
}
#gl_wrapper {
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  background:#1B1B1B;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  background:#1B1B1B;
}
#gl_content-wide-right { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  background:#1B1B1B;
}
#gl_content-wide-left { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  background:#1B1B1B;
}
#gl_navigation,
#gl_navigation-alt { /*the leftblocks*/
  background:#1B1B1B url(images/block-bg.png) 0 0 repeat;
  border:1px solid #3C3C3C;
  color:#FFFFFF;
}
#gl_extra,
#gl_extra-alt { /*the rightblocks*/
  background:#1B1B1B url(images/block-bg.png) 0 0 repeat;
  border:1px solid #3C3C3C;
  color:#FFFFFF;
}
#gl_footer {
  background:#3C3C3C;
  border-top:1px solid #5E5E5E;
  color:#949494;
}

/* GLOBAL SEMANTICS ***********************************************/

a {
  background:transparent;
}
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#649BFF;
}
a:link {
  color:#649BFF;
}
a:visited {
  color:#649BFF;
}
a:hover {
  color:#FFC57A;
}
a:active {
  color:#FFC57A;
}
body {
  background:#000000;
  color:#FFFFFF;
}
form fieldset div.notes {
  background-color:#ffffe1;
  border:1px solid #666666;
  color:#666666;
}
form fieldset div.notes h4 {
  background:url(images/icon_info.png) no-repeat top left;
  border:0px 0px 1px 0px solid #666666;
  color:#666666;
}
form fieldset div.notes p {
  color:#666666;
}
h2 {
  color:#AFAFAF;
}
input,
submit {
  background:#3C3C3C;
  color:#CCCCCC;
}
p {
  color:#FFFFFF;
}
select {
  background:#3C3C3C;
  color:#CCCCCC;
}
td {
  color:#FFFFFF;
}
textarea {
  background:#3C3C3C;
  color:#FFFFFF;
}
th {
  background-color:#5E5E5E;
  color:#FFFFFF;
}

/* CLASSES & IDS ********************************************************/

/* Admin lists **********************************/
.admin-list-search {
  color:#5E5E5E;
}
.admin-menu { /* the box around the menu */
  border:1px solid #5E5E5E;
}
.admin-menu-text {
  color:#FFFFFF;
}
/* General formatting class***********************/
.ext-link {
  background:url(images/external.png) right center no-repeat;
  background-color: transparent;
}
/* Blocks **************************************/
.block-box,
.block-box-left,
.block-box-right, {
}
.block-box ul,
.block-box-left ul,
.block-box-right ul {  /* do not indent lists in the blocks too much */
}
.block-columnpad {
}
.block-content,
.block-content-left,
.block-content-right {
  background:transparent;
  color:#FFFFFF;
}
.block-content ul,
.block-content-left ul,
.block-content-right ul {
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
}
.block-title,
.block-title-left,
.block-title-right {
  background:#3C3C3C url(images/blockheader-bg.gif) repeat-x;
  color:#CCCCCC;
}
/* Comments ***********************************/
.commentbar-line1 {
  background:transparent;
  color:#FFF;
}
.commentbar-line2 {
  background:#3C3C3C;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  color:#FFF;
}
.commentbar-line3 {
  background:#5E5E5E;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  color:#FFF;
}
.commenttitle {
  background:#3C3C3C;
  border-bottom:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}
/*Edit*****************************************/
.fieldhelp {
  color:#666666;
}
/* Footer **************************************/
#footer-copyright {
  background:#3C3C3C;
  color:#949494;
}
#footer-copyright .footerlinks a {
  color:#649BFF;
}
#footer-copyright .footerlinks a:hover {
  color:#FFC57A;
}
/*Forms*****************************************/
.form-description
/* Header ***************************************/
#header-site-logo {
}
#header-site-slogan {
  color:#5E5E5E;
}
#header-textbox {
  background:url(images/bg_search.jpg) no-repeat right -22px #000000;
  color:#FFFFFF;
}
#header-textbox:focus {
  background:url(images/bg_search.jpg) no-repeat right -1px #000000;
  color:#FFFFFF;
}
.header-textbox-search {
  background:#FFFFFF;
}
/**********************************************/
.highlight {
  background-color:yellow;
  color:#000000;
}
#html_editor {
  color:#FFFFFF;
}
.searchauth {
  background:transparent;
  color:#000000;
}
.searchdate {
  background:transparent;
  color:#000000;
}
.searchform-box {
  background:#E7E7E7;
  border-bottom:1px solid #CCCCCC;
}
.searchhits {
  background:transparent;
  color:#000000;
}
#se_bottom input{
  color:#CCCCCC;
}
/* Story ****************************************/
.story { /* the frame around all elements of one story */
  background:transparent;
  color:#FFFFFF;
}
.story h1{ /* the title of a story */
  background:transparent;
  color:#000000;
}
.story-featured { /* the frame around all elements of a featured story */
  background:transparent;
  color:#FFFFFF;
}
.story-featured h1 { /* the title of a featured story */
  background:transparent;
  color:#649BFF;
}
.story-footer { /* the bottom of the story with edit-links etc */
  color:#666666;
}
.story-icons { /* print & mail icons in a storybox */
}
.story-information {
  /* the author, views and date of a story */
  background:transparent;
  color:#666666;
}
.system-message {
  background:url(images/header-bg.png) #3C3C3C;
  border:1px solid #5E5E5E;
  color:#000000;
  font-weight:bold;
  margin:10px;
  width:95%;
}
.system-message-body {
  background:#3C3C3C;
  border-top:3px solid black;
  color:#000000;
  padding:5px 15px 5px 15px;
}
.warning {
  background:transparent;
  color:#CCCCCC;
}
.warningsmall {
  background:transparent;
  color:#CCCCCC;
}
.welcomeanddate-text {
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  margin:0 0 10px 0;
}
/* COMMON PLUGIN CSS ************************************************/
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  background:#1B1B1B;
  border:1px solid #3C3C3C;
  color:#FFF;
}
.plugin th {
  background:#3C3C3C;
  color:#CCCCCC;
}
.pluginBG {
  background:#1B1B1B;
  color:#FFF;
}
.pluginAltBG {
  background:#5E5E5E;
}
.pluginAltBG td {
  color:#FFFFFF;
}
.pluginCellTitle {
  background:#7398BA;
  color:#FFFFFF;
}
.pluginCellFill {
  background:#3C3C3C;
}
.pluginCellText {
  color:#CCCCCC;
}
.pluginHeader {
  color:#CCCCCC;
}
.pluginFooter, .pluginFooter td {
  background:#5E5E5E;
  color:#FFFFFF;
  }
.pluginAlert {
  background:#5E5E5E;
  color:#FFF;
}
.pluginInfo {
  background:#3C3C3C;
  color:#CCCCCC;
}
.pluginSubTable {
  background:#CCCCCC;
  border:1px solid #CCCCCC;
  color:#000000;
}
.pluginSubTable th {
  background:#1B1B1B;
  color:#000000;
}
.pluginSolidOutline {
  background:#CCCCCC;
}
.pluginSolidFill {
  background:#1B1B1B;
}
.pluginTitle {
  background:#1B1B1B;
  color:#F5F9FF;
}
.pluginCellSubTitle {
  background:#3C3C3C;
  color:#FFFFFF;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  background:#1B1B1B;
  color:#FFF;
}
.pluginRow2, .pluginRow2 td {
  background:#3C3C3C;
  color:#FFF;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  background:#5E5E5E;
  color:#FFF;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  background:#000000;
  color:#FFF;
}
.pluginLinks A:link {
  color:#649BFF;
}
.pluginLinks A:visited {
  color:#649BFF;
}
.pluginLinks A:hover {
  color:#FFC57A;
}
.pluginLargeText {
  color:#FFFFFF;
}
.pluginMediumText {
  color:#FFFFFF;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
}
a.pluginButton:link,
a.pluginButton:visited {
  background:transparent;
  color:#649BFF;
}
a.pluginButton:hover {
  background:transparent url(navbar/images/button_over.gif) center repeat-x;
  color:#FFC57A;
}

/* Common CSS for on-hover tooltip feature*********/
a.tooltip {
  color:#000;
}
a.tooltip:hover span { /*the span will display just on :hover state*/
  background-color:#5E5E5E;
  border:1px solid #C8DAF7;
  color:#1B1B1B;
}
/* End of common CSS for on-hover info feature */

/* Poll Plugin ***********************************/
.poll-divider {
  border-bottom:1px solid #CCCCCC;
}
.poll-block-last {
}
.poll-topic {
}
.poll-questions ul {
}
.poll-questions ul,
.poll-questions td {
}
.poll-question {
}
.poll-questions {
  background:#1B1B1B;
}
.block-box-right table,
.block-box-left table{
}
.block-box-right .poll-question-table th,
.block-box-left .poll-question-table th{
}
.block-box-right .poll_topic,
.block-box-left .poll_topic{
}
.block-box-right .poll_answer_text,
.block-box-left  .poll_answer_text{
}
.block-box-right .poll_answer_percent,
.block-box-left .poll_answer_percent{
}
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#FFFFFF;
}

/* NAVBAR CSS *********************************************************/

#navcontainer {
  background:#1B1B1B;
  border-bottom:1px solid #3C3C3C;
}
#navcontainer a {
  background:url("navbar/images/tableftJ.gif") 
}
#navcontainer a span {
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  color:#000000;
}
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  color:#000000;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
}

/* Calendar Plugin */

.cal-body {
  background:#3C3C3C;
  border:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-day,
.cal_day {
  background:transparent;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 2px solid;
  color:#FFFFFF;
}
.cal-dayview-times {
  background:#3C3C3C;
  border:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-dayx-body {
  background:#3C3C3C;
}
.cal-dayx-cur {
  background:#1B1B1B;
  color:#FFFFFF;
}
.cal-dayx-subcur {
  background:#1B1B1B;
  color:#FFFFFF;
}
.cal-dayx-times {
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
}
.cal-dayx-times2 {
  background:#1B1B1B;
}
.cal-dayx-weekevent {
  border:#5E5E5E 1px solid;
}
.cal-futureday {
  background:#3C3C3C;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
}
.cal-header {
  background:#3C3C3C;
  border:#5E5E5E 1px solid;
}
.cal-hr {
  background:#3C3C3C;
}
.cal-month,
.cal_month {
  background:#3C3C3C;
  color:#FFFFFF;
}
.cal-nullday {
  background:#3C3C3C;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-oldday {
  background:#3C3C3C;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-quickadd,
.quickadd {
  background:#3C3C3C;
  border:#5E5E5E 1px solid;
}
.cal-today {
  background:#5E5E5E;
  border:#649BFF 1px solid;
}
.cal-weekpointers {
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
}
.cal-weekview-addevent {
  background:#3C3C3C;
  border-right:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-caltitle {
  background:#3C3C3C;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-curday,
.weekview_curday {
  background:#3C3C3C;
  color:#FFFFFF;
}
.cal-weekview-daterange {
  background:#3C3C3C;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-dayformat {
  background:#3C3C3C;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-offday,
.weekview_offday {
  background:transparent;
  color:#FFFFFF;
}
.smallcal-week-even {
  background:#3C3C3C;
  color:#FFFFFF;
}
ÿþ# g l _ m e n u   l i   { 
   f l o a t : l e f t   ! i m p o r t a n t ; 
 } 
@charset "utf-8";

/***********************************************************
*
*  Style Sheet for glFusion Tag plugin
*
*  @tip      All classes and IDs starting with
*            'b_' are used only in site blocks.
*
*  @caution  public_html/layout/your_theme/tag.css will
*            be preferred to this file, if it exists.
*
************************************************************
*/

/**
* Link text of tags in articles
*/
a.tag_link,
a.tag_link:visited
{
	color: blue;
	text-decoration: none;
}

a.tag_link:hover
{
	color: white;
	background-color: blue;
}

/**
* Tag container displayed in public_html/tag/index.php
*/
div#tag_container
{
	color: black;
	background-color: white;
	text-decoration: none;
}

div#tag_cloud_container,
div#b_tag_cloud_container
{
	padding: 5px;
	border-left: solid 1px #3366cc;
	border-top: solid 1px #3366cc;
	border-right: solid 2px #333399;
	border-bottom: solid 2px #333399;
	line-height: 2em;
	margin-bottom: 5px;
}

div#tagged_items_container
{
	padding: 5px;
}

li.tagged_item
{
	margin-bottom: 5px;
}

div#tagged_item a,
div#tagged_item a:visited
{
	color: black;
	text-decoration: none;
}

div.related_tags a,
div.related_tags a:visited
{
	font-size: 0.9em;
	background-color: white;
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #999999;
}

div.related_tags a:hover
{
	color: white;
	background-color: blue;
}

/**
* Set styles of tag clouds separately
*
* @note If you would like to define styles of tag clouds differently
*       in public_html/tag/ and site block, define
*
*       div#tag_cloud_container a.tag_lvx {
*       }
*
*       div#b_tag_cloud_container a.tag_lvx {
*       }
*
*       instead of defining
*
*       div#tag_cloud_container a.tag_lvx,
*       div#b_tag_cloud_container a.tag_lv0
*       {
*       }
*
*/
a.tag_lv0,
a.tag_lv0:visited
{
	color: black;
	font-size: 0.9em;
	text-decoration: none;
}

a.tag_lv0:hover
{
	color: white;
	background-color: black;
}

a.tag_lv1,
a.tag_lv1:visited
{
	color: black;
	font-size: 1em;
	text-decoration: none;
}

a.tag_lv1:hover
{
	color: white;
	background-color: black;
}


a.tag_lv2,
a.tag_lv2:visited
{
	color: blue;
	font-size: 1.2em;
	text-decoration: none;
}

a.tag_lv2:hover
{
	color: white;
	background-color: blue;
}

a.tag_lv3,
a.tag_lv3:visited
{
	color: blue;
	font-size: 1.4em;
	text-decoration: none;
}

a.tag_lv3:hover
{
	color: white;
	background-color: blue;
}

a.tag_lv4,
a.tag_lv4:visited
{
	color: #009933;
	font-size: 1.6em;
	text-decoration: none;
}

a.tag_lv4:hover
{
	color: white;
	background-color: #009933;
}

a.tag_lv5,
a.tag_lv5:visited
{
	color: #009933;
	font-size: 1.8em;
	text-decoration: none;
}

a.tag_lv5:hover
{
	color: white;
	background-color: #009933;
}

a.tag_lv6,
a.tag_lv6:visited
{
	color: #cc3300;
	font-size: 2em;
	text-decoration: none;
}

a.tag_lv6:hover
{
	color: white;
	background-color: #cc3300;
}

a.tag_lv7,
a.tag_lv7:visited
{
	color: #cc3300;
	font-size: 2.2em;
	text-decoration: none;
}

a.tag_lv7:hover
{
	color: white;
	background-color: #cc3300;
}

a.tag_lv8,
a.tag_lv8:visited
{
	color: red;
	font-size: 2.4em;
	text-decoration: none;
}

a.tag_lv8:hover
{
	color: white;
	background-color: red;
}

a.tag_lv9,
a.tag_lv9:visited
{
	color: red;
	font-size: 2.6em;
	text-decoration: none;
}

a.tag_lv9:hover
{
	color: white;
	background-color: red;
}

/**
* For displaying tag menu
*/

/* Content area */

div#tag_menu
{
}

div#tag_menu_container
{
}

div#tag_menu_body
{
	line-height: 1.5em;
}

div#tag_menu_body li a
{
}

/* Menu block */

div#bl_tag_menu
{
}

a.bl_tag_menu_item,
a.bl_tag_menu_item:visited
{
	color: blue;
	text-decoration: none;
}

a.bl_tag_menu_item:hover
{
	color: white;
	background-color: blue;
	text-decoration: none;
}
/*
 *  $Id: style.css 4397 2009-04-15 16:18:25Z lgarner $
 *  Slimbox (lightbox) classes, do not change these
 */

#lbOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
  cursor: pointer;
  z-index:50;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
  z-index:51;
}

.lbLoading {
  background: #fff url(mediagallery/images/loading.gif) no-repeat center;
}

#lbImage {
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(mediagallery/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(mediagallery/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(mediagallery/images/closelabel.gif) no-repeat center;
  margin: 5px 0;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

#rednote {
  font-color: red;
}

/* Styles for the category box displays */
.adcat {
  position:relative;
  float: left; /* grouped shared styles */
  font-size: 1em;
  padding: 0.5em 0.15em;
  margin: 1em 0.15em -0.5em 0.15em; 
  border: 3px outset #2e8b57;
  width:125px;
  //height:180px;
  min-height:180px;
  font-family:Helvetica;
  background: #90ee90;  /* default */
}

.adcat img {
  margin-left:auto;
  margin-right:auto;
}

.adcat div.catTitle {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  font-color:#000000;
  margin-bottom:2px;
}

.adcat div.catAdCount {
  position:absolute;
  bottom:3px;
  left:3px;
}

.subcatTitle {
  float: left; /* grouped shared styles */
  font-size: 1em;
  padding: .25em 0.25em .5em .25em;
  margin: 0.15em 0.15em 0.15em 0.15em; 
  border: 3px outset #2e8b57;
  min-width:125px;
  height:12px;
  font-family:Helvetica;
  font-color:#000000;
  font-weight:bold;
  background: #90ee90;  /* default */
}

.subcatTitle a {
  text-decoration:none;
}

.adcat .catDesc {
  font-size: 1em;
  //font-weight: bold;
  text-align: left;
  font-color:#000000;
  margin-bottom:24px;
}

.catImage {
  text-align: left;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
  width: 75px;
  height: 75px;
}

img.RandBlock {
  /*border-style:outset;
  border-color: red;
  border-width:10px;  */
  margin-left:auto;
  margin-right:auto;
  margin-top:6px;
  display: block;
}


/* Color Picker Styles */
.picker_layer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #d4d0c8;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	overflow: visible;
	height: auto;
	width: auto;
}
.picker_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#d4d0c8;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	padding:1px;
	cursor:pointer;
	color:#000000;
}
.cell_color {
	cursor:pointer;
	width:9px;
	height:9px;
}
.color_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.choosed_color_cell{
	border-style:solid; border-color:#000000; border-width:1px;
}
.default_color_btn{
	width:17px; height:17px; background-image:url(defaultcolor.jpg);
	background-repeat:no-repeat; background-position:center;
}

/* $Id: calendar-blue.css 226 2008-10-12 19:08:29Z root $
/* The main calendar widget.  DIV containing a table. */
/* Also contains miscellaneous styles used by the PhotoComp plugin. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

input.fielderror {
    background: #FFD6D6;
}



