* {
	font-family:Verdana,"Lucida Grande","Tahoma","Lucida Sans Unicode",Tahoma;
	font-size: 12px;
}
/****************************** START: FORM ************************************************/
.form_table .errors {
	font-weight:normal;
}
.errors, .hint {
	color:red;
	font-weight:bold;
}
.errors, .hint {
	color:red;
	font-weight:normal;
	list-style:none outside none;
}
ul {
	border:0 none;
	margin:0;
	padding:0;
}
.require { color: red; }
.login_container {
	margin: 100px auto;
	width: 350px;
}
.form_container {
	margin: 20px auto;
	width: 100%;
}
.tpad10 { padding-top: 10px; }
.lpad95 { padding-left: 95px; }
.lpad140 { padding-left: 140px; }
.margin0 { margin: 0; }
.margin4 { margin: 4px; }
.form table { border: none; }
.login_form {
	padding: 0;
	line-height: 25px;
	text-align: left;
	border: 1px solid #ccc;
	width: 350px;
	margin: 6px;
}
.form {
	background:none repeat scroll 0 0 #FCFDFD;
	border:2px solid #FCFDFD;
	margin:0;
	padding:15px 15px 10px;
}
.form_contact_out_box {
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding:0;
}
.pad0 { padding: 0;}
.form td { border:none;  vertical-align: top; }
.form_table td {
	vertical-align:top;
}
.form label {
	font-weight:normal;
}
fieldset { border: 1px solid #C8CDD0; }
.form_contact_out_box fieldset { border: 1px solid #C8CDD0; width: 170px; }
.form table {
	border:medium none;
	line-height:20px;
}
.form td { /*padding: 0 10px 0 10px;*/ }

table {
	border-collapse:collapse;
	border-color:#D9D9D9;
	border-style:solid;
	border-width:1px 0;
	clear:both;
	/*margin:0 0 15px;*/
	width:100%;
}
.controlTable { border: 1px solid #ccc; }
.login_form .lpad95 { padding-left: 95px; }
.page_form .lpad140 { padding-left: 140px !important; padding-left: 155px; padding-top: 5px; }
.login_form td.element {
	width:60%;
}
.login_form td.element input {
	width:200px;
}
td.element { width: 85%; }
td.element input, td.element select { width:285px; }
td.element textarea { width:80%; };
td.element80 { width: 80%; }
input, textarea, select {
	border:1px solid #DDE1EA;
	font-size:12px;
	font-size:12px; 
	width: 200px;
}
.login_label {
	width:130px;
}
.page_form { width:auto; border: 1px solid #ccc; margin: 6px; }
.box_form { width:auto; border: 1px solid #ccc; }
.box_form_pad { 
	margin:4px;
	padding:2px;
	/*padding: 10px 4px 0 4px;*/ }
.form_contact_box input, .form_contact_box select {
	border:1px solid #DDE1EA;
	font-size:12px;
	width:150px;
	margin:0 0 0 4px;
}
.form_contact_box td { padding: 0; }
.box_form_pad td { line-height: 20px; color: #666; }
.contact_tpad4 { padding: 4px 0; }
.contact_tpad1 { padding: 1px 0; }
.errors li {
	color:red;
	font-weight:normal;
	list-style:none outside none;
	margin:0 0 0 4px;
}
.errorsStartDate, .errorsEndDate { color:red; font-weight:normal; }
/* START: Setting Checkbox & Radio */ 
.checkbox, .radio, #userCheckterms, #checkTerms, #checkTutorialTerms {
  width: 22px;
  height: 10px;
  padding: 0 5px 0 0;
  background: none;
  display: block;
  clear: left;
  float: left;
}
#checkTerms {
  /*margin: 5px 0;*/
}

#checkTutorialTerms {
  margin: 0;
  cursor: pointer;
}

p.label_checkbox_pair_show input {
	margin:0;
	padding:0;
	width:20px;
}
p.label_checkbox_pair {
  clear: both;
  float: none;
  position: relative;
}
p.label_checkbox_pair input {
  left: 0px;
  position: absolute;
  top: 0px;
}
p.label_checkbox_pair label {
  display: block;
  margin-left: 20px;
  width: 200px;
}
p.label_checkbox_pair_show input {
  width: 20px;
  padding: 0;
  margin: 0;
  border: 0;
}
p.label_checkbox_pair_show label {
  width: 150px;
  margin: 0;
}
p.label_radio_pair {
  clear: both;
  float: none;
  position: relative;
}
p.label_radio_pair input {
	border:0 none;
	margin:0;
	padding:0;
	width:20px;
}
p.label_radio_pair label {
  /*display: block; */
  margin: 0px;  
  width: 150px;
}
/* setting checkbox css for tutorial form */
p.label_checkbox_pair_tutorial {
  clear: both;
  float: none;
  position: relative;
}
p.label_checkbox_pair_tutorial input {
  width: 20px;
  padding: 0;
  margin: 4px;
  border: 0;
}
p.label_checkbox_pair_tutorial label {
  width: 150px;
  margin: 0;
  padding-right: 15px;
}
/* END: Setting Checkbox & Radio */ 
/* START: button css */
button.positive, .buttons a.positive, .buttons a.positive:active{
    color:#FFF;
    border:1px solid #2E3539;
 	background-color:#333333; 
 	font-weight: bold; 
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#617AAC;
    border:1px solid #1A356E;
    color:#FFF;    
}
button { height: 24px; padding-bottom: 5px; cursor: pointer; }
.skip-step { 
	height: 24px; padding-bottom: 5px;
    color:#FFF;
    border:1px solid #2E3539;
 	background-color:#333333; 
 	font-weight: bold; 	
	}
input a.skip-step:hover, input.skip-step:hover{
    background-color:#617AAC;
    border:1px solid #1A356E;
    color:#FFF;
}	 
/* END: button css*/
.submit_area { width: auto; margin: 10px 0; }
.button_left { width: 40%; float: left; text-align: left; } 
.button_right { width: auto; float: right; text-align: right; }
.add_to_cart_box { padding: 5px 5px 10px 5px; }
.no_border { border: none; }
.contact-form-table { padding: 0; }
.contact-form-table tr { padding: 0; }
.contact-form-table td { padding: 0; }
.query-msg { padding:4px; line-height: 18px; border-bottom: 1px solid #ccc; color: #FF0000; }
.contact-success-box { border:1px solid #ccc; padding: 10px; color: #267CB2; }
.contact-msg-td { color: #FF0000; }
.contact-success-box table { border: none; }
/****************************** END: FORM ******************************************************/
/****************************** START: ADMIN HEADER ********************************************/
.header_admin_right {
	width: 400px;
	float: right;
	text-align: right;
	color: #DDDDDD;
	padding: 10px 0 5px 0;
	border: none;	
}
a.admin_logout_link, a.admin_logout_link:link, a.admin_logout_link:visited {
	color:#DDDDDD;
	font-weight:normal;
}
a.admin_logout_link:hover {
	text-decoration:underline;
}
/****************************** END: ADMIN HEADER ********************************************/
/****************************** START: SITE BODY *********************************************/
#page_content {
	margin:0;
	padding: 0;
}
.flash-msg {
	background-color:#83BF29;
	border:1px solid #F8E993;
	color:white;
	font-size:12px;
	font-weight:bold;
	margin:10px auto;
	padding:10px 0;
	text-align:center;
	width:100%;
}
.contact-detail { padding: 0 8px}
/****************************** END: SITE BODY ***********************************************/
/****************************** START: ADMIN BODY ********************************************/
.page_header { text-transform:underline; margin:0 0 15px; padding:0; display:block; border:none; border-bottom:2px solid #CCCCCC; height: 30px; }
#admin_container { border: none; line-height: 18px;}
	.content { min-height: 300px; }
	.page_header h2 { margin: 0; padding:0 0 6px 0; font-family: verdana; font-size: 14px; font-weight: bold; color: #5B5745; border: 0;}
	.page_header #page_top_head { width:30%; float:left; }
	.page_header #page_top_menu { width:60%; float:right; }
		
	.dataTable { line-height: 20px; border: 1px solid #DDD; padding: 0 10px 0 10px;}	
	.dataTr { }	
	.dataTd { }
	.trHeader { font-size: 13px; font-weight: bold; }		
	.edit_icon-1{background:transparent url(../../images/edit_icon.gif) no-repeat scroll 0 0;
		border:0 none;
		cursor:pointer;
		height:11px;
		margin:0 auto;
		padding:0;
		width:9px;
		}
	.email_icon-1{background:transparent url(../../images/email_icon.gif) no-repeat scroll 0 0;
		border:0 none;
		cursor:pointer;
		height:11px;
		margin:0 auto;
		padding:0;
		width:16px;
		}		
	.delet_icon-1{
		background:transparent url(../../images/delet_icon.gif) no-repeat scroll 0 0;
		border:0 none;
		cursor:pointer;
		height:11px;
		margin:0 auto;
		padding:0;
		width:12px;
		}
	.pass_icon-1{background:transparent url(../../images/pass_icon.gif) no-repeat scroll 0 0;
		border:0 none;
		cursor:pointer;
		height:11px;
		margin:0 auto;
		padding:0;
		width:9px;
		}		
	.no_info { margin: 30px 0 0 0; }	
.body_content_admin {
	height: auto; 
	line-height: 18px;	
	border: 1px solid #DDD;	
	margin: 10px;	
}
a.admin_logo, a.admin_logo:link, a.admin_logo:visited, a.admin_logo:hover {
	color:#DDDDDD;
	text-decoration:none;
}
a.admin_logout_link, a.admin_logout_link:link, a.admin_logout_link:visited {
	color:#DDDDDD;
	font-weight:normal;
}
a.admin_logout_link:hover {
	text-decoration:underline;
}
a.manage_link, a.manage_link:link, a.manage_link:visited {
	color:#5B5745; /*#888*/
	display:block;
	float:right;
	font-weight:normal;
	font-weight:bold;
	border: 1px solid #DEDEDE;
	padding: 4px 7px;;
}
a.manage_link:hover {
	text-decoration:underline;
}
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.admin_manage_link { margin:0 0 10px 0; }

select#eventStartDay, select#eventStartMonth, select#eventStartYear,
select#eventEndDay, select#eventEndMonth, select#eventEndYear,  
select#eventStartHour, select#eventStartMinute, select#eventEndHour, select#eventEndMinute,
select#eventStartHourAmPm, select#eventEndHourAmPm { width:80px; }
#eventDateBox { width:255px; margin:2px 0; padding:0; }
.eventDateSelect { float:left; width:80px; }
.rpad7 { padding-right: 7px };
.rpad1 { padding-right: 1px };
/****************************** END: ADMIN BODY ********************************************/
