table, td, img
{
	padding: 0px;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}

body
{
	background-color: black;
	/* background color */
	color: WHITE;
	/* text color */
	font-family: Verdana;
	/* font name */
	font-size: xx-small;
	/* font size */
	margin: 0px 0px 0px 0px;
	/* top right bottom left 
	background-image: url(images/background.jpg);*/
	background-repeat: repeat;
}

.aspmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #3366CC; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}
.top
{
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.LeftTable
{
	font-family: Arial;
	font-size: 12;
}
.RightTable
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	background-color: #000;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	width: 200px;
	height: 175px;
	vertical-align: top;
}
.RightTableSub td
{
	font-family: Arial;
	font-size: 12px;
	padding: 4px;
}
.TekstAv
{
	color: grey;
	font-size: 10px;
}
a.medialink { color: #C00; }
a.medialink:hover { color: #FFF; }

a.MenyLink
{
	color: #FFFFFF;
	font-size: 15px;
}
a.MenyLink:hover
{
	color: #C00;
	font-size: 15px;
}
.Redhead
{
	color: #C00;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.BigRedhead
{
	color: #C00;
	font-size: 18px;
	font-weight: bold;
}
#text { text-align: left; }
.Ingress
{
	color: #CCC;
	font-size: 12px;
}
.Paging
{
	color: #999;
	font-size: 10px;
	font-weight: bolder;
}
.Paging td { padding: 4px; }
.Paging a
{
	color: #CCC;
}
.Paging a:hover
{
	color: #FFF;
}
.ConTable
{
	font-size: 12px;
	text-align: center;
}
.ConTable td { padding: 4px; }
.ConTableRow
{
}
.ConTableAltRow
{
}
hr {color: grey;}