﻿/* --------------------- search -----------------------*/
.linkButtonLbl
{
	font : normal 11px arial;
	color : Blue;
	height : 21px;
	vertical-align : middle;
	cursor : pointer;
	text-decoration : underline;
}

.linkButtonLbl:hover
{
	font : normal 11px arial;
	color : Blue;
	height : 21px;
	vertical-align : middle;
	cursor : pointer;
	text-decoration : none;
}

.lbtnWithDecoration
{
	font : normal 12px arial;
	color : White;
	cursor : pointer;
	text-decoration:none;
}

.lbtnWithDecorationFooter
{
	font : normal 11px arial;
	color : #000000;
	cursor : pointer;
	text-decoration:none;
}

.lbtnWithDecoration:hover
{
	color : Red;
}

.lbtnWithDecoration:active
{
	color : Black;
	font : bold 12px arial;
}


.line
{
	font : normal 12px arial;
	color : White;
}

.buttonImage
{
	font : normal 12px arial;
	color : Black;
	text-decoration:none;
}
.tdLinkButton
{
	background-image : url(../ImagesApp/BtnReg.gif);
	width : 69px;
	height : 21px;
	text-align : center;
}

.linkButton
{
	font : normal 12px arial;
	color : Black;
	text-decoration : none;
	height : 21px;
	vertical-align : middle;
	width: 69px;
}

.linkButtonHand
{
	font : normal 12px arial;
	color : Black;
	text-decoration : none;
	height : 21px;
	vertical-align : middle;
	cursor : pointer;
}

.lblSearch
{
	color:White;
	font:bold 13px arial
}

.ddl
{
	font : normal 12px arial;
	color : Black;
	width : 150px;
	height : 21px;
}

.link
{
	font : bold 12px arial;
	color : White;
	padding : 5px 0px 0px 0px;
	text-decoration : underline;
}

.link:hover
{
	font : bold 12px arial;
	color : White;
	padding : 5px 0px 0px 0px;
	text-decoration : none;
}

/* --------------------- search Bar -----------------------*/

.searchBackground
{
	 
	background-image: url(http://www.jumbey.com/ImagesApp/Backgrounds/uploadBarBackground.gif);
	background-repeat: no-repeat;
	 border-width:0px;
	
}
select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px} 
