body {
	font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
}

#nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

h2 {
	font-size:10pt;
	margin-top:0;
	margin-bottom:-10px;
}

h3 {
	padding: 4px 0 0 0;
	font-size:14px;
	font-weight:700;
	margin-top:0px;
	margin-bottom:0px;
}

p, td, th {
	font-size:9pt;
	line-height:12pt;
	text-decoration:none;
}

.taskboxline {
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #CCC;
	margin: 20px 0px;
}

.taskboxheader {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #CCC;
	background-color:#e6edff;
	height: 25px;
	text-indent: 12px;
}

.taskboxtext {
	margin: 10px;
}

.taskboxtable {
}

.taskboxcontent img {
	padding: 5px;
	float: left;
}
.task {
	background-color:#e6edff;
	list-style-type:decimal;
	list-style-position:outside;
	margin:10px 20px;
	padding:10px 40px;
	border:solid 1px #bfbfbf
}

ul {
	font-size:9pt;
	line-height:12pt;
	list-style-type:square;
	list-style-position:outside;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:-24px;
	padding-left:60px;
}

ul li {
	margin-top:6px;
	margin-bottom:6px;
}

ul p {
	margin-top:6px;
	margin-bottom:6px;
}

p > a {
	color:#00f;
	font-size:9pt;
	line-height:12pt;
	text-decoration:none;
}



.navtabcurrent {
	background: #E9EEF9 !important;
	border-bottom-color: #E9EEF9 !important;
}

#nav, #banner {
	background: rgb(233,238,249);
	border: none;
	border-bottom: 1px solid #d7d7d7;
	margin-top: 0px;
	text-align: right;
	padding: .2em 0;
}
#nav :link, #nav :visited, #banner :link, #banner :visited {
	background: none;
	border: none;
	padding: .2em 10px;
	font-size: 12px;
	color: black;
}
#nav :link:hover, #nav :visited:hover, #banner :link:hover, #banner :visited:hover {
	background-color: inherit;
	border: none;
	text-decoration: underline;
	color: black;
}
#nav .active, #banner .active {
	border: none;
	color: black !important;
	font-weight: bold;
	text-decoration: none;
}

#nav .active :link:hover, #nav .active :visited:hover, #banner .active :link:hover, #banner .active :visited:hover {
	border: none;
	text-decoration: underline;
}

#nav, #banner {
	font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
}

.ext_link {
	background:url(../gfx/ExternalLink.gif)left center no-repeat;
	padding:2px 0 0 16px;
}



#frame, #mainbox {
	text-align:left;
	margin-top:12px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 100px;
	width: 70%;
}

.ticket {
	border-bottom: 1px dotted #BBB;
}