.form_green_rounded td{
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	padding: 5px 0 5px 0;
	
}
.border_1px{
	border-bottom: 1px dashed #CCCCCC;
}

.form_green_rounded {
	background-color:#f7f7f7;
	 -moz-border-radius-topleft:10px;
	 -moz-border-radius-topright:10px;
	 -moz-border-radius-bottomleft:10px;
 	 -moz-border-radius-bottomright:10px;
	 -webkit-border-top-left-radius:10px;
	 -webkit-border-top-right-radius:10px;
 	 -webkit-border-bottom-left-radius:10px;
 	 -webkit-border-bottom-right-radius:10px;
	 border:solid 1px #dedcdc;
	 padding:10px;
	 border-radius:10px;
	 box-shadow: 0 1px 10px #dedcdc;
	 -moz-box-shadow: 0px 1px 10px #dedcdc;
	 -webkit-box-shadow: 0px 1px 10px #dedcdc;	
}
#form_tour_tittal_h{
	padding:0px 5px 5px 0px;
	color:#800080;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/tour_heading_border.gif) repeat-x left bottom;
}


.tablesan{
	border:#a4d0fb 1px solid;
}
.tablesan td{
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	padding: 8px;
}
#tablesan th{
	background-color:#E3F0D0;
	padding:6px 0 6px 9px;
	color:#008000;
	font-size:13px;
}
#tablesan th a {
	text-decoration:none;
	outline:none;
	color:#fff000;
	font-size:13px;
}
#tablesan th a:visited {
	text-decoration:none;
	outline:none;
	color:#fff000;
	font-size:13px;
}
#tablesan th a:hover {
	text-decoration:none;
	outline:none;
	color:#FFFFFF;
	font-size:13px;
}
.txtblack16{
	font-size:14px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.font_18px{
	font-size:18px;
}
.green_back{
	background-color:#f5feea;
}
.white_back{
	background-color:#FFFFFF;
}
.textfield_edit{
	border:#cccccc 2px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:16px;
}
.textarea_edit{
	border:#cccccc 2px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}

/********************  Success Message **************************/
.sucess_msg {
  color: #6b9e00;
  background: #f7ffe6;
  border: 3px solid #b9ec4d;
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  min-width: 500px;
}
.sucess_msg ul {
  margin: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.sucess_msg li {
  list-style-type: square;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}

/********************  Error Message **************************/

.error_msg{
  color: #c00;
  background: #e6c0c0;
  border: 3px solid #DE7A7B;
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  min-width: 500px;
}

.error_msg ul {
  margin: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
}

.error_msg li {
  list-style-type: square;
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}

.table_border{
	border:#008000 1px solid;
}


.title{
	background-color:#800080;
}
.title_font{
	color:#fff000;
	font-size:13px;
}
.table_bg{
	background-color:#E3F0D0;
}
