/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		twilightBB
	Author:		Daniel St. Jules ( http://www.gamexe.net/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

.right { float: right; }

.clear { clear: all; }

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	/*height: 100%;*/
	background: #000000;
	font-family: Arial, sans-serif;
	color: #c6c6c6;
	font-size: 14px;
}

#container {
	height: 100%;
	background: #1C1C1C;
	width: 945px;
	text-align: right;
	border: 0;
	padding: 0;
	margin: 0 auto;
	min-width: 900px;
}

#banner {
	background: url('./styles/hifitech/theme/images/header.jpg') top center no-repeat; 
	height: 99px;
	text-align: center;
}

#header {
	background: url('./styles/hifitech/theme/images/top_bg.jpg') top center no-repeat; 
	height: 134px;
	text-align: center;
}

#bgleft { width: 53px; background: #252525 url('./styles/hifitech/theme/images/bg_left.gif') top right repeat-y;}
#bgright { width: 53px; background: #252525 url('./styles/hifitech/theme/images/bg_right.gif') top left repeat-y; }

#wrapper { margin: 0; background: url('./styles/hifitech/theme/images/top.gif') top repeat-x; padding: 0; }

#middle { padding: 0; margin: 0; }

#ct { margin: 0 6px 0 6px; }
#ct2 { }
#ctl {  }
#ctr { }
#cb {  }
#cbl {  }
#cbr { padding: 10px 10px 0 10px; }

#topnav {
	height: 39px;
	padding-top: 4px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
}

.forumrules h3 {
	color: red;
}

.clear { clear: all; }

/* Navigation
 --------------------- */

#menu { padding: 0px 0 0 14px; }

.lastmsg, .faq, .ucp, .members, .search, .nonewpms, .newpms, .mcp { 
	float: right; 
	display: block; 
	width: 107px; 
	height: 50px;
	margin: 0 10px 0 10px;
}

/* hide from mac \*/
* html img, * html .lastmsg, * html .faq, * html .ucp, * html .members, * html .search, * html .nonewpms, * html .newpms, * html .mcp {behavior: url(./styles/hifitech/template/iepngfix.htc);}
/* end hide */

.faq { 
	background: url("./styles/hifitech/imageset/he/faq.png") 0 0 no-repeat;
}

.lastmsg {
        background: url("./styles/hifitech/imageset/he/lastmsg.png") 0 0 no-repeat;
}

.ucp { 
	background: url("./styles/hifitech/imageset/he/ucp.png") 0 0 no-repeat;
}

.members { 
	background: url("./styles/hifitech/imageset/he/members.png") 0 0 no-repeat;
}

.search { 
	background: url("./styles/hifitech/imageset/he/search.png") 0 0 no-repeat;
}

.nonewpms { 
	background: url("./styles/hifitech/imageset/he/nonewpms.png") 0 0 no-repeat;
}

.newpms { 
	background: url("./styles/hifitech/imageset/he/newpms.png") 0 0 no-repeat;
}

.mcp { 
	background: url("./styles/hifitech/imageset/he/mcp.png") 0 0 no-repeat;
}

.lastmsg span, .faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span, .mcp span {
	display: none; text-indent: -5000px;
}

.lastmsg:hover, .faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover, .mcp:hover {
	background-position: 0 -50px;
}

#crumbs {
	height: 48px;
	padding: 16px 27px 0 27px;
	text-align: right;
}

.breadcrumbs {
	/*padding-top:18px;*/
	font-weight: bold;
	/*padding-right: 18px;*/
}

ul.breadcrumbs li {
	list-style-type: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover{
	text-decoration: none;
}

.toplogin {
	float: right;
	width: 270px;
}


#loginContainerDiv
{
	margin-bottom:-11px;
	margin-top:-15px;
}


.tolast
{
	font-size: 9px;
}

.tolastNew
{
        font-size: 9px;
        color: #FC9049;
}	

/* hide from mac \*/
* html #navlist { position: relative; top: -3px;}
/* end hide */

#navlist li {
	display:inline;
	padding: 0 5px 0 5px;
}

#navlist {
	font-size: 12px;
	font-weight:bold;
	margin-right:22px;
	text-align:right;
}

#navlist a {
	padding: 0 4px 3px 4px;
	color: #FC9049;
}

#navlist a:hover {
	background: url("./styles/hifitech/theme/images/log_hover.gif") top repeat-x;
	text-decoration: none;
	color: #FC9049;
}

/* Round cornered boxes and backgrounds
 --------------------------------------------------------- */

.br { padding-bottom: 55px; }

.navbar {
	background-color: #D7D7C2;
	padding: 10px 20px 10px 5px;
	margin-bottom: 15px;
	display: block;
}

ul.linklist li {
	list-style-type: none;
}

/*  Text
 --------------------- */
h1 {
	color: black;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h2 a:visited, h2 a:hover, h2 a:link, h2 a:active
{
	color: #FC9049;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	/*font-size: 1.1em;*/
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
	font-size: 12px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: #BBBBBB;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	/*color: #8E8E8E;*/
}

.postdetails {
	color: #;
	font-size: 12px;
}

.postlink:link
{
	color: #FC9049;
}

.postlink:visited
{
        color: #FC9049;
}

.postlink:active
{
	color: #FC9049;
	text-decoration: underline;
}

.postlink:hover
{
	color: #FC9049;
	text-decoration: underline;
}

.postlink-local:link
{
	color: #FC9049;
}

.postlink-local:visited
{
        color: #FC9049;
}

.postlink-local:active
{
	color: #FC9049;
	text-decoration: underline;
}

.postlink-local:hover
{
	color: #FC9049;
	text-decoration: underline;
}


.postbody {
	font-size: 16px;
	line-height: 1.4em;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol {
	margin: 0 1.5em 0 0;
}

.rtl ul {
        margin: 0 0 0 0;
}

.posthilit {
	background-color: #bd894d;
}

.nav {
	margin: 0;
	color: #7C7C7C;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.1em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.acp {
	font-size: 1em;
	text-align: center;
}

.copyright {
	color: #4D4D4D;
	font-weight: normal;
}

.copyright a:link, .copyright a:visited {
	color: #717171;
}

.copyright a:hover {
	color: #C3C3C3;
}

.titles {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FC9049;
	font-size: 1.1em;
	font-weight: normal;
	background: url('./styles/hifitech/theme/images/cellpic3.png') top repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	height: 30px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 8px;
}

.tablebg {
	/*background-color: #111111;*/
	text-align: right;
}

.catdiv {
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('./styles/hifitech/theme/images/cellpic3.gif') top repeat-x;
}
.rtl .catdiv {
	background: url('./styles/hifitech/theme/images/cellpic3.gif') top repeat-x;
}

.cat {
	height: 42px;
	margin: 0;
	padding: 0;
	padding-top:6px;
	border: 0;
	background: #171717 url('./styles/hifitech/theme/images/cellpic1.gif') repeat-x;
	text-indent: 4px;
	/*border-bottom: 1px #2D2D2D solid;*/
}

.rowPostHeader {
	background: #1d1d1d url('./styles/hifitech/theme/images/rowpostheader.png') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row1 {
	background: #1d1d1d url('./styles/hifitech/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row2 {
	background: #1d1d1d url('./styles/hifitech/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row3 {
	background: #1d1d1d url('./styles/hifitech/theme/images/row1.gif') top right repeat-x;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.row_h {
	background: #222222 url('./styles/hifitech/theme/images/row2.gif') top left no-repeat;
	padding: 4px;
	border-left: 1px #404040 solid;
	border-top: 1px #444444 solid;
}

.spacer {
	background: #303030;
	padding:0px;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #444444;
	color: #444444;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link	{ color: #d1d1d1; text-decoration: none; }
a:visited	{ color: #d1d1d1; text-decoration: none; }
a:hover	{ color: #d5d5d5; text-decoration: none; }
a:active	{ color: #d1d1d1; text-decoration: none; }

a.forumlink {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

a.topictitle, a.topictitle:visited {
	margin: 1px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

th a,
th a:visited {
	color: #FC9049 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: none;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	background: #2A2A2A url("./styles/hifitech/theme/images/input.gif") top repeat-x;
	color: #C1C1C1;
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
	border: 1px solid #040404;
	vertical-align: middle;
}

input:hover, input:focus {
	background: #3C3C3C url("./styles/hifitech/theme/images/input.gif") repeat-x;
	background-position: 0 -41px;
}

textarea {
	background: #252525 url("./styles/hifitech/theme/images/textarea.gif") top repeat-x;
	color: #AAAAAA;
	font-size: 16px; 
	line-height: 22px;
	font-weight: normal;
	font-family: Arial;
	border: 1px solid #040404;
	padding: 2px;
	vertical-align: middle;
}

select {
	color: #9C9C9C;
	background-color: #2A2A2A;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #040404;
	padding: 1px;
	vertical-align: middle;
}

option {
	padding: 0 1em 0 0;
	vertical-align: middle;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

input.radio {
	border: none;
	background: none;
	vertical-align: middle;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-weight: normal;
	font-size: 1.1em;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 3px 7px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 3px 7px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 3px 7px;
	font-size: 1.1em;
}

.btnmain, .btnlite, .btnfile {
	background: url("./styles/hifitech/theme/images/submit.gif") top repeat-x;
}

.btnmain:hover, .btnmain:focus, .btnlite:hover, .btnlite:focus, .btnfile:hover, .btnfile:focus {
	background: url("./styles/hifitech/theme/images/submit.gif") top repeat-x;
	background-position: 0 -41px;
}

.btnbbcode {
	background: #AFAFAF url("./styles/hifitech/theme/images/bbcode.gif") top repeat-x;
	color: #2F2F2F;
	border: 1px #222222 solid;
}

.btnbbcode:hover, .btnbbcode:focus {
	background: #C1C1C1 url("./styles/hifitech/theme/images/bbcode.gif") top repeat-x;
	background-position: 0 -41px;
	color: #222222;
}

.helpline, .helpline:hover, .helpline:focus  {
	background: transparent;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	padding-top:0px;
	padding-bottom:0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #2a2a2a;
	color: #7a7a7a;
	font-size: 0.85em;
	font-weight: bold;
	/*background: url("./styles/hifitech/theme/images/cellpic1.gif") top repeat-x;*/
	background-color: #1a1a1a;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #2a2a2a;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	background: #101010;
	color: #9a9a9a;
}

.attachcontent {
	font-size: 0.85em;
	
	margin: 5px 5px 10px 5px;
	/*border-color: #0d0d0d;
	border-width: 2px 2px 2px 2px;
	border-style: solid;*/
	font-weight: normal;
	line-height: 1.4em;
	color: #808080;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	color: #4C4C4C;
	font-size: 0.8em;
	border-color: #111111;
	background: url("./styles/hifitech/theme/images/cellpic1.gif") top repeat-x;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #111111;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #F47230;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background: #252525 url("./styles/hifitech/theme/images/textarea.gif") top repeat-x;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Buttons
 --------------- */

a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url("./styles/hifitech/theme/images/icon_fontsize.gif");
	background-position: 0 -1px;
	width: 29px;
	position: absolute;
	top: 6px;
	left: 0px;
}

a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

.reply-icon	{ 
	float: right; display: block; width: 83px; height: 25px;
	background: url("./styles/hifitech/imageset/he/button_topic_reply.png") 0 0 no-repeat;
	margin-left: 10px;
}
.post-icon	{ 
	float: right; display: block; width: 83px; height: 25px;
	background: url("./styles/hifitech/imageset/he/button_topic_new.png") 0 0 no-repeat;
	margin-left: 10px;
}
.locked-icon { 
	float: right; display: block; width: 83px; height: 25px;
	background: url("./styles/hifitech/imageset/he/button_topic_locked.png") 0 0 no-repeat;
	margin-left: 10px;
}
.pmreply-icon { 
	float: left; display: block; width: 83px; height: 25px;
	background: url("./styles/hifitech/imageset/he/pmreply.png") 0 0 no-repeat;
	margin-left: 10px;
}

.reply-icon span, .post-icon span, .locked-icon span, .pmreply-icon span {
	display: none; text-indent: -5000px;
}

.reply-icon:hover, .post-icon:hover {
	background-position: 0 -25px;
}

/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

.postSmallTitle {
	display: inline;
	font-size: 20px;
	margin-bottom: 5px;
	color: #ffffff;
}

.postTitle {
	display: inline;
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 5px;
}



/*----------------------- new site */
#headerDiv {
	height: 142px;
	/*border-bottom: 1px solid #464444;*/ 
	background-image: url("./styles/hifitech/theme/images/top_bg.png");
	min-width: 920px;
}

#headerContainer {
	max-width: 1200px;
}

#headerSpaceSaver {
	clear: both;
	height: 1px;
	width: 920px;
}

#logoDiv {
	width: 360px;
	height: 105px;
	margin-top: 27px;
	margin-left: 10px;
	float: left;
}

#topnavigationDiv {
	width: 503px;
	float:right;
	text-align: right;
}

#menuUpper {
	height: 61px;
	padding-top: 40px;
	padding-right: 20px;
	font-size: 14px;
	color: #ffffff;
}

#menuUser {
	color: #4eb5ff;
	font-weight: bold;
}

#menuLower {
	height: 40px;
	padding-right: 10px;
}

.subMenu {
	background-image: url("./styles/hifitech/theme/images/topmenu_sub.png");
	width:149px;
	height:98px;
	position: absolute;
	text-align: right;
	font-size: 18px;
	color: #ffffff;
	padding: 10px;
	line-height: 26px;
}

#contentDiv {
	margin-left:20px;
	margin-right:20px;
	max-width: 1100px;
	min-width: 880px;
	padding-top: 20px;
	text-align: right;
}

#articlesContainer {
	width: 886px;
	text-align: right;
}

#imageDisplayDiv {
	margin-top:20px;
	width: 886px;
	height: 279px;
	background-image: url("./styles/hifitech/theme/images/images_box.png");
}

#imagesPanelLeftPicLink {
	float: left;
	margin-left: 18px;
	margin-top: 40px;
}

#imagesPanelRightPicLink {
	float: right;
	margin-right: 18px;
	margin-top: 40px;
}

.articlePreviewAudio {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left:6px;
	padding: 9px;
	width: 410px;
	height: 261px;
	font-size: 16px;
	line-height: 21px;
}

.articlePreviewMusic {
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right:6px;
	padding: 9px;
	width: 410px;
	height: 261px;
	font-size: 16px;
	line-height: 21px;
}


.storiesFooterRight {
	float: right;
	margin-right:6px;
	margin-top: 10px;
	padding: 0px;
	width: 428px;
	font-size: 16px;
	text-align: center;
}

.storiesFooterLeft {
	float: left;
	margin-right:6px;
	margin-top: 10px;
	padding: 0px;
	width: 428px;
	font-size: 16px;
	text-align: center;
}

.articlePreviewBig {
	margin-top: 15px;
	margin-right:3px;
	padding: 9px;
	height: 152px;
	width: 868px;
	font-size: 16px;
	line-height: 20px;
	background-image: url("./styles/hifitech/theme/images/article_preview_big.png");
}

.articlePreviewContent {
	height: 238px;
}

.storiesFooterLink:link, .storiesFooterLink:visited, .storiesFooterLink:hover {
	color: #4eb5ff;
}

.articleBackOdd {
	background-image: url("./styles/hifitech/theme/images/article_preview_box_odd.png");
}

.articleBackEven {
	background-image: url("./styles/hifitech/theme/images/article_preview_box.png");
}

.articleReadMore {
	text-align: left;
	padding-left: 9px;
	padding-top: 1px;
}

.storyLink {
	float: left;
	margin-left: 3px;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 9px;
}

.bigStoryLink {
	float: right;
	margin-right: 3px;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 9px;
}

.filterDisplay a:link, .filterDisplay a:visited, .filterDisplay a:hover {
	color: #4eb5ff;
	font-weight: bold;
}

.longStoryTitle {
	padding-bottom: 3px;
}

.longStoryTitle a:link,.longStoryTitle a:visited, .longStoryTitle a:hover {
	color: #fc9049;
}

.filterDisplay {
	font-size: 16px;
}

.alignLeft {
	text-align: left;
}


#footerDiv {
	width: 827px;
	height: 161px;
	background-image: url("./styles/hifitech/theme/images/footer_box.png");
	color: #646363;
	text-align: right;
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
}

#footerDiv #footerBigTable {
	margin-top: 5px;
	margin-right: 70px;
	width: 710px;
}

#footerDiv #footerBigTable td {
	width: 20%;
}

#footerDiv td {
	vertical-align: top;
	padding: 0px;
	padding-bottom: 1px;
}

#footerDiv .footerSmallTable {
	width:100%;
}

#footerDiv a:link, #footerDiv a:visited, #footerDiv a:hover {
	color: #a4a4a4;
}


.rulesTable td {
	padding: 0px;
}

.curpage {
	color: #717171;
}

.linksTable {
	text-align: left;
	font-size: 16px;
}

.linksIndex {
	font-size: 16px;
}

.linksTable a:link, .linksTable a:visited, .linksTable a:hover {
	/*color: #FC9049;*/
}

.registerTable {
	text-align: right;
	font-size: 16px;
}

.subjectColumn {
	vertical-align: top;
	width: 100px;
	color: #4eb5ff;
	font-size: 16px;
	font-weight: bold;
}

.generalBoxTable {
	background-color: #000000;
}

.generalBoxTable td {
	padding: 0px;
}

.generalBoxTableTopLeft {
	background-image: url("./styles/hifitech/theme/images/general_box_top_left.png");
	background-position: top left;
	height: 14px;
	width: 15px;
}
.generalBoxTableTop {
	background-image: url("./styles/hifitech/theme/images/general_box_top.png");
	background-position: top left;
	height: 14px;
	background-repeat: repeat-x;
}
.generalBoxTableTopRight {
	background-image: url("./styles/hifitech/theme/images/general_box_top_right.png");
	background-position: top right;
	height: 14px;
	width: 15px;
}
.generalBoxTableLeft {
	background-image: url("./styles/hifitech/theme/images/general_box_left.png");
	background-position: top left;
	background-repeat: repeat-y;
	width: 15px;
}
.generalBoxTableMiddle {
}
.generalBoxTableRight {
	background-image: url("./styles/hifitech/theme/images/general_box_right.png");
	background-position: top right;
	background-repeat: repeat-y;
	width: 15px;
}
.generalBoxTableBottomLeft {
	background-image: url("./styles/hifitech/theme/images/general_box_bottom_left.png");
	background-position: bottom left;
	width: 15px;
	height: 14px;
}
.generalBoxTableBottom {
	background-image: url("./styles/hifitech/theme/images/general_box_bottom.png");
	background-position: bottom right;
	background-repeat: repeat-x;
	height: 14px;

}
.generalBoxTableBottomRight {
	background-image: url("./styles/hifitech/theme/images/general_box_bottom_right.png");
	background-position: bottom left;
	width: 15px;
	height: 14px;
}



.bigfont {
	font-size: 18px;
}

.bigTopSpace {
	margin-top: 22px;
}

.highlight{
	color: #4eb5ff;
}

.highlight:link, .highlight:visited, .highlight:hover {
	color: #4eb5ff;
}

.orange{
	color: #FC9049;
}

.orange:link, .orange:visited, .orange:hover {
	color: #FC9049;
}