﻿body
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: transparent;
}

/* buttons */
.button
{
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 33px;
}

/* images are in the same root */
.btnLogin
{
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 33px;
}

.lbl
{
	
}
.bodylogin
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: transparent;
}

.tbllogin
{
	background-image: url(../images/line.gif);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color: transparent;
}
.txtlogin
{
	font-family:Tahoma;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	
}
.txtdtlist
{
	font-family:Tahoma;
	font-size: 12px;
	color:Black;
	font-weight:bold;

}

.headerlabel
{
font-family:Verdana;
font-size:17px;
color:#0f6ec1;
font-weight:bold;
text-decoration:underline;

}

.sublabel
{
font-family:Verdana;
font-size:13px;
color:Maroon;
font-weight:bold;

}


.btlink

{

    text-decoration: none;

}

.btlink:hover

{

    text-decoration: underline;

}
.txtnormal
{
	font-family:Tahoma;
	font-size: 12px;
	color:Red;
	font-weight:bold;
}


.exportlabel
{
font-family:Verdana,arial;
font-size:12px;
color:White;
font-weight:bold;
background-color:Silver;

}

.txprogress
{
	font-family:Tahoma;
	font-size: 12px;
	color:#0066FF;
	font-weight:bold;

}
.validationllabel
{
	font-family:Bitstream Vera Sans;
	font-size:x-small;
	color:#C00000;
	font-weight:bold;
}
.searchbtn
{
	font-family:Tahoma;
	color:White;
background-image:url(../images/view.jpg);


}

.importbtn
{
	font-family:Tahoma;
	color:White;
 background-image :url(../images/import.jpg);
}

.loginbtn
{
	font-family:Tahoma;
	color:White;
    background-image :url(../images/log.jpg);
    
    
}

.entrybox
{
	border-right: #660000 1px solid;
	border-top: #660000 1px solid;
	font-size: 11px;
	vertical-align: baseline;
	border-left: #660000 1px solid;
	color: black;
	border-bottom: #660000 1px solid;
	font-family: Verdana, Arial;
	background-color: white;
	text-align: left;
	height:16px;
}


.dropdown
{
	border-right: #660000 1px solid;
	border-top: #660000 1px solid;
	font-size: 11px;
	vertical-align: baseline;
	border-left: #660000 1px solid;
	color: black;
	border-bottom: #660000 1px solid;
	font-family: Verdana, Arial;
	background-color: white;
	text-align: left;
}
.label
{
	font-family:Verdana;
	color:Maroon;
	font-size:small;
   
	
	
}
.labelfont
{
	color:#FF8000;
	font-size:small;
	font-weight:bold;
	
}

.logout
{
	color:Red;
	font-weight:bold;	
	font-family:Arial;
	font-size:12px;
	
}

