@charset "utf-8";
/* CSS Document */

/*******************************************/
/***************[ CSS Reset ]***************/
/*******************************************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background:#FFF;
	color:#606060;
	font:14px/1.55em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

a {
	color: #0071BC;
	text-decoration:none;
}

a:hover {
	color:#009FF7;
	text-decoration:underline;
}

a img { border:0;}

:focus { outline:0; }

h1, h2 { color: #808080; }

h1 { font-size:22px; line-height:1.17em; margin-bottom:10px; }
h2 { font-size:18px; line-height:1.2em; margin-bottom:10px; }
h3 { font-size:16px; line-height:1.2em; margin-bottom:10px; }
h4 { font-size:14px; line-height:1.35em; margin-bottom:10px; }
h5 { font-size:12px; line-height:1.35em; margin-bottom:10px; }
h6 { font-size:12px; line-height:1.35em; margin-bottom:10px; }

th { vertical-align:top; font-weight:normal; text-align:left; }
td { vertical-align:top; }

p { margin-bottom:10px; }
address { margin-bottom:10px; font-style:normal; line-height:1.4em; }
cite { font-style:normal; font-size:10px;}
q:before, 
q:after { content:'';}

form { display:inline;}
fieldset { border:none; }
legend { display:none;}
label { color:#555; font-weight:bold; }
input, 
select, 
button { vertical-align:middle; }

dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

.disc {
	list-style: disc;
	margin: 15px 30px;
}

small { font-size:.85em; }
big { font-size:1.15em; }
hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Login Page */

.login {
	background: #002d4b url(/images/login_bg.png) left top repeat-x;
}

#login-head {
	height: 100px;
	margin: 0px auto;
	width: 980px;
}

#login-head h1.logo a {
	background: url(/images/kl_logo_blue.png) top left no-repeat;
	display: block;
	float: left;
	height: 35px;
	margin: 30px 0 0;
	text-indent: -9999em;
	width: 140px;
}

#login-head h1.logo a:hover {
	background-position: left bottom;
}

#login-content {
	background: #FFF url(/images/features_wrap.png) top left repeat-x;
}

#main-intro {
	background: #002d4b url(/images/login_wrap.png) top left no-repeat;
	margin: 0 auto;
	padding: 40px 0;
	width: 980px;
}

.intro {
	width: 580px;
	float: left;
}

.intro h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 32px;
	margin: 40px 0 40px;
	text-align: left;
}

.intro p {
	text-align: left;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.intro p a{
	color:#00FFFF;
}

form#register {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	background: #00539b url(/images/register_form.png) top left repeat-x;
	border: 2px solid #002333;
	float: right;
	overflow: hidden;
	padding: 10px;
	width: 350px;
	text-align: left;
}

form#register h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}

form#register ul {
	list-style: none;
}

form#register ul li {
	margin: 5px 0;
}

form#register label.register-label {
	color: #FFF;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px 0 0;
	text-align: right;
	width: 95px;
}
form#register label.school {
	width: 80px;
}
form#register label.confirm {
	margin: 0 10px;
	width: 39px;
}

form#register input.register-pass {
	float: left;
	width: 85px;
}

form#register .register-text {
	width: 235px;
}

form#register select.sel-state {
	width: 60px;
}
form#register select.sel-school {
	width: 235px;
}
form#register .submit {
	color: #464646;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin: 3px 2px 0 0;
	padding: 3px;
	text-transform: uppercase;
}

form#register .form-action {
	clear: both;
	padding: 5px 2px 0;
}

form#register .errors {
	background: #FFF url(/images/icon_error.png) 4px 50% no-repeat;
	border: 1px solid #FF0000;
	color: #FF0000;
	font-size:10px;
	font-weight: bold;
	padding: 0 4px 0 24px;
	text-transform: uppercase;
}

form#register .invalid {
	background: #FFEEAA url(/images/icon_help.png) right 50% no-repeat;
	border: 1px solid #FF0000;
	padding: 2px;
}

form#register .form-action .invalid{
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 2px 6px 2px 2px;
}

form#register p{
	color: #FFFFFF;
}

.register-terms {
	display: inline-block;
	color: #FFF;
	font-size: 10px;
	padding: 5px 0 0;
}

.register-terms a {
	color:#00FFFF;
}

a.notlisted {
color:#00FFFF;
display:block;
margin:5px 0 0 105px;
}

ul#features {
	list-style: none;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

ul#features li {
	float: left;
	margin: 20px 40px 0 0;
	width: 300px;
}

ul#features li.last {
	margin: 20px 0 0;
}
ul#features li h3 {
	color: #00A4DA;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
}
ul#features li h3 img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
ul#features li p {
	min-height: 80px;
}


/* Information Pages */

.info {
	background: #FFF;
}

#content {
	margin: 40px auto;
	text-align: left;
	width: 980px;
}

/* Footer */

#footer {
	margin: 0;
}

.footer {
	color: #999;
	clear: both;
	margin: 10px auto 0;
	overflow: hidden;
	padding: 45px 10px 20px;
	text-align: left;
	width: 960px;
}

.footer-left,
.footer-right {
	float: left;
	font-size: 10px;
	text-align: left;
	width: 480px;
}

.footer-right li {
	float: right;
	margin: 0 10px;
}

.footer-right li a {
	color: #1BA3E0;
}

/*******************************************/
/**************[ Main Forms ]***************/
/*******************************************/

/* 
	Structural
*/

.kl-form {
	margin:20px 20px 0;
	padding:0 0 20px;
	text-align: left;
}

.kl-form h2 {
	margin: 0 0 25px;
	text-align: center;
}

.kl-form ul {
	list-style: none;
}

.kl-form ul li {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

input {
}

.kl-form label {
	color: #808080;
	line-height: 18px;
	overflow: hidden;
	padding: 3px;
}

.kl-form .label {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.kl-form .left-label {
	float: left;
	margin: 0px 10px 0pt;
	text-align: right;
	width: 160px;
}

.kl-form .input-text {
	border: 1px solid #666;
	height: 18px;
	padding: 3px;
}

.kl-form .textarea {
	border: 1px solid #666;
	height: 80px;
	padding: 3px;
}

.kl-form .select {
	border: 1px solid #666;
	padding: 3px;
}

.float-left {
	float: left;
	clear: right;
}

.short { width: 75px; }
.medium { width: 190px; }
.long { width: 310px; }

select.short { width: 81px; }
select.medium  { width: 196px; }
select.long  { width: 316px; }

input[type="text"]:focus, textarea:focus {
	border: 2px solid #009FF7;
	padding: 2px;
}

.kl-form input.button {
	color:#464646;
	float:right;
	font-size:10px;
	font-weight:bold;
	margin:3px 2px 0 0;
	padding:3px;
	text-transform:uppercase;
}