/* MAIN CSS Stylesheet */

body {
	font-family : /* "Verdana",  */"Tahoma", "Lucida Grande", sans-serif;
	font-size : 12px; 				/* MAIN FONT SIZE */
	background-color : #EAEEDB;		/* MAIN BACKGROUND COLOR */
	color : #350500; 				/* MAIN TEXT COLOR */
	}
 
.infobox {
	font-family : /* "Verdana",  */"Tahoma", "Lucida Grande", sans-serif;
	font-size: 12px;
	}

a:link {
	text-decoration : none;
	color : #790900;
	}
  
a:active {
	text-decoration : none;
	color : #BA0C00;
	}

a:visited {
	text-decoration : none;
	color : #790900;
	}
	
a:hover {
	text-decoration : underline; 
	color : #790900;
	}
	
input, textarea, select {
	background-color : #EAEEDB;
	border-style : solid;
	border-width : 1px;
	border-color : #790900;
	font-family : /* "Verdana",  */"Tahoma", "Lucida Grande", sans-serif;
	font-size : 12px;
	color : black;
	padding : 1px;
	}
	
.navitable {
	border-top : 1px #790900 dotted;
  	border-bottom : 1px #790900 dotted;
 	border-left : 1px #790900 solid;
 	border-right : 1px #790900 solid;
	font-family : /* "Verdana",  */"Tahoma", "Lucida Grande", sans-serif;
	font-size : 12px;
 	}
	
.nonactive {
	border-left: 1px #790900 solid;
	text-decoration: none;
 	}
	
.active {
	color:#EAEEDB;
	background-color: #A20F07;
	text-decoration: none;
  	font-family : /* "Verdana",  */"Tahoma", "Lucida Grande", sans-serif;
 	font-size : 12px;
 	}
	
.active a:link,.active a:visited, .active a:active {
  	color:#EAEEDB;
    background-color : #A20F07;
    text-decoration : none;
    font-family : /* "Verdana",  */"Tahoma", "Lucida Grande", sans-serif;		
	}
	
.active a:hover, .nonactive a:hover {
	text-decoration : underline;
	font-family : /* "Verdana",  */"Tahoma", "Lucida Grande", sans-serif;
	font-size : 12px;
	}

.Calendar {
	font-family : /* "Verdana",  */"Tahoma", "Lucida Grande", sans-serif;
	font-size : 12px;
	}

.CalendarHeader {
	border-bottom : 1px #EAEEDB dotted;
	}
	
.CalendarDayToShow {
 	background-color : #A20F07;
  	color : #EAEEDB;
  	font-weight : bold;
 	}

.CalendarTitle {
	background-color : #EAEEDB;
  	font-weight : bold;
	}
 
.CalendarDay {
	background-color : #EAEEDB;
 	}

.ForumUser {
  	background-color : white;
 	}

.ForumTitle {
	background-color : white;
  	font-weight : bold;
  	font-size : 12px;
 	}

.boxedLight {
  	background-color: white;
 	}

.boxedDark {
  	background-color: #EAEEDB;
 	}

/* DONE, finally, but I gotta remember to CHANGE it! */