﻿/*      
								===========================   
                                UI Style sheet File
                                Author : Asif Ahmed             
                                Start : June 01, 2006.          
                                ===========================     
*/


/* Mouse Hover Style */
.bluebtn { background: #488EB2 url(../Images/bluebtn.gif) no-repeat; width: 100px; 
		   padding: 1px 2px 5px 2px; color: Black; text-decoration: none; font-weight:normal; }

.bluebtnBlank { width: 100px; padding: 1px 2px 5px 2px; color: Black; text-decoration: none; font-weight:normal; }

.greenbtn { background: #488EB2 url(../Images/greenbtn.gif) no-repeat; padding: 1px 2px 5px 2px; 
			color: Black; text-decoration: none; font-weight:normal; }
			
.greenbtnBlank { padding: 1px 2px 5px 2px; color: Black; text-decoration: none; font-weight:normal; }

.bluebtn:hover, .greenbtn:hover
{ background: #488EB2 url(../Images/hoverbtn.gif) no-repeat; color: Black; font-weight:normal; }

.bluebtnBlank:hover, .greenbtnBlank:hover 
{ background: #FFFFFF url(../Images/hoverbtn_small.gif) repeat; color: Black; font-weight:normal; }


.rowStyle { padding: 1px 2px 5px 2px; color: Black; text-decoration: none; font-weight:normal; }
.rowStyle:hover
{ background: #FFFFFF url(../Images/hoverbtn_small_2.gif) repeat; color: Black; font-weight:normal; }

.underLine 
{ padding: 1px 2px 5px 2px; color: Black; text-decoration: none; font-weight:normal; text-decoration: none; }
.underLine:hover
{ background: #FFFFFF url(../Images/hoverbtn_small_3.gif) repeat; color: Black; font-weight:normal; text-decoration: none; }

.underLineToolTip 
{ padding: 1px 2px 5px 2px; color: Black; text-decoration: none; font-weight:normal; text-decoration: none; }
.underLineToolTip:hover
{ background: #FFFFFF url(../Images/hoverbtn_small_4.gif) repeat; color: Black; font-weight:normal; text-decoration: none; }




