﻿/*----------------------------------------------*/
BODY
{	font-family: Verdana, Arial;
	font-weight: normal;
/*	font-size:    14px;*/
	font-size:    medium;
	color:		 Black;
	/*background-color: #CDD3F3;*/
	background-color: white;
}
/*----------------------------------------------*/
TABLE
{	
/*    font-size:		 14px;*/
    font-size:		 medium;
	background-color: #000000;
	border-width:	 1px;
	border-color:     #000000;
	border-collapse: collapse;
	margin: 0;
}
/*----------------------------------------------*/
TD
{	background-color: #FFFFFF;
	border-color:	  #FF0000;
	border-width:	  0px;
/*	padding: 		  4px;*/
	margin:  		  0;
}
/*----------------------------------------------*/
#mainMenu div, #header div, #footer DIV, #mainBody DIV
{	width:120px;
	height:120px;
	border:solid 1px black;
	padding-left:8px;
	padding-right:8px;
	background-color:#F0F0FF;
}
/*#footer div
{
    padding-top:20px;
}*/
/*----------------------------------------------*/
SELECT
{	font-family: Verdana;
	font-weight: normal;
	font-size:   11px;
	color:		  #000000;
	background-color: #FFFFFF;
}
/*----------------------------------------------*/
INPUT
{	font-family: Verdana;
	font-weight: normal;
	font-size:   11px;
	color:		  #000000;
}
/*----------------------------------------------*/
TEXTAREA
{	font-family: Verdana;
	font-weight: normal;
	font-size:   11px;
	color:		  #000000;
	background-color: #FFFFFF;
}
/*----------------------------------------------*/
A
{	FONT-WEIGHT: 	 bold;
	COLOR:		 	 #FF1705;
	font-style:	 	 normal;
	text-decoration: none;
}

A:hover
{	
    FONT-WEIGHT: bold;
	COLOR: 		 #FF1705;
	text-decoration: underline;
}
/*----------------------------------------------*/

#header
{
	height:158px;
/*	background-color:#CDD3F3;*/
	background-color: white;
    /*margin-left:2px;*/
    background-image: url(/img/Main_Background.gif);
    background-repeat: repeat;
    background-position: center center;
}

#header table, td
{
/*	background-color:#CDD3F3;*/
	background-color:white;
	padding:0px;
    background-image: inherit;
    background-repeat: inherit;
    background-position: inherit;
}

#header_title
{
	background-image:url(/img/villi_long.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
}

#header a, #header a:link, #header a.visited, #header a:hover, #header a:active
{
	FONT-WEIGHT: 	 bold;
	COLOR:		 	 black;
	font-style:	 	 normal;
	text-decoration: none;
	text-align:center;
	border: none;
}
#tblmain
{
/*    background-image: url(/img/Main_Background.gif);
    background-repeat: repeat;
    background-position: center center;
*/
}
#mainBody
{
/*    background-image: url(/img/Main_Background.gif);
    background-repeat: repeat;
    background-position: center center;
*/
/*	background-color: #ADE7F1;*/
	border: 0px none #ADE7F1;
	overflow:auto;
	margin-top:20px;
/*	font-weight:bold;*/
	font-weight:normal;
}

#mainBody table, #mainBody tr, #mainBody td, #mainBody th, #mainBody thead
{
/*    background-image: url(/img/Main_Background.gif);
    background-repeat: repeat;
    background-position: center center;
	font-weight:bold;
*/
	font-weight:normal;
}

#mainMenu
{
/*    background-image: url(/img/Main_Background.gif);
    background-repeat: repeat;
    background-position: center center;
*/
	padding:1px;
/*	background-color: #C5CCF5;*/
	border: 0px none #ADE7F1;
	overflow:auto;
	margin-top:20px;
}

#mainMenu ul
{
	list-style-type:none;
	margin:0px;
}

#mainMenu li
{
	display:block;
	padding:2px 2px;
	text-decoration:none;
}

#mainMenu a
{
    	font-weight:normal;
    	color: Black;
    	text-decoration: none;
}

#mainMenu li:hover a
{
	cursor:pointer;
	color:Red;
	text-decoration: underline;
/*	color:Red;
	background-color:White;*/
/*	font-weight:bold;*/
}

#mainMenu li.selectedItem
{
    background-color: #153E9B;
    color:White;
/*	font-weight:bold;*/
}

#mainMenu li.selectedItem a
{
    background-color: #153E9B;
    color:White;
/*	font-weight:bold;*/
}

#mainMenu div
{
	margin:5px 5px 5px 5px;
}

#footer
{
	border:solid 1px #153E9B;
/*	background-color:#CDD3F3;*/
	background-color:white;
/*	height:60px;*/
	width:972px;
}
#footer td
{
	font-family: Verdana, Arial;
	font-weight: normal;
/*	font-size:   8px;*/
	font-size:   smaller;
	color:		 Black;
	text-align: center;
}
