<!--
BODY {font-family: Geneva, Arial; background-color: #FFFFFF; font-size: 9pt;}
H1 {font-weight: normal; color: #000066; text-align: center;}
P {font-family: Geneva, Arial; font-size: 9pt;}
A:link {color:#3333FF; TEXT-DECORATION: none;}
A:active {TEXT-DECORATION: none;}
A:visited {color: blue; TEXT-DECORATION: none;}
A:hover {COLOR: #ff0000; TEXT-DECORATION: none;}
form {margin:0px;}
td {
	FONT: 9pt Geneva, Arial, san-serif;
	color: #000000;
}

th {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Geneva, Arial, san-serif;
}


select {
    BACKGROUND: #B0FFE9;
    font-family: tahoma;
	font-size: 9pt;
}


.font1 {font-size: 1pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.font6 {font-size: 6pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.font7 {font-size: 7pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.font8 {font-size: 8pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.font9 {font-size: 9pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.font10 {font-size: 10pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.font11 {font-size: 10pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.font12 {font-size: 12pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.fontr {font-size: 12pt; color:#FF0066; font-family: Geneva, Arial, Helvetica, sans-serif;}
.fontd {font-size: 10pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.fontb {font-size: 10pt; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold;}
.fontst {font-size: 11pt; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold;}
.fontt {font-size: 13.5pt; font-family: Geneva, Arial, Helvetica, sans-serif;}
.fonth {font-size: 15pt; color:#0000BB; font-family: Geneva, Arial, Helvetica, sans-serif;}

body {

}

#PageFrame {
	margin-right: auto;
	margin-left: auto;
	/*background-color: #CCFFCC;
    border:1px solid gray;*/
}
.WideWidth {
	width: 1000px;
}
.MedWideWidth {
	width: 875px;
}
.MediumWidth {
	width: 800px;
}
.SmallWidth {
	width: 600px;
}
.ThinWidth {
	width: 400px;
}

.InfoBox {     /* Used on the "About..." , "Why..." etc type links from the home page  */
	width:602px;
	margin-right: auto;
	margin-left: auto;
	border:none;
	background-color: #FFFFFF;
	padding:20px;

}

.AdminBox {
	margin-right: auto;
	margin-left: auto;
	border:none;
	padding:0px;
}

.URCControl {
	width:100%;
	height:50px;
	margin-right:auto;
	margin-left:auto;
	border-width: 1px;
	border-style:solid;
	border-color:gray;

	text-align:center;
	font-weight:bold;
	vertical-align:baseline;
	background-color:#CCFFCC;
}

.URCControl .Left {
    float: left;
	clear:left;
	width:150px;
	height:30px;
	border:none;
	background-color:#CCFFCC;
}

.URCControl .Center {
  margin-left:auto;
  margin-right:auto;
	clear:none;
	width:400px;
	height:30px;
	border:none;
	background-color:#CCFFCC;
}

.URCControl .Right {
    float: right;
	clear:right;
	width:150px;
	height:30px;
	border:none;
	background-color:#CCFFCC;
}

#Label {
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:gray;
	margin:0px 0 0 0;
	padding:0px 0 0px 0;
	font-size: 9pt;
	font-weight:bold;
	background-color:#CCFFCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#Label #LabelLeft {
	float:left;
	clear:left;
	width:25%;
	text-align:left;
	padding:5px 0 5px 14px;
}

#Label #LabelCenter {
  margin-left: auto;
  margin-right: auto;
	clear:none;
	text-align:center;
	padding:5px 0 5px 0;
}

#Label #LabelRight {
  float:right;
	clear:none;
	width:25%;
	text-align:right;
	padding:5px 14px 5px 0;
}

#TabArea {
	width:100%;
	margin:1px 0 5px 0;
	padding:5px 0 5px 0;
	font-size: 9pt;
	font-weight:bold;
	background-color:#CCFFCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

#TabArea #TabAreaLeft {
	width:25%;
	text-align:left;
	padding:5px 0 5px 14px;
	margin:0px;
}

#TabArea #TabAreaRight {
  text-align:center; /* float:left; */
	clear:right;
	width:100%;
	padding:5px 14px 5px 0;
}

#tabs
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	z-index:100;
	position:relative;
	top:15px;
	background:#CCFFCC none repeat scroll 0 0;
}

#tabs li.selected {
	background:#CCFFCC none repeat scroll 0 0;  /*  CCFFCC  */
	border-bottom:2px solid #CCFFCC;
}

#tabs li {
	background:#B0FFE9 none repeat scroll 0 0;
	border:1px solid gray;
	padding:5px;
	margin: 0px 0px 0px 8px;
	display:inline;
	font-size: 10pt; font-family: Geneva, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#tabs li.selected:hover
{
	background:#CCFFCC none repeat scroll 0 0;  /*  CCFFCC  */
}

#tabs li:hover
{
	background:#CDFFFF none repeat scroll 0 0;
}

.URCTable {
	border: 0px solid gray;
	background-color:#FFFFFF;
	border-spacing:0px;
	border-collapse:collapse;
	position:relative;
	left:0px;
	top:0px;
	z-index:90;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	/* 
	*/
	/*
	border-width:1px;
	border-style:solid;
	border-color:gray;

	*/

}

.banner
{
	background-image: url(http://fsec.ucf.edu/dbase/urc/images/URC_BANNER_REPEAT.gif);
	background-repeat: repeat-x;
	height:114px;
	margin:0px;
	padding: 0px !important;
	border:0px solid #ffffff;
	vertical-align:baseline;
}

.URCTable tbody tr /*, .URCTable thead tr*/
{
	border-right:1px solid gray;
	border-left:1px solid gray;
}

.URCTable th {
	border-width: 1px;
	border-style:solid;
	border-color:gray;
	padding:3px;
	font-size: 9pt;
	font-weight:bold;
	background-color:#CCFFCC;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
}

.sortable th  {
	color:#007C00;
	cursor: pointer;
}

th.display {
	font-size: 8pt;
	font-weight:normal;
	color:blue;
	vertical-align:top;
}

input.display  {
	width: 10px;
	height: 10px;
}

.URCTable td {
	border-width: 1px;
	border-style:solid;
	border-color:gray;
	padding:4px;
	font-size: 9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

.navbar
{
	border-spacing:0px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
}

.navbar TD
{
	background-color:#CCFFCC;
	border:0px;
  FONT-WEIGHT:normal;
  FONT-SIZE: 12px;
  COLOR: #000000;
  FONT-FAMILY: Arial, Geneva, san-serif;
	padding:2px;
}

.navbar SELECT
{
	font-size:10px;
}

.NoBorders {
	width:100%;
	border-style:none;
	margin-top: 1px;
}

.NoBorders th {
	border-style:none;
}

.NoBorders td {
	border-style:none;
}

.LabelArea {
	vertical-align:top;
}

.Label {
	width:200px;
	font-weight:bold;
	text-align:left;
}

.GrandTotal  {
	font-weight:bold;
	text-align:left;
	background-color:#CCFFCC;
}

.number {
	text-align:right;
}

.center {
	text-align:center;
}

.URCTable .less {
	text-align:center;
	background-color: #FFFF67;
}

.URCTable .more {
	text-align:center;
	background-color: #CDFFFF
}

.URCTable .CurrYear {
	background-color: #FFCC66;
}

.URCTable .PrevYear {
	background-color: #B6FFB8;
}

#URCBanner {
	width:100%;
	height:114px;
	margin-right: auto;
	margin-left: auto;
	border:none;
	background-image: url(http://fsec.ucf.edu/dbase/urc/images/URC_BANNER_REPEAT.gif);
	background-repeat: repeat-x;
	vertical-align:baseline;
}

#URCBanner #Left {
    float: left;
	clear:left;
	width:12px;
	height:114px;
	border:none;
}

#URCBanner #Center {
    margin-left: auto;
    margin-right: auto;
	clear:none;
	width:269px;
	height:114px;
	border:none;
}

#URCBanner #Right {
    float: right;
	clear:right;
	width:12px;
	height:114px;
	border:none;
}

#URCFooter {
	width:600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-style:double;
	border-width:thin;
	border-color: #CBFF5F;

 	padding-top:10px;
	padding-bottom:10px;
}

#URCFooter #LeftFoot {
    float: left;
	clear:left;
	width:40px;
	vertical-align:middle;
	border:none;
	padding-left:15px;
}

#URCFooter #CenterFoot {
    margin-left: auto;
    margin-right: auto;
	clear:none;
    text-align:center;
	vertical-align:middle;
	border:none;
}

#URCFooter #RightFoot {
    float: right;
	clear:right;
	width:40px;
	vertical-align:middle;
	border:none;
	text-align:right;
	padding-right:15px;
}

.LogInBox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

.LogInBar {
	width:100%;
	color:#FFFFFF;
	background-color:#CCFFCC;
}

.ErrorMsg {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	color: red;
}

.MenuLine {
	width:250px;
	margin-left:0px;
	color:#CCFFCC;
	background-color:#CCFFCC;
	}

.MenuButton {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color:#007C00;
	background-color:#CCFFCC;
}

.FootButton {
    margin-left: auto;
    margin-right: auto;
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 12px;
	font-weight:normal;
	text-align:center;
	color:#007C00;
	background-color:#CCFFCC;
	outline-color:yellow;
}

#ButtonBar, .ButtonBar {
	margin:20px;
	margin-left: 30px;
	text-align:left;
}
.InputTable {
	margin-right: auto;
}

.InputTable td{
	padding-top: 5px;
	padding-bottom: 5px;
}

.loc {
    width: 55%;
    text-align: left;
    padding-right: 8px;
}
.desc {
    width: 45%;
    text-align: left;
    padding-right: 8px;
}
.id {
    width: 16%;
    text-align: center;
}
.date {
    width: 16%;
    text-align: right;
    padding-right: 10px;
}
.value {
    width: 23%;
    text-align: right;
    padding-right: 25px;
}
.days {
    width: 15%;
    text-align: center;
}
.lilImage {
	border:none;
	margin-right: auto;
	margin-left: auto;
	vertical-align:middle;
}


.hidden {
	display:none;
}

.Inline {
    display:inline;
}

.Clear {
    clear: both;
	line-height:0px;
	font-size:0px;
}

#splashIcon
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:120px;
	height:120px;
	background-image:url("../images/splashIcon2.png");
	text-align:left;
}

#splashIcon A, #splashIcon A:hover, #splashIcon A:visited, #splashIcon A:focus, #splashIcon A:active
{
	position:absolute;
	bottom:5px;
	left:5px;
	font-size:22px;
	color:white;
}

#splashIcon SPAN
{
	border:0px solid white;
	color:white;
	padding:4px;
	font-weight:bold;
	margin-left:5px;
	cursor:pointer;
}

#splashIcon SPAN:hover
{
	border:2px solid white;
	padding:2px;
}
-->
