
/*

Color values:

Logo / header Gold		= #CC9900
Side bar gold			= #F5D566
Red from logo / Menu		= #CD0406

Dark blue			= #094696
Light blue/gray	(logo shadow)	= #667BBE

Flash header, Slanted Colors -
Yellow Tween Stripe:     #EAD97B
Yellow Solid Stripe:     #E7D264
Blue Gradient Stripe:    #FFFFFF & #091664 
The Background is Alpha: #FFFFFF & #091664 {A Radial Extended Gradient}

*/


/* ----- SIDE MENU ITEMS ----------------------------------------------------------------------- */


.side_logo {
   background-color: white; 
   width: 	     200px;
   height: 	     175px;
   text-align:	     center; 
   border: 	     1px solid #094696; 
   padding-top:      5px; 
   margin-top: 	     5px; 
   margin-left:      5px;	}

.side_logo IMG {
   border:  0px;
   padding: 0px 0px 0px 0px;	}
	
.side_cal {
	background-color: white; 
	width: 		200px;
	height: 	190px;
	text-align:	center; 
	border: 	1px solid #094696; 
	padding-top: 	5px; 
	margin-top: 	5px; 
	margin-left: 	5px;	}

.side_logo_text {
   padding:        0px 0px 0px 0px;
   vertical-align: top;
   color:          #094696;
   font-weight:    bold;	}
   
.side_logo_link {
   padding:         0px 0px 0px 0px;
   vertical-align:  top;
   color:           #094696;
   font-weight:     bold;
   text-decoration: none;	}


.side_big {
	width:		196px;
	background-color:white; 
	text-align:	left; 
	height:		auto; 
	border: 	2px solid #CD0406; 
	margin-top:	5px; 
	margin-left:	3px; 
	margin-right:	5px;
	}
	
	
.side_theme_gold {
	font-weight:bold; 
	color:black; 
	background-color:#CC9900; 
	background-repeat:repeat-x; 
	font-size:14px; 
	height:20px; 
	padding-bottom:2px;	}
	
/* --------------------------------------------------------------------------------------------- */
	
.side_gray {
   width:		196px;
   background-color:    Snow; 
   text-align:	        left; 
   height:		auto; 
   border: 	        1px solid Black; 
   margin-top:	5px; 
   margin-left:	3px; 
   margin-right:	5px;
   }
	
.side_gray_hdr {
   font-weight:		bold; 
   color:		White; 
   background-image:    url('../images/misc/btn_bkg.gif');
   background-repeat:   repeat-x;
   text-transform:	uppercase;
   font-size:		11px; 
   height:		18px;
   padding-bottom:	2px;
   }


/* --------------------------------------------------------------------------------------------- */

.side_theme_red {
   font-weight:		bold; 
   color:		white; 
   background-color:	#CD0406; 
   background-image:	url('../images/misc/menu_bg.gif'); 
   background-repeat:	repeat-x; 
   font-size:		14px; 
   height:		20px; 
   padding-bottom:	2px;	}
   
.side_theme_red a:link,
.side_theme_red a:visited,
.side_theme_red UL,
.side_theme_red LI, {
   text-decoration:  none;
   font-size:	     14px;
   color:            blue;
   background-color: white;	}
   

/* ----- SPONSOR ----------------------------------------------------------------------------- */   
   
.sponsor {
     color:             black;
     width:		198px; 
     background-color:	Gainsboro;
     height:		41px; 
     text-align:	center; 
     border: 		1px solid Gainsboro;;
     margin-top:	5px; 
     margin-left:	3px;
     font-size:         10px;
     margin-bottom:	0px;}
 
.sponsor a:visited,
.sponsor a:link {
   color:             	black;
   text-align:		center;
   background-color:	Gainsboro;
   border: 		1px solid Gainsboro;
   margin-top:		5px; 
   margin-left:		3px;
   margin-bottom:	0px;
   font-size:         10px;
      padding-top:        0px;
      padding-bottom:     0px;
      padding-left:      0px;
      text-align:        center;
      text-decoration:   none;
   text-transform:    none;
   line-height:		10px;
   }
   

/* ----- SITEMETER ----------------------------------------------------------------------------- */
    
.sitemeter {
    width:		188px;
    background-color: 	white;
    height:		250px;
    text-align:		center;
    border: 		1px solid black;
     margin-top:	5px; 
     margin-left:	3px;
     margin-bottom:	0px;	
    padding: 		5px;	}

.sitemeter img {
   border: 		0px;
   text-align: 		center;
   }

.sitemeter a:visited,
.sitemeter a:link {
   background-color: 	white;
   text-align: 		center;
   text-decoration:  	none;
   text-transform:    	none;
   padding-left:	0px;
   border-bottom:     	0px solid;
   border-top:        	0px solid;
   display:		normal;
   color:             	black;
   }