@charset "utf-8";
/* CSS Document */

/************************************************************************
*   
*   G L O B A L  C S S
*   
*   Author:  Level 91
*   Date:    4 August 2009
*   Web:     http://www.level91.com.au
*   Email:   design@level91.com.au
*
*************************************************************************/
/*-----------------------------------------------------------------------
@import
------------------------------------------------------------------------*/

@import url(reset.css);
@import url(../lib/jqtransform/jqtransform.css);

/*-----------------------------------------------------------------------
Generic
------------------------------------------------------------------------*/

* {
	margin: 0;
}
body, html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	line-height:18px;
	background: #639bac;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: #639bac; /*url(../images/bg-footer.jpg) no-repeat;*/
	/* background-position:bottom; */
}
#copyright {
	width:752px;
	height:30px;
	margin:0 auto;
	text-align:right;
}
#frame_top {
	width:100%;
	height:125px;
	position:relative;
	margin:0 auto;
	background-image:url(../images/bg-top.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#header {
	width:752px;
	height:125px;
	position:relative;
	margin:0 auto;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#panel_search {
	width:186px;
	height:173px;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../images/panel-search.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:18px;
	padding-left:22px;
}

#panel_search img:hover{
cursor:pointer;
}

#panel_search_export {
	width:186px;
	height:75px;
	position:absolute;
	top:0px;
	right:0px;
	padding-top:18px;
	padding-left:22px;
}


#content {
	width:752px;
	height:auto;
	margin:0 auto;
	padding:0 0 160px;
	padding-top:30px;
}
#slogan {
	width:752px;
	height:25px;
	float:left;
	background-image:url(../images/image-slogan.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 24px 0px;
}

#navbar {
	width:752px;
	height:25px;
	float:left;
	margin:0px 0px 24px 0px;
}

#navbar a {
color:#333333;
width:100px;
height:25px;
border:none;
font-size:11px;
font-weight:bold;
margin-right:10px;
text-decoration:none;
}

#navbar a:hover {
color:#000000;
text-decoration:underline;
cursor:pointer;
}

#admin-navbar {
	width:186px;
	height:173px;
	float:left;
	margin:0px 0px 0px 0px;
}

#admin-navbar a {
color:#333333;
width:100px;
height:20px;
border:none;
font-size:11px;
font-weight:bold;
margin-left:10px;
text-decoration:none;
}

#admin-navbar a:hover {
color:#000000;
text-decoration:underline;
cursor:pointer;
}

.psummary {
width:752px;
height:auto;
padding:20px 0px 10px 5px;
border-bottom:#666666 solid thin;
}

input.btn-blue {
position:relative;
top:15px;
margin-left:20px;
background:url(../images/BlueButton.gif) no-repeat center;
width:90px;
height:30px;
color:#000000; 
font: bold small 'trebuchet ms',helvetica,sans-serif;
text-align:center;
border:none;
} 

input.btn-brown {
position:relative;
top:15px;
margin-left:20px;
background:url(../images/BrownButton.gif) no-repeat center;
width:90px;
height:30px;
color:#000000; 
font: bold small 'trebuchet ms',helvetica,sans-serif;
text-align:center;
border:none;
} 

input.a-btn {
position:relative;
top:2px;
margin-left:2px;
background:url(../images/Btn-Green-Admin.gif) no-repeat center;
width:60px;
height:20px;
color:#FFFFFF; 
font: regular small 'trebuchet ms',helvetica,sans-serif;
text-align:center;
border:none;
cursor:pointer;
visibility:visible;
}

input.a-btn-wide {
position:relative;
top:2px;
margin-left:2px;
background:url(../images/Btn-Green-Admin.gif) no-repeat center;
width:120px;
height:20px;
color:#FFFFFF; 
font: regular small 'trebuchet ms',helvetica,sans-serif;
text-align:center;
border:none;
cursor:pointer;
visibility:visible;
}


textarea.a-text-area{
position:relative;
left:5px;
color:#000000;
height:60px;
border:none;
background-color:#ffdfa8;
font: regular small 'trebuchet ms',helvetica,sans-serif;
}


input.a-text-bx{
position:relative;
left:5px;
color:#000000;
width:220px;
border:none;
background-color:#ffdfa8;
font: regular small 'trebuchet ms',helvetica,sans-serif;
}

input.a-text-bx-sml{
position:relative;
left:5px;
color:#000000;
width:110px;
border:none;
background-color:#ffdfa8;
font: regular small 'trebuchet ms',helvetica,sans-serif;
}

select.a-select{
position:relative;
left:5px;
color:#000000;
width:220px;
border:none;
background-color:#ffdfa8;
font: regular small 'trebuchet ms',helvetica,sans-serif;
}

input.text-bx{
position:relative;
left:5px;
color:#000000;
width:160px;
border:none;
background-color:#ffdfa8;
font: bold small 'trebuchet ms',helvetica,sans-serif;
}

input.pswd-bx{
position:relative;
left:5px;
color:#000000;
width:160px;
border:none;
background-color:#ffdfa8;
font: bold small 'trebuchet ms',helvetica,sans-serif;
}

img.a-action{
position:relative;
top:3px;
width:16px;
height:16px;
border:none;
cursor:pointer;
}

#panel_contact {
	width:284px;
	height:125px;
	position:relative;
	float:left;
	background-image:url(../images/panel-contact.png);
	background-repeat:no-repeat;
	padding:20px 26px;
	font-size:14px;
}

#panel_contact_brown {
	width:284px;
	height:125px;
	position:relative;
	float:left;
	background-image:url(../images/panel-contact-brown.png);
	background-repeat:no-repeat;
	padding:20px 26px;
	font-size:14px;
}

#panel_buttons {
	width:384px;
	height:44px;
	position:relative;
	float:left;
	padding-top:20px;
}
.button_left {
	float:left;
}
.button_right {
	float:right;
}
#panel_total {
	width:384px;
	height:auto;
	position:relative;
	float:left;
	background-image:url(../images/panel-total.gif);
	background-repeat:no-repeat;
	overflow:visible;
}

#panel_total h3 {
	float:left;
	padding-top:10px;
	padding-left:30px;
}

#panel_total .total_number {
	float:left;
	padding-left:30px;
}
#content_home_left {
	width:336px;
	height:500px;
	overflow:visible;
	float:left;
}

#content_home_left_result_space {
	width:336px;
	height:500px;
	overflow:visible;
	float:left;
}

#content_home_right {
	width:384px;
	height:auto;
	overflow:visible;
	float:right;
}

#content_home_right a:hover {
cursor:pointer;
text-decoration:underline;
}

#content_home_right ul {
	width:192px;
	height:auto;
	overflow:visible;
	float:left;
	padding-bottom:20px;
}

.column_line {
	width:752px;
	height:auto;
	float:left;
	background-image:url(../images/lines.gif);
	background-repeat:repeat-y;
}
.column {
	width:230px;
	height:auto;
	float:left;
	padding:0px 17px 0px 17px;
}
.noborder {
	border:none;
	padding:0px 14px 0px 0px;
}
.last {
	padding:0px 0px 0px 14px;
}
#panel_record {
	width:78px;
	height:50px;
	position:relative;
	float:left;
	background-image:url(../images/panel_record.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:150px;
	padding-top:26px;
}

.dropdown2 {
	/* */
	background-color:#E3E3E6;
	width:160px;
	/* */
	/*
	width:136px;
	*/
	height:50px;
	/* */
	border:none;
	padding:2px 1px 2px 1px;
	margin-bottom:7px;
	/*
	margin-bottom:9px;
	padding-top:6px;
	*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2d4046;
	font-size:11px;
}

.dropdown {
	/* */
	background-color:#E3E3E6;
	/* */
	/*
	width:165px;
	*/
	width:165px;
	height:25px;
	/* */
	border:none;
	padding:2px 1px 2px 1px;
	margin-bottom:7px;
	/*
	margin-bottom:9px;
	padding-top:6px;
	*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2d4046;
	font-size:11px;
}
/*-----------------------------------------------------------------------
Text
------------------------------------------------------------------------*/

.bullet_large li {
	width:250px;
	background-image:url(../images/bullet-tick-large.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	list-style-type:none;
	padding:5px 0px 20px 25px;
	float:left;
	font-size:14px;
}
.bullet_small li {
	width:167px;
	background-image:url(../images/bullet-tick-small.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	list-style-type:none;
	padding:0px 0px 6px 25px;
	float:left;
	font-size:14px;
}
.bullet_subpage_small li {
	width:205px;
	background-image:url(../images/bullet-tick-small.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	list-style-type:none;
	padding:0px 0px 20px 25px;
	float:left;
}

h2 {
	color:#2d4046;
	font-weight:bold;
	font-size:14px;
	padding-bottom:12px;
}

h3 {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	padding-bottom:18px;
}
h4 {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	padding-bottom:18px;
}

h5 {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
}

/* Client Home Quick Links */
h6 {
	text-decoration:underline;
	color:#ffdfa8;
	font-weight:bold;
	font-size:14px;
	padding-bottom:12px;
}

a:link, a:visited {
	text-decoration:underline;
	color:#ffdfa8;
}
a:hover {
	text-decoration:none;
}
.title {
	color:#ffdfa8;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}
.title_sub {
	color:#2d4046;
	font-weight:bold;
}
p {
	padding-bottom:24px;
}
.date {
	font-weight:bold;
	color:#2d4046;
}
.record {
	font-size:30px;
	color:#ffdfa8;
	text-align:center;
	line-height:normal;
}

