/* BHON Main Page Stylesheet */


/* BODY Stuff - Global settings affect whole page */
/* Note: Image file paths are relative to the css file location, not the webroot! */

body.main
{
background-image:  url('./bg/xmas3.jpg');
background-repeat: repeat;
background-attachment: fixed;
color: 		   #ffffff;  /* Default text color unless otherwise set */
margin:		   0px;
padding:	   0px;
}


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

a:link 		{ color: #ff0000}  /* Default color for all links       */
a:visited	{ color: #ff0000}  /* Color for previously viewed links */
a:active        { color: #ff0000}  /* 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:            #003300;
background-image:  url('./bg/snowflakes.jpg');


/* background-color: #ffffff; */
}
td.center a{text-decoration:none}             /* Don't underline links   */
td.center a:link 	  { color: #ff0000;}  /* Default color for all links       */
td.center a:visited	  { color: #ff0000;}  /* Color for previously viewed links */
td.center a:active        { color: #ff0000;}  /* 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: #031203;
}


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


/* Reviews Colum - Button Formatting */
#mybutton   {
        border-style: solid solid solid solid;
        border-width: 2px;
        border-color: #002200 #004400 #004400 #002200; 
        background-color: #003311;
        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;
     }

