/* Stylesheet for the dynamic forms generated by the .cgi scripts */

body {
    margin: 0;
    padding: 0;
  background-color:#373c40;
    color: #FFFFFF;
    font-family:arial,helvetica,sans-serif;
    font-size: 10px;
}

h1 {
 margin: 2;
 padding: 5;
font-size: 16px;
font-family: century;
color: #FDD64c;
text-align: left;
border-top-style: solid; border-top-width: 1px;
border-bottom-style: solid; border-bottom-width: 1px;}

h1.tooltip {
 margin: 2;
 padding: 5;
font-size: 16px;
font-family: century;
color: #5c2008;
text-align: left;
border-top-style: solid; border-top-width: 1px;
border-bottom-style: solid; border-bottom-width: 1px;}

h2 {margin: 5;
 padding: 0;
font-size: 10px;
font-family:arial,helvetica,sans-serif;
color: #FFFFFF;}

h2.timeline{margin: 1;
 padding: 0;
font-size: 16px;
font-family:arial,helvetica,sans-serif;
color: #FDD64c;
border-bottom-style: dotted; border-bottom-width: 1px;}


h3 {margin: 5;
 padding: 1;
font-size: 10px;
font-family:arial,helvetica,sans-serif;
color: #000000;}

H4 {margin: 5;
 padding: 1;
font-size: 10px;
font-family:arial,helvetica,sans-serif;
color: #000000;}

H5 {margin: 6;
 padding: 2;
font-size: 12px;
font-family:century;
color: #FFFFFF;
border-top-style: dotted; border-top-width: 1px;
border-bottom-style: dotted; border-bottom-width: 1px;}

h6 {margin: 10;
 padding: 0;
font-size: 16px;
font-family:century,helvetica,sans-serif;
color: #999999;
}

A { 
   color: #FDD64C; 
   font-family: arial,helvetica,sans-serif; 
   text-decoration: none; 
   font-weight: bold;
} 


A.menu { 
   color: #5c2008; 
   font-family: arial,helvetica,sans-serif; 
   text-decoration: none; 
} 
A:link.menu		{ color: #5c2008; } 
A:visited.menu	{ color: #5c2008; } 
A:active.menu	{ color: #5c2008; } 
A:hover.menu	{ color: #FDD64C; } 

A:link		{ color: #FDD64C; } 
A:visited	{ color: #FDD64c; } 
A:active	{ color: #Fdd64c; } 
A:hover		{ color: #Fdd64c; } 

p.timeline {padding: 10;
}

table { padding: 5;
    font-family:arial,helvetica,sans-serif;
    font-size: 10px;
}

p, ol, ul, li, table, td {
	padding: 0;
	font-family: TAHOMA;


arial,helvetica,sans-serif;
	font-size: 12px;
}

table.layout {
   border: 1px solid black;
}

table.content {
    background: #ffffff;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
text-align: center;
}

table.fanlisting {
   background: #FFFFFF;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
padding-right: 10px;
    margin: 30px;
border: 2px #5c2008 solid;
}

p.fanlisting { font-family:tahoma,century,ariel;
    font-size: 12px;
color: #000000;
}


td.sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

ul {
    margin-left: 0;
    padding-left: 5px;
    padding-top: 0;
    margin-top: 1px;
}

li {
    margin-left: 12px;
    padding-bottom: 5;
}

font {
    font-size: 10px;
    color: blue;
}

font.instructions {
    font-size: 10px;
    color: red;
}

hr {
  width: 80%;
  height: 1px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #666666;
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}


#linkster-title-large {
 margin: 2;
 padding: 5;
font-size: 16px;
font-family: century;
color: #FDD64c;
text-align: left;
border-top-style: solid; border-top-width: 1px;
border-bottom-style: solid; border-bottom-width: 1px;}
}

#linkster-title-small {
  font-family: century;
  font-weight: bold;
  font-size: 10pt;
  color: #FFFFFF;
}

#linkster-cat-desc {
  font-size: 10pt;
}

#linkster-list {
   font-family: tahoma;
font-size: 10pt;

}

#linkster-count {
  font-size: 10pt;
}


.main {
width:500px;
border: 1px solid black;
}

.month {
background-color: #99ffff;
font:bold 35px Trajan Pro;
color:black;
border: 1px solid black;
}

.daysofweek {
background-color: black;
font:bold 20px Trajan Pro;
color:white;
border: 1px solid black;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: white;
padding-right: 20px;
text-align: left;
padding-bottom: 35px;
border: 1px solid black;
}

.days #today{
font-size: 12px;
font-family:verdana;
color:red;
background-color: white;
padding-right: 20px;
text-align: left;
padding-bottom: 35px;
border: 1px solid black;
}


.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: #D80101;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

code{ /*CSS for insructions*/
color: red;
}

p.rss{
color:#FFFF00;
PADDING: 10PX;
}


.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(http://sensue.net/brotherhood/skins/5/images/blockactive.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(http://sensue.net/brotherhood/skins/5/images/blockdefault.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}


/*Contact Page*/

div.tagboard {

  float: left;

  }

  div.tagboardborder

  {border: 5px #85756a solid;

  background-color: #bba38e;

  color: #000000;

  text-transform: none;}

div.spacer {

  clear: both;

  }

div.containercontact {

width: 677px;

  }

p.tagboard {

   text-align: left;

   font-size: 10px;

   width: 154px;

   }

   img.contacta {

   text-align:left;

   margin-right: 5px;}

     div.contacta {

	 border-left: 1px #85756a solid;

  float: left;

  margin-left: 25px;

  padding-left: 25px;

  }

  div.contacta p {

   text-align: left;

   font-size: 10px;

   }

    div.contactform {

	 border-top: 1px #85756a solid;

	 margin-top: 30px;

  }

 .form

 {

 background-color:#dad0c0;

 color: #000000;

 }

  /*End Contact Page*/
