/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}






html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	overflow:hidden;
	font-family: tahoma, arial, verdana;
	font-size:10pt;
	color:#000000;
	background-color:transparent;
}
a, a:hover, a:link, a:visited {
	color:#20507F; /*A70138;*/ /*9E051D;*/
}
a img {
	border:0px;
}
input, textarea, select {
	padding:0px 0px 0px 3px;
/*	padding-left:3px;*/
	margin:0px;
}
.tinybreak {
	display:block;
	clear:both;
	height:1px;
	line-height:1px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.linkdiv {
	cursor:pointer;
	color:#20507F; /*A70138;*/ /*9E051D;*/
	text-decoration:underline;
}
.smradio {
	margin-right:3px;
}
.smradiocaption {
/*	position:relative;
	left:16px;*/
	/*margin-left:16px;*/
}
.silkicon {
	width:16px;
	height:16px;
}
.silkicon2 {
	width:20px;
	height:20px;
}
a.buttonon, a.buttonon:link, a.buttonon:visited, a.buttonon:active, a.buttonon:hover, a.buttonoff, a.buttonoff:link, a.buttonoff:visited, a.buttonoff:active, a.buttonoff:hover {
	text-decoration:none;
}
.redbutton {
	background:
		url(../images/theme/btn_mid.png)
		repeat-x
		right top;
	display:block;
	height:22px;
	color:#555;
	font-size:8pt;
	padding-top:2px;
	font-weight:bold;
	position:relative;
	float:left;
}
.redbuttonl {
	background:
		url(../images/theme/btn_left.png)
		no-repeat
		left top;
	position:relative;
	left:0px;
	top:0px;
	height:22px;
	width:6px;
	display:block;
	float:left;
}
.redbuttonr {
	background:
		url(../images/theme/btn_right.png)
		no-repeat
		left top;
	position:relative;
	left:0px;
	top:0px;
	height:22px;
	width:6px;
	display:block;
	float:left;
}
.greenbutton {
	background:
		url(../images/theme/gbtn_mid.png)
		repeat-x
		right top;
	display:block;
	height:22px;
	color:#FFFFFF;
	font-size:8pt;
	padding-top:2px;
	font-weight:bold;
	position:relative;
	float:left;
}
.greenbuttonl {
	background:
		url(../images/theme/gbtn_left.png)
		no-repeat
		left top;
	position:relative;
	left:0px;
	top:0px;
	height:22px;
	width:6px;
	display:block;
	float:left;
}
.greenbuttonr {
	background:
		url(../images/theme/gbtn_right.png)
		no-repeat
		left top;
	position:relative;
	left:0px;
	top:0px;
	height:22px;
	width:6px;
	display:block;
	float:left;
}

.bluebutton {
	background:
		url(../images/theme/bbtn_mid.png)
		repeat-x
		right top;
	display:block;
	height:22px;
	color:#FFFFFF;
	font-size:8pt;
	padding-top:2px;
	font-weight:bold;
	position:relative;
	float:left;
}
.bluebuttonl {
	background:
		url(../images/theme/bbtn_left.png)
		no-repeat
		left top;
	position:relative;
	left:0px;
	top:0px;
	height:22px;
	width:6px;
	display:block;
	float:left;
}
.bluebuttonr {
	background:
		url(../images/theme/bbtn_right.png)
		no-repeat
		left top;
	position:relative;
	left:0px;
	top:0px;
	height:22px;
	width:6px;
	display:block;
	float:left;
}


.greenbuttons {
	background:
		url(../images/theme/gbtn_mids.png)
		repeat-x
		right top;
	display:block;
	height:20px;
	color:#FFFFFF;
	font-size:8pt;
	padding-top:2px;
	font-weight:bold;
	position:relative;
	float:left;
}
.greenbuttonls {
	background:
		url(../images/theme/gbtn_lefts.png)
		no-repeat
		left top;
	position:relative;
	left:0px;
	top:0px;
	height:20px;
	width:6px;
	display:block;
	float:left;
}
.greenbuttonrs {
	background:
		url(../images/theme/gbtn_rights.png)
		no-repeat
		left top;
	position:relative;
	left:0px;
	top:0px;
	height:20px;
	width:6px;
	display:block;
	float:left;
}
.buttonon {
	cursor:pointer;
}
/*.buttonon:hover { opacity:0.90; }*/
.buttonoff {
	cursor:default;
}
.buttonoff .redbutton {
	color:#999999;
	background-image: url(../images/theme/btn_mid_g.png);
}
.buttonoff .redbuttonl {
	background-image: url(../images/theme/btn_left_g.png);
}
.buttonoff .redbuttonr {
	background-image: url(../images/theme/btn_right_g.png);
}
.buttonoff .redbuttons {
	color:#999999;
	background-image: url(../images/theme/btn_mids_g.png);
}
.buttonoff .redbuttonls {
	background-image: url(../images/theme/btn_lefts_g.png);
}
.buttonoff .redbuttonrs {
	background-image: url(../images/theme/btn_rights_g.png);
}
fieldset { border:1px solid #CCC; padding:10px; position:relative; }
legend { font-family:arial; color: #225E96; font-size:10pt; font-weight:bold; letter-spacing:1px; top:8px; }
.detaillabel { font-family:arial; color: #225E96; font-size:10pt; letter-spacing:1px; background-color: #FFF; position:relative; top:8px; margin-left:10px; font-weight:bold; z-index:2; display:inline; padding-left:5px; padding-right:5px; }
.innerdetails { border:1px solid #CCC; padding:10px; position:relative; padding-top:15px; z-index:1; margin-bottom:5px; }

.nobutton {
	width:0px;
	height:0px;
	border:0px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}