@import "nav.css";
@import "cmxform.css";

*{margin:0; padding:0;}

img{border:0;}
.access{
	display:none;
}

body{
	background:#DEDEDE url(../i/back.jpg) top center repeat-y fixed;
	font:normal 11px/1.7em verdana, helvetica, arial, sans-serif;
	color:#000;
	text-align:left;
	letter-spacing:-0.03em;
	}

div#wrapper{
	width:700px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:6px;
}

#wrapper p{
	margin:5px 0 10px 0;
}

div#content{
	width:690px;
	margin:0 auto;
	background:url(../i/wrapper.jpg) top right repeat-y;
}

#content p{
	line-height:1.65em;
	text-align:justify;
}

.contact a, .contact a:visited{
	color:#000;
	text-decoration:none;
	font:bold 11px arial;
	letter-spacing:normal;
}

h1{
	font:bold 17px helvetica, arial, sans-serif;
	margin:10px 0 0 0;
	color:#333;
	border-bottom:1px solid #6EA163;
	border-top:1px solid #6EA163;
	padding:4px 2px;
	letter-spacing: -0.03em;
	background:#F3F3F3;
}

div#text a, div#text a:visited{
	color:#6EA163;
}


div#header{
	height:170px;
	background:#fff url(../i/head.jpg) no-repeat 10px 35px;
}

div#header div#top{
	background:#000 url(../i/black-fade.jpg) bottom left repeat-x;
	color:#fff;
	font:bold 10px verdana;
	padding:5px;
	border:1px solid #000;
	height:15px;
}

div#header div#top a, div#header div#top a:visited{
	color:#999;
	text-decoration:none;
}

div#header div#bottom{
	background:url(../i/bottom.gif) bottom center no-repeat;
	height:147px;
}

#top ul{
	padding-top:7px;
	margin-left:3px;
}

#bottom ul{
	padding-top:106px;
	margin-left:6px;
	line-height:normal;
	text-align:center;
}

#top ul li,
#bottom ul li{
	display:block;
	float:left;
	padding:3px 14px 1px 14px;
	border-right:1px solid #999;
	border-left:1px solid #eee;
	height:26px;
}

#bottom ul li{
	padding:1px 29px 1px 29px;
}

#top ul li.home{
	background:url(../i/icons/cham/silver/home.gif) no-repeat 7px 5px;
	padding-left:30px;
}

#top ul li.contact{
	background:url(../i/icons/cham/silver/phone.gif) no-repeat 7px 5px;
	padding-left:30px;
}

#top ul li.sitemap{
	background:url(../i/icons/cham/silver/bookmark.gif) no-repeat 7px 5px;
	padding-left:30px;
}

#top ul li.admin{
	background:url(../i/icons/cham/silver/wrench_right.gif) no-repeat 7px 5px;
	padding-left:30px;
}

#top ul li.vacancies{
	background:url(../i/icons/cham/silver/user.gif) no-repeat 7px 5px;
	padding-left:30px;
}


#top ul li.end-left,
#bottom ul li.end-left{
	border-left:0;
}

#top ul li.end-right,
#bottom ul li.end-right{
	border-right:0;
}


#bottom ul li.salesledger{
	border-bottom:3px solid #1950CB;
}

#bottom ul li.property{
	border-bottom:3px solid #f60;
}

#bottom ul li.asset{
	border-bottom:3px solid green;
}

#bottom ul li.turnarounds{
	border-bottom:3px solid black;
}

#bottom ul li.nonstatus{
	border-bottom:3px solid gold;
}

#bottom ul li.corporate{
	border-bottom:3px solid #EE139E;
}


#top ul li a,
#top ul li a:visited,
#bottom ul li a,
#bottom ul li a:visited{
	text-decoration:none;
	color:#000;
	font:bold 11px arial;
	letter-spacing:normal;
}

#top ul li a:hover,
#bottom ul li a:hover{
	text-decoration:underline;
}
#top ul li a,
#top ul li a:visited{
	font-weight:normal;
	color:#777;
}

a.login, a.login:visited{
	position:absolute;
	margin-left:455px;
	margin-top:17px;
}

a.enquiry, a.enquiry:visited{
	position:absolute;
	margin-left:455px;
	margin-top:17px;
}

div#text{
	width: 410px;
	float:left;
}

div#sidebar{
	width:250px;
	float:right;
	padding-top:8px;
}

div.clear{
	clear:both;
	height:1px;
}

#wrapper p.contact{
	background:#fff;
	border:1px solid #ccc;
	padding:5px;
	margin-top:8px;
	margin-bottom:0;
}

#wrapper a:hover{
	text-decoration:underline;
	}

div#kw{
	color:#777;
	font:10px arial;
	letter-spacing:normal;
	border-top:1px solid #ccc;
	padding:5px 0;
	margin-bottom:5px;
	background:#fff;
}

#kw p{
	margin:0 0 0px 0;
}

h5{
	font:bold italic 11px verdana;
	color:#444;
	margin-bottom:0px;
}

table.admin{
	border:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
	}

table.admin th, table.admin td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px 2px;
}

table.admin th{
	background:#ededed;
}

textarea.keywords{
	width:99%;
	border:0;
	border:1px solid #ccc;
	font:10px verdana;
	line-height:1.5em;
}

textarea.content{
	width:99%;
	border:0;
	border:1px solid #ccc;
	height:500px;
	font:10px verdana;
	line-height:1.5em;
}

label span{
	color:#777;
	font-size:10px;
	font-weight:normal;
}

#text ul{
	margin-left:35px;
	margin-bottom:10px;
	}

#text ul li{
	margin-bottom:2px;
	}

h2{
	border-bottom:1px solid #6EA163;
	margin:5px 0 5px 0;
	font:bold 13px arial;
	text-align:left;
}

h2 a{
	text-decoration:none;
}

h2.fancy{
	background:#ededed;
	border-bottom:1px solid #aaa;
	padding:2px 3px;
	border-left:1px solid #aaa;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:5px 0 5px 0;
}

.admin div#sidebar{
	display:none;
}

.admin div#text{
	width:100%;
	float:none;
}

.admin div#content{
	background:#fff;
}

#login input{
	width:200px;
	}

form#login{
	margin:20px;
}

form#ajax-contact{
margin:0;
background:#F4F7FB;
}

#ajax-contact input{
	width:99%;
	font:11px verdana;
}

#ajax-contact textarea{
	border:1px solid #ccc;
	width:99%;
	height:120px;
	font:11px verdana;
}

#ajax-contact input.send{
	width:150px;
	font:11px verdana;
}

a.closer{
	text-decoration:none;
	color:#c00;
	font-weight:bold;
	font-size:10px;
	display:block;
	border-bottom:1px solid #ccc;
	}

.sitemap div#content{
	letter-spacing:-0.035em
}

table.sitemap{
	border:1px solid #888;
	border-collapse:collapse;
	margin-bottom:15px;
}

table.sitemap td, table.sitemap th{
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	padding:3px 6px;
	text-align:left;
}

table.sitemap th{
	background:#ededed;
}

table.sitemap td a, table.sitemap td a:visited{
	color:#c00;
}

table.sitemap td.general{
	font-weight:bold;
	color:#fff;
	background:#000;
}

table.sitemap td.asset{
	font-weight:bold;
	color:#fff;
	background:green;
}

table.sitemap td.property{
	font-weight:bold;
	color:#fff;
	background:#f60;
}

table.sitemap td.salesledger{
	font-weight:bold;
	color:#fff;
	background:#1950CB;
}

table.sitemap td.corporate{
	font-weight:bold;
	color:#fff;
	background:#EE139E;
}

.sitemap div#sidebar{
	display:none;
	}

.sitemap div#text{
	float:none;
	width:100%;
	}

.sitemap div#content{
	background:#fff;
}

div.cs{
	padding:12px;
	border:1px solid #ccc;
	margin-bottom:15px;
	background:#fafafa;
	}

.asset_finance div.cs{
	border:1px solid #EAFCC1;
	background:#F7FDE9;
}

div#text ul.asset_finance{
	border:1px solid #EAFCC1;
	background:#F7FDE9;
	padding:7px;
	margin:10px 0;
}

div#text ul.asset_finance li{
	margin-left:25px;
	font-weight:bold;
}

div#text ul.asset_finance li a,
div#text ul.asset_finance li a:visited{
	color: green;
}

.salesledger_finance div.cs{
	border:1px solid #CCDBFE;
	background:#EEF3FF;
}

div#text ul.salesledger_finance{
	border:1px solid #CCDBFE;
	background:#EEF3FF;
	padding:7px;
	margin:10px 0;
}

div#text ul.salesledger_finance li{
	margin-left:25px;
	font-weight:bold;
}

div#text ul.salesledger_finance li a,
div#text ul.salesledger_finance li a:visited{
	color: #1950CB;
}

.property_finance div.cs{
	border:1px solid #FADFCD;
	background:#FFFAF6;
}

div#text ul.property_finance{
	border:1px solid #FADFCD;
	background:#FFFAF6;
	padding:7px;
	margin:10px 0;
}

div#text ul.property_finance li{
	margin-left:25px;
	font-weight:bold;
}

div#text ul.property_finance li a,
div#text ul.property_finance li a:visited{
	color: #DC6A1D;
}


.cs h3{
	border-bottom:1px solid #ccc;
	margin-bottom:6px;
	font:bold 11px arial;
}

a.deal_update, a.deal_update:visited{
	background:#ededed;
	border:1px solid #ccc;
	font:bold 11px arial;
	display:block;
	padding:5px;
	text-align:center;
	margin-bottom:6px;
	color:#38598E;
	text-decoration:none;
}


blockquote{
	font-style:italic;
	margin:0 35px;
	border-left:5px solid #ccc;
	padding-left:10px;
	text-align:justify;
}

#sidebar a.contactus{
	background:#000 url(../i/icons/32x32/email_32.gif) no-repeat 5px 2px;
	padding:12px 3px 12px 43px;
	margin:0;
	width:73px;
	float:left;
	border:1px solid #777;
	display:block;
}

#sidebar a.calc{
	background:#000 url(../i/icons/32x32/info_32.gif) no-repeat 5px 3px;
	padding:12px 3px 13px 44px;
	margin:0;
	margin-bottom:8px;
	margin-top:8px;
	clear:both;
	border:1px solid #777;
	height:10px;
	display:block;
}

#sidebar a.home{
	background:#000 url(../i/icons/32x32/home_32.gif) no-repeat 5px 2px;
	padding:12px 3px 12px 43px;
	margin:0;
	margin-bottom:1px;
	width:73px;
	float:left;
	border:1px solid #777;
	margin-right:8px;
	display:block;
}

html>body #sidebar a.home{
	margin-bottom:8px;
}

#sidebar a.info{
	padding-bottom:8px;
	padding-top:8px;
	margin-bottom:8px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	clear:both;
}

#sidebar a.home,
#sidebar a.home:visited,
#sidebar a.contactus,
#sidebar a.contactus:visited,
#sidebar a.calc,
#sidebar a.calc:visited{
	color:#fff;
	font:bold 11px helvetica, arial;
	text-decoration:none;
}

#sidebar a.home:hover,
#sidebar a.contactus:hover,
#sidebar a.calc:hover{
	text-decoration:underline;
}


#content p.calculator{
	background:#ededed url(../i/icons/cham/silver/calculator.gif) no-repeat 5px 5px;
	border:1px solid #ccc;
	padding:3px 3px 3px 30px;
	margin-bottom:3px;
}

#text ol{
	margin-left:25px;
	}
	
#text h3{
	font:bold 11px helvetica, arial, sans-serif;
	border-bottom:1px solid;
	color:#000;
	}
	
#text ul.admin-links{
	background:#ededed;
	border:1px solid #ccc;
	padding:8px;
	margin:10px 0;
}

#text ul.admin-links li{
	margin-left:25px;
}

#text ul.admin-links li a,
#text ul.admin-links li a:visited{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

form#addnew{
	border:1px solid #ccc;
	padding:8px;
}


#text ul.ext-links{
	list-style:none; padding:0; margin:0;
}

#text ul.ext-links li{
	border:1px solid #ccc;
	background:#ededed;
	margin-bottom:6px;
	font-size:10px;
	padding:6px;
	line-height:1.3em;
	letter-spacing:-0.05em;
}

#text ul.ext-links li p{
	margin-bottom:0;
}

#text ul.ext-links li a,
#text ul.ext-links li a:visited{
	color:#000;
	font-weight:bold;
}

p#link-block{
	width:500px;
	margin:6px auto;
	font-weight:bold;	
}

p#link-block a,
p#link-block a:visited{
	color:#D3A731;
}

div#text a:hover{
	color:#000;
	text-decoration:none;
}

div.quote{
	background:#F2F2F2 url(../i/css/quote-top.jpg) no-repeat 3px 3px;
	border:1px solid #ccc;
	padding:10px 3px 3px 30px;
	text-align:center;
	margin-top:6px;
}

#text div.quote p{
	background:#F2F2F2 url(../i/css/quote-bottom.jpg) bottom right no-repeat;
	padding:0px 30px 10px 0px;
	margin:0;
	text-align:center;
}

div#text ol,
div#text ol li{
	margin:0; padding:0;
}

div#text ol li{
	padding:4px 4px 8px 4px;
}

img.left{
	float:left;
	margin:0 10px 0 0;
}