/*
----------------------------------------------------------------------
TMCS Styles

NOTE: This is the unoptimized version. 
This version is mainly used as it is more readable, and better suited 
to development and debugging. 

@author Tu Tak Tran (contact@tutaktran.com)
----------------------------------------------------------------------
*/

/* 
----------------------------------------------------------------------
-- General styles
---------------------------------------------------------------------- 
*/
body {
	padding: 0px;
	margin: 0px;
	background: #0D0F10;
}

table {
	border-collapse: collapse;
	border: 0px;
}

table {
	width: 100%;
	border: 0px;
}

td {
	vertical-align: top;
	padding: 0px;
}

a {
	color: #95471D;
}

a:hover {
	text-decoration: none;
}

.strong {
	color: #95471D;
}

img {
	border: 0px;
}

.m_text,table,li,input,textarea {
	font-family: Tahoma;
	font-size: 10pt;
	line-height: 12pt;
	color: #999999;
}

.m_text {
	height: 800px;
}

.main {
	width: 766px;
}

.header {
	height: 325px;
	background: url(images/header_bg.gif) bottom repeat-x #252A2C;
}

.header .main {
	background: url(images/top_bg.jpg) 25px 79px no-repeat;
}

.logo {
	margin: 18px 152px 0 50px;
}

.menu {
	padding: 220px 0 0 29px;
}

.indent {
	padding: 39px 29px 20px 29px;
}

.middle {
	background: #252A2C;
	height: 410px;
}

#index .indent {
	padding: 39px 25px 20px 29px;
}

.footer {
	height: 65px;
}

.footer .main {
	width: 708px;
	background: url(images/footer_bg.gif) top repeat-x;
}

.footer td {
	text-align: center;
	padding: 28px 0 0 7px;
	color: #5A5B5C;
}

.footer a {
	color: #663318;
}

.ver_line {
	background: url(images/ver_line.gif) top repeat-y;
	width: 1px;
}

.line {
	background: url(images/line.gif) top repeat-x;
	height: 1px;
}

.h_text {
	background: url(images/h_text_tall.gif) bottom repeat-x;
}

.h_text .right {
	background: url(images/h_text_right.gif) bottom right no-repeat;
	padding: 0 0 12px 17px;
}

.h_text img {
	float: left;
}

.h_text .right .more {
	text-align: right;
	padding: 7px 15px 0 0;
}

.h_text .right .more a {
	background: url(images/more_bg.gif) no-repeat 0 4px;
	padding-left: 12px;
	color: #95471D;
	font-size: 10pt;
	text-decoration: none;
}

.h_text .right .more a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.no_class,form,.no_class td {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.input {
	vertical-align: middle;
	width: 174px;
	height: 19px;
	padding: 2px 0 0 5px;
}

textarea {
	width: 174px;
	height: 80px;
	padding-left: 5px;
	overflow: auto;
}

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

.top {
	color: #ff9900;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 10pt
}

.top a:link {
	color: #ff9900;
	text-decoration: none;
	background: none
}

.top a:active {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	background: none
}

.top a:visited {
	color: #ff9900;
	text-decoration: none;
	background: none
}

.top a:hover {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	background: none
}

.links {
	color: #ff9900;
	text-decoration: none; 
	line-height : 37px;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 10pt;
	line-height: 37px;
}

.links a:link {
	color: #ff9900;
	text-decoration: none;
	background: none
}

.links a:active {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	background: none
}

.links a:visited {
	color: #ff9900;
	text-decoration: none;
	background: none
}

.links a:hover {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	background: none
}

/* 
----------------------------------------------------------------------
-- Page styles
---------------------------------------------------------------------- 
*/ 
/* --------- General --------------------------------- */
#container {
	margin-bottom: 100px;
	margin-left: 36px;
	margin-right: 10px;
}

.gray {
    color: #999999;    
}

/* --------- Quick jump drop down box --------------------------------- */
#linksnavigation {
    margin-top: 2px;
    padding-top: 1px;
    text-align: right;	
}

#linksnavigation label {
    font-size:10pt;
    margin-right:5px;
}

#linksnavigation #linksnavigationdropdown {
    border: none;
    margin-right:5px;
    width:200px;
}

#linksnavigation input {
    color: black;
    font-size: 8pt;
}

/* --------- Navigation bar --------------------------------- */
#navcontainer {
	text-align: center;
	text-decoration: none;	
}

#navcontainer ul {
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
	
}

#navlist li {
	font-size: 9pt;
	color: black; /* Default colour */
	display: inline;
	margin: 10px 0px;	 	
}

#navlist li a {
	text-decoration: none;
	color: #CC6600;	
	
}

#navlist .noborder {
	border-right: none;
}

/* --------- Footer --------------------------------- */
#footer {
    margin-top: 20px;
    font-size: 7pt;	
    text-align: center;
}

/* --------- Whitepaper --------------------------------- */
#whitepaper h1 {
    font-size: 14pt;
    line-height: 24pt;
    text-decoration: underline;    
}

#whitepaper h2 {
	font-size:12pt;
	text-decoration: underline;
}

#whitepaper p,li {
    font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
} 


