#twtr-widget-1 .twtr-hd a,
#twtr-widget-1 h3,
#twtr-widget-1 h4, 
#twtr-widget-1 h2{
color:#000000 !important;
font-size:0.8em;
}
#gl_container {
  background:#0d0f13;
  border-left:1px solid #171c20;
  border-right:1px solid #171c20;
   margin:0 auto;
  width:1130px;
}
#gl_header {
  background:#0d0f13 url(imagesx/header-bg.png) 0 0 repeat-x;
  height:140px;
  /*overflow:hide;*/
}
#gl_wrapper {
  background:#0d0f13;
   float:left;
  margin-top:5px;
  width:100%;
}
#gl_content { /* standard left & right blocks - switched to dynamically by functions.php*/
  background:#0d0f13;
  margin:0 200px 10px 200px;
  height:1%;
}
#gl_content-full { /* no blocks  - switched to dynamically by functions.php*/
  background:#0d0f13;
  margin:0 20px 20px 20px;
  height:1%;
}
#gl_content-wide-right { /* left blocks & content displayed  - switched to dynamically by functions.php*/
  background:#0d0f13;
   margin:0 185px 20px 20px;
   height:1%;
}
#gl_content-wide-left { /* right blocks & content displayed  - switched to dynamically by functions.php*/
  background:#0d0f13;
   margin:0 20px 20px 185px;
   height:1%;
}
#gl_navigation,
#gl_navigation-alt { /*the leftblocks*/
  background:#08090c;
  border-right:1px solid #2d383f;
  border-bottom:1px solid #21292d;
  color:#FFFFFF;
   float:left;
  margin-bottom:20px;
  margin-left:-1130px;
  width:178px;
}
#gl_extra,
#gl_extra-alt { /*the rightblocks*/
  background:#08090c;
  border-left:1px solid #2d383f;
  border-bottom:1px solid #21292d;
  color:#FFFFFF;
  float:left;
  margin-bottom:20px;
  margin-left:-180px;
  width:178px;
}
#gl_footer {
  background:url(imagesx/cod_spacer5.png) #0d0f13;
  border-top:1px solid #37434f;
  color:#949494;
  clear:left;
  height:45px;
  width:100%;
  
}
/* Header *********************************************************************/
.header-flags {                         	 /* chameleon */
  margin:10px 2px 0 2px;
}
.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:-1px 0 -25px /* <-- adjust to move SLOGAN vertically */ 15px;
  z-index:90;
}
#header-site-logo-text {                	 /* chameleon */
  margin:-1px 0 -25px /* <-- adjust to move SLOGAN vertically */ 15px;
  z-index:90;
  color:#fff;
}
#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;
  color:#5E5E5E;
}
#header-textbox {                       	 /* chameleon */
  padding-left:2px;
  width:120px;
  background:url(imagesx/bg_search.png) no-repeat right -22px #0d0f13;
  color:#FFFFFF;
}
#header-textbox:focus {                 	 /* chameleon */
  padding-left:2px;
  width:120px;
  background:url(imagesx/bg_search.png) no-repeat right -1px #0d0f13;
  color:#FFFFFF;
}
.header-textbox-search {                	 /* chameleon */
  position:relative;
  right:16px;
  top:2px;
  background:#FFFFFF;
}
.welcomeanddate-text {                  	 /* chameleon */
  margin:0;
  padding:0;
}
/* Menu **************************************/
* html #gl_menu a { /* IE 6 hack to make entire button clickable */
  width:1px;
}
#gl_menu ul {
  background:url(imagesx/menu_bg.png);
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
}
#gl_menu ul li {
  float:right;
}
#gl_menu li a,
#gl_menu li a:visited {
  border-left:1px solid #0d0f13;
  color:#FFF;
  display:block;
  padding:5px 10px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
}
#gl_menu ul li a:hover {
  background:url(imagesx/black_alpha.png) repeat;
  color:#FFF;
}
#gl_menu li {
 float:left !important;
}
/* GLOBAL SEMANTICS ***********************************************/
a {
  background:transparent;
}
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#FFFFFF;
  text-decoration:none;
}
a:link {
  color:#cec178;
  text-decoration:none;
}
a:visited {
  color:#cec178;
  text-decoration:none;
}
a:hover {
  color:#FFFFFF;
  text-decoration:none;
}
a:active {
  color:#cec178;
  text-decoration:none;
}
body {
  background:#000000;
  color:#FFFFFF;
  font:0.76em arial,verdana,tahoma,helvetica,sans-serif; 
  padding:0px;
  margin:0px;									 
  text-align:left;  
}
form fieldset div.notes {
  background-color:#ffffe1;
  border:1px solid #666666;
  color:#666666;
}
form fieldset div.notes h4 {
  background:url(imagesx/icon_info.png) no-repeat top left;
  /*border:0px 0px 1px 0px solid #666666;*/
  color:#666666;
}
form fieldset div.notes p {
  color:#666666;
}
h1 {
  color:#d36217;
}
h2 {
  color:#FFFFFF;
}
input,
submit {
  background:#3C3C3C;
  color:#CCCCCC;
}
p {
  color:#FFFFFF;
}
select {
  background:#3C3C3C;
  color:#CCCCCC;
}
td {
  background:#0d0f13;
  color:#FFFFFF;
}
textarea {
  background:#3C3C3C;
  color:#FFFFFF;
}
th {
  background:#08090c;
  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(imagesx/external.png) right center no-repeat;
  background-color: transparent;
}
/* Blocks **************************************/
.block-content,
.block-content-left,
.block-content-right {
  background:#08090c;
  color:#FFFFFF;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content ul,
.block-content-left ul,
.block-content-right ul {
  background:#08090c;
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-helpicon,
.block-helpicon-left,
.block-helpicon-right {
  padding-top:4px;          					 /* chameleon */
  padding-bottom:4px;       					 /* chameleon */
  text-align:right;
  float:right;
}
.block-title,
.block-title-left,
.block-title-right {
  background:url(imagesx/cod_spacer5.png) #0d0f13;
  border-top:1px solid #232b31;
  border-bottom:1px solid #101416;
  color:#CCCCCC;
  font-size:100%;           					 /* chameleon */
  margin:0 -10px 10px -10px;					 /* chameleon */
  padding:5px 0 5px 10px;   					 /* chameleon */
  text-transform:uppercase; 
}
.block-columnpad {          					 /* chameleon */
  padding:5px 10px 10px 10px;					 /* chameleon */
}
/* Blocks right**************************************/
.block-box-right {
  margin-bottom:15px;
}
.block-box-right ul { /* do not indent lists in the blocks too much */
  margin: 10px;             					 /* chameleon */
  padding-left: 15px;
}
.block-box-right li {       					 /* chameleon */
  margin: 0px;              					 /* chameleon */
  padding: 0px;             					 /* chameleon */
}
.block-right-columnpad {
  padding:5px 10px 10px 10px;
}
.block-content-right {
  clear:both;
  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 {
  font-size:90%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
/* Blocks left **************************************/
.block-box,
.block-box-left {
  margin-bottom:15px;
}
.block-box-left ul {  /* do not indent lists in the blocks too much */
  margin: 10px;             					 /* chameleon */
  padding-left: 15px;
}
.block-box-left li {       					 /* chameleon */
  margin: 0px;              					 /* chameleon */
  padding: 0px;             					 /* chameleon */
}
.block-left-columnpad {
  padding:5px 10px 10px 10px;
}
.block-content,
.block-content-left {
  clear:both;
  padding-bottom:2px;
  padding-top:2px;
}
.block-content ul,
.block-content-left ul {
  border:none;
  margin-bottom:0;
  margin-left:16px;
  margin-top:0;
  padding-left:0;
}
.block-helpicon,
.block-helpicon-left {
  float:right;
  text-align:right;
}
.block-title-left {
  font-size:90%;
  margin:0 -10px 10px -10px;
  padding:5px 0 5px 10px;
  text-transform:uppercase;
}
/* 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:url(imagesx/cod_spacer5.png) #0d0f13;
  color:#31475e;
}
#footer-copyright .footerlinks a {
  color:#3a5570;
}
#footer-copyright .footerlinks a:hover {
  color:#688099;
}
/*Forms*****************************************/
.form-description {
  background:#08090c;
}
/******************************************************************************/
.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:url(imagesx/cod_spacer5.png) #0d0f13;
  border-left:1px solid #2d383f;
  border-right:1px solid #2d383f;
  border-top:1px solid #37434f;
  border-bottom:1px solid #21292d;
  color:#FFFFFF;
  margin-bottom:18px; 
}
.story-body {
  /* this is the actual content of the story */
  padding:4px;
  margin-top:8px;
  margin-left:8px;
  margin-right:8px;
  margin-bottom:4px;           		 /* chameleon */
}
.story h1{ /* the title of a story */
  background:#08090c;
  margin:5px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:1.4em;
  padding-top:2px;               		 /* chameleon */
  padding-left:4px;              		 /* chameleon */
  padding-bottom:4px;
}
.story-featured { /* the frame around all elements of a featured story */
  background:url(imagesx/cod_spacer4.png) #0d0f13;
  border-left:1px solid #2d383f;
  border-right:1px solid #2d383f;
  border-top:1px solid #95a7b5;
  border-bottom:1px solid #21292d;
  color:#FFFFFF;
  margin-bottom:18px;           		 /* chameleon */
  margin-top:10px; 
}
.story-featured h1 { /* the title of a featured story */
  background:#0d0f13;
  margin:5px;
  color:#649BFF;
  font-weight:bold;
  font-size:1.5em;
  padding-top:2px; 
  padding-left:4px;              		 /* chameleon */
  padding-bottom:4px;
}
.story-footer { /* the bottom of the story with edit-links etc */
  color:#666666;
  padding:3px;
  text-align:center;
  clear:both;
  font-size:0.85em; 
}
.story-footer p {
  padding:0px;
  margin:0px;
}
.story-icons { /* print & mail icons in a storybox */
  float:right;
}
.story-icons a {
  margin-left:5px;
}
.story-information {
  /* the author, views and date of a story */
  background:transparent;
  margin:5px;
  color:#666666;
  padding:3px;
  font-size:0.85em;
}
.story-information p {
  padding:0px;
  margin:0px;
}
/******************************************************************************/
.system-message {
  background:#3C3C3C;
  border:1px solid #5E5E5E;
  color:#5797c0;
  font-weight:bold;
  margin:10px;
  width:95%;
}
.system-message-body {
  background:#3C3C3C;
  border-top:3px solid black;
  color:#5797c0;
  padding:5px 15px 5px 15px;
}
.warning {
  background:transparent;
  color:#CCCCCC;
}
.warningsmall {
  background:transparent;
  color:#CCCCCC;
}
.welcomeanddate-text {
  color:#5797c0;
  margin:10px 0 10px 0;
}
/* COMMON PLUGIN CSS ************************************************/
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */
.plugin {
  background:#0d0f13;
  border:1px solid #3C3C3C;
  color:#FFF;
}
.plugin th {
  background:#3C3C3C;
  color:#CCCCCC;
}
.pluginBG {
  background:#0d0f13;
  color:#FFF;
}
.pluginAltBG {
  background:#5E5E5E;
}
.pluginAltBG td {
  color:#FFFFFF;
}
.pluginCellTitle {
  background:#607785;
  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:#0d0f13;
  color:#000000;
}
.pluginSolidOutline {
  background:#CCCCCC;
}
.pluginSolidFill {
  background:#0d0f13;
}
.pluginTitle {
  background:#0d0f13;
  color:#F5F9FF;
}
.pluginCellSubTitle {
  background:#3C3C3C;
  color:#FFFFFF;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  background:#0d0f13;
  color:#FFFFFF;
}
.pluginRow2, .pluginRow2 td {
  background:#3C3C3C;
  color:#FFFFFF;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  background:#5E5E5E;
  color:#FFFFFF;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  background:#000000;
  color:#FFFFFF;
}
.pluginLinks A:link {
  color:#fe9e00;
}
.pluginLinks A:visited {
  color:#fe9e00;
}
.pluginLinks A:hover {
  color:#FFFFFF;
}
.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(navbarx/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:#0d0f13;
}
/* Poll Plugin ***********************************/
.poll-divider {
  background:#08090c;
  border-bottom:1px solid #CCCCCC;
}
.poll-block-last {
 background:#08090c;
}
.poll-topic {
background:#08090c;
}
.poll-question ul {
background:#08090c;
}
.poll-questions ul,
.poll-questions td {
background:#08090c;
}
.poll-question {
background:#08090c;
}
.poll-questions {
  background:#08090c;
}
.block-box-right table,
.block-box-left table{
background:#08090c;
}
.block-box-right .poll-question-table td,
.block-box-left .poll-question-table td{
background:#08090c;
}
.block-box-right .poll-question-table th,
.block-box-left .poll-question-table th{
background:#08090c;
}
.block-box-right .poll_topic,
.block-box-left .poll_topic{
background:#08090c;
}
.block-box-right .poll_answer_text,
.block-box-left  .poll_answer_text{
background:#08090c;
}
.block-box-right .poll_answer_percent,
.block-box-left .poll_answer_percent{
   background:#08090c;
}
.poll-vote,
.poll-vote-results {
  background:#08090c;
  color:#FFFFFF;
}
/* Navbar Class CSS ***********************************************************/
#navcontainer {
  background:#0d0f13;
  border-bottom:1px solid #3C3C3C;
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
}
#navcontainer a {
  background:url(navbarx/images/tableftJ.gif);
  float:left;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none; 
}
#navcontainer a span {
  background:url(navbarx/images/tabrightJ.gif) no-repeat right top;
  color:#000000;float:left;
  display:block;
  padding:5px 15px 4px 6px;
  float:none;
}
#navcontainer a:hover span {
  color:#FFFFFF;
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url(navbarx/images/tabrightI.gif) no-repeat left top;
  color:#000000;
  background-position:100% -42px;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url(navbarx/images/tableftI.gif) no-repeat left top;
  background-position:0% -42px;
}
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a:hover {
  background-position:0% -42px;
}






#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: #000000;
  border-width: 0 0 0 0 !important;
  border-style: solid none none none !important;
  padding: 10px;
  margin: 0 0 0 0;
}

div.glfform form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

div.glfform label {
  font-size: 100%;
}

div.glfform label u {
  font-style: normal;
  text-decoration: underline;
}

div.glfform input, div.glfform select, div.glfform textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

div.glfform textarea {
  overflow: auto;
}

div.glfform form div {
  clear: left;
  display: block;
/*  width: 354px; */
/*  height: expression('1%');*/
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

div.glfform form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

div.glfform form fieldset div.notes h4 {
  background-image: url(imagesx/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

div.glfform form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

div.glfform form fieldset div.notes p.last {
  margin: 0em;
}

div.glfform form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

div.glfform form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

div.glfform form div.required fieldset legend {
  font-weight: bold;
}

div.glfform form div label {
  display: block;
  float: left;
  width: 230px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

div.glfform form div.optional label, label.optional {
  font-weight: normal;
}

div.glfform form div.required label, label.required {
  font-weight: bold;
}

div.glfform form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  /*height: expression('1%');*/
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

div.glfform form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

div.glfform form div img {

}

div.glfform p.error {
  background-color: #ff0000;
  background-image: url(imagesx/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

div.glfform form div.error {
  background-color: #ffffe1;
  background-image: url(imagesx/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

div.glfform form div.error p.error {
  background-image: url(imagesx/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

div.glfform form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

div.glfform form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

div.glfform form div input.inputFile {
  width: 211px;
}

div.glfform form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

div.glfform form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

div.glfform form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

div.glfform form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

div.glfform form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

div.glfform form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

div.glfform form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  /*height: expression('1%');*/
}

div.glfform form div.fValidator-msg {
margin-left: 235px;
color: #DF3737;
}

.logview {
overflow:auto;
}

blockquote {
background:transparent url(images/quote-l.png) no-repeat scroll left top;
color:#666;
font-size:1.2em;
font-style:italic;
line-height:1.5em;
padding-left:60px;
width:auto;
margin:0;
min-height:3.0em;
}

blockquote p {
background:transparent url(images/quote-r.png) no-repeat scroll right bottom;
padding-right:60px;
margin:10px;
min-height:3.0em;
}

ul.arrow li {
background:transparent url(images/arrow.png) no-repeat scroll 2px;
}

ul.bug li {
background:transparent url(images/bug.png) no-repeat scroll 2px;
}

ul.cart li {
background:transparent url(images/cart.png) no-repeat scroll 2px;
}

ul.check li {
background:transparent url(images/check.png) no-repeat scroll 2px;
}

ul.script li {
background:transparent url(images/script.png) no-repeat scroll 2px;
}

ul.bullet-blue li {
background:transparent url(images/bullet-blue.png) no-repeat scroll 2px;
}

ul.bullet-grey li {
background:transparent url(images/bullet-grey.png) no-repeat scroll 2px;
}

ul.bullet-plus li {
background:transparent url(images/bullet-plus.png) no-repeat scroll 2px;
}

ul.bullet-rss li {
background:transparent url(images/bullet-rss.png) no-repeat scroll 2px;
}

ul.bullet-star li {
background:transparent url(images/bullet-star.png) no-repeat scroll 2px;
}

li.num-1 {
background:transparent url(images/number-1.png) no-repeat scroll 0;
}

li.num-2 {
background:transparent url(images/number-2.png) no-repeat scroll 0;
}

li.num-3 {
background:transparent url(images/number-3.png) no-repeat scroll 0;
}

li.num-4 {
background:transparent url(images/number-4.png) no-repeat scroll 0;
}

li.num-5 {
background:transparent url(images/number-5.png) no-repeat scroll 0;
}

li.num-6 {
background:transparent url(images/number-6.png) no-repeat scroll 0;
}

li.num-7 {
background:transparent url(images/number-7.png) no-repeat scroll 0;
}

li.num-8 {
background:transparent url(images/number-8.png) no-repeat scroll 0;
}

li.num-9 {
background:transparent url(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(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(images/alert.png) no-repeat scroll 5px 50%;
border:3px solid #FE7B7A;
color:#C00;
}

span.down {
background:#EEF7DD url(images/download.png) no-repeat scroll 5px 50%;
border:3px solid #9ACC2E;
color:green;
}

span.help {
background:#f9ecd3 url(images/help.png) no-repeat scroll 5px 50%;
border:3px solid #ffba42;
color:orange;
}

span.idea {
background:#FABFFF url(images/idea.png) no-repeat scroll 5px 50%;
border:3px solid #F56FFF;
color:purple;
}

span.info {
background:#D8E5F8 url(images/sysmessage.png) no-repeat scroll 5px 50%;
border:3px solid #629DE3;
color:#05B;
}

span.note {
background:#FEF6D8 url(images/note.png) no-repeat scroll 5px 50%;
border:3px solid #FDE179;
color:#B79000;
}

span.alert,span.help,span.down,span.idea,span.info,span.download,span.note {
display:block;
margin: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;
}



/* SEMANTICS ******************************************************************/


fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:0.9em;
}
form {
  margin-top:5px;
  margin-bottom:5px;
}
form div.notes p,
form div small {
  line-height:125%;
}
form div.notes ul {
  margin:0px;
  padding:0px;
  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:0px 0px 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:0px;
  margin-right:0px;								 /* chameleon */
  margin-left:0px;								 /* chameleon */
  font-size:1.3em;								 /* chameleon */
  font-size:1.3em;
}
form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
/*color:#666666;								 /* chameleon */
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
form label {
    font-weight:bold;
}
h1 {
  font-size:130%;
}
h2 {
  font-size:120%;
}
h3 {
  font-size:110%;
}
h4 {
  font-size:75%;
}
img {
  border:0;
}
input {
  font-size:.9em;
}
input,
submit,
td {
/*color:#000000;									chameleon */
}
table {
  border:0px;
}
textarea {
/*color:#000000;									chameleon */
  font-family:arial,verdana,tahoma,helvetica,sans-serif;
}
th {
/*color:#000000;									chameleon */
/*background-color:#DAE0ED;							chameleon */
  font-weight:bold;
  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: 0px 5px 0px 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:0px;
}
.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:0px;
  margin:0px;
}
/* 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:bold;
}
.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;
}
/* Comments ***********************************/
.commentbar-line1 {
/*background:transparent;							chameleon */
/*color:#000000;									chameleon */
  padding:3px 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 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:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up {
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
                                  /*color:#666666;  chameleon */
}

#footer-copyright {         					 /* chameleon */
  padding:5px 10px 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:bold;
  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:0px;
  margin:0px;
}
.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:bold;
}
.missing-field {
  /* reserved for future use */
}
.required-field {
  /* reserved for future use */
}

.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:bold;
  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:0px 4px 0px 1px;
  margin:0px;
}
.searchform-elements {
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input {
  font-size:0.9em;
}
.searchhits {
/*background:transparent;						chameleon */
/*color:#000000;								chameleon */
  text-align:right;
}

/* 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;
}

/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
/*background:transparent;					chameleon */
/*color:#FF0000;							chameleon */
  font-weight:bold;
}
.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:normal;
/*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 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:bold;
/*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 5px 15px;
/*color:#D8010E;							chameleon */
/*background-color:#FEF1B4;					chameleon */
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
/*color:#707070;							chameleon */
/*background-color:#FEF1B4;					chameleon */
  font-weight:normal;
}
.pluginSubTable {
/*color:#000000;							chameleon */
/*background-color:#CCCCCC;					chameleon */
  font-weight:normal;
/*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:0.90em;
  color:#cec178;
}
.pluginSmallText {
  font-size:0.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:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
/*color:#000000;							chameleon */
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
/*color:#000000;							chameleon */
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
/*color:#FFFFFF;							chameleon */
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
/*color:#FFFFFF;							chameleon */
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
/*color:#FFFFFF;							chameleon */
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
/*color:#000000;							chameleon */
  text-align:center;
  padding-top:2px;
  margin-top:5px;
  display:block;
  height:19px;
  text-decoration:none;
/*background-color:transparent;				chameleon */
}
a.pluginButton:hover {
/*color:blue;								chameleon */
  text-align:center;
  padding-top:2px;
  margin-top:5px;
/*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 */
}
/* 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(images/gl_mootip_bg.png) top left;
margin:0;
padding:8px 8px 4px;
}

.tool-text {
font-size:11px;
background:url(images/gl_mootip_bg.png) bottom right;
padding:4px 8px 8px;
}

q {
background-color:transparent;
background-image:url(images/quote-l.png);
background-repeat:no-repeat;
background-attachment:scroll;
/*background-x-position:left;*/
/*background-y-position:top;*/
color:#666;
font-size:120%;
font-style:italic;
line-height:150%;
padding-left:60px;
width:auto;
padding-right:60px;
margin:10px;
}

.gftool-tip {
color:#fff;
width:200px;
overflow:hidden;
z-index:13000;
}

.gftool-title {
font-weight:700;
font-size:11px;
color:#679EF1;
background:url(images/gl_mootip_bg200.png) top left;
margin:0;
padding:8px 8px 4px;
}

.gftool-text {
font-size:11px;
background:url(images/gl_mootip_bg200.png) bottom right;
padding:4px 8px 8px;
}

.ng-cal-header-table {
margin:5px;
border-collapse:collapse;
background:#4D77CC;
border:solid #CCCCCC 1px;
}
.ng-cal-previous-td, .ng-cal-next-td {
width:20px;
height:20px;
color:#FFF;
text-align:center;
}
.ng-cal-header-td {
text-align:center;
font-weight:bold;
padding:3px;
color:#FFF;
}
.ng-cal {
border:solid #DAE0ED 1px;
border-collapse:collapse;
margin:5px auto;
margin-top:-5px;
margin-top:0px;
background-color:#FFFFFF;
text-align:center;
}
.ng-cal * {
font-size:8pt;
}
.ng-cal td {
padding:3px;
border:solid #DAE0ED 1px;
}
.ng-cal .ng-days-name-td {
background:#DAE0ED;
border:solid #DAE0ED 1px;
}
.ng-month-name-th {
background:#4D77CC;
font-weight:bold;
padding:3px;
color:#ffffff;
text-align:center;
display:none;
}
.ng-weekend, .ng-dayOff, .ng-dateOff {color:#999999;}
.ng-outOfRange {
color:#999999;
background:#efefef;
text-decoration:line-through;
}
.ng-mouse-over {
font-weight:bold;
background:#DAE0ED;
}
.ng-selected-day {
background:#CCCCCC;
font-weight:bold;
}
.ng-close-link, .ng-clear-link  {
padding:3px;
text-align:center;
color:#666666;
text-decoration:none;
font-size:8pt;
background:#efefef;
border:solid #cccccc 1px;
float:right;
margin-right:5px;
}
/* table list */
.table_list {
border-collapse:collapse;
border:solid #ccc 1px;
width:100%;
}
.table_list td {
padding:5px;
border:solid #efefef 1px;
}
.table_list th {
background:#75b2d1;
padding:5px;
color:#ffffff;
}
.table_list tr.odd {
background:#e1eff5;
}
/* Calendar Plugin */
.cal-body {
  background:#0d0f13;
  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:#0d0f13;
  border:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-dayx-body {
  background:#0d0f13;
}
.cal-dayx-cur {
  background:#0d0f13;
  color:#FFFFFF;
}
.cal-dayx-subcur {
  background:#0d0f13;
  color:#FFFFFF;
}
.cal-dayx-times {
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
}
.cal-dayx-times2 {
  background:#0d0f13;
}
.cal-dayx-weekevent {
  border:#5E5E5E 1px solid;
}
.cal-futureday {
  background:#0d0f13;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
}
.cal-header {
  background:#0d0f13;
  border:#5E5E5E 1px solid;
}
.cal-hr {
  background:#0d0f13;
}
.cal-month,
.cal_month {
  background:#0d0f13;
  color:#FFFFFF;
}
.cal-nullday {
  background:#0d0f13;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-oldday {
  background:#0d0f13;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-quickadd,
.quickadd {
  background:#0d0f13;
  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:#0d0f13;
  border-right:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-caltitle {
  background:#0d0f13;
  border-bottom:#5E5E5E 1px solid;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-curday,
.weekview_curday {
  background:#0d0f13;
  color:#FFFFFF;
}
.cal-weekview-daterange {
  background:#0d0f13;
  border-left:#5E5E5E 1px solid;
  border-right:#5E5E5E 1px solid;
  border-top:#5E5E5E 1px solid;
  color:#FFFFFF;
}
.cal-weekview-dayformat {
  background:#0d0f13;
  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:#0d0f13;
  color:#FFFFFF;
}
#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%;
}
