﻿/* MISC  
----------------------------------------------------------*/
html {overflow:auto}
.field-validation-error {
	color: #ff0000;	font-size:14px; width:210px; height:20px; padding:2px
}
.txtboxstyle {
	border:1px #e4e4e5 solid; height:16px; width:167px; font-size:11px; padding:1px
}
.txtboxstylelogin {
	border:1px #a6a6a6 solid; height:20px; width:210px; font-size:14px; 
	padding-bottom:1px; padding-top:2px; padding-left:5px; padding-right:5px
}
.input-validation-error {
	border: 1px solid #ff0000; background-color: #ffeeee; height:18px; padding:2px
}
.validation-summary-errors {
	color: #ff0000; list-style:none; font-size:11px; padding:0px; 
	margin:5px 0px 0px 35px; float:left
}
.validation-summary-errors ul, .validation-summary-errors li { padding:0px; margin:0px;}
#scorelinks a:link{color: #586854; font-size:8pt; font-weight:bold; outline: none;}
#scorelinks a:visited {color: #586854; font-size:8pt; font-weight:bold; outline: none;}
#scoresNamelinks a:link{color: #3C60AB; outline: none; border:none; }
#scoresNamelinks a:visited {color: #3C60AB;}
body {
	font-size: 11pt; font-family: Arial;
	margin: 0px; padding: 0px; color: #606061; background:#FFFEF4;
}
fieldset {padding:10px 20px 20px 20px;border:2px solid #e3e3e3;  width:50%}
h2 {font-size: 22pt; color:#D9541E; font-weight:normal; float:left;  padding: 0 0 0 0;}
#main {padding:0px 0px 0px 0px;margin:0px;clear:both; position:relative; width:100%;}
.bordername {
	font-size: 16px; font-weight:normal; color: Black; 
    font-family: Arial; letter-spacing:0px
}
.bordertxt {font-size: 10pt; font-weight:normal; color: #231F20;}
.steptitle{ font-size:10pt; font-weight:bold; color:#262626;}
.steptxt{font-size:7pt; color:#3a3a3a;}  

.whitelink a:link { color:#FFFFFF; text-decoration:none; font-size:10px;}
.whitelink a:visited { color:#FFFFFF; text-decoration:none; font-size:10px;}
.whitelink a:hover { color:#FFFFFF; text-decoration:none; font-size:10px;}
.graylink a:link { color:#939493; text-decoration:none; font-size:10px;}
.graylink a:visited { color:#939493; text-decoration:none; font-size:10px;}
.graylink a:hover { color:#939493; text-decoration:none; font-size:10px;}

.container {background:#FF00FF; color:#fff; margin:0 15px;}
.blur {
	background-color: #f2f1ea;	color: inherit;
	margin-left: 4px; margin-top: 4px;
	width:140px; float:left
}
.shadow, .contentshadowed {
	position: relative;
	bottom: 2px; right: 2px;
}
.shadow {
	background-color: #bdbab7; /*shadow color*/
	color: inherit;
}
.contentshadowed {
	padding:20px; background-color: #f7eaa4;
	color: #231F20;	border: 1px solid #f6f5f5;
}

a:focus { outline: none; }

.lefttop {
	background-image: url('../Content/lefttop.png'); 
	background-repeat: no-repeat; width:12px;
}
.top {
	background-image: url('../Content/top.png'); 
	background-repeat: repeat-x; height:10px;
}
.righttop {
	background-image: url('../Content/righttop.png'); 
	background-repeat: no-repeat; width:12px;
}
.left {
	background-image: url('../Content/left.png'); 
	background-repeat: repeat-y; width:4px; 
}
.bgShadow {
	background-image: url('../Content/bgShadow.png'); 
	background-repeat: repeat-x; background-position: bottom;
}
.right {
	background-image: url('../Content/right.png'); 
	background-repeat: repeat-y; width:9px; 
}
.leftbottom {
	background-image: url('../Content/leftbottom.png'); 
	background-repeat: no-repeat; height:10px;
}
.bottom {
	background-image: url('../Content/bottom.png'); 
	background-repeat: repeat-x;
}
.rightbottom {
	background-image: url('../Content/rightbottom.png'); 
	background-repeat: no-repeat;
}
.scroll {
	float:right; position: absolute; overflow: auto; 
	margin-top:2px; padding-bottom:5px; padding-right:15px;
	width:150px;  height:85px; 
	border:0px solid #e5ebeb;
	background-color: #e5ebeb;
	color:#000000; font-size:11px;
	z-index:100; display:none;
}

.popupActions {
	width:100%; background-color: transparent; padding:3px 0px 3px 0px;
}
.popupActions:hover {
	width:100%; background-color: #e0ede3; padding:3px 0px 3px 0px;
}

.popupActions a:link,a:visited {
	color: #606061; font-family:Arial; font-size:11px;
	font-weight:bold; text-decoration:none;
	padding : 4px; border:none;
}
.popupActions a:hover {
	color: #068f48; font-family:Arial; font-size:11px;
	font-weight:bold; text-decoration:none;
	padding : 4px; border:none;
}

.RegDiv {
	width:270px; height:195px;
	border:1px #068f48 solid; background-color:#fffef4;
	padding : 10px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.regItemUL {
	height:35px; list-style:none;
	margin:0px;	padding:0px;
	color:#3F3F3F;	font-size:10px;
}
.regItemUL li {
	float:left; margin:0px; padding:0px;
}
.regItemUL li input{
	width:165px; height:22px;
	background-color: #e0ede3;	border:#A9B0AC solid 1px;
	padding:0px 5px 0px 5px; margin:0px 10px 0px 10px;
}

.selectOne a:link, .selectOne a:visited {
	color:#000000; text-decoration:none; font-size:15px;
	margin:0px; padding:0px; 
}