/* CSS Document */

body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#CCCC99;	
	font-family:Gill Sans MT, Arial, sans-serif;
	font-size:12px;
}
form {
	margin:0px;
}
.button {
	background-color:#CCCC99;
	color:#666;

	border:1px solid #000;
}
h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
}

#header {
	width:835px;
	height:126px;
	text-align:left;
	background:#fff url(../images/login_back_1px.gif) repeat-x;
	margin:18px 0px 0px 0px;
	overflow:hidden;
}
#header-logo {
	width:165px;
	float:left;
}
#header-flash {
	width:366px;
	float:left;
}
#header-login {
	width:304px;
	height:126px;
	overflow:hidden;
	float:left;
	text-align:left;
	background-image:url(../images/login_top_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:12px;
}
#header-login table tr td {
	font-size:12px;
}
#header-login-title {
	float:left;
	width:294px;
	height:31px;
	padding:5px 0px 0px 10px;
	font-size:16px;
	font-weight:bold;
}
#header-login-content {
	float:left;
	width:274px;
	padding:5px 10px 5px 10px;
}
#header-login-content p {
	margin:0px 0px 5px 0px;
	font-family:Gill Sans MT,Times,Arial;
}

#wrapper {
	width:835px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	min-height:380px;
}
_#wrapper {height: 1%;}
#left {
	width:165px;
	float:left;
	display:block;
	background:#fff url(../images/menu_back.gif) repeat-y;
	margin-bottom: -3990px; padding-bottom: 4000px;
	min-height:450px;
	_height:450px;
}
#main {
	width:640px;
	float:left;
	text-align:left;
	background:#fff url(../images/right_fade.gif) repeat-y;
	padding:2px 15px 0px 15px;
	margin-bottom: -3990px; padding-bottom: 4000px;
	min-height:450px;
	_height:450px;
}
#accountinfo {
	width:640px;
	font-size:16px;
	margin-bottom:2px;
}
#breadcrumb {
	width:640px;
	font-size:11px;
	font-weight:bold;
	color:#CCCC99;
	margin-bottom:10px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
	color:#CCCC99;
}
#tab-main {
	width:640px;
	height:100%;
}
#tab-left {
	width:365px;
	height:100%;
	float:left;
	background:#fff url(../images/tab_top_main_white.gif) no-repeat;
	color:#000;
}
#tab-left a, #tab-left a:visited {
	color:#666;
	text-decoration:none;
}
#tab-left a:hover {
	text-decoration:underline;
}
.tab-main {
	float:left;
	background:#fff url(../images/tab_top_main_white.gif) no-repeat;
	width:365px;
	margin-bottom:10px;
}
.tab-main-top {
	float:left;
	width:365px;
	height:41px;
	font-size:13px;
	font-weight:bold;
}
.tab-main-tab {
	float:left;
	width:260px;
	padding:10px 0px 0px 10px;
}
.tab-main-edit {
	float:left;
	width:85px;
	padding:10px 0px 0px 10px;
}
.tab-main-middle {
	float:left;
	width:355px;
	padding:5px 5px 0px 5px;
	background:#fff url(../images/tab_back_main_1px.gif) repeat-y;
	font-size:10px;
}
.tab-main-bottom {
	float:left;
	width:365px;
	height:10px;
	background:#fff url(../images/tab_bottom_main_white.gif) no-repeat;
}

#tab-right {
	width:250px;
	height:100%;
	float:left;
	padding-left:20px;
	color:#000;
}
#tab-right a, #tab-right a:visited {
	color:#666;
	text-decoration:none;
}
#tab-right a:hover {
	text-decoration:underline;
}

/* GENERIC CLASSES FOR RIGHT TABS */
.tab-gen {
	float:left;
	width:225px;
	margin-bottom:10px;
}
.tab-gen-tab {
	float:left;
	width:154px;
	padding:10px 0px 0px 6px;
	letter-spacing:-1px;
}
.tab-gen-edit {
	float:left;
	width:55px;
	padding:10px 0px 0px 10px;
}

/* COLOUR SPECIFIC CLASSES FOR RIGHT TABS */
.tab-pink-top {
	float:left;
	width:225px;
	height:41px;
	font-size:13px;
	font-weight:bold;
	background:#fff url(../images/tab_top_pink.gif) no-repeat;
}
.tab-pink-middle {
	float:left;
	width:215px;
	padding:0px 5px 0px 5px;
	background:#fff url(../images/tab_back_pink_1px.gif) repeat-y;
	font-size:10px;
}
.tab-pink-bottom {
	float:left;
	width:225px;
	height:9px;
	background:#fff url(../images/tab_bottom_pink.gif) no-repeat;
}

.tab-pist-top {
	float:left;
	width:225px;
	height:41px;
	font-size:13px;
	font-weight:bold;
	background:#fff url(../images/tab_top_pist.gif) no-repeat;
}
.tab-pist-middle {
	float:left;
	width:215px;
	padding:0px 5px 0px 5px;
	background:#fff url(../images/tab_back_pist_1px.gif) repeat-y;
	font-size:10px;
}
.tab-pist-bottom {
	float:left;
	width:225px;
	height:9px;
	background:#fff url(../images/tab_bottom_pist.gif) no-repeat;
}

.tab-yellow-top {
	float:left;
	width:225px;
	height:41px;
	font-size:13px;
	font-weight:bold;
	background:#fff url(../images/tab_top_yellow.gif) no-repeat;
}
.tab-yellow-middle {
	float:left;
	width:215px;
	padding:0px 5px 0px 5px;
	background:#fff url(../images/tab_back_yellow_1px.gif) repeat-y;
	font-size:10px;
}
.tab-yellow-bottom {
	float:left;
	width:225px;
	height:10px;
	background:#fff url(../images/tab_bottom_yellow.gif) no-repeat;
}

.tab-lav-top {
	float:left;
	width:225px;
	height:41px;
	font-size:13px;
	font-weight:bold;
	background:#fff url(../images/tab_top_lav.gif) no-repeat;
}
.tab-lav-middle {
	float:left;
	width:215px;
	padding:0px 5px 0px 5px;
	background:#fff url(../images/tab_back_lav_1px.gif) repeat-y;
	font-size:10px;
}
.tab-lav-bottom {
	float:left;
	width:225px;
	height:10px;
	background:#fff url(../images/tab_bottom_lav.gif) no-repeat;
}

#menu {
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li {
	background:#f0f0f0 url(../images/menu_button.gif) no-repeat;
	text-align:right;
	padding-right:28px;
	height:23px;
	line-height:21px;
}
#menu li a, #menu li a:visited {
	font-family:Gill Sans MT, Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#000;
}
#menu li a:hover {
	text-decoration:underline;
}
#menu-footer {
	position:absolute;
	bottom:10px;
	left:10px;
	width:150px;
	text-align:center;
}
#menu li.submenu {
	color:#666;
	background:#f0f0f0 url(../images/menu_button_sub.gif) no-repeat;
}

#footer {
	width:835px;
	margin:0px 5px 0px 5px;
	font-family:Gill Sans MT, Arial, sans-serif;
	font-size:10px;
	color:#666;
	text-align:left;
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#666;
}
#footer a:hover {
	text-decoration:underline;
}

.small {
	font-size:10px;
}

.medium {
	font-size:13px;
}
.large {
	font-size:14px;
}
.red {
	color:#cc0000;
}
.tabletest th {
	background-color:#CCCC99;
	color:#fff;
}