
/*Links*/
a{color: #666666;text-decoration: dotted;font-family: verdana;font-size: 10px;}
a:active{color: #666666;text-decoration: dotted;font-family: verdana;font-size: 10px;}
a:visited{color: #666666;text-decoration: dotted;font-family: verdana;font-size: 10px;}
a:hover{color:#000000;text-decoration: none;font-family: verdana;font-size: 10px;}

/*Menu-Links*/
a.menu{color: #000000;text-decoration: none;font-family: verdana;font-size: 10px;}
a.menu:active{color: #000000;text-decoration: none;font-family: verdana;font-size: 10px;}
a.menu:visited{color: #000000;text-decoration: none;font-family: verdana;font-size: 10px;}
a.menu:hover{color:#000000;text-decoration: underline;font-family: verdana;font-size: 10px;}

/*Body*/
body{ font-family:verdana; font-size:10px; color:#000000; }

/*Tables*/
td{ font-family:verdana; font-size:10px;	color:#666666;}
td.form_bg{ 
  background-image: url('../Mediafiles/Images/bg_form.gif');
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eeeeee,endColorStr=#dddddd);*/ 
}

/*Form borderlines*/
td.h_border{ 
  background-color:#eeeeee;
  /*background-image: url('../Mediafiles/Images/dotted_horisontal.gif');*/ 
}
td.v_border{
  background-color:#eeeeee; 
  /*background-image: url('../Mediafiles/Images/dotted_vertical.gif');*/ 
}

/*Headlines*/
h1{font-family: verdana; font-size: 16px; color:#669900;}
h2{font-family: verdana; font-size: 14px; color:#9B542A;}
h3{font-family: verdana; font-size: 16px; color:#666666;}

input.text{ width:100%; }

/*Buttons*/
button.save {
	background-image: url('../Mediafiles/Images/save.gif');
	background-repeat: no-repeat;
	width:140px; height:25px;
	background-color:#ffffff;
  background-position: left center;
}
button.save_close {
	background-image: url('../Mediafiles/Images/save_close.gif');
	background-repeat: no-repeat;
	width:140px; height:25px;
	background-color:#ffffff;
  background-position: left center;
}
button.delete {
	background-image: url('../Mediafiles/Images/delete.gif');
	background-repeat: no-repeat;
	width:140px; height:25px;
	background-color:#ffffff;
  background-position: left center;
}
input{
  width:250px;
}

