        body
        {
        	font-family: Arial;
        	font-size: 10px;
        }
        img
        {
            border: none;
        }
        #container
        {
            width: 820px;
            margin: auto;
        }
        #inner-container
        {
            margin-left: 10px;
            width: 800px;
        }
        #container-top
        {
            height: 18px;
            background-image: url('/images/topshadow.jpg');
        }
        #container-left
        {
            width: 10px;
            height: 400px;
            float: left;
            background-image: url('/images/leftschadow.jpg');
            background-repeat: no-repeat;
        }
        #container-right
        {
            width: 10px;
            height: 400px;
            float: right;
            background-image: url('/images/rightschadow.jpg');
            background-repeat: no-repeat;
        }
        .pnlmasterheader
        {
            width: 800px;
            height: 265px;
            background-image: url('/images/topimage1.jpg');
            background-repeat: no-repeat;
        }
        #nav
        {
            width: 175px;
            float: left;
        }
        #content
        {
            width: 600px;
            float: right;
            min-height:800px;
            border:solid 1px #EBF8FE;
        }
        #footer
        {
            clear: both;
            height: 22px;
            padding-top: 20px;
        }
        .navigation
        {
            list-style-type: none;
            margin: 0;
            padding: 0;
            font-size: 12px;
        }
        .navigation-hor
        {
            padding: 20px 0;
        }
        .navigation-item-ver
        {
            padding: 15px 30px;
            border-bottom: solid 1px #0fafca;
        }
        .navigation-item-veractive
        {
            /*list-style-position: inside;
            list-style-type: square;
            list-style-image: url('arrows.gif');
            border-bottom: solid 1px #0fafca;*/
            padding: 15px 10px;
        }
        .navigation-item-hor
        {
            width: 150px;
            height: 30px;
            text-align: center;
            /*border-left: solid 1px #0fafca;
            border-top: solid 1px #0fafca;
            border-right: solid 1px #0fafca;*/
            border: solid 1px #0fafca;
            border-bottom: none;
            margin-left: 10px;
            display: block;
            float: left;
            padding-top: 10px;
            text-decoration: none;
            background-image: url('/images/inactivebutton1.jpg');
            background-repeat: repeat-x;
        }
        .navigation-item-horactive
        {
            background-image: url('/images/activebutton.jpg');
            background-repeat: repeat-x;
        }
        .navigation-link
        {
        	font-family:Calibri;
            text-decoration: none;
        }
        .navigation-link:hover
        {
            text-decoration: underline;
        }
	.panelLight
	{
	    padding:5px;
	    height: 75px;
	    background-color: #ddd;
	    border: 1px solid gray;
	}
.vtCalendarHeader
{
	background-color: #EBF3FB;
	height: 20px;
	
	margin: 0 0px 0px 0;
	padding: 5px;	
	font-family: Arial;
	font-size: 12px;
}
.vtCalendarContent
{
	border:solid 1px #EBF3FB;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
}