h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}

.text-center {
	text-align: center;
}

table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
background: transparent;
}

.show_div
{
	display:none;
	width:840px;
	height:580px;	
	padding: 10px 10px 10px 10px;
	/*background:#fdfdfc;
	border:#000000 solid 1px;*/
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	-moz-box-sizing:content-box;
	-khtml-border-radius:10px 10px 10px 10px;	
	z-index:2001; 		
}
.show_div23
{
	display:none;
	width:480px;
	height:200px;
	padding: 10px 10px 10px 10px;
	background:#fdfdfc;
	border:#000000 solid 1px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	-moz-box-sizing:content-box;
	-khtml-border-radius:10px 10px 10px 10px;	
	z-index:2001; 	
}


.fade_black
{
	display: none; 
	position: absolute; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 1000px;
	background-color: black; 
	z-index:1001; 
	-moz-opacity: 0.8;
	opacity:.80; 
	filter: alpha(opacity=80);	
}

.page-title2
{
	width: 100%;
	min-width: 20%;
	float: left;
	height: 30px;
	margin-left: 20px;
}

.title2
{
	width: 50%;
	float: left;
	font-family: 'Georgia', Times New Roman, Helvetica, Times;
	font-size: 12pt;
	color: #2d2d2d;
}

.msg
{
	width: 100%;
	min-width: 40%;
	float: left;
	height: 30px;
	margin-left: 20px;
	margin-top: 5px;
	display:none;
}

.msg_title
{
	width: 50%;
	float: left;
	font-family: 'Georgia', Times New Roman, Helvetica, Times;
	font-size: 10pt;
	color: red;
}

.btndiv
{
	width: 100%;
	min-width: 20%;
	float: left;
	height: 30px;
	margin-left: 20px;
	margin-top: 20px;
}

.textbox_red
{
	width: 100%;
	min-width:200px;
	border: #FF0000 solid 1px;
	font-family: 'Arial', Tahoma, Helvetica, Sans serif;
	padding: 2px;
	outline: none;
}

.required {
	margin:0;
	padding:0;
	color:#df0845;
	font-size:9pt;
}

a#jquerypagination {
	text-decoration:none;
	color:#00aeef;
	cursor:pointer;
}

a#jquerypagination:hover {
	color:#000;
}

textarea {
	resize:none;
}

.td-records {
	font-family: 'Arial', Tahoma, Helvetica, Sans serif;
	color: #2a2a2a;
	font-size: 11pt;
	text-align:left;
}

.show-element {
	display: block;
}

.button_link{
	font-family: "Verdana" sans-serif;
	font-size: 1em;
	text-align: left;
	color: blue;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;