/* @override http://tilforth.dev.qldhosting.com.au/templates/tilforth/css/template_css.css */

/* @group Template Styles */

.bodybg  { color: #333333; background-color: #fe9934; margin: 0; padding: 0;
	background-image: url(images/bgrep.gif);
}

.container { 
	width: 928px;
	margin-top: 0;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	line-height: 0;
}

.menu {
	padding-left: 20px;
	
	
}

.center {
	background-color: #fff;
}

.contbox {
	width: 544px;
	margin: 0 20px 0 22px;
}

.content {
	background: url(images/contentrep.gif) repeat-y left top;
}

table.textarea {
	margin: 5px 25px 20px 25px;

}

td.right {
	width: 338px;
	overflow: hidden;
}

.lborder {
	background: url(images/leftborder.jpg) repeat-y;
}

.rborder {
	background: url(images/rightborder.gif) repeat-y;
}


.footer {
	padding: 5px 27px;
	color: #fff;
	font-size: 12px;
	background: url(images/footerrep.gif) repeat-x left top;
}

.site {
	padding-right: 10px;
	text-align: right;
	color: #fff;
}


.site a:link {
	color: #fff;
}

.site a:visited {
	color: #fff;
}

.site a:hover {
	color: #fff;
	text-decoration: underline;
}

.content table.contentpaneopen td {
	padding-left: 50px;
}

/* right modules */
.right table.contentpaneopen {
	margin: 5px 20px;
}

.right table.moduletable-blue td, .right table.moduletable-orange td {
	padding: 5px 20px 15px 20px;
}


/* @end */

/* @group General Styles */

td,tr,p,div   { color: #656565;
	font: 10px/16px Verdana, Arial, sans-serif;
}
h1,.contentheading,.componentheading  { 
	color: #f6921e;
	vertical-align: top;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 50px;
	height: 43px;
	background: url(images/heading.gif) no-repeat;
}
	h2 { color: #f6921e; font-size: 15px }
	h3 { color: #f6921e; font-size: 13px }
	h4 {
	color: #f6921e; 
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #f6921e; 
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #f6921e; 
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited   { color: #f6921e; text-decoration: none }

a:hover {	
	
	text-decoration: none;
	color: #666;
}
	
ul   { margin-left: 15px; padding-top: 0; padding-right: 0; padding-left: 0 }

li   { margin: 0; padding: 0 }

hr { 
	/* often used in components like Akobook, and Simpleboard forum
	   to define the separator lines */

	}

.small {
	/* general style for texts when small size fonts are used. In 
	   the contents, this style is used for "Written by..." texts */

	}

.createdate  { font-size: 10px; text-transform: uppercase }

.modifydate {
	/* need me to say? :) Well it styles the "Last updated on" text
	   at the end of articles/contents */
	}

a.readon:link, a.readon:visited  { color: #f6921e; font-size: 10px; text-transform: lowercase}

a.readon:hover  { text-decoration: underline }

/* @end */

/* @group Joomla (mostly unused) Styles */

.pagenavbar { 
	/*for some weird reasons, this is not used in page nav, but found it used 
	  for nick names in forum threads by Simpleboard */
}

.pagenav {
	/* as the name implies, this is for formatting texts for
	   those "<< Start < Previous 1 Next > End >>" links */
}

a.pagenav, a.pagenav:visited {
	/* same as above, but for links */

}

a.pagenav:hover {
	/* same as above, but for links with mouse pointer over it */
}

.ontab {
	/* For styling of the "Tab" buttons when editing contents through the frontend
	   (when you log in as admin in the frontend). This .ontab is the styling for the
	   tab when it is active or after its "clicked" */
	background-color: #323A15;
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	/* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
	   This .ontab is the styling for the tab when it is NOT active or when it is NOT "clicked" */
	background-color : #e5e5e5;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	/* this style is used set the size of the tab in 
	   in the above */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabheading {
	/* Not too sure what this is used for. Couldn't find anything
	   related to it yet at the moment */
}

.pagetext {
	/* this style is used to style the content of the editing form
	   contents (where HTMLArea sits and all its forms + contents) in
	   the frontend Administration interface */

}

.contentpane {
	/* This is used mainly for the table that holds the SECTIONS such as News.
	   This is when you create a link to a Section and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. Yes! That entire thing is contained in a table with this style */
	}

.contentpaneopen  { }


.contentpagetitle {
	/* Couldn't find where is this yet. Will update this part when I
		get to it. Sorry. If you know, please email me the infos */

	}

.contentdescription {
	/* When you create a link to a Section in the main menu and when clicked on it, it will display
	   "News" then some description (with image if you selected one) and then a list of 
	   Category of News. This style is used for formating the "DESCRIPTION" part of that page */

	}

table.contenttoc {
	/* This is used to format the table of the Tables of Contents or "Jump to" 
	   box when it is enabled in a multiple paged content or article */

    }

table.contenttoc td {
	/* the same as above, but this is used to format the td or
	   table cells */

}

.content_rating {
	/* used for styling the texts used for displaying 
	   those "stars" for rating in an article */

}

.content_vote {
	/* used for those voting texts (the one with voting RADIO buttons) */

}

.sectiontableheader   { font-weight: bold; background-color: gray;
	color: white;
}

.sectiontableentry1,   { }
	
.sectiontableentry2   { background-color: silver}

.category {
	/* this is to set the category Titles ( found on a SECTION's page
	   where the Category lists are) styles */
	}

a.category:link, a.category:visited {
	/* same as above, but to set the link format */
	}

a.category:hover {
	/* same as above, but for links with mouse pointer over it */
	}
 
a.blogsection:link, a.blogsection:visited {
	}

a.blogsection:hover {;
	}

.poll {
	/* polls texts */
	}

.pollstableborder {
	/* set the border properties of the polls voting table */
}

a.weblinks:link, a.weblinks:visited {
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	}

.newsfeedheading {
	/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
   }

.newsfeeddate {
	/* yeah.. the date on the newsfeed */
	}

.fase4rdf {
	/* this is the body text of the newsfeed */
	}

a.fase4rdf:link {
	/* links of the body text of the newsfeed */
	}

a.fase4rdf:hover {
	/* links of the body text of the newsfeed when mouse points over it*/
	}


table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}

table.contact {
	/* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT 
	   enclose the dropdown list for selecting the Department/person
	   to contact */
	background-color: #FFFFFF;
	}

table.contact td.icons {
	/* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
	background-color: #CCCCCC;
	}

table.contact td.details {
	/* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
	background-color: #F3F3F3;
	}

/* @end */

/* @group Form Styles */

.button  { color: #ffffff; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; background: #d90500; text-align: center; margin-top: 4px; height: 20px; border-width: 0 }

.inputbox  { color: #000; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background: #ffffff; padding: 2px;
}

/* @end */

/* @group Menu Styles */

.mainlevel   {
	display: block;
	float: left;
	height: 60px;
	margin-top: 4px;
	padding-right: 30px;
}

a.mainlevel:link, a.mainlevel:visited    {
	color: #fff;
	font-size: 13px;
}

a.mainlevel:hover    {
	color: #666;
	text-decoration: none;
}

#active_menu    {
	color: #666;
}

.sublevel  { font-size: 10px;  }

a.sublevel:link, a.sublevel:visited  { 	color: maroon;
	font-size: 10px;
}

a.sublevel:hover  {
	color: gray;
}

ul#mainlevel-nav {
  padding          : 0;
  margin           : 0;
  list-style       : none;
}

ul#mainlevel-nav li {

}

ul#mainlevel-nav li a {

}

ul#mainlevel-nav li a:hover {
}

/* @end */

/* @group Module Styles */

table.moduletable   { margin: 0; padding: 0 }

table.moduletable th   { color: red; font-size: 14p}

table.moduletable td {

	}
	
.menu table.moduletable {
	width: 100%;
}

table.moduletable-news {
	width: 298px;
	text-align: left;
	background: url(images/mod1rep.gif) repeat-y;
}

table.moduletable-news th {
	width: 298px;
	height: 78px;
	background: url(images/mod_latest.gif) no-repeat;
	color: #fff;
	font-size: 1px;
}

table.moduletable-client {
	width: 298px;
	text-align: left;
	background: url(images/modrep2.gif) repeat-y;
}

table.moduletable-client th {
	padding: 10px 0 0 10px;
	width: 298px;
	height: 82px;
	background: url(images/mod_clients.gif) no-repeat;
	color: #aedee4;
	font-size: 1px;
}

/* spares */
table.moduletable-orange {
	width: 298px;
	text-align: left;
	background: url(images/mod1btm.gif) repeat-y 0 bottom;
}

table.moduletable-orange th {
	width: 298px;
	height: 78px;
	background: url(images/modhead1.gif) no-repeat;
	color: #fff;
	font-size: 1px;
}

table.moduletable-blue {
	width: 298px;
	text-align: left;
	background: url(images/mod2btm.gif) repeat-y -1px bottom;
}

table.moduletable-blue th {
	padding: 10px 0 0 10px;
	width: 298px;
	height: 82px;
	background: url(images/modhead2.gif) no-repeat;
	color: #aedee4;
	font-size: 1px;
}



/* @end */

/* @group Top Menu Styles */

.mainleveltop       { display: block; margin: 15px 0 0; padding: 0 0 0 10px; float: left }

a.mainleveltop:link, a.mainleveltop:visited                { color: red;
	font-size: 12px;
}
	a.mainleveltop:hover       {
	color: gray;
	text-decoration: underline;
}

/* @end */

/*
     FILE ARCHIVED ON 02:12:12 Oct 03, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:43:53 Dec 14, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/