/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	background: url(http://localhost/ScintiTech/images/bar3.gif) #59637a repeat-x;
	list-style-image: url(images/bullet.gif);
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
TD
{
	font-size: 11px;
	color: #454545;
	font-family: Verdana;
	text-decoration: none;
}

.menustyle 
	{background-color: #6b7da5; border:1px; border-style:solid; border-color: #59637a;}
.menuitem 
	{background-color: #6b7da5; font-family:Helvetica; font-size:12px; color: white; padding:0px; padding-left:5px; padding-right:15px; cursor:hand;
	 border:1px; border-style:solid;border-color:#6b7da5; }
.mouseover 
	{background-color: #2f3b58; color: #dcdcdc; font-family:Helvetica; font-size:12px; border:1px;
	border-style:solid;border-color:black;  
   padding:0px; padding-left:5px; padding-right:15px; cursor:hand;}  

A:active
{
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
}
A:link
{
	font-size: 13px;
	color: #35577b;
	font-family: Verdana;
	text-decoration: none;
}
A:hover
{
	font-size: 13px;
	color: #7ea1c5;
	font-family: Verdana;
	text-decoration: none;
}

A:visited
{
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
}
.Submit
{
	font-size: 11px;
	width: 60px;
	cursor: hand;
	color: white;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #6b7da5;
	text-decoration: none;
	border-bottom-style: none;
}

.SubmitLogin
{
	font-size: 11px;
	width: 60px;
	cursor: hand;
	color: white;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #9b9b9b;
	text-decoration: none;
	border-bottom-style: none;
}

.txtStyle
{
	font-size: 11px;
	cursor: text;
	color: #454545;
	font-family: Verdana;
	text-decoration: none;
}
