body
{
	background-image: url(images/bg.gif);
	margin-left:0;
	margin-top:0;	
	text-align:left;
}

input
{
	font-size:8pt;
	font-family:Arial, helvetica, Sans-Serif;
	border:1px black solid;
}
	
select
{
	font-size:8pt;
	font-family:Arial, helvetica, Sans-Serif;
	border:1px black solid;
}

textarea
{
	font-size:8pt;
	font-family: Arial, helvetica, Sans-Serif;
	border: 1px black solid;
}

.header
{
	font-family:Arial, helvetica, Sans-Serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#000000;
}

.subheader
{
	font-family:Arial, helvetica, Sans-Serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#666666;
}

/*IMAGES*/

img.separator	/*Little bar image between the nav buttons*/
{
	height:11;
	width:141;
}

img.nav	/*Nav buttons*/
{
	height:12;
	width:141;
	border:0;
}

img.banner	/*Big "Repepi" thing on the top*/
{
	border:0;
	height:207;
	width:678;
}

img.midspacer
{
	height:1;
	width:18;
}



/*TABLES*/

td.maintext /* Cell that contains the text body*/
{
	width:501;
}

td.navbar	/*Width here should be same as in img.nav*/
{
	width:141;
}

td.sidespacer /*Little side cell that contains spacer image*/
{
	width:12;
}

td.midspacer /*cell between nav bar and text*/
{
	width:18;
}

table
{
	border:0;
	padding:0;
	font-family:Arial, helvetica, Sans-Serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
}

table.main
{
	margin-top:38px;
}
	
/*--- DataGrid Styles ---*/
.grid
{	
	background-color: white; 
	border-color: Gray; 
	border-width:1px;
	font-family : Arial, helvetica, Sans-Serif; 
	font-size: 12px; 
	width: 375;
}
.gridAlternatingItem
{ 
	background-color :Silver;
}
.gridHeader
{
	background-color: #8B8F9C;
	color : White; font-family : Arial, helvetica, Sans-Serif; 
	font-size: 12px; 
	font-weight : bold;
}
.gridPager
{
	background-color :Silver; 
	font-family : Arial, helvetica, Sans-Serif;
	 font-size: 12px; 
	 font-weight:bold;
}

	 
