/*//////////// WEBRES START /////////////////*/

BODY {
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	background-color: #10283C;
}
table {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
font-size: 11px;
border-collapse: collapse;
}

td.resourceName {
    font-family: Arial, sans-serif;
    border: 1px solid white;
    background-color: #081B7A;
	font-size: xx-small;
    color: white;

}
td.resourceAvail {
    font-family: Arial, sans-serif;
    border: 1px solid white ;
    background-color: #E1BEBE ;
    color: white;
    font-size: xx-small;
}
td.resourceUnavail {
    font-family: Arial, sans-serif;
    border: 1px solid white;
    background-color: #6984AC;
	font-size: xx-small
}
th.resource {
    font-family: sans-serif;
    text-align: left;
    background-color: #10283C;
    color: white;
    font-size: xx-small;
	font-weight: normal;
}
th.navbar {
    color: white;
    background-color: #10283C;
    text-align: left;
    font-size: xx-small;
	font-weight: normal}
th.navbar a:link {color: #ffffff}
th.navbar a:active {color: #ffffff}
th.navbar a:visited {color: #ffffff}
table.list {border-collapse: collapse}

.required {color: red; font-size: 11px; font-weight:bold}
.inLineVal {color: red; font-size: 11px;}

FORM SELECT,
FORM INPUT,
FORM TEXTAREA,
FORM BUTTON {Font-size:11px}
.packageBorder {
	background-color: #FFFFFF;
	border: 1px solid #930e11;
	background-position: center center;
}

.narrowform {width: 8ex}
.wideform {width: 30ex}
.xwideform {width: 50ex}

th.booking {
    background-color: #10283C;
    color: white;
    text-align: left;
}
td.caption {
    color: #930e11;
    text-align: right;
}
td.value {
    text-align: left
}
td.submit {
    text-align:right;
    padding-top: 4px;
    color: gray;
}
th.component {
    background-color: #10283C;
    color: white;
    text-align: left;
}
td.component {
    padding-left: 4px;
    padding-right: 4px;
    border-top: 1px solid #C0C0C0;
}
td.componentTotal {
    padding-left: 4px;
    padding-right: 4px;
    border-top: 1px solid #10283C;
    font-weight: bold
}

