/********* Default CSS Use on the All Pages ***********/
body {
    margin: 0 0 20px;
    text-align: left;
    color:#222;
    font: normal 14px/18px Arial,Sans Serif;
    text-align:left;
}

img {
    border: none;
}
p{
	line-height: 28px;
	margin: 0px;
}

h1{
	font-size: 22px;
	line-height: 22px;
	color: #3e91f8;
}

/***** 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, form.Ajax select.no-margin{
 	margin-bottom: 0px;
}
form.Ajax input.field-invalid, form.Ajax select.field-invalid, form.Ajax textarea.field-invalid {
	background: #fff url(../images/invalid_line.gif) repeat-x scroll left bottom;
	border:1px solid #DD7870;
 	margin-bottom: 0px;

}
form.Ajax i {
	font-size: 11px;
}
.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: #22fc1d;}
.error{
	background: url('../images/icons/ico_small_error.gif') no-repeat left top;
	padding-left: 15px;
	font-size: 12px;
	font-style: italic;
	color: red;
	float: left;
}
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: 28px;
	border: 1px solid #7f9db9;
}

input.field-small{
	width: 100px;
	font-size: 12px;
	height: 15px;
	border: 1px solid #7f9db9;
}

input.field-small-sh{
	width: 25px;
	font-size: 12px;
	height: 13px;
	padding: 2px;
	border: 1px solid #7f9db9;
}
input.btn-small{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	height: 21px;
	cursor: pointer;
}
.margin-b{
	margin-bottom: 20px;
}

select.field{
	width: 256px;
	font-size: 12px;
	height: 28px;
	border: 1px solid #7f9db9;
	padding: 3px;
}
input.field{
	width: 250px;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	padding: 3px;
	border: 1px solid #7f9db9;
}

input.field-big{
	height: 24px;
	width: 400px;
	font-size: 12px;
	border: 1px solid #7f9db9;
}
select.field-big{
	height: 24px;
	width: 400px;
	font-size: 12px;
	border: 1px solid #7f9db9;
}
textarea.field-big{
	width: 393px;
	font-size: 16px;
	line-height: 18px;
	padding: 3px;
	border: 1px solid #7f9db9;
}
select.field-big-multi{
	width: 350px;
	height: 100px;
}
/********* 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, .v_top 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.message1{
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #000;
}

input.big-btn{
    font: bold 18px/22px Arial,Sans Serif;
    cursor: pointer;
}
input.btn{
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	font-size: 16px;

}
iframe.flash-banner {
	position: absolute;
	z-index: 100;
	background-color: transparent;
	cursor: pointer;
	filter: alpha(opacity = 0);
}
.red{
	color: red;
}

.up{
	background: url("../images/icons/up.gif") no-repeat left center;
	padding-left: 20px;
}
.down{
	background: url("../images/icons/down.gif") no-repeat left center;
	padding-left: 20px;
}
.manage_table th, td{
	text-align: left;
}