﻿/* body 
{
	font-size: small;
	font-family: Tahoma;
	color: #000000;
	
	width: 920px;
	border: 1px solid black;
} */


/* layout */
/* IMAGES here can't be found! Probably needs ../../ */
body {position: relative; 
      background: /* url(~/TestImages/bg_body.gif)*/ top left repeat-x #DDDDDD; 
      	font-size: small;
	font-family: Tahoma;
	color: #000000; text-align: left;}
#page {display: block; width: 956px;  background: /*url(~/images/fade_leftright.gif)*/ top repeat-y; 
       text-align: left; margin: 0 auto;}
#header {position: relative; float: left; display: block; width: 956px;
          background: /*url(~/images/fade_leftright.gif)*/ top no-repeat; min-height: 355px; padding: 0;}


h1
{
    font-family: Tahoma;
    font-size: x-large;
}

h2
{
    font-family: Tahoma;
    font-size: medium;

}

h3
{
    font-family: Tahoma;
    font-size: medium;
    font-weight: bold;

}

h4
{
    font-family: Tahoma;
    font-size: large;

}

h6
{
	    font-family: Tahoma;
    font-size: x-small;
}
        
normal 
{
   font-family: Tahoma;
   font-size: small;
}

searchres
{
   font-family: Tahoma;
   font-size: 10pt;
}
        
ol	{
	font-size: 9pt;
	list-style: decimal outside;
}

ul	{
	font-size: 9pt;
	list-style-type: square;
}

li	{
	font-size: 9pt;
}

blockquote	{
	font-size: 9pt;
}

.heading	{
	font-size: 14pt;
	font-weight: normal;
}


/* Tables------------- */

table
{
	background: inherit;
	border-width: 0;
}

td
{
	background: inherit;
	border-width: 0;
}

tr
{
	background: inherit;
	border-width: 0;
}

.tdnormal	{
	font-family: Tahoma;
	font-size: 9pt
}

.tdheading	{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	background-image: inherit;
}
	
/* Buttons & links ------------- */
	
.button	{
	font-family:Verdana;
	font-size:9pt;
	border-width:1;
	background:#dae3ed;
	height:20;
	line-height:8pt;
	}

A.white:link		{ color: white; text-decoration: none; }
A.white:visited	{ color: white; text-decoration: none; }
A.white:hover		{ color: red; text-decoration: none; }
A.white				{ color: white; text-decoration: none; }

A.w:link		{ color: white; text-decoration: none; }
A.w:visited	{ color: white; text-decoration: none; }
A.w:hover		{ color: red; text-decoration: none; }
A.w				{ color: white; text-decoration: none; }

a:link		{ color: navy; text-decoration: none; }
a:visited	{ color: navy; text-decoration: none; }
a:hover		{ color: red; text-decoration: none; }
a				{ color: navy; text-decoration: none; }

A.bar:link	{ color: #ffffff; text-decoration: none; font-weight: bold; font-size: 8pt }
A.bar:visited	{ color: #ffffff; text-decoration: none; font-weight: bold; font-size: 8pt }
A.bar:hover	{ color: #ffff66; text-decoration: none; font-weight: bold; font-size: 8pt }
A.bar		{ color: #ffffff; text-decoration: none; font-weight: bold; font-size: 8pt }

A.menu:link		{ color: #ffffff; text-decoration: none; font-size: 8pt }
A.menu:visited	{ color: #ffffff; text-decoration: none;  font-size: 8pt }
A.menu:hover	{ color:  #ffff66; text-decoration: none; font-size: 8pt }
A.menu			{ color: #ffffff; text-decoration: none; font-size: 8pt }

A.menuon:link { color: navy; font-weight: bold; text-decoration: none; font-size: 8pt }
A.menuon:visited { color: navy; font-weight: bold; text-decoration: none; font-size: 8pt }
A.menuon:hover { color: #b01616; font-weight: bold; text-decoration: none; font-size: 8pt }
A.menuon			 { color: navy; font-weight: bold; text-decoration: none; font-size: 8pt } 


.mypanel
{
    display:none;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    opacity:0.4;  
}


   transparentpanel
  {
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity:0.3;
  }








.rowEditTable td {
   font-family: Verdana;
       font-size: 10px;
       color: #4B555E;
}




