/*
  Modifications for tableless layout until ending thingy...
*/

body {
  background-image: url(images/background1.gif);
  background-color: #FFF;
  color: #000;
  background-attachment : fixed;

  scrollbar-3dlight-color:#ccc;
  scrollbar-arrow-color:#000;
  scrollbar-base-color:#ccc;
  scrollbar-darkshadow-color:#2f4f4f;
  scrollbar-face-color:#ccc;
  scrollbar-highlight-color:#125F88;
  scrollbar-shadow-color:#ccc;
  scrollbar-track-color:#f1f1f1;

  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited, a:active{
  text-decoration: none;
  color: #125F88;
  background-color: transparent;
}
a:hover{
  text-decoration: overline underline;
  color: #f99;
  background-color: transparent;
}

.thumbnail{
  border: 5px double #125F88;
}

.folder{
  border: 5px double #f00;
}

form{
  display: inline;
}

input, textarea, select{
  color: #000;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  border: #333 1px solid;
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.80;
  opacity: 0.8;
  text-indent: 2px;
}

ul dl{
  margin: 0;
  padding: 0;
  margin-left: 30px;
  font-style: italic;
  font-size: 10px;
}

li p.form{
  display: inline;
  width: 30%;
  vertical-align: top;
  border-bottom: 0 dotted #cff;
}

input, select{
  vertical-align: middle;
}

input.noborder{
  border: 0;
}

input.post, textarea.post, select{
  background-color: #FFF;
  color: #333;
}

input.button{
  background-color: #FFF;
  color: #333;
}

input.mainoption{
  background-color: #FFF;
  color: #333;
  font-weight: bold;
}

input.liteoption{
  background-color: transparent;
  border: 1px solid #6BB8Fa;
  font-weight: normal;
}

/*************-._ Link hover thumbnail images _.-*************/
a.screen, a.screen:visited {
  position: relative;
  clear: both;
  z-index: 2;
}

a.screen b {
  position: absolute;
  visibility: hidden;
  width: 160px;
  height: 0;
  border: 1px solid #ccc;
  left: 0;
  top: -130px;
}
a.screen b.under{
  top: 18px;
}
a.screen:hover {
  border: 0;
  z-index: 1000;
}
a.screen:hover b {
  visibility: visible;
  height: 120px;
  cursor: pointer;
  z-index: 500;
}
a.screen:hover b img {
  border: 0;
}
/*
Usage:

	<a class="screen" href="" target="_new">
	  Text for link
	  <b class="under">
	    <img src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r=Website address here" alt="" title="">
	  </b>
	</a>

*/
/*************-._______________________________.-*************/


/****************************\
*  Start of left menu style  *
\****************************/

.ssmHdr {
  color: #fff;
  font-face: verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: transparent;
}

.ssmHdr:link, .ssmHdr:visited{
  color: #ccf;
  text-decoration: none;
}

.ssmHdr:visited {
  color: #cff;
}

.ssmHdr:hover {
  color: #ccf;
  text-decoration: underline;
}

.ssmHdr:active {
  color: #ccf;
  text-decoration: underline;
}

.ssmItem {
  color: #ccf;
  font: 10px verdana, Arial, Helvetica, sans-serif;
}

.ssmItem:link {
  color: #ccf;
  text-decoration: none;
}

.ssmItem:visited {
  color: #ccf;
  text-decoration: none;
}

.ssmItem:hover {
  color: #ccf;
  text-decoration: underline;
}

.ssmItem:active {
  color: #ccf;
  text-decoration: underline;
}

.ssmBar {
  color: #444;
  font: bold 10px verdana, Arial, Helvetica, sans-serif;
  background-color: transparent;
}

.ssm-menu{
  background: transparent;
  width: 125px;
  filter: alpha(opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.9;
}

.hdr{
  background: transparent;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

.link-text{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #4682bb;
}

.bars{
  width: 15px;
  background: transparent;
  text-align: left;
  vertical-align: middle;
}

/**************************\
*  End of left menu style  *
\**************************/

.topic-editbuttons{
 position: relative;
 float: right;
}

.message{
  position: relative;
  top: 10px;
  text-align: left;
  margin-left: 170px;
  clear: right;
}

.topic-userbuttons{
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 5px;
}

.searchresleft{
  width: 15%;
  text-align: left;
  vertical-align: top;
}

.searchresright{
  width: 85%;
  text-align: left;
  vertical-align: top;
}

.searchres{
  text-align: left;
  vertical-align: top;
}

.searchresmid{
  text-align: center;
  vertical-align: top;
  width: 10%;
}

.spoiler{
  padding: 3px;
  border: 0;
  border-bottom: 1px;
  border-right: 1px;
  border-color: #ccc;
  border-style: dotted;
}

.spoilertag{
  display: block;
  font-weight: bold;
  font-style: italic;
}

div.userdetails{
  background: url("images/userdetailstl.png") top left no-repeat;
  text-align: center;
  width: 150px;
  padding: 2px 0 0 0;
  border: 0;
  margin: 0;
  margin-left: 5px;
  position: relative;
  float: left;
}

div.userdetails h1{
  background: url("images/userdetailstr.png") top right no-repeat;
  font-size: 14px;
  height: 9px;
  margin: 0;
  position: relative;
  right: 0;
  top: -2px;
}

div.userdetailsfooter{
  background: url("images/userdetailsbl.png") bottom left no-repeat;
  height: 9px;
}

div.userdetailsfooter p{
  background: url("images/userdetailsbr.png") bottom right no-repeat;
  height: 9px;
}

#poll{
  width: 60%;
  text-align: center;
  margin: 0 auto 0 auto;
}

#poll p{
  text-align: center;
}

#poll p.label{
  text-align: left;
  width: 15%;
  display: inline;
}

#poll p.result{
  text-align: left;
  display: inline;
  width: 70%;
}

div.ArticleBody table{
  border: 0;
  margin: 0;
  padding: 0;
  width: 99%;
}

div.ArticleBody table.gallery{
  border: 0;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}

tr.header{
  color: #63605E;
  font-size: 13px;
  height: 30px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url("images/cellpic3.gif") repeat-x;
}

td.previewpost{
  border: 0;
  vertical-align: top;
  font-weight: bold;
  padding-left: 10px;
}

td.previewspace{
  border-bottom: 10px solid #eee;
}

div.ArticleBody th{
  vertical-align: top;
  width: 10%;
}

div.ArticleBody th.wider{
  width: 20%;
}

td hr{
  height: 0px;
  border: solid #D1D7DC 0px;
  border-top-width: 1px;
}

div.ArticleBody th.leftheader{
  text-align: left;
  width: 70%;
}

div.ArticleBody th.lefttopicheader{
  text-align: left;
  width:  50%;
}

div.ArticleBody td{
  font-size: 13px;
  border-bottom: 0px dashed #bbf;
}

div.ArticleBody td p{
  display: inline;
}

div.ArticleBody td img.forumpic{
  float: left;
}

.bold{
  font-weight: bold;
}

div.Article p{
  text-align: left;
}

div.Article p.pagination{
  float: left;
}

.ArticleBody p{
  padding: 0 5px 0 5px;
}

.ArticleBody ul.none{
  list-style-type: none;
  text-align: center;
}

.ArticleBody ul.none li{
  display: inline;
  font-size: 12px;
  color: #696;
  width: 20%;
}

.ArticleBody ul.block{
  list-style-type: none;
}
.ArticleBody ul.block, .ArticleBody ul.block li{
  text-align: left;
  width: 100%;
}

.centred{
  text-align: center;
}

ol{
  list-style-type: none;
  text-align: left;
}

ol p{
  display: inline;
  font-style: italic;
  font-size: 10px;
}

li.score{
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  color: #888;
  text-align: justify;
}

.leftalign{
  text-align: left;
  padding: 10px;
}
.rightalign{
  text-align: right;
  padding: 10px;
}

.pad{
  padding-left: 22px;
}

div p.floatleft{
  position: relative;
  float: left;
  margin-bottom: 10px;
}

div p.floatright{
  float: right;
  margin-bottom: 10px;
}

.forumrows, .topicrows{
  width: 100%;
  text-align: left;
  height: 50px;
  margin: 0;
  padding: 2px 5px 0 0;
  color: #63605E;
}

.forumrows p.left, .topicrows p.left{
  float: left;
  width: 65%;
}

.forumrows p.left2, .topicrows p.left2{
  float: left;
  width: 55%;
}

.forumrows p.right, .topicrows p.right{
  float: right;
  width: 8%;
  display: inline;
  text-align: center;
}

.forumrows p.right2, .topicrows p.right2{
  float: right;
  width: 10%;
  display: inline;
  text-align: center;
}

.forumrows img, .topicrows img{
  float: left;
}

.forumrowsright{
  display: inline;
  width: 30%;
  padding-right: 5px;
}

.forumrowsright p{
  float: left;
  width: 33%;
  display: inline;
  padding-right: 45px;
}

.forumrowright{
  float: right;
  margin-right: 40px;
}

.forumrowright img{
  float: left;
}

.forum-reload{
  position: relative;
  top: 60px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  text-align: left;
  padding-left: 40px;
}

#rightmenu{
  width: 25%;
  height: 100%;
  position: relative;
  float: right;
  border-left: 1px solid #ccc;
}

#links{
  width: 20%;
  height: 250px;
  position: relative;
  float: left;
  border-right: 1px solid #ccc;
  clear: both;
  margin-right: 5px;
}

#links ul{
  display: block;
  list-style-type: none;
  text-align: left;
}

#links li{
  display: block;
  width: 100%;
}

.news{
  border-bottom: 0px dotted #ccf;
}

.credits{
  background: url("images/copyright.gif") no-repeat;
  position: relative;
  top: 50px;
  width: 300px;
  height: 180px;
  padding-top: 10px;
  font-size: 11px;
  margin-left: auto;
  margin-right: auto;
}

.credits a{
  color: #229;
}
.credits a:hover{
  color: #922;
}

#loginbox {
  position: relative;
  top: 100px;
  background: transparent url(images/loginright.png) no-repeat top right;
  height:150px;
  width:85%;
  margin: 0 auto 20px auto;
  font-size: 13px;
  overflow: hidden;
}

#loginbox div.login, #loginbox div.logout{
  height:150px;
  margin-right:300px;
  padding: 20px 0 0 150px;
  text-align: justify;
}

#loginbox div.login {
  background: transparent url(images/loginleft_out.png) no-repeat top left;
}

#loginbox div.logout {
  background: transparent url(images/loginleft_in.png) no-repeat top left;
}

#loginbox div.logout a{
  margin-top: 20px;
  font-size: 18px;
  color: #229;
}

#loginbox div.logout a:hover{
  color: #922;
}

#loginbox p{
  display: inline;
  width: 100px;
  text-align: left;
}

#loginbox a{
  width: 200px;
  text-align: left;
  color: #000;
}

#loginbox a:hover{
  color: #f00;
}

#loginbox div.sitelogo{
  height: 150px;
  text-align: right;
  margin-right: 25px;
  margin-left: 30px;
  margin-top: -100px;
  font-size: 10px;
}

#loginbox div.sitelogo a{
  width: auto;
  text-align: right;
}

#loginbox div.sitelogo strong{
  font-size: 20px;
}

.pageTop{
  background: #00f url("images/doogles_bg02.gif") repeat-x;
  height: 49px;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.pageTop img.left{
  position: absolute;
  left: 0;
}

.pageTop a.lefta{
  background: url("images/obj_head.gif") no-repeat top left;
  position: absolute;
  left: 0;
  display: block;
  width: 330px;
  height: 51px;
}

.pageTop a.righta{
  background: url("images/obj_head1.gif") no-repeat top right;
  position: absolute;
  right: 0;
  display: block;
  width: 330px;
  height: 51px;
}

.pageTop img.right{
  position: absolute;
  right: 0;
}

.pageTop p{
  display: inline;
}

.pageTop b.sitelogotop{
  font-size: 24px;
  color: #fff;
}

.pagetopMenu{
  background: url("images/obj_menu_01.gif");/* repeat-x;*/
  height: 44px;
  width: 100%;
  position: absolute;
  top: 49px;
  left: 0px;
  font-size: 10px;
  color: #000;
}


.pagetopMenu p{
  display: inline;
}

.pagetopMenu p a, .pagetopMenu p a:visited{
  text-decoration: none;
  color: #229;
}

.pagetopMenu p a:hover{
  color: #922;
}

div.ArticleBody h5{
  text-align: right;
  height: 28px;
  margin: 0;
  padding: 2px 5px 0 0;
  border: #FFFFFF solid 1px;
}

div.ArticleBody h5.top-n-tails{
  background: url("images/cellpic1.gif") repeat-x #6BB8Fa;
}

div.ArticleBody h5.important{
  color: #fff;
  background: url("images/cellpic0.gif") repeat-x #D30000;
  text-align: center;
}
div.ArticleBody h5.shade{
  border: 0;
  color: #63605E;
  font-size: 13px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url("images/cellpic3.gif") repeat-x;
}

div.ArticleBody h5.shade p.left{
  float: left;
  width: 65%;
  margin-left: 28px;
}

div.ArticleBody h5.shade p.left2{
  float: left;
  width: 55%;
  margin-left: 28px;
}

div.ArticleBody h5.shade p.right{
  float: right;
  width: 8%;
  display: inline;
  text-align: center;
}

div.ArticleBody h5.shade p.right2{
  float: right;
  width: 11%;
  display: inline;
  text-align: center;
}

div.newsection{
  width:90%;
  position: relative;
  top: 60px;
  text-align: left;
  padding: 0 0 20px 0;
  margin-left: auto;
  margin-right: auto;
}
div.newsection p.right{
  float: right;
}
div.Article h3{
  color: #63605E;
  font-size: 13px;
  background:  url("images/dooglestbr1.gif") top right no-repeat;
  font-size: 14px; 
  padding: 2px 0 0 0;
  height: 22px;
  margin: 0;
  position:relative;
  right: 0;
}
div.Article {
  background: url("images/dooglestbl_b.gif") top left no-repeat;
  width: 90%;
  position: relative;
  top: 60px;
  margin-left: auto;
  margin-right: auto;
  } 
div.Article h2 a{
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  text-decoration: none;
}
div.Article h2 a:hover{
  text-decoration: underline;
}
div.Article h2 {
  background:  url("images/dooglestbr_b.gif") top right no-repeat;
  font-size: 14px; 
  padding: 2px 0 0 0;
  height: 22px;
  margin: 0;
  position:relative;
  right: 0;
  }
div.ArticleBody {
  background-color: #FFFFFF; border: 1px #BEBEBE solid;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  }
div.ArticleFooter {
  background:  url("images/dooglestbdl_b.gif") bottom left no-repeat;
  position:relative;
  top:0px;
  }
div.ArticleFooter p {
  background:  url("images/dooglestbdr_b.gif") bottom right no-repeat;
  font-size: 11px;
  padding: 2px 0 0 0;
  height: 44px;
  display:block;
  margin: 0;
  position:relative;
  right:0px;
  text-align: center;
  }

.PageFooter{
  background: url("images/dooglestbwl.gif") top left no-repeat;
  position: relative;
  top: 50px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
  width: 90%;
}

.PageFooterBody{
  text-align: left;
  padding: 5px 0 0 24px;
}

.PageFooterBody p{
  color : #333;
  font-size: 11px;
  display: inline;
}

.PageFooter{
  position: relative;
  top: 60px;
}

.PageFooter h4{
  background: url("images/dooglestbwr.gif") top right no-repeat;
  text-align: left;
  top: 0px;
  padding: 10px 0 0 24px;
}

.PageFooterFooter p{
  color : #333;
  font-size: 11px;
}

img{
  vertical-align: middle;
  border: 0px;
}

div.quote{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #444;
  line-height: 125%;
  border: 1px dashed #ccc;
  background: #def;
  clear: right;
  margin: 0 20px 5px 20px;
}

div.quote h3{
  background: url("images/qtl.gif") top left no-repeat;
  padding-left: 40px;
}

div.quote p{
/*  background: url("images/qbr.gif") bottom right no-repeat;*/
  text-align: left;
  margin-left: 20px;
  padding: 0 0 0 35px;
  display: inline;
}

div.code{
  font-family: Courier, 'Courier New', sans-serif;
  font-size: 12px;
  border: 1px dashed #ccc;
  color: #006;
  background: #efe;
  clear: right;
  margin-bottom: 5px;
}

div.code h3{
  background: url("images/ctl.gif") top left no-repeat;
  padding-left: 40px;
}

div.code p{
  background: url("images/cbr.gif") bottom right no-repeat;
  text-align: left;
  padding: 10px;
  padding-right: 35px;
  display: inline;
}


/*
  Ending thingy for tableless layout modifications...
*/



/* The original Theme Created by Arthur Chen design. http://bbs.arthur.com.tw, modified by Doogle */

/**************************************************************************\

font,th,td,p.bob { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #3B678D; }
a:hover { text-decoration: underline; color : #9C9E9C; }
hr { height: 0px; border: solid #000000 0px; border-top-width: 1px;}

.bodyline { background-color: #FFFFFF; border: 1px #FFFFFF solid; }

.forumline { background-color: #FFFFFF; border: 1px #BEBEBE solid; }

td.row1 { background-color: #F8F8F8; }
td.row2 { background-color: #F8F8F8; }
td.row3 { background-color: #BEBEBE; }
td.doogles { background-image: url(images/cellpic3.gif); }
td.doogles1 { background-color: #EDF3FE; }
td.doogles2 { background-image: url(images/cellpic0.gif); }

td.rowpic {
background-color: #FFFFFF;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}

th {
color: #63605E; font-size: 13px; font-weight : bold;
background-color: #333333; height: 25px;
background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/dooglestbm.gif);
background-color:#C0C0C0; border: #FFFFFF; border-style: solid; height: 22px;
}

td.cat,td.catHead,td.catBottom {
height: 25px;
border-width: 0px 0px 0px 0px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #555555; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 13px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; }
th.thTop { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

.maintitle,h1,h2.bob {
font-weight: bold; font-size: 22px; font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #333333;
}

.loslogos {
font-weight: bold; font-size: 10px; font-family: "Arial",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}

.loslogosbig {
font-weight: bold; font-size: 22px; font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}

.gen { font-size : 13px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #333333; }
a.gen,a.genmed,a.gensmall { color: #333333; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #446D8C; text-decoration: underline; }

.mainmenu { font-size : 12px; color : #333333 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #333333; }

.dooglesmenu { font-size : 10px; color : #000000 }
a.dooglesmenu { text-decoration: none; color : #000000; }
a.dooglesmenu:visited { text-decoration: none; color : #000000; }
a.dooglesmenu:hover{ text-decoration: none; color : #333333; }

.cattitle { font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #333333}
a.cattitle { text-decoration: none; color : #333333; }
a.cattitle:hover{ text-decoration: underline; }

.forumlink { font-weight: bold; font-size: 13px; color : #006699; }
a.forumlink { text-decoration: none; color : #333333; }
a.forumlink:hover{ text-decoration: underline; color : #0DE4EC; }

.nav { font-weight: bold; font-size: 12px; color : #333333;}
a.nav { text-decoration: none; color : #333333; }
a.nav:hover { text-decoration: underline; }

.topictitle { font-weight: bold; font-size: 12px; color : #333333; }
a.topictitle:link { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #559EE2; }
a.topictitle:hover { text-decoration: underline; color : #0DE4EC; }

.name { font-size : 12px; color : #333333;}

.postdetails { font-size : 11px; color : #333333; }

.postbody { font-size : 13px;}
a.postlink:link { text-decoration: none; color : #333333 }
a.postlink:visited { text-decoration: none; color : #559EE2; }
a.postlink:hover { text-decoration: underline; color : #0DE4EC}

.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #006600;
background-color: #FFFFFF; border: #555555; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FFFFFF; border: #555555; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.copyright { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #333333; text-decoration: underline;}

input,textarea, select {
color : #333333;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
border-color : #333333;
}

input.post, textarea.post, select {
background-color : #FFFFFF;
}

input { text-indent : 2px; }

input.button {
background-color : #FFFFFF;
color : #333333;
font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.mainoption {
background-color : #FFFFFF;
font-weight : bold;
}

input.liteoption {
background-color : transparent;
border: 1px solid #6BB8Fa;
font-weight : normal;
}

.helpline { background-color: #FFFFFF; border-style: none; }
.doogleswords { color: #63605E; font-size: 13px; font-weight : bold; }

.darkfont {
	color: #505A49;
	font-size: 11px;
}
A.darkfont {
	color: #505A49;
	text-decoration: underline;
	}
A.darkfont:hover {
	color: #8B9C7F;
	text-decoration: none;
	}	
A.darkfont:visited {
	color: #505A49;
	text-decoration: none;
	}
A.darkfont:active {
	color: #505A49;
	text-decoration: none;
	}
.darkfontbig {
	font-size: 12px;
	font-weight: bold;
	color: #505A49;
}

.heading {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

.small{
	font-size: 10px;
}

.spoiler{
	padding: 3px;
	background-image: url(images/cellpic2.jpg);
	background-repeat: no-repeat;
	width: 250px;
	height: 25px;
	border: 0px;
	font-weight: bold;
	font-size: 9px;
}

.spoiler_reveal{
	padding: 3px;
	border: 1px #000000 solid;
	display: none;
}

@import url("formIE.css");

\*****************************************************************/

