/* Default CSS Stylesheet for a new Web Application project */

body
{
	background-color: #d4d4d4;
	
}
	
b
{	
	font-family: VERDANA;
    COLOR: #303030;
	font-size:	10px;
	font-weight: bold;
}

label
{
	width: 480px;
	}
	
	.label
{
	width: 480px;
	}

.MAINTEXT	
{	
	font-family: Verdana;
    COLOR: #303030;
	font-size:	11px;
	
}

.MAINTEXTBOLD	
{	
	font-family: Verdana;
    COLOR: #303030;
	font-size:	10px;
	font-weight: bold;
}

.MAINTEXTLJUS	
{	
	font-family: Verdana;
    COLOR: #303030;
	font-size:	10px;
}
	
.MAINTEXTLJUSBOLD	
{	
	font-family: Verdana;
    COLOR: #303030;
	font-size:	10px;
	font-weight: bold;
}

.RUBRIK	
{	
	font-family: VERDANA;
    COLOR: #DE2113;
	font-size:	12px;
	font-weight: bold;
}
.LITENVIT
{	
	font-family: VERDANA;
    COLOR: #FFFFFF;
	font-size:	9px;
	font-weight: bold;
}

.LITENSVART
{	
	font-family: VERDANA;
    COLOR: #000000;
	font-size:	9px;
	font-weight: bold;
}

.SIDRUBRIK
{
	font-weight: bold;
	font-size: 12px;
	color: #10358a;
	font-style: italic;
	font-family: VERDANA;
}

.RUBRIKTOP
{	
	font-family: Verdana;
    COLOR: #303030;
	font-size:	10px;
	font-weight: bold;
}



.ERRORMSG
{
	font-family: Verdana;
	color: #303030;
	font-size: 9px;
}



.BUTTON
{
	font-size: 11px;
	font-family: Verdana;
	height: 20px;
	font-weight: bold; 
	COLOR: #000000;
}

.DATAGRID
{
background-color: #cccccc;
	font-size: 11px;
	border-width: 1px;
	border-color: #303030;
	border-style:solid;
	font-family: Verdana;
    COLOR: #303030;
    font-size:	10px;
  
}


.TEXTFIELD
{
	font-size: 11px;
	color: #303030;
	font-family: Verdana;
	height: 22px;
	font-weight: normal;
	width: 320px;
	
}

.TEXTFIELDMULTI
{
	font-size: 11px;
	color: #303030;
	font-family: Verdana;
	height: 22px;
	font-weight: normal;
	width: 320px;
	height: 120px;
	
}

.DROPDOWN
{
	font-size: 11px;
	color: #303030;
	font-family: Verdana;
	height: 22px;
	font-weight: normal;
	width: 180px;
	
}
.TEXTFIELD1
{
	background-color: #FFFFFF;
	font-size: 11px;
	border-width: 1px;
	border-color: #303030;
	border-style:solid;
	font-family: Verdana;
    COLOR: #303030;
   
    width: 436;
	
}


a:link { color: #ffffff; text-decoration: none; font-family: Verdana; font-size: 10px; font-weight:bold}
a:visited {color: #ffffff; text-decoration: none; font-family: Verdana; font-size: 10px; font-weight: bold;}
a:hover { color: #ffffff;text-decoration: underline; font-family: Verdana; font-size: 10px; font-weight: bold;}
a:active {color: #ffffff; text-decoration: underline; font-family: Verdana; font-size: 10px; font-weight: bold;} 



