/* BHON Main Page Stylesheet */


/* BODY Stuff - Global settings affect whole page */
body.main
{
background-image:  url('http://www.bhon.net/reviews/back.gif');
color: 		   #ffffff;  /* Default text color unless otherwise set */
margin:		   0px;
padding:	   0px;
}


a{text-decoration:none}            /* Don't underline links             */

a:link 		{ color: #800000}  /* Default color for all links       */
a:visited	{ color: #800000}  /* Color for previously viewed links */
a:active        { color: #800000}  /* Color for active link             */ 
a:hover         { color: #ffcc00}  /* Mouseover color for links         */
img             { border: 0}       /* Get rid of all image borders      */

font.header     { color: #ff0000}  /* Color for Section Headings 
				      in Center Column                  */
                                       

/* Table classes for Event Schedule */
.event
{
vertical-align:		middle;
text-align:    		center;
background-color:	#eeeeff;
color:			#000000;
}

/* Table classes for Random Quotable */
.quotable
{
vertical-align:		middle;
text-align:    		left;
background-color:	#ffffbb;
color:			#000000;
}

.article-transparent
{
vertical-align:		middle;
text-align:    		left;
color:			#000000;
}

.article-white
{
vertical-align:		middle;
text-align:    		left;
background-color:	#eeeeff;
color:			#000000;
}




/* Main Column Specific Stuff */
td.center
{
font-family:      times;
color:            #000000;
/* background-color: #ffffff; */
}
td.center a{text-decoration:none}             /* Don't underline links   */
td.center a:link 	  { color: #800000;}  /* Default color for all links       */
td.center a:visited	  { color: #800000;}  /* Color for previously viewed links */
td.center a:active        { color: #800000;}  /* Color for active link             */ 
td.center a:hover         { color: #ffcc00;}  /* Mouseover color for links         */
td.center img             { border: 0}        /* Get rid of all image borders      */
td.center font.header     { color: #ff0000;}  /* Color for Section Headings 
					         in Center Column                  */



/* Left Column Specific Stuff*/
td.left		
{
font-family:      times;
color:            #ffffff;
background-color: #8e8f7e;
}


/* Right Column Specific Stuff*/
td.right
{
font-family:      times;
color:		  #ffffff;
background-color: #8e8f7e;
}


/* Reviews Colum - Button Formatting */
#mybutton   {
        border-style: solid solid solid solid;
        border-width: 2px;
        border-color: #909080 #707060 #707060 #909080; 
        background-color: #808070;
        text-decoration: none; 
        width: 95%;     
        text-align: left;  
     }

a.buttontext:link {
     color: white;
        text-decoration: none;
        font: 8pt Verdana;
        cursor: pointer;
     }
a.buttontext:visited {
     color: white;
        text-decoration: none;
        font: 8pt Verdana;
        cursor: pointer;
     }
a.buttontext:hover {
     color: #ffcc00;
        text-decoration: none;
        font: 8pt Verdana;
        cursor: pointer;
     }


