@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*New
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #990000;
}
a:active {
    text-decoration: none;
    color: #000000;
}
*/
.ddl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #982101;
}
.ddl.hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #ffcc66;
}


.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #982101;
}

.brdr {
	border: 1px solid #CCCCCC;
}
.spacer {
      margin-right: 1px;
      }
.border {
border:1px solid #ffaf59;
}

.button {
    border:0px;
	width: 120px;
	background-image: url(images/mainbutton.gif);
	color:#FFFFFF;
	height:24px;
}
input.textfield{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #ab5a01;
	height: 15px;
	line-height: 14px;
	color: #000000;
	display: inline;
}

input.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #ab5a01;
	height: 15px;
	line-height: 14px;
	color: #000000;
	display: inline;
}
.gifttext2 {
	font-family: "Trebuchet MS", verdana;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	font-style: italic;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
/*rounded corner css*/

loginbody {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.loginroundcont {
	width: 926px;
	background-color: #fee9a2;
	color: #007cc3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.loginroundcont p {
	margin: 0 10px;
}

.loginroundtop { 
	background: url(~/bluetr.gif) no-repeat top right; 
}

.loginroundbottom {
	background: url(~/bluebr.gif) no-repeat top right; 
}

img.logincorner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
.bioroundcont {
	width: 283px;
	background-color: #c9e3f2;
	color: #007cc3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bioroundcont p {
	margin: 0 10px;
}

.bioroundtop { 
	background: url(bluetr.gif) no-repeat top right; 
}

.bioroundbottom {
	background: url(bluebr.gif) no-repeat top right; 
}

img.biocorner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*Added on 25/11/2008 */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.linktext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #982101;
}


/*my css*/
/**/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
background-color: #efefef;
width: 150px; /*Default width of hint.*/ 
border:1px solid black;
font:normal 11px Verdana;
line-height:15px;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-size: 9px;
font-weight: bold;
font-family:Verdana;
color: navy;
margin: 3px 8px;
text-decoration:none;
z-index:1500;
}
.hintImage
{
	background-image: url(../Image/help.jpg);
}
.lblErrmsg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
}
.ErrorMsg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
}

.button1 {
   width: 120px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0;
  padding-bottom: 3px;
  background: transparent url(../images_New/mainbutton.gif) no-repeat center top;
  line-height: 20px;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  font-weight:bold;
  color:#FFFFFF;
}
.button2 {
  width: 120px;
  height: 27px;
  margin: 0;
  padding: 0;
  border: 0;
  padding-bottom: 3px;
  background: transparent url(../images_New/mainbutton.gif) no-repeat center top;
  line-height: 20px;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  font-weight:bold;
  color:#FFFFFF;
}

.bigbrdr {
	border: 3px solid #FEA000;
}
.clsbigfont
{
	font-family:Helvetica,Verdana,arial;
	font-size: 12pt;
	color: Red;
	font-weight: bold;
	letter-spacing: 1;
}
.button
{
	font-family: Helvetica,Verdana,arial;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	letter-spacing: 1;
	background-color: #b52a23;
}
/*New*/
.errormsgred
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
}

/*warning messages css added by san on 23-6-2010*/
.info, .success, .warning, .error, .validation, .newsuccess {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-weight:bold;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../errormsgicon/info.png');
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../errormsgicon/success.png');
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.newsuccess {
    color: #4F8A10;
    background-color: #DFF2BF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../errormsgicon/warning.png');
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../errormsgicon/error.png');
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}