/* 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 ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:-7px;
padding:0;
width:160px;
display:block;
}

.autotranslations ul li {
float:left;
padding:3px 3px 0;
}

/* 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;
}
