@font-face {
	font-family:comfort;
	src:url("../../fonts/Comfortaa-Regular.eot");
}
@font-face {
	font-family:comfort;
	src:url("../../fonts/Comfortaa-Regular.ttf");
}
.clear { clear: both; }
body {
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 13px;
}
strong, b { font-weight:bold; }
a {
	text-decoration: none;
	color: #2763A5;
}
a:visited {
	color: #2763A5;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 5px;
}
.choiceWrapper {
	margin-top: 6px;
}
#container {
	margin: 10px auto 0 auto;
	width: 900px;
	background: #fff;
	overflow: hidden;
}
#header {
	background: #fff;
	padding: 20px 10px;
	font-size: 1.5em;
	font-weight: bold;
}
#header a {
	color: #000;
}
#header a:visited {
	color: #000;
}
#header a:hover {
	text-decoration: none;
}
#header span {
	color: #2763A5;
	font-family: comfort;
	text-shadow: 0 0 1px rgba(39,99,165,0.3);
	font-size: 2em;
	margin-right: 25px;
}
#header img {
	width: 120px;
	vertical-align: middle;
}
#navigation, #subnav {
	float: left;
	width: 900px;
}
#navigation {
	color: #fff;
	border-bottom: 3px solid #2763A5;
}
#navigation ul, #subnav ul {
	margin: 12px 0 0 8px;
	padding: 0;
}
#navigation ul li, #subnav ul li {
	list-style-type: none;
	display: inline;
}
#navigation li a, #subnav li a {
	display: block;
	border-radius: 4px 4px 0px 0px;
	float: left;
	padding: 6px 15px;
	margin-right: 3px;
	text-decoration: none;
}
#navigation li a {
	background: #2763A5;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navigation li a.admin {
	background: #ca5a0a;
}
#navigation li a.admin:hover {
	background: #d4732e;
}
#subnav {
	background: #ffffff;
	border-bottom: 1px solid #000;
}
#subnav li a {
	background: #e5ecf4;
	color: #000;
	border: 1px solid #000;
	border-bottom: none;
}
#navigation li a:hover {
	background: #3c7fc9;
}
#subnav li a:hover {
	background: #cadef4;
}
#content-container {
	float: left;
	width: 900px;
	background: #fff;
}
#content {
	padding: 20px 10px 20px 10px;
	margin: 0;
	overflow: hidden;
}
#content a:hover {
	color: #2075a1;
}
#content h2 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
#sidebar {
	float: left;
	width: 200px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}
#sidebar h3 {
	margin: 0;
}
#footer {
	clear: both;
	background: #fff;
	text-align: left;
	padding: 10px;
	border-top: 3px solid #2763A5;
}
#footer span {
	float: right;
}
#siteseal {
	clear: both;
	margin-top: 15px;
	float:right;
}
form {
	margin: 1em 0;
	padding-top: 10px;
}
form fieldset {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	display: inline;
	width: 260px;
	margin-left: 25px;
}
form legend {
	display: none;
}
form p {
	margin: .5em 0;
}
form label {
	display: block;
}
form input, form textarea {
	/*width: 252px;*/
	border: 1px solid #ddd;
	padding: 3px;
}
form textarea {
	height: 125px;
	overflow: auto;
}
form p.submit {
	clear: both;
	padding: 0 25px 20px 25px;
	margin: 0;
	text-align: right;
}
div.callout {
	float: right;
	border: 1px solid #2763A5;
	padding: 10px;
	line-height: 20px;
	width: 390px;
	margin-right: 20px;
	margin-top: 20px;
	color: #006600;
}
div.callout ul {
	list-style-type: square;
}
div.callout ul li {
	margin-left: 25px;
}
form button {
	padding: 5px 10px;
	cursor: pointer;
}
#Section .jFormSectionTitle {
	height: 0px;
}
#hor-zebra {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra tr:hover td {
	color: #000;
	cursor: pointer;
}
#hor-zebra td:first-child {
	border-left: 5px solid #ffffff;
}
#hor-zebra tr:hover td:first-child {
	border-left: 5px solid #d5d5d5;
}
#hor-zebra th {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td {
	padding: 8px;
	color: #666;
	font-weight: bold;
}

#hor-zebra .odd {
	/* background: #f3f3f3; */
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
dl {
	width: 425px;
	float: left;
	overflow: hidden;
	background: #fff;
	border: 1px solid #666;
	margin: 5px;
}
dl dl {
	width: auto;
	overflow: hidden;
	border: none;
	margin: 0 0 10px 0;
}
dl dt {
	background: #DDD;
	color: #000;
	font-weight: bold;
	padding: 8px;
	width: auto;
}
dl dt a{
	color: #000;
}
dl dt a:visited{
	color: #000;
}
dl dt a:hover{
	color: #039 !important;
}
dl dt div{
	float: right;
}
dl dl dt {
	color: #000;
	background: #fff;
	font-weight: normal;
	float: left;
	padding: 0 0 5px 0;
	width: 135px;
	margin: 0;
}
dl dd {
	padding: 10px;
	font-weight: bold;
	width: auto;
	background: #fff;
	margin: 0;
}
dl dd p{
	font-weight: bold;
}
dl dd p b{
	font-weight: normal;
}
dl dl dd {
	float: left;
	padding: 0 0 5px 0;
	width: 250px;
	margin: 0;
	font-weight: bold;
}
.info, .success, .warning, .error {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/ui/css/images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/ui/css/images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/ui/css/images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/ui/css/images/error.png');
}
.btnFunction {
	margin-top: -6px;
}

.btnFunction .ui-button-text {
	padding-top: 0.2em !important;
	padding-bottom: 0.2em !important;
	font-size: 0.9em;
	color: #1C94C4 !important;
}

div.paginator {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

div.paginator a {
    display: block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    margin: 2px;
    border: 1px solid #aaa;
    float: left;
    text-align: center;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;  
    font-size: 0.8em;
}
           
div.paginator a:hover {
    background: #2075A1;
    color: #fff !important;
    text-decoration: none !important;
}

div.paginator a.active {
    background: #ddd;
}

div.paginator a.active:hover {
    color: #fff !important;          
}

dl.viewKnowledgeBase {
	width: 800px;
}

dl.viewKnowledgeBase a {
	color: #3c7fc9 !important;
}

dl.viewKnowledgeBase a:hover {
	color: #3c7fc9 !important;
}

dl.viewKnowledgeBase dt {
	background: #F3F3F3;
	cursor: pointer;
	border-top: #DDDDDD 1px solid;
}

dl.viewKnowledgeBase dd, dl.viewKnowledgeBase dd p {
	font-weight: inherit;
	font-style: inherit;
	margin-bottom: 10px;
}

dl.viewKnowledgeBase dd ol {
	list-style: decimal outside none;
	margin-left: 30px;
	line-height: 15px;
}

dl.viewKnowledgeBase dd ul {
	list-style: disc inside none;
}

dl.viewKnowledgeBase dd li {
	margin-bottom: 5px;
}

dl.viewKnowledgeBase dd i {
	font-style: italic;
}

#stepForm {
	width: 400px;
	float: left;
}

@media print {
	#printcontrols {
		display:none;
	}
}

.no-js #preloader { display: none; }
.js #preloader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/ui/images/loading.gif') center no-repeat #fff;
}