* {
	-moz-background-clip:padding !important;
	-webkit-background-clip:padding-box !important;
	background-clip:padding-box !important;
}

body {
	background-color: white;
	color: black;
	background-image: url("images/bg_content.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
}

body, td, th, input, select, textarea, tt {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
}


tt {
	display:block;
	float:left;
	width:120px;
}

a {
	color: #C33;
	text-decoration: none;
}

a:hover {
	color: #F90;
}

/*
.head, 
#divContent h1 {
	background-color: #243889;
	background-image: url("images/title_gradient.gif");
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: fixed;
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 2px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 2px;
	clear:both;
}
*/

.border {
	border: 1px solid #999;
}

.red {
	color: #F00;
}

.dim {
	color: #999;
}

.yes { color:green; }
.no { color:red; }

/*dd {
	color: #666;
}*/

.readonly, .dim {
	color: #666;
}

.newnews {
	border:1px solid orange;
	padding:3px 5px;
}
.oldnews {
	color:#666;	
}

.highlight { background-color: #FFC; }
tr.trhover:hover { background-color:#CFC; }

.BOOM, .GOOD, .HEY, .OOPS, .INFO { list-style-type:none; background:no-repeat 10px 10px; padding:12px; padding-left:42px; }
.BOOM { background-color:#FCC; background-image:url('/images/BOOM.gif'); }
.GOOD { background-color:#CFC; background-image:url('/images/GOOD.gif'); }
.HEY, .OOPS { background-color:#FC6; background-image:url('/images/HEY.gif'); }
.INFO { background-color:#9CF; background-image:url('/images/INFO.gif'); }
.button100 { width:100px; }
.button125 { width:125px; }

.NEW_FEATURE { color:white; background-color:orange; font-weight:bold; padding:3px 5px; text-decoration:blink; }

.screen, .screen_wiz { border:1px solid #CCC; margin-right:15px; margin-top:2px; margin-bottom:5px; }
.screen_wiz { margin-right:55px; }

.clear { clear:both; }

.help_icon { position:relative; top:0; height:16px; width:16px; border:0; cursor:help; }

.showforprint { display:none !important; }
@media print {
	.hideforprint, .tab { display:none !important; }
	.showforprint { display:block !important; }
}

/*
#divContent h1 {
	font-size:110%;
	margin-bottom:7px;
}
#divContent h2 {
	font-size:102%; 
	margin-top:15px; 
	margin-bottom:4px; 
	color:navy; 
	padding-bottom:1px; 
	border-bottom:1px solid navy; 
}
#divContent p {
	margin:0; 
	margin-bottom:7px; 
}
#divContent .quote { 
	margin:15px; 
	margin-left:50px; 
	font-style:italic; 
}
#divContent ol, 
#divContent ul { 
	margin-top:2px; 
	margin-bottom:5px; 
}
*/

body {
	font: 16px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p,
li {
	color:#224;
}

h1 {
	font-size:150%;
	font-style:italic;
	font-variant:small-caps;
	line-height:15px;
	border-bottom:3px solid #08f;
	padding:0 0 0 5px;
	margin:0 0 25px 0;
}
h2 {
	font-size:115%;
	border-bottom:3px solid #08f;
	margin:2em 0 1em 0;
}
h2 span {
	color:white;
	background:#08f;
}

h3 {
	font-size:104%;
	border-bottom:2px solid #08f;
	margin:2em 0 1em 0;
}
h3 span {
	border:2px solid #08f;
}

h4 {
	font-size:100%;
	border-bottom:1px solid #08f;
	margin:2em 0 1em 0;
}
h4 span {
	border:1px solid #08f;
}

h2 span,
h3 span,
h4 span {
	padding:0 8px 0 6px;
	margin-right:5px;
	border-bottom:0;
	-webkit-border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0;
}
#content .quote {
	float:right;
	width:320px;
	margin:0 25px 15px 25px;
	padding:15px 5px 15px 20px;
	background:url(/images/blockquote_open.png) no-repeat -5px -10px #d5ffdc;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 5px 5px 5px 0px #999;
	-moz-box-shadow: 5px 5px 5px 0px #999;
	box-shadow: 5px 5px 5px 0px #999;
	border:1px solid #bdb;
}
#content .quote q span {
	background:url(/images/blockquote_close.png) no-repeat left bottom transparent;
	margin:10px 0 0 10px;
	padding:0 15px 5px 15px;
}
#content .quote q {
	padding:5px 10px 15px 30px;
	font-style:italic;
	font-size:130%;
	line-height:120%;
	color:#224;
	font-weight:bold;
	quotes:none;
}
#content .quote cite {
	padding:0.6em 10px 0 0;
	float:right;	
	font-style:normal;
	color:#666;
}

.menutitle,
.menuitem,
.footer {
	font-size:12px;
}

