﻿body
{
	margin: 0 0 0 0;
	
}
.BgBorder
{
	background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e3e3e3));
  background: -moz-linear-gradient(top,  #fdfdfd,  #e3e3e3);
  background: -ms-linear-gradient(top, #fdfdfd 0%,#e3e3e3 100%);
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
  -moz-box-shadow: 0 1px 4px #aaa;
  -webkit-box-shadow: 0 1px 4px #aaa;
  box-shadow: 0 1px 4px #a5a5a5;
	border-radius: 10px 10px 10px 10px;
}
.PageHead
{
	color: #777;
	display: block;
	font-size: 18px;
	font: Arial, Helvetica, sans-serif;
	text-align:left;
}
.PageHead1
{
	color: #777;
	display: block;
	font-size: 13px;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	text-align:left;
}
.MrgTd
{
	padding: 10px;
}
.hr
{
	background-color: #e5e5e5;
}
.nav
{
	background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e3e3e3));
  background: -moz-linear-gradient(top,  #fdfdfd,  #e3e3e3);
  background: -ms-linear-gradient(top, #fdfdfd 0%,#e3e3e3 100%);
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
  -moz-box-shadow: 0 1px 4px #aaa;
  -webkit-box-shadow: 0 1px 4px #aaa;
  box-shadow: 0 1px 4px #a5a5a5;
	border-radius: 5px;
	-moz-border-radius: 10px;
	height: 35px;
	width: 80px;
	float: right;
	text-align: center;
	color: #333;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
.BoldFont
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #747474;
	text-decoration: none;
}
.NormalFont
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
.TextBox
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	border: solid 1px #9E9E9E;
	height: 23px;
	width: 100%;
	vertical-align:top;
}
.TextBox1
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	border: solid 1px #9E9E9E;
	height: 23px;
	vertical-align:top;
}
.form_input
{
	width: 100%;
	height: 35px;
	float: left;
	padding: 0px 0px 0 0px;
	background-color: #ffffff;
	/* border: solid 1px #808069; */
	/* color: #000; */
}
.form_input1
{
	height: 30px;
	float: left;
	padding: 0px 0px 0 0px;
	background-color: #ffffff;
	border: solid 1px #808069;
	color: #000;
}
.form_input2
{
	height: 35px;
	float: left;
	padding: 0px 0px 0 0px;
	background-color: #ffffff;
	border: solid 1px #808069;
	color: #000;
}
.form_textarea
{
	width: 320px;
	height: 70px;
	float: left;
	padding: 10px 0px 30px 10px;
	background-color: #E7E5DE;
	border: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.form_submit
{
	float: right;
	clear: both;
	margin: 20px 30px 0 0px;
	width: 149px;
	height: 34px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #66666;
}
.buttons
{
	clear: both;
	content: "";
	display: block;
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	box-shadow: 0 1px 1px #999;
	text-decoration: none;
	background: #007cbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#378590), to(#64c4c8));
	background: -moz-linear-gradient(top,  #378590,  #64c4c8);
	background: #007cbc;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 14px/31px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	height: 35px;
	width: 100px;
}

.buttons1
{
	clear: both;
	content: "";
	display: block;
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	box-shadow: 0 1px 1px #999;
	text-decoration: none;
	background: #007cbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#009def), to(#005c8a));
	background: -moz-linear-gradient(top,  #009def,  #005c8a);
	background: #007cbc;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 14px/31px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 #000;
	height: 30px;
	padding: 0 5px 0 5px;
	width: 61px;
}
.BoldDigit
{
	color: #007cbc;
	font-size: 25px;
}

.DLcode
{
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e5e5e5));
	background: -moz-linear-gradient(top,  #fafafa,  #e5e5e5);
	background: -ms-linear-gradient(top, #fafafa 0%,#e5e5e5 100%);
	-moz-box-shadow: 0 1px 4px #aaa;
	-webkit-box-shadow: 0 1px 4px #aaa;
	box-shadow: 0 1px 4px #aaa;
	
	
}
.DLcode1
{
	background-color:Red;	
}
.Text
{
	text-decoration: none;
	
}
.Text2
{
	text-decoration: none;
	color: Green;
}
.Text1
{
	text-decoration: none;
	color: Black;
}
#scrollbar_container
{
	position: relative;
	width: 500px;
}

#scrollbar_track
{
	position: absolute;
	top: 0;
	rightright: 0;
	height: 100%;
	width: 10px;
	background-color: transparent;
	cursor: move;
}

#scrollbar_handle
{
	width: 10px;
	background-color: #5c92e7;
	cursor: move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.9;
	-moz-opacity: 0.9;
}

#scrollbar_content
{
	overflow: hidden;
	width: 485px;
	height: 250px;
}
.checkBig input
{
	width: 37px;
	height: 37px;
}
.test
{font-family:Arial;
	font-size:22px;
		
}
.button
{

border: 1px solid #000;
border-radius: 6px;
box-shadow: 0 2px 2px #5c5c5c;
text-decoration: none;
height: 30px;
background: #64c4c8;
  

  background: -webkit-gradient(linear, left top, left bottom, from(#64c4c8), to(#378590));
  background: -moz-linear-gradient(top,  #64c4c8,  #378590);
  background: -ms-linear-gradient(top, #64c4c8 0%,#378590 100%);
  border: 1px solid #fff;
  border-radius: 8px;
  
  -moz-border-radius: 5px;
  color: #fff;

 
  text-align: center;
  vertical-align:middle;
  cursor:pointer;

 font: bold 13px arial;
  text-align: center;
  vertical-align:middle;
  cursor:pointer;
	
	
}
.Lbkbtn
{
	text-decoration:none;	
}
.SearchButton
{
	height:30px;
	width:30px;
	background-image:url(images/A2Z.png);
	background-repeat:no-repeat;
	border:none;
	text-decoration:none;
	font-family:Arial;
	font-size:20px;	
}
.buttons_Search
{

  border-radius: 6px;
  box-shadow: 0 2px 2px #5c5c5c;
 
  text-decoration: none;
 height: 30px;
	
  background: #007cbc;
  

 
  background: -webkit-gradient(linear, left top, left bottom, from(#64c4c8), to(#378590));
  background: -moz-linear-gradient(top,  #64c4c8,  #378590);
  background: -ms-linear-gradient(top, #64c4c8 0%,#378590 100%);
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 5px;
  color: #fff;

  font: bold 19px Calibri;
  text-align: center;
  vertical-align:middle;
  cursor:pointer;
  
}
input[type=checkbox], input[type=radio] {
    margin-right: 3px !important;
}

.LblMsg
{
	margin-bottom:10px;
	width:100%;
	border:solid 1.5px red;		
	background-color:white;
	padding:5 5 5 5;
	color:Red;
	font-family: Arial;
	font-size:13px;	
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
}

.LblMsgGreen
{
	margin-bottom:10px;
	width:100%;
	border:solid 1.5px green;		
	background-color:white;
	padding:5 5 5 5;
	color:green;
	font-family: Arial;
	font-size:13px;	
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
}

.Imgb
{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	
}
.Imgb1
{
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	
}
.TBorder
{
	border:solid 1px #989898;
	padding:5px;
	background-color:#efefef;
}

/*.btn
{
	border:none;
	background:gray;
	}*/

.FileUpload
{
	width:100%;
		
}
.FileUpload .input
{
	width:222px;
		
}
.DrHead
{
	font-family:Calibri;
	font-size:25px;
	color:Gray;	
}