﻿#divTopHeader img
{
	width: 100%;
}

.allDivs
{
	border: 1px solid black;
	border-top: 2px solid black;
	padding-left: 5px;
	margin-bottom: 20px;
}

#divTop1
{
}

.allDivs h5
{
	margin-bottom: 25px;
	margin-left:-5px;
	margin-top:0px;
	padding:5px 0px 5px 5px;
	color:#fff;
        background-color:#07AB2B;
        font-weight:bold;
}

.allDivs h4
{
	margin-bottom: 25px;
	margin-left:-5px;
	margin-top:0px;
	padding:5px 0px 5px 5px;
	color:#fff;
        background-color:#93b0c4;
        font-weight:bold;
}

.allDivs p
{
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight:bold;
}

.allDivs p span
{
	font-weight:normal;
	}

.ui-datepicker {
    z-index: 9991!important;
}