* {
	margin: 0;
}
html, body {
	/*height: 100%;*/
	background-color: #ffffff;
}
.top {
	width: 1008px;
	margin: 0 auto;
	background-color: #C3E7FB;
	background-image: url( "/web/design/images/blue-top.png" );
	background-repeat: no-repeat;
	background-position:center top;
	padding-top:15px;
	margin-top:20px;
}
.bottom {
	width: 1008px;
	margin: 0 auto;
	background-color: #C3E7FB;
	background-image: url( "/web/design/images/blue-bottom.png" );
	background-repeat: no-repeat;
	background-position: center bottom;

}
.wrapper {
	/*min-height: 100%; 	height: auto !important; 	height: 100%; 	margin: 0 auto -100px;  	the bottom margin is the negative value of the footer's height  	*/
	clear: both;
	width: 988px;
}
.footer, .push {
	/*height: 100px;*/ /* .push must be the same height as .footer */ /*width:100%;*/
	width: 973px;
	margin: 0 auto;
	clear: both;
}
/*
body
{
    background-color:#C3E7FB;
}*/
body, td, th, input, textarea, select {
	font-family: verdana, geneva, sans-serif;
	color: #000000;
	font-size: 12px;
}
#printHeader {
	display: none;
	height: 0;
}
.canvasWrapper {
	margin: 0 auto 0 auto;
	width: 968px;
}
#col1 {
	width: 240px;
	float: left;
	margin-left:20px;
}
#col2 {
	width: 700px;
	float: right;
	background-color: #fff;
}
#footer {
	background: url(/web/design/images/footer.gif) no-repeat;
	background-position: top center;
	font-size: 12px;
	line-height: 14px;
	height: 130px;

}
.footerWrapper {
	width: 950px;
	margin: 0 auto;
}
.logo {
}
.copyright, .footerLinks {
	margin-top: 105px;
}
.copyright {
	float: right;
	margin-right: 10px;
}
.footerLinks {
	float: left;
	margin-left: 10px;
}
.footerLinks span {
	margin-right: 28px;
}
.footerLinks a, .footerLinks a:visited {
	color: #000;
	text-decoration: none;

}
.contentTop {
	background: #fff url(/web/design/images/content-top.gif) no-repeat;
	background-position: top;
	width: 700px;
	height: 10px;
}
.contentBottom {
	background: #fff url(/web/design/images/content-bottom.gif) no-repeat;
	background-position: bottom;
	width: 700px;
	height: 10px;
}
.cloudTop {
	background: url(/web/design/images/side-menu-top.gif) no-repeat;
	width: 203px;
	height: 80px;
	margin-top: 10px;
}
.cloudBottom {
	background: url(/web/design/images/side-menu-bottom.gif) no-repeat;
	width: 203px;
	height: 10px;
}
.breadCrumbsWrapper, .headerBody, .contentBody {
	background: #fff;
	padding: 0 15px;
	background-image: url(/web/design/images/white-bg.gif);
}
.ct {
	background-image: url(/web/design/images/white-bg.gif);
}
.searchFormWrapper {
	background-color: #fff;
	width: 203px;
	height: 35px;
}
.searchBtnCont {
	float: right;
	width: 50px;
}
.searchFieldCont {
	float: left;
	width: 140px;
	padding-left: 10px;
}
.searchFieldCont input {
	width: 130px;
}


/* Error messages */
.messageCont, .messageContError, .messageContSuccess, .form {
	margin-top: 10px;
	padding: 5px;
}
.messageCont {
	border: solid 1px #FFCC00;
	background-color: #FFFF99;
}
.messageCont span {
	color: #000000;
	font-weight: bold;
}
.messageContError {
	border: solid 1px #FF0000;
	background-color: #FFCCCC;
}
.messageContError span {
	color: #FF0000;
	font-weight: bold;
}
.messageContSuccess {
	border: solid 1px #336600;
	background-color: #CCFF99;
	padding: 0;
}
.messageContSuccess span {
	color: #336600;
	font-weight: bold;
}

/* CONTENT CLASSES */
.ct {
	font-size: 12px;
	line-height: 140%;
}
.ct b, .ct strong {
	font-weight: bold;
}
.ct i {
	font-style: italic;
}
.ct img {
	padding: 0 5px;
}
.ct ul {
	list-style-type: square;
	list-style-position: outside;
}
.ct ol {
	list-style-type: decimal;
	list-style-position: outside;
}
.ct ol, .ct ul {
	margin: 10px;
}
.ct li {
	margin-left: 5px;
}
.ct p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ct a, .ct a:visited, .forgotPassword a, .forgotPassword a:visited {
	color: #6B6CA1;
	text-decoration: underline;
}
.ct h1 {
	font-size: 22px;
	line-height: 140%;
	font-weight: bold;
	color: #A6D572;
}
.ct h2 {
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
}
.ct h3, .ct h3 span {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}
.ct h4 {
	font-size: 12px;
	color: #A6D572;
	font-weight: bold;
}
.ct h5 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.ct hr {
	border: none;
	border-top: dotted 1px #000;
	height: 1px;
	clear: both;
	color: #fff;
}
.ct table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #fff;
	border-collapse: collapse;
	background-color: white;
}
.ct table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #fff;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.ct table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #fff;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.ct table.type1 th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.ct table.type1 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.ct table.type2 {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #000;
	border-collapse: separate;
	background-color: white;
}
.ct table.type2 th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: #000;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.ct table.type2 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: #000;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
/* END CONTENT CLASSES */




.appletTop {
	background: url(/web/design/images/login-top.gif);
	background-position: bottom;
	height: 38px;
	width: 203px;
	margin-top: 10px;
}
.appletBody {
	margin: 0 10px;
}
.appletContent {
	width: 203px;
	background-color: #fff;
}



.crumb a, .crumb a:visited {
	color: #000;
}

.submitBtn {
	background-color: Transparent;
	background-image: url(/web/design/images/button-blank.gif);
	background-repeat: no-repeat;
	border: 0;
	width: 100px;
	height: 20px;
	color: #fff;
	cursor: pointer;
}
