/* Default CSS Stylesheet for a new Web Application project */

BODY 
{
	font-family: Arial;
	font-size: .9em;
	color: #000000;
	background-color:#000000;
}

.tbColor
{
	 background-color: #FFFFFF;
	}
	
.blockColor
{
	 background-color: #FFFFFF;
	}

.text
{
	font-family:  Arial;
	font-size: .9em;
	color: #000000;
	}
	
	.smallText
{
	font-family: Arial;
	font-size: .8em;
	color: #000000;
	}
	
		.smallerText
{
	font-family: Arial;
	font-size: .7em;
	color: #000000;
	}
	
.image
{
	border: solid 1pt #666666;
	}
	
	.menu
{
	font-family: Arial;
	font-size: .8em;
	}
	
	.rub
{
	font-family: Arial;
	font-size: 14;
	color: #086B32;
	}
	
	.smallrubNo
{
	font-family: Arial;
	font-size: .8em;
	color: #086B32;
	}
	

	.smallrub
{
	font-family: Arial;
	font-size: .8em;
	color: #086B32;
	border: solid 1px #999999
	}
	.smallerrub
{
	font-family: Arial;
	font-size: .8em;
	color: #086B32;
	}
	
	
.textwhite
{
	font-family: Arial;
	font-size: .9em;
	color: #FFFFFF;
	}
	
	.box
	{
	 border:solid 1pt #222222;
	 background-color: #C42126;
	 font-family:Arial;
	 font-size:.8em;
	 color: #FFFFFF;
		}

#showimage{
position:absolute;
visibility:hidden;
border: 1pt solid #C42126;
}

#dragbar{
cursor: hand;
background-color: #C42126;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
margin-right: 1px;
font-family: Arial;
color: White;
}	

A.white:link	{	
	text-decoration:	none;
	color: #FFFFFF;
	}
	A.white:visited	{	
	text-decoration:	none;
	color: #FFFFFF;
	}
	A.white:active	{	
	text-decoration:	none;
	color: #FFFFFF;
	}
	A.white:hover	{	
	text-decoration:	underline;
	color: #FFFFFF;
	}
	
A.black:link	{	
	text-decoration:	none;
	color: #000000;
	}		
		
A.black:visited	{	
	text-decoration:	none;
	color: #000000;
	}	
		
A.black:active	{	
	text-decoration:	none;
	color: #000000;
	}	
		
A.black:hover	{	
	text-decoration:	underline;
	color: #C42126;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

