/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size:11px;
}
h2 {
	border-bottom: 1px solid #ececec;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
}

h3 {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #00346E;
}
/* Box Images */
/* Top */
#smallbox_topleft{
	background: url(../Images/grd_black/frame_tl.gif) no-repeat;
}
#smallbox_toptile{
	background: url(../Images/grd_black/frame_toptile.gif) repeat-x;
}
#smallbox_top{
	background: url(../Images/grd_black/tile_top.gif) repeat-x;
}
#smallbox_topend{
	background: url(../Images/grd_black/frame_topend.gif) no-repeat;
}
#smallbox_topright{
	background: url(../Images/grd_black/frame_tr.gif) no-repeat;
}

/* Sides */
#smallbox_leftside{
	background: url(../Images/grd_black/frame_l.gif) repeat-y;
}
#smallbox_rightside{
	background: url(../Images/grd_black/frame_r.gif) repeat-y;
}

#smallbox_sideleft{
	background-color: #3A3A3A;
}
#smallbox_sideright{
	background-color: #3A3A3A;
}

.bb1 {
	border-bottom: 1px solid #3A3A3A;	
}
.br1 {
	border-right: 1px solid #3A3A3A;
}
.bt1 {
	border-top: 1px solid #3A3A3A;
}
.bl1 {
	border-left: 1px solid #3A3A3A;
}
.wr1 {
	border-right: 1px solid #FFFFFF;
}
.wt1 {
	border-top: 1px solid #FFFFFF;
}
.wb1 {
	border-bottom: 1px solid #FFFFFF;
}
.wl1 {
	border-left: 1px solid #FFFFFF;
}
/* Bottom */
#smallbox_bottomleft{
	background: url(../Images/grd_black/frame_bl.gif) no-repeat;
}
#smallbox_bottomtile{
	background: url(../Images/grd_black/frame_bottomtile.gif) repeat-x;
}
#smallbox_bottomright{
	background: url(../Images/grd_black/frame_br.gif) no-repeat;
}
/* End Box Images */
/* ///////////////// */

/* Background Colours */
.tr_colour {
	background-color: #666666;
}

/* End Background Colours */
/* ///////////////// */

/* Text Styles */
.frameTitle {
	font-family: Arial;
	font-size : 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding: 6px 0px 0px 0px;
	display : block;
	float : left;
}
.frameTitle a:link, .frameContent A:active, .frameTitle a:visited {
	font-family: Arial;
	font-size : 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.frameTitle a:hover {
	text-decoration: underline;
}
.frameSubtitle {
	font-family: Arial;
	font-size : 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;
}
.frameSubtitle a:link, .frameSubtitle A:active, .frameSubtitle a:visited {
	font-family: Arial;
	font-size : 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.frameSubtitle a:hover {
	text-decoration: underline;
}
.frameDescription {
	font-family: Arial;
	font-size : 11px;
	color: #FFFFFF;
	font-weight: none;
	background-color: #666666;
}
.frameDescription a:link, .frameDescription A:active, .frameDescription a:visited {
	font-family: Arial;
	font-size : 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.frameDescription a:hover {
	text-decoration: underline;
}
.framearrows {
	font-family: Arial;
	font-size : 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	display : block;
	float : left;
}
.blinkOn {
	font-family: Arial;
	font-size : 11px;
	color: #666666;
	font-weight: none;
	text-decoration: none;
}
.blinkOff {
	font-family: Arial;
	font-size : 11px;
	color: #000000;
	font-weight: none;
	text-decoration: none;
}
.frameContent {
	font-family: Arial;
	font-size : 11px;
	color: #000000;
	font-weight: none;
}

.frameContent a:link, .frameContent A:active, .frameContent a:visited {
	font-family: Arial;
	font-size : 11px;
	color: #666666;
	font-weight: none;
	text-decoration: none;
}
.frameContent a:hover {
	font-weight: none;
	text-decoration: underline;
}

/* End Text Styles */
/* ///////////////// */
.menuShow {
	background: url(../Images/grd_black/show.gif) no-repeat;
}
.menuHide {
	background: url(../Images/grd_black/hide.gif) no-repeat;
}
/* Button Images */

.btnsubmit {
	font-family: Arial;
	font-size : 11px;
	color: #FFFFFF;
	font-weight: bold;
	border: solid 1px #666666;
	padding: 1px;
	background: url(../Images/grd_black/button.gif) repeat-x;
}


/* End Button Images */
/* ///////////////// */


/* tabs */

.navlistInactive {
	font-family: Arial;
	font-size : 11px;
	font-weight:bold;
	width:64px;
	height: 31px;
	background:url("../Images/grd_black/tabs_off.gif") no-repeat;
	color:#ffffff;
	text-align: center;
	text-decoration:none;
}

.navlistActive {
	font-family: Arial;
	font-size : 11px;
	font-weight:bold;
	width:64px;
	height: 31px;
	background:url("../Images/grd_black/tabs_on.gif") no-repeat;
	color:#ffffff;
	text-align: center;
	text-decoration:none;
}
.clientInactive {
	font-family: Arial;
	font-size : 11px;
	font-weight:bold;
	height: 24px;
	color: #ffffff;
	text-align: center;
	text-decoration:none;
	background-color: #808284;
	border-right: 1px solid #ffffff;
	font-weight:bold;
}
.clientInactive a:link, .clientInactive A:active, .clientInactive a:visited {
	font-family: Arial;
	font-size : 11px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
}

.clientActive {
	font-family: Arial;
	font-size : 11px;
	font-weight:bold;
	height: 24px;
	color: #000000;
	text-align: center;
	text-decoration:none;
	background-color: #ECECEC;
	border-right: 1px solid #ffffff;	
	font-weight:bold;
}
.clientActive a:link, .clientActive A:active, .clientActive a:visited {
	font-family: Arial;
	font-size : 11px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
}

.tabcontent{
	font-family: Arial;
	font-size : 11px;
	color:#000000;
	text-align: justify;
	display:none;
	border-top: none;
	margin: 0px;
	padding: 0px;
	border-left:#3A3A3A solid  1px;
	border-right:#3A3A3A solid  1px;
	border-bottom:#3A3A3A solid  1px;
}
.skin1 {
	cursor:default;
	position:absolute;
	text-align:left;
	font-size: 8pt;
	border:1px solid buttonface;
	visibility:hidden;
}
.menuItem {
	font:menutext;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:menu;
}
td.withLink { 
	font:menutext;
	height: 20px;
} 
td.withLink a { 
	font:menutext;
	color: black;
	text-decoration: none;
	display: block; 
	height: 20px;
} 
.menuTable { 
	border:2px outset buttonhighlight;
}
td.withLink a:hover { 
	font:menutext;
	background-color:highlight;
	color: white;
} 
.hoizontalRule {
	background-color:menu;
	height:2px;
}
#collapsedown {
	background: url(../Images/grd_black/collapse_down.gif) no-repeat;
	cursor: pointer;
}
#collapseup {
	background: url(../Images/grd_black/collapse_up.gif) no-repeat;
	cursor: pointer;
}