/* 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
*/

/* SEMANTICS ******************************************************************/
a:link {
  background:transparent;
  color:#996600;
  text-decoration: none;
}
a:visited {
  background:transparent;
  color:#CC9900;
  text-decoration: none;
}
a:hover {
  background:transparent;
  color:#FFCC00;
}
a:active {
  background:transparent;
  color:#FFCC00;
}
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#CCCCCC;
  background:transparent;
  text-decoration:none;
}
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;
}
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;
  font-size:.75em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
h1 {
  font-size:125%;
}
h2 {
  font-size:100%;
}
h3 {
  font-size:100%;
  margin:0px;
}
img {
  border:0;
}
input {
  !font-size:.9em;
  background-color: #F7F7F7;
  color: #999999;
  border: 1px solid #EEEEEE;
  margin: 2px; 
}
input,
submit,
td {
}
textarea {
}
th {
  font-weight:bold;
  font-size:larger;
  padding-left:3px;
  text-align:left;
}
p {
  margin-top:5px;
}
select {
  !font-size:.9em;
  color: #999999;
  background-color: #F7F7F7;
  border: 1px solid #EEEEEE;
  margin: 2px; 
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
#ad, #ad-right {
    background-color: #FFFFFF;
    margin-top: -26px;
	padding: 20px 0px 10px 8px;
    position: relative;
    width:130px;
}
.admin-list-icon {
  float:left;
  padding:5px;
}
.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;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
/* Blocks *********************************************************************/
.block-box-left {
  margin:10px;
}
.block-box-left,
.block-box-right,
.block-box {
  margin:5px 10px 15px 10px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  padding-left:20px;
  margin-top:0px;
  margin-bottom:0px;
}
.block-bg-left,
.block-bg-right{
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:150px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  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 {
  padding-top:2px;
}
.block-divider-left {
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-divider-right {
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-featured-left {
  padding-top: 15px;
  background-color: #EEEEEE;
}
.block-featured-right {
  padding-top: 15px;
  background-color: #EEEEEE;
}
.block-helpicon {
  padding-top:0px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
}
.block-outerborder-right {
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}
/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  text-align:center;
}
.commentbar-line3 {
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.datetime {
  text-align: left;
  font-size: 11px;
  font-variant:small-caps;
  padding-left: 5px;
  font-family: sans-serif;
}
#download {
    background-color: #ffffff;
    margin-top: -34px;
    margin-right: -11px;
    margin-left: -11px;
    position: relative;
    color: #666666;
    width:172px;
} 
.edit-perm-down {
  text-align:center;
}
.edit-perm-up{
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
}
/* Footer *********************************************************************/
.footerblock {
  font-size:.9em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  vertical-align:middle;
  text-align:left;
  background-color: #EEEEEE;
}
.footerblock a:link {
  background:transparent;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  text-decoration:none;
}
.footer-divider-top {
  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-envelope {
  padding-left:1px;
  padding-right:1px;
  padding-top: 20px;
  text-align:left;
  width: 100%;
  background-color: #EEEEEE;
}
.header-logobg {
  padding-top:4px;
  color: #7F7F7F;
  font-size:40px;
  font-family: gara, times;
}
.header-logobg-container-inner {
}
.header-logobg-container-outer {
  padding-bottom:1px;
}
.header-navigation-container {
}
.header-navigation-line {
  padding-bottom:3px;
  padding-top:24px;
  text-align:right;
  color: #FFFFFF;
}
.header-navigation-line a:link {
  background:transparent;
  font-size:.9em;
  color: #666666;
  border: 1px solid #F7F7F7;
  padding: 2px;
}
.header-navigation-line a:visited {
  background:transparent;
  font-size:0.9em;
  color: #666666;
  border: 1px solid #F7F7F7;
  padding: 2px;
}
.header-navigation-line a:hover {
  background:#996600;
  font-size:0.9em;
  color: #FFFFFF;
  border: 1px solid #F7F7F7;
  padding: 2px;
}
.header-navigation-line a:active {
  background:transparent;
  font-size:0.9em;
  color: #333333;
  border: 1px solid #F7F7F7;
  padding: 2px;
}
.header-welcomeanddate-box {
  height:32px;
}
.header-welcomeanddate-text {
  position:relative;
  top:12px;
  left:4px;
}
/******************************************************************************/
.highlight {
  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;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  text-align:left;
}
.searchdate {
  background:transparent;
  text-align:right;
}
.searchform-box {
  text-align:right;
  height:35px;
  width:150px;
  padding:0px 4px 0px 1px;
  margin:0px;
  font-size: 10px;
  font-family: tahoma, monospace;
}
.searchform-elements{
  display:inline;
  position:relative;
  top:6px;
}
.searchform-elements input{
  font-weight: bold;
  font-size: 10px;
  font-family: tahoma, monospace;
}
.searchhits {
  background:transparent;
  text-align:right;
}
.shrek {
}
#a {
	background-image: url(images/1.gif);
	background-repeat: no-repeat;
	background-position: top left;
    margin-top: 22px;
}
#b {
	background-image: url(images/2.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
#c {
	background-image: url(images/3.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#d {
	background-image: url(images/4.gif);
	background-position: left;
	background-repeat: repeat-y;	
}
#e {
	background-image: url(images/6.gif);
	background-position: right;
	background-repeat: repeat-y;	
}
#f {
	background-image: url(images/7.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#g {
	background-image: url(images/8.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}
#h {
	background-image: url(images/9.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}    
.sitebody {
  background-color: #FFFFFF;
  color:#666666;
  font-size: 11px;
  font-family:  Tahoma, arial, sans-serif;
  padding:0px;
  margin:20px 80px 80px 80px;
  
}
.site-name a:link, .site-name a:visited {
  color: #7F7F7F;
}
.site-slogan {
  background:transparent;
  font-size: 14px;
  padding-right: 20px;
  font-weight: bold;
}
/* 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 **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
}
.story h1{
  /* the title of a story */
  background:transparent;
  font-weight:bold;
  padding-left:1px;
}
.story-body {
  /* this is the actual content of the story */
  padding:3px;
}
.story-body img {
  /* this is the actual content of the story */
  margin:3px 6px 3px 6px;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
}
.story-container {
  /* frame around all stories & centerblocks*/
  padding-right:9px;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  margin-bottom:40px;
  text-align:center;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}
.xpinputfield {
  border:1px solid #444444;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  background-color:#EFEFEF;
  font-weight:normal;
}
.plugin th {
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  background-color:#EFEFEF;
}
.pluginAltBG {
  background-color:#1C1E2D;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#666666;
  font-weight:bold;
  background-color:#E5E5EA;
}
.pluginCellFill {
  background-color:#E5E5EA;
}
.pluginCellText {
  font-weight:normal;
  background-color:#F7F7F7;
}
.pluginHeader {
  font-weight:bolder;
  background-color:#CCC;
  padding:5px;
}
.pluginFooter {
  background-color:#EFEFEF;
}
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  background-color:#CCCCCC;
  font-weight:normal;
}
.pluginSubTable th {
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  color:#1C1E2D;
  background-color:#EFEFEF;
  font-weight:bold;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1 td {
  background-color:#EFEFEF;
  line-height:150%;
}
.pluginRow2 td {
  background-color:#D9D9D9;
  line-height:150%;
}
.pluginRollOver {
  color:#;
  background-color:#FCFCFC;
  line-height:150%;
}
.pluginRollOut {
  color:#1C1E2D;
  background-color:#F7F7F7;
  line-height:150%;
}
.pluginLinks A:link {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFD700;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  text-align:center;
  padding-top:2px;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  display:block;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
/* Poll Plugin ****************************************************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
  font-size:smaller;
}
/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* 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 {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}
/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#333;
  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:#665403;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  background-color:#D9D4C3;
  padding:6px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
  border: 1px solid #999999;
  opacity: 95%;
}

.imgscroll {color: #000000; background-color: #FFFFFF; width: screen.availWidth; height: 250px; overflow: scroll}


/* End of common CSS for on-hover info feature */
