/* @override http://dev.nichestudio.com.au/trs/styles.css */

/* @group Template Styles */

.bodybg  { color: #585858; margin: 0; padding: 0;
	background: #6093ac url(images/bg.gif) repeat-x scroll left top;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

td.header {
	background: url(images/header1.jpg) no-repeat scroll left top;
	margin: 0;
	padding: 0;
}

div.container {
	background-color: white;
	height: 91px;
	width: 900px;
}

div.topmenu {
	background-color: white;
	margin-left: 35px;
}

div.topmenu p {
	margin: 0;
	padding: 0;
}

td.bg-l {
	background: url(images/bg-l.gif) repeat-y scroll right top;
}

td.bg-r {
	background: url(images/bg-r.gif) repeat-y scroll left top;
}

td.main-l {
	background: url(images/main-l.gif) repeat-y scroll right top;
}

td.main-r {
	background: url(images/main-r.gif) repeat-y scroll left top;
}

td.main-bg {
	background: #f4f8fa url(images/main-bg.gif) no-repeat scroll right top;
	padding-top: 30px;
	padding-bottom: 30px;
}

td.footer {
	background: url(images/footer.gif) no-repeat scroll center top;
	padding-left: 35px;
}

td.footer p {
	font-size: 10px;
	margin-top: 5px;
}

td.bottom {
	font-size: 11px;
	text-transform: uppercase;
	color: #b6d1dd;
}

td.bottom a:link, td.bottom a:visited {
	color: #b6d1dd;
}

td.privacy {
	padding: 10px 20px;
	font-size: 11px;
	color: gray;
}

/* @end */

/* @group General Styles */

td,tr,p,div   { font-size: 12px; line-height: 16px }
h1  { color: #b81221; font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 30px;
}
	h2 { color: #b81221; font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin-top: 30px;
}
	h3 { color: #b81221; font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
	h4 {
	color: silver; 
	font-size: 14px; font-weight: bold;
	}

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

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

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

a:hover {	text-decoration: underline;
	}
	
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 */

	}

/* @end */

/* @group Top Menu */

div.topmenu a:link, div.topmenu a:visited {
	background-color: white;
	display: block;
	float: left;
	padding: 50px 10px 25px;
	color: #b81221;
	text-transform: uppercase;
	font-size: 11px;
}

div.topmenu a:hover {
	background-color: #b81221;
	color: white;
	text-decoration: none;
}

div.topmenu a.active {
	background-color: #b81221;
	color: white;
}

/* @end */

/* @group Other Styles */

table.links td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted silver;
}

/* @end */

/* @group Note Box */

td.regular {
	color: white;
	padding: 10px 10px 5px;
	border-top: 1px solid #b81221;
}

td.note {
	color: white;
	padding: 10px 10px 5px;
	background-color: #b81221;
}

td.note p {
	font-size: 12px;
}

td.note h1 {
	color: white;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

td.note a:link, td.note a:visited {
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #b81221;
	padding-bottom: 3px;
}

td.note a.active {
	border-bottom: 1px solid white;
}

td.note a:hover {
	border-bottom: 1px solid white;
	text-decoration: none;
}

/* @end */

/* @group Apply Box */

td.apply {
	background-color: #b81221;
	color: white;
	padding: 10px 10px 5px;
}

td.apply h5 {
	color: white;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid white;
}

td.apply p {
	font-size: 11px;
}

td.apply a:link, td.apply a:visited {
	color: #b6d1dd;
	background: url(images/target.gif) no-repeat scroll right top;
	height: 20px;
	width: 95px;
	padding-top: 5px;
	display: block;
}

td.apply a:hover {
	text-decoration: underline;
}

/* @end */
