/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

	
TH	
{	
	vertical-align:	baseline;
	font-size:	16px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: arial;
	color:White;
	background-color:Blue;	
}	
	
td
{
	FONT-FAMILY: arial;
	FONT-SIZE: 12px;		
}
		
.button
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	width:100px;
}

.textBox
{
	FONT-FAMILY: arial;
	FONT-SIZE: 12px;
}
	
.star
{
	font-family:Arial;
	color:Red;
	font-size:10px;
	font-weight:bold;
}

.sample
{
	font-family:Arial;
	color:Red;
	font-size:11px;
	font-style:italic;
}

.mesej
{
	font-family:Arial;
	color:Red;
	font-size:12px;
	font-weight:bold;
}

.notis
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.table
{
	font-family:Arial;
	font-size:8px;
}
	
	
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
		

