/*

Project: Platinum Portfolios - Website Administration

Developed by: Chris Halgryn for Infraweb

Copyright: © 2008 Infraweb

Contact e-mail: chris@infraweb.co.za

Date created: 2008/09/01

Date modified: 2008/12/09



*/





body {

	margin: 0px;

	overflow: auto;

	scrollbar-face-color: #ffffff;

	scrollbar-highlight-color: #000066;

	scrollbar-shadow-color: #000066;

	scrollbar-3dlight-color: #ffffff;

	scrollbar-darkshadow-color: #ffffff;

	scrollbar-arrow-color: #000066;

	scrollbar-track-color: #efefef;

	scrollbar-base-color: #ffffff;

	background-color: #ffffff;

	background-image: url(./images/pp_bg_01.jpg);

	background-position: center center;

	background-repeat: no-repeat;

	background-attachment: fixed;

	font-family: arial;

	font-size: 12px;

	color: #000000;

}



h1 {

	background-color: #cccccc;

	font-family: arial;

	font-size: 16px;

	text-align: left;

}



h2,.tableHead {

	background-color: #dddddd;

	font-family: arial;

	font-size: 14px;

	font-weight: bold;

	text-align: left;

}



th {

	background-color: #eeeeee;

	font-family: arial;

	font-size: 12px;

	font-weight: bold;

	text-align: center;

	border-bottom: 1px #000066 solid;

}



p,td {

	font-family: arial;

	font-size: 12px;

	color: #00006a;

}



li {

	font-family: arial;

	font-size: 12px;

	color: #00006a;

	line-height: 12px;

}



.dis {

	color: #cccccc;

}



.bold {

	font-weight: bold;

}



.small {

	font-size: 9px;

	color: #000066;

}



.left {

	text-align: left;

}



input.text {

	font-family: tahoma;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	border: 1px #dddddd solid;

	height: 18px;

}



input.number {

	font-family: tahoma;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	border: 1px #dddddd solid;

	height: 18px;

	text-align: right;

}



input.numberTotal {

	font-family: tahoma;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	border: 1px #dddddd solid;

	border-top: 1px #000000 solid;

	border-bottom: 3px #000000 double;

	height: 18px;

	text-align: right;

}



input.file {

	font-family: tahoma;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	border: 1px #000066 solid;

	height: 22px;

}



input.button {

	border: 1px #000066 solid;

	height: 22px;

	background-color: #efefef;

	color: #000000;

	cursor: hand;

}



textarea.text {

	font-family: tahoma;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	overflow: auto;

	border: 1px #dddddd solid;

}



select.text {

	font-family: tahoma;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

}



a {

	font-family: arial;

	font-size: 12px;

	font-weight: bold;

	color: #000066;

	text-decoration: none;

}



a:visited {

	font-family: arial;

	font-size: 12px;

	font-weight: bold;

	color: #000066;

	text-decoration: none;

}



a:hover {

	font-family: arial;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}

a.disclaimerLink {
	font-family: arial;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

a.disclaimerLink:hover {
	color: #000066;
	text-decoration: underline;
}

