body {
	margin: 0px;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

#headerTable {
        width: 100%;
        height: 120px;
        background-color: #E86D1F;
        border-style: solid;
        border-top-width: 0px;
        border-bottom-width: 2px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-color: #007DC3;
        color: #FFFFFF;
        font-size: 20px;
}

#appTitle {
	position: absolute;
	right: 12px;
	top: 12px;
	color: #FFFFFF;
	font-size: 14px;
}

#pageTitle {
	position: absolute;
	right: 12px;
	top: 90px;
	color: #007DC3;
	font-size: 20px;
	font-weight: bold;
}

#breadcrumbs {
	position: absolute;
	right: 12px;
	top: 75px;
	color: #E86D1F;
	font-weight: bold;
}

#quickLinks {
	position: absolute;
	right: 12px;
	top: 40px;
	color: #E86D1F;
}

#quickLinks a {
	font-weight: normal;
}

.right {
	float: right;
}

.width200 {
	width: 200px;
}

.box {
	border-style: solid;
	border-color: #007DC3;
	border-width: 2px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.boxHeading {
	background-color: #E86D1F;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

#content {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #CCCCCC;
	margin-top: 30px;
	margin-left: 15%;
	margin-right: 15%;
	color: #CCCCCC;
	font-size: 9px;
	text-align: center;
	clear: both; /* forces to the bottom of floating divs */
}

#footer a {
	color: #CCCCCC;
}

.dataTable {
	border-style: solid;
	border-color: #007DC3;
	border-width: 2px;
	
}

.dataTable th {
	font-size: 12px;
	font-weight: bold;
	background-color: #E86D1F;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}

.dataTable .even {
	background-color: #EEEEEE;
}

.dataTable tr:hover {
	background-color: #FFFFA6;
}

.hiddenRow {
	background-image: url(/images/slashes.png);
}

.highlightRow {
	background-color: #FFFFA6;
}

.calIcon {
	cursor: pointer;
}

.calInputReadonly {
	border-style: none;
	border-width: 0px;
	background-color: transparent;
	text-align: right;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

a {
	color: #007DC3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E86D1F;
	text-decoration: underline;
}

/*** Begin Button Code ***/

.buttonContainer { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button:hover {   /* override hover for IE */
   color: #444;
   text-decoration: none;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*** End Button Code ***/

.topThinBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E86D1F;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.message {
	color: #007DC3;
	font-weight: bold;
}

.indexMoreInfoBox {
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 75%;
}

.blueText {
	font-weight: bold;
        color: #007DC3;	
}
