/*Body, Tables, Lists and other General Tags*/
BODY {
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	font-family: Trebuchet MS,Verdana,Arial, Helvetica, sans-serif;
	background-color: #333333;
	}
	
/*table*/
th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
table.moduletable th {
	font: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	white-space: nowrap;
	width: 150px;
	color: #FFFFFF;
	position: relative;
	background-image: url(../images/moduleheader.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	bottom: 2px;
}
table.searchintro {
  	//Search Component
	}

table.contact {
	//Contact Component
	}

table.contact td.icons {
	background-color: #C6CBCE;
	}

table.contact td.details {
	background-color: #999999;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
td,tr,p,div {
   font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   font-size        : 12px;
   color            : #FFFFFF;
   }
   
ul {
	margin: 0px 0px 0px 0px;
	}

li { 
	list-style: inside url(../images/bullet.png) 3px;
	list-style-image: url(../images/bullet.png);
	}

/* Horizontal Line */	
hr {
	color: #D4D0C8;
	height:1px;
	border:0;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}
/*Buttons and Boxes*/
.button {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #999999;
	} 

.inputbox {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	border: 1px solid;
	border-color: #000000;
	background-color: #D4D0C8;
	}
/* Links */
a:link, a:visited {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

a:hover {
	color: #FF9900;	text-decoration: underline;
	}
	
/*MENUS MODULES AND COMPONENTS */	

a.mainmenu:link, a.mainmenu:visited, a.mainlevel:link, a.mainlevel:visited {
	font-family: Trebuchet MS, Impact, Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
}
	
a.mainmenu:hover, a.mainlevel:hover {
	color: #FF9900;
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
	background-position: left;
	text-align: left;
	}

a.sublevel:hover {
	color: #FF9900; 
	text-decoration: underline;
	}

a.sublevel:link, a.sublevel:visited {
	color: #FF9900;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
/*---------------------------------------COMPONENTS------------------------------------------*/
.componentheading, .contentheading {
/*THIS IS USED AT THE TOP OF CONENT PAGES*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align:left;
	font-weight:bold;
	width: 100%;
	border: 1px dashed #FFFFFF;
	background-color: #606990;
	text-indent: 5pt;
	height: 25px;
	bottom: 8px
	}
/* Content - Sections & Categories */
.contentpane {
	}
		
.contentpaneopen {
	}
.mainbody {
	background-image: url(../images/blocks_darkBlue.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-left-style: groove;
	border-left-color: #999999;
	border-right-style: groove;
	border-right-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
}
	
.contentdescription {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	}
	
/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #FFCC00; text-decoration: none; font-weight: normal;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}

a.blogsection:hover {
	color: #999999;	text-decoration: underline;
	}
	
a.weblinks:link, a.weblinks:visited {
	color: #FFCC00; text-decoration: none; font-weight: normal;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}

a.weblinks:hover {
	color: #0099CC;	text-decoration: underline;
	}

a.readon:link, a.readon:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bolder;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	}

a.readon:hover {
	color: #99FF00;	text-decoration: underline;
	}
	
/** category text format and links **/
.category {
	color: #999999; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; text-decoration: none;
	}

a.category:link, a.category:visited {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
	}

a.category:hover {
	}
	


/*SECTIONS USED FOR FORUMS AND POLLS*/
.sectiontableheader {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #606990;
	}
	
.sectiontableentry1{
	background-color: #3C456C;
}	
	
.sectiontableentry2 {
	background-color:#606990;
	}
	
/*MAMBO SPECIFIC GENERAL TAGS*/
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none; 
	font-weight: normal;
	}

.smalldark {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #CCCCCC;
        text-decoration: none;
        font-weight: normal;
        }
		
/*MODULE SPECIFIC TAGS*/
.moduleheading{
    /*DEPRECATED BUT USED BY THE SIMPLE BOARD FORUM COMPONENT SO I HAD TO KEEP IT!*/
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #999999;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
}
.poll {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

.newsfeedheading {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #333333;
        text-align:left;
        }

.newsfeeddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	font-weight: normal;
}

				/*CONTENT TAGS*/

.createdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	bottom: 5px;
	position: relative;
	}

.modifydate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none; 
	font-weight: normal;
	}

/*---------------------------------------*/
.border {
	background-color: #2E375E;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-top-style: none;
	border-bottom-width: 0px;
}
/* TAGS I CREATED FOR THE SITE DESIGN */
.sideBlocks {
	background-image: url(../images/blocks_darkBlue.gif);;
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}.quoteTable {
	border: 2px solid #000000;
	background-color: #999999;
	color: #FFFFF;
	font-size: 11px;
}
.frontpageheader {
	font-size: 16px;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


.header_right {
	background-image: url(../images/farshot_header_right.png);
	background-repeat: no-repeat;
	background-position: right;
}
.headerbg {
	background-image: url(../images/farshot_header_bg.png);
	background-repeat: repeat;
	background-position: left;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D4D0C8;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	word-spacing: 3px;
}
a.header_text:link, a.header_text:visited {
	color: #D4D0C8;
	text-decoration: none;
	font-size: 10px;
}
a.header_text:hover {
	background-color:#FFFFFF;
	color: #666666;
	text-decoration: none;
}
.blueshade_right {
	background-image: url(../images/blueshade_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.blueshade_left {
	background-image: url(../images/blueshade_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	left: 0px;
}
/*I DON'T KNOW WHAT THESE DO YET TAGS */
.fase4rdf {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000; font-weight: normal;
	}

a.fase4rdf:link {
	font-size: 11px; font-weight: normal; color: #FF9900;
	}

a.fase4rdf:hover {
	font-weight: bold; color: #808080;
	}	


.pagenavbar {
}
.pagenav {
	font-size:14px;
	color: #FFFFFF;
	text-align:center;
}

a.pagenav {
	color: #FFFFFF;
}

a.pagenav:hover{
text-decoration:underline;
}
.contentbox{
	border: 1px dashed #D4D0C8;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2E375E;
	text-align: center;
}