﻿
p { color: black; font-family: Arial;
    font-weight: 700;
    margin-bottom: 19px;
} 
h3{ color: black; font-family: Arial; text-align:center;}
h2{ color: Black; font-family: Arial;}
h1{ color: Black; font-family: Arial; }
a{ /*color: #008000;*/ font-family: Arial;}
IMG {border-style: none;
    border-color: inherit;
    border-width: 0;

}
.invisible { visibility:hidden; } 
.content {background:white; font-family: Arial; text-align:left; font-size:small;}
.pictureDecoration{ text-decoration:none;}
/*html, body {
height: 100%;
}*/
.LeftNavigation
{
	width: 220px;
	float: left;
	display: table;
	text-align:left;
	background-color: Transparent;
	padding: 0px,5px,0px,0px;
	
	/*height:100%;
	min-height: 100%;*/
}
.LeftNavigation{height:auto; min-height:100%;}
.MainContent
{
    font-family: Arial;
	width:705px;
	float: right;
	padding: 5px 10px 5px 10px;
	background-color:White;
	display:table;
}
.HR
{
    border: 0px;
    height: 3px;
    width: 80%;
    color: black;
    background-color: black;
}
div.ui-datepicker{ 
 font-size:13px; 
} 


