BODY {
    font-family: arial,verdana;
    margin: 0px;
    font-size: 10px;
    padding: 0px;
    background-image: url(images/background.png);
    background-repeat: repeat-x;
}

.background {
    background-image: url(images/background.png);
    background-repeat: repeat-x;
}

.MainContainer {
    padding: 0px 20px 20px 20px;
}

p {
    font-size: 12px;
}

H2 {
    border-top: solid 1px  #3b3b3b;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: normal;
    color: white;
    border-bottom: 1px solid #334C8A;
    padding-top: 7px;
    padding-left: 20px;
    margin-left: 0px;
    padding-bottom: 7px;
    background: url(images/RootItemBkgActive.gif) repeat-x #1F3D6D;
}

h5 {
    font-family: Arial, Verdana;
    font-size: 15px;
    font-weight: normal;
    color: black;
    border-bottom: 1px solid #334C8A;
    margin-bottom: 8px;
}

.heading {
    font-family: Verdana, Arial;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #334C8A;
    padding-left: 10px;
    margin-left: -5px;
    padding-bottom: 4px;
}


h3 {
    font-family: Verdana, Arial;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    padding-left: 5px;
    margin-left: -5px;
    padding-bottom: 0px;
    border-bottom: 1px solid #334C8A;
    margin-bottom: 0px;
}

H4 {
    font-family: Verdana, Arial;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #334C8A;
    padding-left: 10px;
    margin-left: -5px;
    padding-bottom: 4px;
}

h6 {
    font-family: Arial, Verdana;
    font-size: 16px;
    color: white;
    padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}

.RedGradientDiv
{
    background-image: url(/Images/RedDivGradient.png);
    background-repeat: repeat-x;
    height: 28px;
}

.RedGradientDiv:hover
{
	background: url(images/RootItemBkgActive.gif) repeat-x #1F3D6D;
	height: 28px;
	cursor: hand;
}

.BlueGradientDiv
{
	background: url(images/RootItemBkgActive.gif) repeat-x #1F3D6D;
	height: 28px;
	cursor: hand;
}

.SiteName {
    font-size: 12px;
    color: #000000;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

.dbLabel {
    font-size: 12px;
}

.dbText {
    font-size: 12px;
    font-family: verdana, arial;
}

#SideMenu {
    padding: 0px;
    margin: 0px;
}


#SideMenu a {
    display: block;
    background-color: #FFFFC0;
    color: black;
    font-size: 12px;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
    margin: 0px;
    text-decoration: none;
}

#SideMenu a:hover {
    background-color: #FFFF60;
    border: 1px solid #FFD700;
    margin-left: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 3px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;

}

#header {
    font-family: arial;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #999999;
    background-color: #9f9b99;
    text-align: center;
    height: 25px;

}

#header a {
    display: inline;
    width: 100px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    height: 25px;
    font-weight: bold;
}

#header a:hover {
    color: #ffff00;
}

#footer {
    background-color: #FFFFC0;
    font-size: 10px;
    text-align: center;
}

#footer p {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    margin-bottom: -2px;
    color: #ffffff;
}

#content {
    padding-left: 5px;
}

#content a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

td {
    font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

tr {
    font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

tbody {
    font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}
.JobEquipCompletedRow
{
    background-color: #bbf0be;
    height: 25px;
}

.JobEquipNotDoneRow
{
    background-color: #ffb5b5;
    height: 25px;
}
.JobEquipNotRequiredRow
{
    background-color: #b4b4b4;
    height: 25px;
}

.button
{
    background: url(images/RootItemBkgActive.gif) repeat-x #1F3D6D;
    color: white;
	border: 1px solid #1f3d6d;
	
}

