/*
Stylesheet For: QuanticateV2
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      		a: Plan Nav Menu
      		b: jQuery Drop Down Menu
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #3c3c3c url(../../pics/bg-wrapper.gif) repeat-y top left;
	margin:0px;
	padding:0 0 0 0;
	color: #2B2B2A;
}
body, p, div, td {
	font-family: Tahoma,"Lucida Sans",Arial,Verdana;
	font-size: small;
}
img{
	border: 0;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
div#contentArea a.button {
	padding: 2px;
	background: #D6D6D6;
	border: #C3C3C3 1px solid;
	color: #2B2B2A;
	text-decoration: none;
	display:inline-block;
}
div#contentArea a.button:hover {
	background: #2B2B2A;
	color: #FFFFFF;
}
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 974px;
	margin: auto auto;	
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}
a{
	color:#3e3e3e;
	text-decoration:none;
}
a.email{
	color:blue;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div#CMSEditor{
	width:1000px;
}
#Wrapper #Page a.btn {
	border:1px solid #555555;
	background:#999999;
	padding:2px 4px;
	text-decoration:none;
	color:#ffffff;
	display:inline-block;
}
#Wrapper #Page a.disabled {
	cursor:default;
	border:1px solid #444444;
	background:#666666;
}
#Wrapper #Page a:hover.btn {
	border:1px solid #444444;
	background:#666666;
}
/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	color: #000000;
	font-size: x-large;
	margin:0;
	padding:0 0 12px 0;
}
h1 span.yellow,
h2 span.yellow {
	color: #ffc425;
}

h2.news {
	color: #000000;
	font-size:150%;
	margin:0;
	padding:0 0 12px 0;
}
h2.news span.yellow {
	color: #ffc425;
}

/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#Header {
	height: auto !important;
	height: 180px;
	min-height: 180px;
	margin:0;
	padding:0;
}
#Header .content{
	background: transparent url(../../pics/header-logo.jpg) no-repeat top left;
	height: 180px;
	min-height: 180px;
	width:974px;
}
#Header img {
	padding-top: 10px;
	padding-left: 10px;
}
#Header div.title {
	width: 300px;
	float: left;
}
/* ----------------------------------------------------------- */
/* B1:a.  Plan Nav Menu Comment this in if desired	*/
/* ----------------------------------------------------------- */

#Menu {
	float:right;
	padding:140px 0 0 0;
	height:41px;
	width:840px;
}
#Menu ul {
	margin:0;
	padding:0 0 0 10px;
	list-style: none;
	height:41px;
}
#Menu ul li {
	list-style-type: none;
	float:left;
	padding:0;
	margin:0;
}
#Menu ul li a {
	font-size:120%;
	color: #FFFFFF;
	text-decoration: none;
	padding:10px 15px 12px 15px;
	display:block;
}
#Menu ul li.selected a {
	background: transparent url("../../pics/menuSelected.gif") no-repeat bottom center;
	color: #FFFFFF;
	font-weight: bold;
}
#Menu ul li a:hover {
	background: transparent url("../../pics/menuSelected.gif") no-repeat bottom center;
}


/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */

#Wrapper .content{
	background:#ffffff  url('../../pics/body-bg.jpg') no-repeat;
	padding-bottom:30px;
}

#contentArea ol {
	margin:0 0 0 8px;
	padding:0;
}
#contentArea ol li {
	margin:0 0 0 12px;
	padding:0 0 8px 0;
}
#contentArea p.footNotes {
	font-size:80%;
	font-style:italic;
}
#contentArea hr {
	border:none;
	border-bottom:1px solid #dddddd;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper #Navigation {
	width:322px;
	padding:20px 0 0 0;
	float:right;
}
#Wrapper #Navigation ul {
	margin:0;
	padding:0;
	list-style: none;
}
#Wrapper #Navigation ul li {
	margin:5px 0 5px 0;
	width:312px;
	height:30px;
}
#Wrapper #Navigation ul li.selected {
	margin-bottom:1px 0 1px 0;
	width:312px;
	height:43px;
}
#Wrapper #Navigation ul li a,
#Wrapper #Navigation ul li.selected a {
	background: transparent url('../../pics/subMenuCell_normal.png') no-repeat;
	display:block;
	padding:6px 6px 6px 30px;
	color:#333333;
	text-decoration:none;
	font-size:120%;
	width:276px;
	float:right;
	font-weight:bold;
}
#Wrapper #Navigation ul li.selected a { 
	height:31px;
	background: transparent url('../../pics/subMenuCell_selected.png') no-repeat;
	padding-top: 10px;
}
#Wrapper #Navigation ul.navMenu li.buttonSubMenu_UnSelected { display:none; }
#Wrapper #Navigation ul li a:hover { background: url('../../pics/subMenuCell_normal_hover.png') no-repeat; }
#Wrapper #Navigation ul li.selected a:hover { background: url('../../pics/subMenuCell_selected_hover.png') no-repeat; }

#Wrapper #Navigation ul li.buttonSubMenu { height:20px; }
#Wrapper #Navigation ul li.buttonSubMenu a,
#Wrapper #Navigation ul li.buttonSubMenu_Selected a {
	padding:2px 6px 6px 30px;
	background: transparent url('../../pics/subSubMenuCell_normal.png') no-repeat;
	font-size:100%;
}
#Wrapper #Navigation ul li.buttonSubMenu_Selected a {
	height:23px;
	padding:4px 6px 6px 30px;
	background: transparent url('../../pics/subSubMenuCell_selected.png') no-repeat;
}
#Wrapper #Navigation ul li.buttonSubMenu a:hover { background: transparent url('../../pics/subSubMenuCell_normal_hover.png') no-repeat; }
#Wrapper #Navigation ul li.buttonSubMenu_Selected a:hover { background: transparent url('../../pics/subSubMenuCell_selected_hover.png') no-repeat; }
#Wrapper #Navigation a.bayesianButton img{
	margin-bottom:4px;
}

#Navigation p.leftMenuBtn {
	margin:0 0 8px 0;
	padding:0;
}
#Navigation #Banner {
	margin:0 0 12px 0;
	padding:0;
}

/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	width: 578px;
	padding:30px 0 0 44px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-right: 10px;
	float: left;
}
#Wrapper #Page a {
	color:#6666CC;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer .content {
	background: transparent url('../../pics/footer-bg.gif') no-repeat bottom center;
	padding-bottom: 10px;
	position:relative;
}
#Footer .bg{
	background: #FFFFFF url('../../pics/footer-bg.jpg') no-repeat;
}
#Footer .content, #Footer .bg{
	height:85px;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Footer ul li {
	list-style-type: none;
	float: left;
	padding: 5px;
}
#Footer ul li a {
	font-size: small;
	color: #2B2B2A;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#Footer ul li a:hover {
	color: #00AFFF;
	background: #003D5A;
}
#FooterLinks { float:right; }
#FooterLinks img { border:0; margin:0 10px 0 10px; }
#Footer .copyright { position:absolute; bottom: 10px; left:20px; }
#credit p.credittext { 
	text-align:right; 
	color:#8d8d8d;
	margin-top:10px;
}
#credit p.credittext a { color:#8d8d8d; }
#Footer div.socialLinks{
	float:left;
	margin:8px 0 0 10px;
}


/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */

/* *********************************************************** */
/* C1. Theraputic Exp Table                                    */
/* *********************************************************** */

table.theraExp{
	border: 1px solid black;
	background:#ffffcc;
	border-collapse:collapse;
}
table.theraExp td.header{
	background:#ffff99;
	text-align:center;
	font-weight:bold;
}
table.theraExp td.header h2{
	padding:0;
	margin:0;
}

table.theraExp td{
	border: 1px solid black;
	font-weight:bold;
}

/* *********************************************************** */
/* D. Gallery - jQuery lightBox plugin - Gallery style		*/
/* *********************************************************** */
#gallery {
	background-color: #000;
	margin:10px 0 10px 0;
	padding:10px 5px 10px 10px;
}
#gallery ul { list-style: none; padding:0; margin:0;}
#gallery ul li { display: inline; padding:0 10px 10px 10px; }
#gallery ul img {
	padding:2px;
	border: 4px solid #081B5D;
	margin-bottom:8px;
}
#gallery ul a:hover img {
	border: 4px solid #FFF;
	color: #FFF;
}
#gallery ul a:hover { color: #FFF; }

/* *********************************************************** */
/* E. Languages										    		*/
/* *********************************************************** */
span.flag img{
	border:1px solid black;
	margin: 0 0 0 5px;
	display: block;
	float: right;
}
div.languages{
	float:right;
	color:#ffffff;
	padding: 2px 0 0 0;
	font-size:80%;
	width:140px;
}
span.langText{
	float:left;
	display:block;
}
#PreHeader{
	height:24px;
}
/* *********************************************************** */
/* F. Shopping Basket										   */
/* *********************************************************** */
.basketSmall h2{ padding:0 0 8px 0; margin:0 0 0 0; font-size:18px; }
div.line{ border-top:1px solid #ffffff; }

/* Box */
.mainBox{  }
.mainBox .mainBox_top{ background:url(../../pics/main-top.gif) no-repeat; height:10px; }
.mainBox .mainBox_bottom{ background:url(../../pics/main-bottom.gif) no-repeat; height:10px; }
.mainBox .mainBox_inner{ background:url(../../pics/main-cell-repeater.gif) repeat-y; padding:8px; }
.mainBox p{ margin:0;padding:0; }

/* G. Transaction */

div.transactionTable {
	background:url('../../pics/transactionTableBg.jpg') bottom center no-repeat;
	width:578px;
	margin:0 0 10px 0;
	padding:0 0 16px 0;
}
div.transactionTable h3 {
	background:url('../../pics/transactionTableH3Bg.jpg') top center no-repeat;
	color:#ffffff;
	padding:10px;
}
div.transactionTable div.heading,
div.transactionTable div.credit,
div.transactionTable div.debit,
div.transactionTable div.totalRow,
div.transactionTable div.pagination{
	padding:0 10px;
	color:#ffffff;
}
div.transactionTable div.heading { font-weight:bold; }
div.transactionTable div.pagination { margin:10px 0 0 0; }
div.transactionTable div.moreInfo {
	display:none;		
	margin:0;
	padding:0 2px 5px;
}
div.transactionTable div.moreInfo p{
	margin:0;
	padding:0;
}
div.transactionTable div.pagination a.btnNext { float:right; }

span.col {
	display:block;
	float:left;
	width:89px;
	padding:5px 2px;
	background:#8f8f8f;
} 
div.transactionTable div.credit span.col, div.transactionTable div.credit div.moreInfo { background:#7f7f7f; }
div.transactionTable div.debit span.col, div.transactionTable div.debit div.moreInfo { background:#6f6f6f; }
span.colType {}
span.colID { width:36px; }
span.colDate {}
span.colUnits { text-align:right; }
span.colName { width:216px; }
span.colOpts { text-align:right; width:54px; height:22px; padding:2px 2px 2px 3px; }

div.totalRow {
	float:right;
	padding:10px 0;
}
p.topUpProgress {
	padding:5px;
	color:#000000;
}
#SecureTradingBox{ background:#ffffff; border:1px solid #000000; padding:5px; }
#SecureTradingBox p{ font-size:80%; }
