/********* Default CSS Use on the All Pages ***********/
body {
    margin: 0 0 20px;
    text-align: left;
}

img {
    border: none;
}

ul{
	padding-left: 25px;
}
ol {
	padding-left: 30px;
}
p{
	line-height: 20px;
	margin: 0px;
}

h1{
	font-size: 22px;
	color: #5f8cc4;
}

/***** Form Styles ***************/
.x-hidden{position:absolute;left:-10000px;top:-10000px;visibility:hidden;}

form.Ajax input, form.Ajax select, form.Ajax textarea {
 	margin-bottom: 19px;
}
.Ajax{
position: relative;
}
form.Ajax input.no-margin, form.Ajax textarea.no-margin{
 	margin-bottom: 0px;
}
form.Ajax input.field-invalid, form.Ajax select.field-invalid, form.Ajax textarea.field-invalid {
	background: url(../images/invalid_line.gif) repeat-x scroll left bottom;
	border:1px solid #DD7870;
 	margin-bottom: 0px;

}

.errors{width:400px; margin: 5px auto;  padding:12px; padding-left:70px; border: 1px solid #e35000; background: url(../images/icons/ico_error.gif) no-repeat 10px 5px ; font-size:12px; color:#eb7410;}
.ok_messages{width:400px; margin: 5px auto;  padding:12px; padding-left:70px; border: 1px solid orange; background: url(../images/icons/ico_ok.gif) no-repeat 10px 5px ; font-size:12px; color:#000;}
.error{
	background: url('../images/icons/ico_small_error.gif') no-repeat left top;
	padding-left: 15px;
	font-size: 12px;
	font-style: italic;
	color: red;
	height: 19px;
}
form.Ajax  input.inactive-field, form.Ajax  select.inactive-field, form.Ajax  textarea.inactive-field{
	background-color:#EEEEEE;
}
form.Ajax input.active-field, form.Ajax  select.active-field, form.Ajax  textarea.active-field{
	background-color:#FFFFCC;
}

select.field-small{
	width: 150px;
	font-size: 12px;
	height: 20px;
	border: 1px solid #7f9db9;
}

input.field-small{
	width: 70px;
	font-size: 12px;
	height: 18px;
	border: 1px solid #7f9db9;
}


select.field{
	width: 200px;
	font-size: 12px;
	height: 20px;
	border: 1px solid #7f9db9;
}
input.field{
	width: 250px;
	font-size: 12px;
	height: 18px;
	border: 1px solid #7f9db9;
}
textarea.field{
	width: 250px;
	font-size: 12px;
	border: 1px solid #7f9db9;
	height: 100px;
}
input.field-big{
	width: 350px;
	font-size: 12px;
	height: 18px;
	border: 1px solid #7f9db9;
}
select.field-big{
	width: 350px;
	font-size: 12px;
	height: 20px;
	border: 1px solid #7f9db9;
}
textarea.field-big{
	width: 350px;
	height: 70px;
	font-size: 12px;
	border: 1px solid #7f9db9;
}

/********* Text Styles *******/
.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
.t_right{
	text-align: right;
}
.pointer{
	cursor: pointer;
}
.required{
	color: red;
}

.t_i{
	font-style: italic;
}

.t_green{
	color: green;
}
.t_small{
	font-size: 10px;
}

/****** Tables Styles ************/

.v_top td, th{
	vertical-align: top;
	padding-right: 5px;
}
.v_top td{
	vertical-align: top;
	padding-right: 5px;
}
.v_top th{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.t_full{
	width: 100%;
}


/******** Block Styles ***********/
.f_r{
	float: right;
}
.f_l{
	float: left;
}
.clear{
	clear: both;
	height: 2px;
}
/********* Grid Styles ********/

.pager_link{
	padding-left: 4px;
	padding-right: 4px;
}
span.active{
	text-decoration: none;
	color:#DC2826;
	font-weight: bold;
}
.pager, .pager a{
	/*font-size: 12px;*/
	text-align: right;
	padding: 2px;
	color: #000;
	text-decoration: none;
}
/*************** Menu Styles ******/

div.confirm-win{
	width: 100%;
	text-align: center;
}
div.confirm-win div.message{
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

input.big-btn{
    font: bold 18px/22px Arial,Sans Serif;
    cursor: pointer;
}
input.btn{
	cursor: pointer;
/*	height: 26px;
	font-size: 12px;
	*/
}

/******** Statuses ******************/
.status{
	padding: 2px 10px;
}

a.file-link{
	display: block;
	height: 22px;
	padding-left: 30px;
	background: url(../images/icons/download.jpg) no-repeat left center;
}

iframe.flash-banner{
	position: absolute;
	z-index: 100;
	background-color: transparent;
	cursor: pointer;
	filter: alpha(opacity=0);
}
#answer-results td.result-box{
	border: 1px solid #c3c3c3;
	width: 140px;
	text-align: right;
}
#answer-results td.result-box div.r{
	background-color: #3f8ed8;
	float: left;
	height: 20px;

}
