﻿/*******************
	 GENERAL 
*******************/

*
{
	margin:0;
	padding:0;
}
body 
{
	font-size:12px;
	font-family:Arial;
	color:#021736;
	background:url(images/BodyBg1.jpg) repeat-x top;
}
.Title
{
	font-weight:bold;
	color:#073f59;
}

/*******************
	 HEADER 
*******************/

.header
{
	float:left;
}

.kryonLogo
{
	padding-left:95px;
	float:left;
	display:block;
	width:408px;
	height:118px;
}

/*******************
	 LOGIN 
*******************/

.loginBox
{
	float:left;
	width:340px;
	height:75px;
	overflow:hidden;
	padding-left:10px;
	margin:25px 0 0 48px;
	background:url(images/loginDottedSep.gif) no-repeat 4px 5px;	
}
.loginBox .TextBox50
{
	border:0;
	width:130px;
	padding:3px 5px;
	margin-top:3px;
	margin-left:3px;
	color:#666666;
	font-family:Arial;
}
fieldset
{
	border:0;
	float:left;
}
.btnSubmitLogin
{
	background:url(images/btnGo.jpg) no-repeat top;
	width:31px;
	height:23px;
	font-size:0px;
	border:0;
	cursor:pointer;
	float:right;
	margin-right:12px;
	margin-top:2px;
}
.btnSubmitLogin:HOVER
{
	background:url(images/btnGo_on.jpg) no-repeat top;
}

.loginLinks
{
	clear:both;
	/*padding:5px 0 0 5px;
	position:relative;
	top:-2px;
	#top:-25px;*/
}
.loginLinks a
{
	text-decoration:none;
	color:#5d6a7b;
	font-size:11px;
}
.loginLinks a:HOVER
{
	color:#95a4b9;
}
.arrow
{
	font-size:9px;
	color:Black;
}
.loginLinks .forgot_password
{
	padding-left:63px;
	/*padding-left:63px;*/
}

input.error
{
	border:1px red solid;
}
label.error
{
	display:block;
	width:18px;
	height:18px;
	float:right;
	font-size:0px;
	color:Red;
	background:url(images/iConErrMsg.jpg) no-repeat top;	
}
.errorIcon
{
	display:block;
	width:23px;
	height:20px;
	float:right;
	font-size:0px;
	color:#ffffff !important;
	background:url(images/iConErrMsg.png) no-repeat left;	
	float:left;
}
.errorIconLabel
{
	display:inline-block;
	height:20px;
	float:right;
	color:Red;
	background:url(images/iConErrMsg.png) no-repeat left;	
	float:left;	
	padding:10px 0 0 30px;
}
.errorIconLabel_User
{
	font-size:12px;
	display:inline-block;
	height:20px;
	float:right;
	color:Red;
	background:url(images/iConErrMsg.png) no-repeat left 4px;	
	float:left;	
	padding:8px 0 0 30px;
	text-align:left;
}
.errorIconLabel_beta
{
	font-size:12px;
	height:20px;
	color:Red;
	background:url(images/iConErrMsg.png) no-repeat left 4px;	
	padding:8px 0 0 30px;
	text-align:left;	
}



.loginValidation
{
	float:left;
	position:relative;
	margin-top:-5px;
	margin-left:-5px;
}
.loginValidation ul
{
	position:absolute;
	left:105px;
	top:10px;
}
.loginValidation li
{
	display:inline;
	padding-right:10px;
}

.popUpContent .btnClose
{
	position:absolute;
	bottom:0px;
	right:10px;
	font-size:0;
	border:0px;
	display:block;
	width:134px;
	height:49px;
	cursor:pointer;
	background:url(images/btnCloseBG.jpg) no-repeat 0px 0px;	
}
.popUpContent .btnClose:HOVER
{
	background:url(images/btnCloseBG.jpg) no-repeat 0px -50px;	
}

/*******************
	 CONTENT 
*******************/

.centerFrame
{
	width:1000px;
	position:relative;
	height:580px;
	background:url(images/containerBg2.jpg) no-repeat top;
	margin:auto;
}


.cbChecked
{
	font-size:11px;
	padding-left:15px;
	background:url(images/cbChecked.jpg) no-repeat left;
	cursor:default;
}
.cbUnChecked
{
	font-size:11px;
	padding-left:15px;
	background:url(images/cbUnChecked.jpg) no-repeat left;
	cursor:default;
}
.tblCaptcha img
{
	border:1px #999999 solid !important;
}
.link
{
	color:#1ba8e5;
}
.link:HOVER
{
	color:#5d6a7b;
}
.tblCaptcha input
{
	padding:2px 5px;
}

/*******************
	 FOOTER 
*******************/

.siteFooter
{
	text-align:center;
	float:left;
	width:100%;
	color:#0d3f7c;
}
.footerLinks ul, .footerCredits ul
{
	list-style:none;
	
}
div.footerLinks ul li a
{
	color: #2d597e;
	font-size: 12px;
	text-decoration: none;
}
div.footerLinks ul li a:hover
{
	color: #11b1f1;
	text-decoration: underline;
}
div.footerLinks ul li.PDF
{
	background: Transparent url(Images/footer_pdf.png) 0 0 no-repeat;
	height: 15px;
	width: 15px;
	padding: 0 0 0 20px;
	margin-left: 0px;
}
div.footerLinks ul li.PDF a
{
	color: #2d597e;
	font-size: 12px;
	text-decoration: none;
}
div.footerLinks ul li.PDF a:hover
{
	color: #11b1f1;
	text-decoration: underline;
}







.footerLinks li, .footerCredits li
{
	display:inline;
}

.footerLinks a, .footerCredits a
{
	text-decoration:none;
	color:#0d3f7c;
}
.footerLinks a:HOVER, .footerCredits a:HOVER
{
	color:#5d6a7b;
}

.footerCredits
{
	padding-top:10px;
	font-size:11px;
}

.footerSep
{
	padding:0 10px;
}
.inkodLink
{
	display:inline-block;
	padding:3px 0;
	vertical-align:middle;
	background:url(images/inkod_logo.gif) no-repeat 29px center;
}
.footerItemActive
{
	color:#1ba8e5 !important;
}