/* structual elements of MandateSystems */

body {
	margin: 0px;
	background-color: #FFFFFF;
}

/* grey drop box running length of page on left hand side */
#drop { 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9A9A9A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9A9A9A;
	background-color: #F5F5F5;
}

/* top bar with arrow graphic and gradient */
#header {
	background-image: url(../images/bk/grad.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-left-color: #9A9A9A;
}
#header td {
	padding-left: 5px;
	padding-right: 5px;
}

/* black bar with time and date */
#timedate {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9A9A9A;
	border-left-color: #9A9A9A;
}
#timedate td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000000;
}