
/*****************************************************************************************************

	Copyright © 2000 LogiSense Corporation. Allrights Reserved.
		EngageIP Webadmin, Reseller and WebUser stylesheet.
		This style sheet is optimized for Internet Explorer 4 & 5
				PLEASE DO NOT EDIT

*****************************************************************************************************/

/* HTML tags starts here */

body
{
   /* Background image and effects */
    background-color: #ffffff;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
}

/* Hyperlink style STARTS HERE */
a:link
{
    color: #333333;
	text-decoration: none;
}

a:visited
{
    color: #333333;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color:#333333;
}

/* Hyperlink style ENDS HERE */

h6
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 7pt;
	font-weight: normal;
	color: #666666;
	
}

h1
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 12pt;
	font-weight: bold;
	
}

table
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 8pt;
}

p
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 8pt
}

strong
{
    font-weight: bold;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
}

select
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
}

input
{
		font-size: 8pt;
		border-color: #cccccc;
		border-width: 1px;
}
textarea
{
		font-family: tahoma, verdana, helvetica, arial, sans-serif;
		font-size: 8pt;
		border-style: solid;
		border-color: #666666;
		border-width: 1px;
}

hr
{
	color: #CCCCCC;
	height: 1px;
}

/* HTML: tags ends here */

/* Classes starts here */
.txtbox
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;  
	height: 17px;
	width: 100px;

}
.redbutton
{
	/*Red Submit Buttons Class*/
	background-color: #990000;
	color: #ffffff; 
	font-size: 8pt;
	background-image: url(images/Button.gif);
	background-position: center;
	font-weight: bold;
	border-color: Black;
	border-style: ridge;
	border-width: 1px;
	font-family: tahoma;
	height: 22px;
	text-align: center;
	cursor: hand;
}

.greenbutton
{
	/* Green Submit Buttons Class*/
	background-color: #009966;
	background-image: url(Images/GreenButton.gif);
	background-position: center;
	color: #ffffff; 
	font-size: 8pt; 
	font-weight: bold;
	border-style: none;
	height: 22px;
	font-family: tahoma;
	text-align: center;
	cursor: hand;
	
}
/* Classes ends here */

/*************************************  End of Style sheet !  *************************************/
