/*
	Base Stylesheet

	Contains the base styles for jianshe.com.au and loncingroup.com.au

	Copyright (c) 2006 Ned Martin
	http://nedmartin.org/

	17-Aug-2006

*/


a {
	color: #93C9F7;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
table a {
	color: #2729DC;
}
img {
	border: none;
}

body {
	background-color: #050020;
	color: #FFFFFF;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;

	background-image: url(_img/_bg-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

div.content input, textarea, select, option {
	color: #FFFFFF;
	background-color: #050020;
}
div.content {

/*	background-image: url(_img/_border-left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #CC0000;*/
	margin: 248px 0px 0px 216px;
	padding: 20px;
	text-align: center;
}

.success, .error, #authenticate {
	color: #000000;
	padding: 1em;
	font-size: larger;
	font-weight: bold;
}
.success {
	background-color: #BFFFBF;
}
.error {
	background-color: #FFBFBF;
}

div.content #authenticate {
	background-color: #BFFFBF;
}
div.content div#top-border {
	background-image: url(_img/_border-top.jpg);
	background-repeat: repeat-y;
	height: 150px;
	width: 100px;
	border: 2px solid green;
	background-color: white;
}
div.content h1 {
	font-size: 18px;
	font-weight: bold;
}
div.content h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #4A4952;
	background-image: url('_img/_h2.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 2px;
	padding-left: 8px;
	position: relative;
	display: block;
}

/* Styled tables */
div.content table {
	margin: auto;
	border-collapse: collapse;
	color: #000000;
	background-color: transparent;
	text-align: left;
}
div.content table .t-header { /* table header */
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	background-image: url('_img/_h2.png');
	background-repeat: no-repeat;
	background-position: top left;

	padding-top: 2px;
	padding-left: 8px;
}
div.content table .t-img { /* table image */
	text-align: center;
	border: none;
	padding: 10px;
}
div.content table .t-h { /* header column */
	font-weight: bold;
}

/*
	Table borders
*/
div.content table .t-top {
	background-image: url('_img/_t-top.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border: none;
}
div.content table .t-right {
	background-image: url('_img/_t-right.jpg');
	background-repeat: repeat-y;
	background-position: right;
	border: none;
	width: 22px;
	padding: 0;
	margin: 0;
}
div.content table .t-left {
	background-image: url('_img/_t-left.jpg');
	background-repeat: repeat-y;
	background-position: left;
	border: none;
	width: 22px;
	padding: 0;
	margin: 0;
}
div.content table .t-bottom {
	background-image: url('_img/_t-bottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	border: none;
}
div.content table .t-tl {
	background-image: url('_img/_t-tl.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	width: 22px;
	padding: 0;
	margin: 0;
}
div.content table .t-tr {
	background-image: url('_img/_t-tr.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	border: none;
	width: 22px;
	padding: 0;
	margin: 0;
}
div.content table .t-bl {
	background-image: url('_img/_t-bl.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	border: none;
	width: 22px;
	padding: 0;
	margin: 0;
}
div.content table .t-br {
	background-image: url('_img/_t-br.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	border: none;
	width: 22px;
	padding: 0;
	margin: 0;
}


div.content table td {
	background-color: #FFFFFF;
	border-top: 1px solid #4A4952;
	padding-left: 2ex;
}
div.content table th {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

}
div.content ul, div.content ol {
	text-align: justify;
}

div.img-border {
	display: inline;
	padding: 0 20px 20px 0;
	margin: auto;
	text-align: center;

	background-image: url('_img/_img-background.png');
}
* html div.img-border {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/_img-background.png',sizingMethod='scale');
}
div.img-border img {
	position: relative;
}

div.footer p {
	margin: 0;
}

div.footer {
	font-size: 10px;
	margin: 10px 10px 0px 200px;
	text-align: right;
}
div.header {
	background-image: url(_img/_top-middle.jpg);
	background-repeat: repeat-x;
	background-position: left top;

	color: #003333;
	height: 248px;
	left: 0px;
	margin: 0;
	position: absolute;
	top: 0px;
	text-align: center;
/*	width: 1021px; /* 690 + 331 */*/
	min-width: 1021px;
	width: 100%;
}

div.header a:hover {
	color: #CC0000;
	text-decoration: none;
}

div.header img {
	border: none;
}

div.header div { /* holds the left hand header image */
/*	background-image: url('_img/_top-left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 248px;*/
}
div#top-left {
/*	background-image: url(_img/_top-left-corner.jpg);*/
	background-image: url(_img/_top-left2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 200px;
	left: 0px;
	width: 215px;
	height: 48px;
}
div.header div a { /* header jianshe link */
	display: block;
	position: absolute;
	top: 30px;
	left: 10px;
	height: 45px;
	width: 330px;
}

div.header div div { /* holds the right hand header image */
/*	height: 248px;
	background-image: url(_img/_top-right.jpg);
	background-position: right top;*/
}
div.header div div div { /* maintains a minimum width so the header images don't overlap */
/*	background-image: none;
	width: 966px;*/
}
div.header p {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

div.header p#topmenu { /* breadcrumb trail */
	float: right;
	font : 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: -32px;
}
div.header p#topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

div.header p#hidden {
	display: none;
}

hr {
	background-color: #CC3300;
	border: 1px solid #CC0000;
	height: 10px;
	margin: 10px;
}

p {
	margin: 10px 0 10px 0;
}

.right {
	text-align: right;
}
