html
{
	background-color:#ffffff;     	
}

body
{
	background-color: #ffffff;
	background-image:none;
	width:500px;
	margin:0px;
	font-size:x-small;
}
a
{
    text-decoration: underline;
    font-weight:normal;
    font-size:x-small;
}

a.bold
{
    font-weight:bold;
}    

/* Used for Enhet-DataGrid ItemStyle */
.StandardText
{
	 font-size:x-small;	
}

.dgHeaderStyle
{
	 background-color:#E7E4E4;
	 font-size:x-small;
}

.dgItemStyle
{
	 font-size:x-small;
	 border:solid 1px black;/**/	 	
}

/* Fits the current IFrame */
.TableIframeWidthBorder
{
	width:545px;
}



table#TableNoBorder
{
	font-family:Verdana;
	border:solid 0px white;
	font-size:112%;
}

table#TableNoBorder tr td
{
	font-family:Verdana;
	border:solid 0px white;
	font-size:inherit;
}

table#TableNoBorderIndependent
{
	font-family:Verdana;
	border:solid 0px white;
	font-size:100%;
}

table#TableNoBorderIndependent tr td
{
	font-family:Verdana;
	border:solid 0px white;
	font-size:inherit;
}

table#TableIframeWidthNoBorder
{
	 border:solid 0px white;
	 width:490px;	
	 font-size:112%;
	 letter-spacing:0.2px;
}

table#TableIframeWidthNoBorder tr td
{
	 border:solid 0px white;
	 letter-spacing:inherit;
}

table tr td
{
	border: solid 1px black;
	padding:3px 6px 3px 6px;
}

.TextField
{
	/*background-color:#EFF0F1;*/
	background-color:#ffffff;
    border-bottom: solid 1 black;
    border-left: solid 1 black;
    border-right: solid 1 black;
    border-top: solid 1 black;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size:x-small;
}

.btnNormal_NOT_IN_USE
{
	color:#050;
	font-size:x-small;
	font-family:Verdana;
	font-weight:normal;
	height:25px;
	width:90px;
	border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#5D7B9D');
}

.btnNormal
{
	font-size:110%;
	font-family:Verdana;
	font-weight:normal;
}


/**/