@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }



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

input, select { vertical-align:middle; }
/* END RESET CSS */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #c5dd7b; color:#fff; text-shadow: none; }
::selection { background:#c5dd7b; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #c5dd7b; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  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
  - two spaces indent
  - no tabs
  - no spaces after colons
*/
/* our login form */
ul.login {
    color:#fff;
    list-style-type:none;
    text-align:left;
    padding:14px 22px;
    position:relative;
    width:100%;
}
ul.login>li {
    padding:5px;
}
#logmein {
    width:400px;
    height:200px;
    display: none;
}
.close-x {
    position: absolute;
    top: 5px;
    right: 5px;
}
.close-x:hover {
    cursor: pointer;
}

/* SEMANTICS ******************************************************************/

a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color: #0877ab;
  text-decoration: none;
  background: transparent
}

a:link {
  color: #55a3d3;
}

a:visited {
  color: #0877ab;
}

a:hover {
  color: #0877ab;
}

a:active {
  color: #667178;
}

html{
  height:100%;
  width:100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

body { color: #444; width: 100%; height: 100%; margin: 0; padding: 0; background: #677178;
  font: 12px/1.5 'Droid Sans', verdana, Tahoma, Sans, Arial, Helvetica, sans-serif;
}

pre {
  color: #585858;
  font-size: 100%;
  font-weight: bold;
  border: 1px dotted #ccc;
  background-image: url('images/BLOCK_BACK.gif');
  background-repeat: repeat-x;
  padding: 5px;
}

fieldset {
  margin-bottom: 1em;
}

fieldset p {
  padding: 5px;
  margin: 0px;
}

fieldset p {
  margin-top: 5px;
  margin-bottom: 0px;
}

fieldset legend {
  font-size: .9em;
}

form {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #425259;
}

form div.notes p,
form div small {
  line-height: 125%;
}

form div.notes li {
  margin-left: 10px;
}

form fieldset div.notes {
  float: right;
  width: 170px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: .80em;
}

form fieldset div.notes h4 {
  color: #666666;
  font-size: 1.3em;
  background-image: url(images/icon_info.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 3px 0 2px 27px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #666666
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
  padding-bottom: 5px;
}

h1 {
  font-size: 1.6em;
  color: #33aa37;
}

h2 {
  color: #0877ab;
  font-size: 1.2em;
  line-height: 25px;
}

h3 {
  font-size: 0.92em;
  margin: 0;
  color: #33aa37;
}

img {
  border: 0;
}

input {
  background-image: url(images/block_bg.jpg);
  color: #667178;
  background-color: #ecf7fa;
  border: solid 1px #677178;
  font-size: 0.92em;
  margin-bottom:5px;
}
select {
    margin-bottom:5px;
}
input[type=checkbox]{
    border:none;
    padding:0;
    position:relative;
    top:2px;
    left:2px;
}

submit {
  color: #667178;
  background-color: transparent;
  line-height: 18px;
}

textarea {
  color: #677178;
  font-family: Arial, Verdana, Geneva, sans-serif;
  background: url(images/body_bg.gif) repeat-x;
}

p {
  margin-top: 5px;
}

ul {
    padding-left:10px;
}
td {
    vertical-align:top;
}
select {
  color: #425259;
  background-image: none;
  background-color: #ebebeb;
  font-size: .96em;
}

/* CLASSES ********************************************************************/

/* Site Wrapper ***************************************************************/
.clearboth {clear:both;}
.site-outerwrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.site-wrapper {
  font-variant: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 970px;
  height: 100%;
  background: white none repeat-x;
  border-bottom: 1px solid #cccccc;
}

.site-wrapper-right {
  background: url(images/RR.png) repeat-y -2px 0;
  width: 7px;
  height: 100%;
}

.site-wrapper-left {
  background: url(images/LL.png);
  background-repeat: repeat-y;
  width: 7px;
  height: 100%;
}

.site-wrapper-header { background-color: transparent; vertical-align: top; width: 100%; height: 70px; padding-top: 15px; }

.site-wrapper-content {
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.site-wrapper-blocks {
  vertical-align: top;
  width: 100%;
  height: 240px;
  background-image: url(images/block_bg.jpg);
  padding-top: 16px;
}

.site-wrapper-footer {
  text-align: center;
  width: 100%;
  padding: 20px 10px;
  background: transparent none no-repeat center bottom;
}

.menu_container {
  background-image: url(images/MENU_HEADER_BACK.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  vertical-align: middle;
  width: 910px;
  height: 70px;
}

#glmenu img {
    position:relative;
    top:7px;
}

.slogan {
  color: #777;
  font-size: 1.5em;
  font-family: Geneva, sans-serif;
  font-weight: bold;
  vertical-align: middle;
  width: 100%;
  height: 100px;
  padding-right: 20px;
}

.right-block-container {
  vertical-align: top;
  width: 100%;
}

.block-frame {
  width: 180px;
  vertical-align: top;
  padding: 5px 5px 10px;
  border: solid 1px #c3c3c3;
  background: transparent url(images/BLOCK_BACK.gif) repeat-x;
  list-style-type: square;
  opacity: 1;
  margin-bottom: 15px;
  height:100%;
  min-height: 265px;
  position:relative;
  top:0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.block-frame-right {
  width: 180px;
  vertical-align: top;
  padding: 5px 5px 10px;
  border: solid 1px #c3c3c3;
  background: transparent url(images/BLOCK_BACK.gif) repeat-x;
  list-style-type: square;
  opacity: 1;
  margin-bottom: 15px;
}

.block-frame-wide {
  width: 256px;
  height: 265px;
  vertical-align: top;
  padding: 5px;
  border: solid 1px #c3c3c3;
  background: transparent url(images/BLOCK_BACK.gif) repeat-x;
  list-style-type: square;
  opacity: 1;
}

.file-formats {
  font-size: .8em;
  color: #0877ab;
  line-height: 25px;
  font-weight: bold;
}

#flashMenu {
  vertical-align: middle;
  width: 100%;
  height: 40px;
  text-align: right;
}

#gradient {
  background-image: url(images/GEL_GRAD.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center bottom;
  width: 100%;
  content: '.';
  padding-top: 5px;
  height: 30px;
}

/* Admin lists ****************************************************************/

.admin-list-icon {
  float: left;
  padding: 5px;
}

.admin-list-table {
  background-color: #a1b3be;
  text-align: left;
  width: 100%;
  margin: 3px;
  line-height: 20px;
}

.admin-list-table form {
  margin: 0px;
}

.admin-list-search {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #677178;
  padding-top: 0;
}

.admin-list-field {
}

.admin-list-headerfield {
  text-align: left;
  padding: 8px;
  line-height: 100%;
  background-color: #d3dddf;
  color: #425259;
  font-size: 1em;
}

/* general alignment classes **************************************************/

.alignleft {
  text-align: left;
  vertical-align: baseline;
}

.alignright {
  text-align: right;
  vertical-align: baseline;
}

.aligncenter {
  text-align: center;
}

.aligntop {
  vertical-align: top;
}

/* Blocks *********************************************************************/

.block-box-left {
  margin: 10px;
}

.block-box-left,
.block-box-right,
.block-box {

}
/* do not indent lists in the blocks too much */
.block-box-left ul,
.block-box-right ul {
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.block-bg-left,
.block-bg-right {
  border-top: 1px solid #FFFFFF;
}
/* this is making sure that the blocks have a minimum width */
.block-bg-spreader {
  background: transparent;
  width: 180px;
  height: 1px;
}

.block-content,
.block-content-right,
.block-content-left {
  color: #283b44;
  font-size: 0.84em;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  line-height: 13px;
  width: 207px;
}

.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 {
  padding-top: 10px;
  background: url(images/HORIZONTAL_RULE.png) repeat-x scroll center center;
  padding-bottom: 5px;
}

.block-divider-left {
  border-top: 1px solid #cccc99;
  border-bottom: 1px solid #FFFFFF;
  width: 90%;
  margin: 0 auto;
  line-height: 0px;
}

.block-divider-right {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #FFFFFF;
  width: 90%;
  margin: 0 auto;
  line-height: 0px;
}

.block-featured-left {
  color: #000000;
  background: #e4e4e2;
  border-right: 1px solid #ffffff
}

.block-featured-right {
  color: #000000;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  width: 180px;
  border-left: 1px solid #ffffff
}

.block-helpicon {
  padding-top: 0px;
  text-align: right;
  float: right;
}

.block-message-frame {
  border: 1px solid #a1b3be;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
}

.block-outerborder-left {
  border-left: 1px solid #cccc99;
}

.block-outerborder-right {
  border-right: 1px solid #CCCCCC;
}

.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  color: #55a3d3;
  font-weight: bold;
  text-decoration: underline;
  background: none repeat-x;
  height: 30px;
}

/* Block Lists ****************************************************************/

.list-feed,
.list-new-plugins,
.list-new-comments,
.list-new-trackbacks,
.list-older-stories {
  margin: 0px;
  padding: 0px;
}

/* Comments *******************************************************************/

.commentbar-line1 {
  background: transparent;
  color: #0877ab;
  padding: 3px 3px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.commentbar-line2 {
  background: #e3e3e3;
  text-align: center;
  border: 1px solid #55a3d3;
  padding-top: 8px;
  padding-bottom: 8px;
}

.commentbar-line3 {
  background: #FFFFFF;
  color: #b64952;
  padding: 12px 3px 0;
  text-align: center;
  font-size: 1.2em;
}

.commenttitle {
  background: #ebebeb;
  font-weight: bold;
  font-size: smaller;
  padding: 10px 0 10px 10px;
  border: 1px solid #55a3d3;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #0877ab;
}

/******************************************************************************/

.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;
}

/* Footer *********************************************************************/

.footerblock {
  color: #667178;
  font-size: 1em;
  padding: 5px 10px;
  background-image: url(images/ROW_SELECT_BACK.gif);
}

.footerblock a:link {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  text-decoration: none;
  color: #0877ab;
}

.footerblock a:visited {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  text-decoration: none;
}

.footerblock a:hover {
  color: #55a3d3;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  text-decoration: underline;
}

.footerblock a:active {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  text-decoration: none;
}

.footer-divider-top {
  color: #000000;
  background: transparent;
  padding-top: 1px;
}

/* 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;
}

/* Header *********************************************************************/

.header-logobg-left {
  padding-top: 4px;
  text-align: left;
  vertical-align: middle;
  margin-top: 11px;
  padding-left: 15px;
  width: 50%;
  height: 78px;
}

.header-logobg-right {
  padding-top: 4px;
  text-align: right;
  padding-right: 15px;
  vertical-align: middle;
  width: 50%;
  height: 78px;
}

.header-logobg-container-inner {
  background: #1a3955 url(images/header-bg.png);
  border-bottom: 1px solid #cccccc
}

.header-logobg-container-outer {
  background: #FFFFFF;
  padding-bottom: 1px;
}

.header-navigation-container {
  border-bottom: 1px solid #FFFFFF;
}

.header-navigation-line {
  background: #cccc99;
  border-bottom: 1px solid #CCCCCC;
  color: #FFFFFF;
  padding-bottom: 3px;
  padding-top: 4px;
  text-align: right;
}

.header-navigation-line a:link {
  background: transparent;
  border-bottom: 0px solid #CCCCCC;
  color: #0000FF;
  font-size: .9em;
}

.header-navigation-line a:visited {
  background: transparent;
  border-bottom: 0px solid #CCCCCC;
  color: #800080;
  font-size: 0.9em;
}

.header-navigation-line a:hover {
  background: transparent;
  border-bottom: 0px solid #CCCCCC;
  color: #008000;
  font-size: 0.9em;
}

.header-navigation-line a:active {
  background: transparent;
  border-bottom: 0px solid #CCCCCC;
  color: #FF0000;
  font-size: 0.9em;
}

.header-welcomeanddate-box {
  border-bottom: 1px solid #CCCCCC;
  height: 52px;
}

.header-welcomeanddate-text {
  position: relative;
  top: 12px;
  left: 4px;
}

/******************************************************************************/

.highlight {
  color: #000000;
  background-color: yellow;
  text-decoration: 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;
}

.pagenav {
  text-align: center;
  color: #667178;
}

.row_center td {
  text-align: center;
}

.searchauth {
  background: transparent;
  color: #000000;
  text-align: left;
}

.searchdate {
  background: transparent;
  color: #000000;
  text-align: right;
}

.searchform-box {
  background: #cccc99;
  text-align: right;
  border-bottom: 1px solid #CCCCCC;
  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;
  color: #000000;
  text-align: right;
}

.site-slogan {
  color: #ffffff;
  background: transparent;
}

/* 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;
}

/* Story **********************************************************************/
/* the frame around all elements of one story */

.story {
  background: transparent;
  color: #000000;
  width: 100%;
  height: 100%;
}

.story-box {
  background: transparent;
  width: 100%;
  height: 100%;
}
/* the title of a story */

.story h1 {
  background: transparent;
  color: #000000;
  font-weight: bold;
  padding-left: 1px;
}

.story-title-featured {
  padding-top: 16px;
}

.story-body {
  width: 100%;
  height: 100%;
  color: #283b44;
}
/* the frame around all elements of a featured story */
.story-featured {
  background: transparent;
  color: #000000;
  width: 100%;
  height: 100%;
}
/* the title of a featured story */
.story-featured h1 {
  background: transparent;
  color: #86a8b7;
  font-weight: bold;
  font-size: 1.4em;
  padding-left: 1px;
}
/* print & mail icons in a storybox */
.story-icons {
  float: right;
}
/* frame around all stories & centerblocks*/
.story-container {
  padding: 0 10px 10px;
  width: 100%;
  height: 100%;
}
/* the bottom of the story with edit-links etc */
.story-footer {
  text-align: center;
}
/* the author, views and date of a story */
.story-information {
  padding: 0;
  font-size: 0.84em;
  color: #86a8b7;
}

/******************************************************************************/

.topicoption,
.topicoption-off {

}

.warning {
  background: transparent;
  color: #FF0000;
  font-weight: bold;
}

.warningsmall {
  background: transparent;
  color: #FF0000;
}

/* Default Plugin CSS Declarations */

/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  background-color: transparent;
  border: solid 1px #a1b3be;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.plugin th {
  color: #0877ab;
  text-align: left;
  padding: 5px
}

.plugin tr { vertical-align: top; padding: 5px; }

.plugin td { padding: 5px; color: #586167; }

.pluginBG {
  color: #0877ab;
  padding: 4px;
  line-height: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.pluginAltBG {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.pluginCellTitle {
  color: #667178;
  font-weight: bold;
  padding: 5px;
  border-top: 1px solid #e2eef2;
  border-bottom: 1px solid #e2eef2;
  background: #cdcdcd url(images/GL_SUB_OFF.gif) repeat-x;
}

.pluginCellFill {
  background-color: #F8FAFD;
}

.pluginCellText {
  color: #667178;
}

.pluginHeader {
  color: #425259;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  background-color: transparent;
}

.pluginFooter, .pluginFooter td {
  color: #68757c;
  background-color: #edf3fe;
}

.pluginAlert {
  padding: 5px 15px;
  background-color: #e2eef2;
  text-align: center;
  border: 1px dotted #86a8b7;
  font-weight: bold;
  color: #be4952;
}

.pluginInfo {
  padding: 5px 15px;
  color: #707070;
  background-color: #d4eeed;
}

.pluginSubTable {
  color: #000000;
  background-color: #CCCCCC;
  border-style: solid;
}

.pluginSubTable th {
  color: #000000;
  background-color: #e3e3e3;
  text-align: left;
  padding: 5px
}

.pluginSubTable tr {
  vertical-align: top;
}

.pluginSolidOutline {
}

.pluginSolidFill {
  background-color: #ecf7fa}

.pluginTitle {
  color: #677178;
  padding: 4px 6px;
  text-align: left;
  font-size: 1.2em;
  background: url(images/ROW_SELECT_BACK.gif) repeat-x center center;
}

.pluginCellSubTitle {
  color: #667178;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
  border-bottom: 1px solid #d4dfe3;
  background-image: none;
  background-color: #ebebeb;
}

.pluginTinyText {
  font-size: 0.8em
}

.pluginSmallText {
  font-size: 0.8em;
}

.pluginMediumText {
  font-size: 1em;
}

.pluginLargeText {
  font-size: 1.25em;
}

.pluginAltText {
  color: gray;
}

.pluginRow1{ color: #425259; margin: 2px; padding: 2px 5px; border-bottom: 1px solid #e3e3e3;
  background-color: white;
}

.pluginRow2{ color: #425259; background-color: #edf3fe; margin: 2px; padding: 2px 5px; border-bottom: 1px solid #e3e3e3; }

.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver { color: #0877ab; background: #fefefe url(images/ROW_SELECT_BACK.gif) repeat-x; margin: 2px; padding: 2px 5px;  border-bottom: 1px solid #e3e3e3; }

.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut { color: #667178; background-color: white; margin: 2px; padding: 2px 5px;  border-bottom: 1px solid #e3e3e3; }

.pluginLinks A:link {
  color: #55a3d3;
}

.pluginLinks A:visited {
    color: #0877ab;
}

.pluginLinks A:hover {
  color: #0877ab;
}

.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color: #667178;
  padding-bottom: 0;
}

.pluginBreadCrumbs A:visited {
  color: #667178;
  text-decoration: none;
}

.pluginBreadCrumbs A:hover {
  color: #55a3d3;
}

a.pluginButton:link, a.pluginButton:visited {
  color: #000000;
  text-align: center;
  padding-top: 2px;
  display: block;
  height: 19px;
  background-color: transparent;
}

a.pluginButton:hover {
  color: blue;
  text-decoration: none;
  background: none repeat-x center;
  text-align: center;
  display: block;
  padding-top: 2px;
  height: 19px}

/* Navbar Class CSS ***********************************************************/

#navcontainer {
  float: left;
  width: 100%;
  font-size: 93%;
  line-height: normal;
  border-bottom: 1px solid #24618E;
}

#navcontainer ul {
  margin: 0px;
  padding: 10px 10px 0 50px;
  list-style: none;
}

#navcontainer li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

#navcontainer a {
  text-decoration: none;
  background: url(navbar/images/tableftJ.gif) no-repeat left top;
  margin: 0;
  padding: 0 0 0 5px;
  float: left
}

#navcontainer a span {
  color: #24618e;
  background: url(navbar/images/tabrightJ.gif) no-repeat right top;
  display: block;
  padding: 5px 15px 4px 6px;
  float: left
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#navcontainer a span {
  float: none;
}

/* End IE5-Mac hack */

#navcontainer a:hover span {
  color: #FFFFFF;
}

#navcontainer a:hover {
  background-position: 0% -42px;
}

#navcontainer a:hover span {
  background-position: 100% -42px;
}

#navcontainer a#current span {
  color: #ffffff;
  background: url(navbar/images/tabrightI.gif) no-repeat 100% -42px
}

#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background: url(navbar/images/tableftI.gif) no-repeat 0 -42px
}

/* Common CSS for on-hover tooltip feature */

a.tooltip {
  position: relative;


/*this is the key*/
  z-index: 10;
  color: #677178;
  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: #677178;
  font-style: normal;
  font-size: .84em;
  line-height: 140%;
  display: block;
  position: absolute;
  border: 1px solid #425259;
  background-color: #e2eef2;
  padding: 4px;
  text-align: left;
  text-decoration: none;
  left: -20px;
  top: 10px;
  min-width: 170px;
}

/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

/* Poll Plugin ****************************************************************/
.poll-vote{
  line-height: 12px;
  margin-right: 0;
  margin-left: 4px;
  font-size: .86em;
}
.poll-vote-results {
  line-height: 15px;
  margin-right: 0;
  margin-left: 4px;
  font-size: .86em;
}

/* Forum Plugin specific CSS */

.codeblock {
  background-color: #ECE9D8;
  color: #000;
  width: 550px;
  height: 160px;
  overflow: auto;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding: 5px;
  border: 1px dashed black;
}

.quotemain {
  background: #ebebeb url(forum/image_set/img_quote.gif) repeat right top;
  border: 1px solid #d7d7d7;
  border-left: 4px solid #cdcdcd;
  color: #425259;
  margin: 5px 10px 8px;
  padding: 10px 10px 10px 15px;
}

/* CSS Declarations for Code block feature - default will use the .php one */

div .php {
  max-height: 400px;
  overflow: auto;
  height: auto;
  width: 700px;
  min-height: 100px;
}

div .html {
  height: 300px;
  overflow: auto;
  width: auto;
  min-height: 100px;
}

div .css {
  height: 300px;
  overflow: auto;
  width: auto;
  min-height: 100px;
}

/* END of Forum Plugin CSS */

/* Messenger Plugin */

a.btn1:link,
a.btn1:visited {
  color: #0877ab;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  display: block;
  height: 16px;
  margin: 0px;
  text-decoration: none;
  background-color: transparent;
  font-size: .8em;
}

a.btn1:hover {
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  background: center url(messenger/images/button_over.gif);
  display: block;
  height: 16px;
  text-decoration: none;
}

.msgDisabledBtn {
  color: #AAA;
  padding-top: 4px;
}

.msgNavbar {
  color: #667178;
  background-color: #d4dfe3;
}

.msgNavbar A:link {
  color: #0877ab;
  text-decoration: underline;
  font-size: .8em;
}

.msgNavbar A:visited {
  color: #0877ab;
  text-decoration: underline;
  font-size: .8em;
}

.msgNavbar A:hover {
  color: #55a3d3;
  text-decoration: underline;
  font-size: .8em;
}

div.pm {
  width: 100%;
  height: 100px;
  border: 0px;
  overflow-x: hidden;
  overflow: auto;
}

div.pmbuddylist {
  width: 100px;
  height: 160px;
  border: 0px;
  overflow-x: hidden;
  overflow: auto;
  padding: 5px;
}

/* Yahoo container.css */

.overlay {
  position: absolute;
  display: block;
}

.tt {
  visibility: hidden;
  position: absolute;
  color: #333;
  background-color: #FDFFB4;
  font-family: arial,helvetica,verdana,sans-serif;
  padding: 2px;
  border: 1px solid #FCC90D;
  font: 100% sans-serif;
  width: auto;
}

* html body.masked select {
  visibility: hidden;
}

* html div.panel-container select {
  visibility: inherit;
}

* html div.drag select {
  visibility: hidden;
}

* html div.hide-select select {
  visibility: hidden;
}

.mask {
  z-index: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #CCC;
}

.hide-scrollbars * {
  overflow: hidden;
}

.hide-scrollbars textarea, .hide-scrollbars select {
  overflow: hidden;
  display: none;
}

.show-scrollbars textarea, .show-scrollbars select {
  overflow: visible;
}

.panel-container {
  position: absolute;
  background-color: transparent;
  z-index: 6;
  visibility: hidden;
  overflow: visible;
  width: auto;
}

.panel-container.matte {
  padding: 3px;
  background-color: #FFF;
}

.panel-container.matte .underlay {
  display: none;
}

.panel-container.shadow {
  padding: 0px;
  background-color: transparent;
}

.panel-container.shadow .underlay {
  visibility: inherit;
  position: absolute;
  background-color: #CCC;
  top: 3px;
  left: 3px;
  z-index: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
  zoom: 1;
}

.panel {
  visibility: hidden;
  border-collapse: separate;
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #FFF;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
}

.panel .hd {
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  padding: 4px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #000;
  background-image: url(images/GEL_GRAD.gif);
  text-align: left;
  font-size: 1.1em;
}

.panel .bd {
  overflow: hidden;
  padding: 10px;
  background: white url(images/BLOCK_BACK.gif) no-repeat center center;
  line-height: 20px;
}

.panel .bd p {
  margin: 0 0 1em;
}

.panel .close {
  position: absolute;
  top: 5px;
  right: 4px;
  z-index: 6;
  height: 12px;
  width: 12px;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  visibility: inherit;
}

.panel .close.nonsecure {
  background-image: url(http://us.i1.yimg.com/us.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}

.panel .close.secure {
  background-image: url(https://a248.e.akamai.net/sec.yimg.com/i/nt/ic/ut/alt3/close12_1.gif);
}

.panel .ft {
  padding: 5px;
  overflow: hidden;
  background: transparent url(images/block_bg.jpg) repeat center top;
  text-align: left;
  color: #667178;
  font-size: .84em;
}

.simple-dialog .bd .icon {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  float: left;
}

.dialog .ft, .simple-dialog .ft {
  padding-bottom: 5px;
  padding-right: 5px;
  text-align: right;
}

.dialog form, .simple-dialog form {
  margin: 0;
}

.button-group button {
  text-decoration: none;
  background-color: #fff;
  color: #677178;
  cursor: hand;
  vertical-align: middle;
  margin: 2px;
  padding: 4px;
  font-weight: bold;
  font-size: 96%;
}

.button-group button.default {
  font-size: 96%;
  color: #7ab1df;
  background-color: #ecf7fa;
  font-weight: bold;
}

.button-group button:hover, .button-group button.hover {
  background-color: #7ab1df;
  color: white;
}

.button-group button:active {
  background-color: #677178;
  color: white;
}
.ProTables {
  background-color: #CCCCCC;
  font-size: 0.88em;
  line-height: 25px;
}

.ProTablesShort {
  font: 12px/1.5 'Droid Sans', verdana, Tahoma, Sans, Arial, Helvetica, sans-serif;
  background: #bebebe url(images/ROW_SELECT_BACK.gif) repeat-x;
  border: 1px solid #ccc;
}
.ProTablesShort td{
  background: #ffffff;
}
.ProTablesShort th{
  background: url(images/ROW_SELECT_BACK.gif) repeat-x;
}
.ProTablesHeader {
  font-size: 12px;
  color: #0877ab;
  font-weight: bolder;
  background-image: url(images/ROW_SELECT_BACK.gif);
  vertical-align:middle;
}
.ProTablesSubHeader {
  color: #0877ab;
  font-weight: bolder;
  font-size: 1.2em;
  background: url(images/ROW_SELECT_BACK.gif) repeat-x;
}
.ProRightBlock {
  font-size: 0.86em;
  line-height: 18px;
  color: #666666;
}
.ProOrderTable {
  font-size: 0.92em;
  line-height: 10px;
  background-color: #CCCCCC;
  font-weight: normal;
  color: #445258;
}
.ProRightBlockTitles {
  font-size: 1em;
  line-height: 12px;
  color: #2A78A8;
  font-weight: bold;
}
.ProCategories {
  color: #2A78A8;
  font-weight: bold;
  font-size: 1em;
  background: url(images/ROW_SELECT_BACK.gif) repeat-x;
  padding: 8px;
  border-top: 1px solid #a1b3be;
}
.HorizontalRuleTile {
  background: url(images/HORIZONTAL_RULE.png) repeat-x;
}

/* End Yahoo container.css */
/* EXT */
#loading{
  position:absolute;
    left:45%;
    top:40%;
    padding:2px;
    z-index:20001;
    height:auto;
    border:1px solid #ccc;
}
#loading a {
    color:#225588;
}
#loading .loading-indicator{
    background:white;
    color:#444;
    font:bold 13px tahoma,arial,helvetica;
    padding:10px;
    margin:0;
    height:auto;
}
#loading-msg {
    font: normal 10px arial,tahoma,sans-serif;
}
/* Search fields */
#search-textbox {
  background:url(images/bg_search.jpg) no-repeat right -22px #fff;
  color:#000000;
}
#search-textbox:focus {
  background:url(images/bg_search.jpg) no-repeat right -1px #fff;
  color:#000000;
}
#gallery-search-textbox {
  background:url(images/bg_search.jpg) no-repeat right -22px #fff;
  color:#000000;
}
#gallery-search-textbox:focus {
  background:url(images/bg_search.jpg) no-repeat right -1px #fff;
  color:#000000;
}

#forum-search-textbox {
  background:url(images/bg_search.jpg) no-repeat right -22px #fff;
  color:#000000;
}
#forum-search-textbox:focus {
  background:url(images/bg_search.jpg) no-repeat right -1px #fff;
  color:#000000;
}

#container {position:relative; padding: 0; margin: 0;}
#container .rollover {position:absolute; top:40%; left:45%; display:none;}
#container:hover .rollover {display:block;}

#transcode {position:relative; padding: 0; margin: 0;}
#transcode .rollover {position:absolute; top:10px; left:10%; display:none;}
#transcode:hover .rollover {display:block;}

