/**
 * $URL: file:///S:/svnroot/THL_Website/branch/templates/website.css $
 *
 * Copyright (c) 2007 change++ Ltd
 *
 * $Date: 2008-05-14 18:56:50 +0100 (Wed, 14 May 2008) $
 * $Revision: 230 $
 *
 */
body, p, td {font-family: verdana,arial, sans-serif; font-size: 8pt; }
body {
	background: #DEE7FF url(../images/TLD_Blue_tile.gif) repeat-x;
	font-family: verdana,arial, sans-serif;
	font-size: 8pt;
	margin: 10px 20px 10px 20px;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #09113F;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #F9FAFF;
	scrollbar-face-color: #DEE7FF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;}
a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14pt;
}


#focus_on p {
	margin: 8px;
}

#holder {
	position:relative;
	display: block;
	width: 726px;
	margin: 0px auto 0px auto;
}

#header {
	padding-bottom: 4px;
	text-align:right;
	vertical-align: top;
}

#header_logo {
	float:left;
}

#main_logo {
	float:right;
	clear: right;
}

#logo_link {
	float:right;
	clear: right;
	font-size: 6pt;
}

.activetab {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #09113F;
	font-weight: bold; 
	color: #FFFFFF;
	
}

.activetab a {
	color: #FFFFFF;
}

.inactivetab {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0000FF;
}

.inactivetab a {
	color: #0000FF;
}

.inactivesubtab {
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	background: #09113F;
}

.inactivesubtab a {
	color: #FFFFFF;
}

.subsep {
	background: #09113F;
}

#nav1 {
	color: #CDB3CC;
	cursor: default;
	float: left;
	clear: left;
}

#nav1 a {
	text-decoration: none;
}

#nav1 a:hover {
	text-decoration: underline
}

#nav1table {
	width: 100%;
	margin-top: 10px;
	border-spacing: 0px;
	text-align: center;
	border-collapse: collapse;
}

#nav2 {
	cursor: default;
	float: left;
	clear: left;
	width:100%;
}

#nav2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav2 a:hover { text-decoration: underline }

#nav2table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.LHS_Corner {
	background: #09113F url('../images/TLD_tab_LHS_edge_long.gif') no-repeat left top;
}

.RHS_Corner {
	background: #09113F url('../images/TLD_tab_RHS_edge_long.gif') no-repeat right top;
}

.LHSub_Corner {
	background: #09113F url('../images/TLD_header_LHS_edge_long.gif') no-repeat left top;
}

#contact_details {
	clear: left;
	color: #6699FF;
	font-size: 0.9em;
	text-align: center;
}
#buttons {
	clear: left;
	color: #6699FF;
	font-size: 0.9em;
	text-align: center;
}
#copyright {
	color: #6699FF;
	font-size: 0.8em;
	text-align: center;
}

img.no_border {
	border: none;
}

#bubble {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#right_column {
	float: left;
	position:relative;
	left: 11px;
	margin-left:-25px;
	width: 171px;
	color: #09113E;
	background-color: #DEE7FF;
}

#right_column a {
	color: #0000FF;
	background-color: #DEE7FF;
}

.right_column_left_border {
	background: url('../images/TLD_Blue_LHS_edge.gif') repeat-y;	
	width:23px;
}

.right_column_right_border {
	background: url('../images/TLD_Blue_RHS_edge.gif') repeat-y;	
	width:23px;
}

.right_column_left_corner {
	background: url('../images/TLD_Blue_LHS_BOT_edge.gif') no-repeat;	
	width:23px;
	height:24px;
}

.right_column_bottom_border {
	background: url('../images/TLD_Blue_BOT_edge.gif') repeat-x;	
	height:24px;
}

.right_column_right_corner {
	background: url('../images/TLD_Blue_RHS_BOT_edge.gif') no-repeat;	
	width:23px;
	height:24px;
}


#content_div {
	float: left;
	clear: left;
	position:relative;
	left:-11px;
}

#wide_content_with_borders {
	width:749px;
}

#narrow_content_with_borders {
	width:580px;
}

.wide_content {
	background-color: #FFFFFF;
}

.narrow_content {
	background-color: #FFFFFF;
}

.content_left_border {
	background: url('../images/TLD_LHS_edge.gif') repeat-y;	
	width:23px;
}

.content_right_border {
	background: url('../images/TLD_RHS_edge.gif') repeat-y;	
	width:23px;
}

.content_left_corner {
	background: url('../images/TLD_LHS_BOT_edge.gif') no-repeat;	
	width:23px;
	height:24px;
}

.content_bottom_border {
	background: url('../images/TLD_BOT_edge.gif') repeat-x;	
	height:24px;
}

.content_right_corner {
	background: url('../images/TLD_RHS_BOT_edge.gif') no-repeat;	
	width:23px;
	height:24px;
}

a img {
	border: black solid 1px;
}

hr {
	border: none;
	background-image: url('/images/gradient-line.gif');
	height: 1px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

li {
	margin: 0.5em;
}

#adminbox {
	text-align:center;
	margin:2em;
	border: red solid 1px;
	color:red;
	padding: 0.5em;
}
#adminbox a {
	color: red;
	text-decoration: underline;
}
#adminbox a:hover {
	font-weight: bold;
}

.map_key {
	list-style: none; 
}

.map_table {
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#NewLi {
	float: left;
	padding: 2px;
	margin: 2px;
	text-align: center;
	background-color: #FFFFFF;
	/* border: 1px solid #09113F;*/
	width: 275px;
	/*height: 40px;	*/
}

#NewLi a {
	padding:2px;
	display: block;
	margin: 1px;
	width:100%;
	height:100%;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 2px inset #999999;
}

#NewLi a:hover {
	border-style: outset;
}

.mandatory {
	background-color: #FFFF88;
}

.display-none {
	display: none;
}

#TitleBand {
	text-align:center;
	margin:2em;
	border: blue solid 1px;
	width: 450px;
	padding: 0.5em;
}

.image_table {
	vertical-align: top;
	text-align: center;
}

.image_table img {
	border: 0px solid silver;
}

.scroll_div {
	overflow: auto;
  	height: 365px;
}

.fixedwidth {
	width: 150px;
}
