.error{
	font-size:11px;
	color:red;
}
.alertRed{
	font-size:13px;
	color:red;
	text-align:center;
	margin:5px;
}
.alertGreen{
	font-size:13px;
	color:green;
	text-align:center;
	margin:5px;
}
.alertRedBig{
	font-size:17px;
	font-weight:bold;
	color:red;
	text-align:center;
	margin:15px 0 15px 0;
}
.alertGreenBig{
	font-size:17px;
	font-weight:bold;
	color:green;
	text-align:center;
	margin:15px 0 15px 0;
}
/******************************* Form style **********************************/
.formFieldset{
	padding:0px 15px 15px 15px;
	border:1px solid #E9EDF1;
	text-align:left;
	width:490px; 
	min-width:490px; 
	
	margin-right: auto;
	margin-left: auto;
}
.formLegend{
	font-size:20px;
	font-weight:bold;
	padding:0 5px 3px 5px;
	margin-left:5px;
}

.frontEndTableLabel{
	font-weight:bold;
}
.frontEndTableForm {
	border-collapse: collapse;
	border:0px solid black;
	text-align:left;
} 
.frontEndTableForm th{
	background-color:#9E2527;
	color:white;
	padding:7px 10px 3px 7px;
	text-align:left;
} 
.frontEndTableForm td{
	padding:7px 10px 3px 7px;
	vertical-align:top;
	border:0px;
	white-space: nowrap;
}

.frontEndTableForm  input[type=text], .frontEndTableForm  input[type=password], .frontEndTableForm  textarea{
	width:225px;
	
	border:1px solid #939393; 
   -webkit-border-radius:3px; 
   -moz-border-radius:3px; 
   border-radius:3px; 
   -webkit-box-shadow:0 0 3px #666 inset; 
   -moz-box-shadow:0 0 3px #666 inset; 
   box-shadow:0 0 3px #666 inset; 
   height:23px; 
   line-height:23px; 
   text-indent:5px;
}
.frontEndTableForm select{
	border:1px solid #939393;; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 
	-webkit-box-shadow:0 0 3px #666 inset; 
	-moz-box-shadow:0 0 3px #666 inset; 
	box-shadow:0 0 3px #666 inset;

	width:225px;
	height:27px; 
	line-height:27px;	
	padding-top:2px;
}

.frontEndTableForm   input[type=text]:focus, .frontEndTableForm  input[type=password]:focus, .frontEndTableForm  textarea:focus, .frontEndTableForm  input[type=text]:hover, 
.frontEndTableForm  input[type=password]:hover, .frontEndTableForm  textarea:hover, .frontEndTableForm  select:hover  {
	-webkit-box-shadow:0 0 5px #5794BF inset ; 
	-moz-box-shadow:0 0 5px #5794BF inset; 
	box-shadow:0 0 5px #5794BF inset;
}

/*** tableStyle ***/
.tableCenter{
	margin-left:auto; margin-right:auto;
}
table.tableList{
	border:1px solid #E9EDF1;
	border-collapse: collapse;
	margin-bottom:15px;
} 
table.tableStyle, table.checkoutTable {
	border:1px solid #E9EDF1;
	border-collapse: collapse;
	width:100%;
	margin-bottom:15px;
}
table.tableStyle tr td:first-child{
	text-align:right;
	font-weight:bold;
}
table.tableStyle th, table.checkoutTable th, table.tableList th{
	color:white;
	background-color:#485075;
	font-weight:bold;
	font-size:13px;
	padding:5px 5px 5px 5px;
	text-align:left;
}
table.tableStyle td, table.checkoutTable td, table.tableList td{
	padding:5px;
	vertical-align:top;
}
.tableStyle  input[type=text], .tableStyle  input[type=password], .tableStyle  textarea,
.checkoutTable  input[type=text], .checkoutTable  input[type=password], .checkoutTable  textarea{
	width:300px;
	
	border:1px solid #939393;; 
   -webkit-border-radius:3px; 
   -moz-border-radius:3px; 
   border-radius:3px; 
   -webkit-box-shadow:0 0 3px #666 inset; 
   -moz-box-shadow:0 0 3px #666 inset; 
   box-shadow:0 0 3px #666 inset; 
   height:23px; 
   line-height:23px; 
   text-indent:5px;
}
.tableStyle select, .checkoutTable select{
	border:1px solid #939393;; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 
	-webkit-box-shadow:0 0 3px #666 inset; 
	-moz-box-shadow:0 0 3px #666 inset; 
	box-shadow:0 0 3px #666 inset;

	width:300px;
	height:27px; 
	line-height:27px;	
	margin-bottom:5px;
}

.tableStyle   input[type=text]:focus, .tableStyle  input[type=password]:focus, .tableStyle  textarea:focus, .tableStyle  input[type=text]:hover, 
.tableStyle  input[type=password]:hover, .tableStyle  textarea:hover, .tableStyle  select:hover,
.checkoutTable   input[type=text]:focus, .checkoutTable  input[type=password]:focus, .checkoutTable  textarea:focus, .checkoutTable  input[type=text]:hover, 
.checkoutTable  input[type=password]:hover, .checkoutTable  textarea:hover, .checkoutTable  select:hover  {
	-webkit-box-shadow:0 0 5px #5794BF inset ; 
	-moz-box-shadow:0 0 5px #5794BF inset; 
	box-shadow:0 0 5px #5794BF inset;
}

/***** Basic input style ****/
.inputBasicStyle  input[type=text], .inputBasicStyle  input[type=password], .inputBasicStyle  textarea, .inputBasicStyle select, .inputBasicStyle  textarea{
	border:1px solid #939393;; 
   -webkit-border-radius:3px; 
   -moz-border-radius:3px; 
   border-radius:3px; 
   -webkit-box-shadow:0 0 3px #666 inset; 
   -moz-box-shadow:0 0 3px #666 inset; 
   box-shadow:0 0 3px #666 inset; 
   height:23px; 
   line-height:23px; 
   text-indent:5px;
}
.inputBasicStyle   input[type=text]:focus, .inputBasicStyle  input[type=password]:focus, .inputBasicStyle  textarea:focus, .inputBasicStyle  input[type=text]:hover, 
.inputBasicStyle  input[type=password]:hover, .inputBasicStyle  textarea:hover, .inputBasicStyle  select:hover  {
	-webkit-box-shadow:0 0 5px #5794BF inset ; 
	-moz-box-shadow:0 0 5px #5794BF inset; 
	box-shadow:0 0 5px #5794BF inset;
}

/******/
.rowBgColor{
	background-color:#EDEAEA;
}

.accountTitle{
	text-align:left; 
	font-weight:bold; 
	font-size:20px; 
	color:#2E3192;
}
.accountLoginContainer{
	text-align:left; 
	border:1px solid #E9EDF1; 
	width:240px; 
	padding:20px;
}

.arenaAssessmentTitle{
	border:0px solid red; 
	
	text-align:center; 
	font-weight:bold; 
	font-size:30px; 
	color:#2E3192;
	/*text-decoration:underline;*/
	margin-bottom:5px;
}
.arenaAssessmentDescription{
	margin-bottom:15px;
	text-align:center;
}
.arenaBtn{
	background-image: url(../images/arena-assessment/trait-btn.jpg);
	display: block;
	height: 28px;
	width: 180px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 10px;
	
	cursor: pointer;
	cursor: hand;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.arenaBtn:hover {
	opacity:100;
	filter:alpha(opacity=100); /* For IE8 and earlier */ 
}
.arenaBtn2{
	background-image: url(../images/arena-assessment/passion-btn.jpg);
	display: block;
	height: 25px;
	width: 242px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left:12px;
	padding-right:10px;
	
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 10px;
	
	float:left;
	
	cursor: pointer;
	cursor: hand;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.arenaBtn2:hover {
	opacity:100;
	filter:alpha(opacity=100); /* For IE8 and earlier */ 
}
.arenaBtnActive{
	opacity:100;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}