/* UF Prime stylesheet - these values are hard coded into the script so using
this file is the only way to set them to your preferences without changing
the actual scripts.. */

/* Main body background, fonts, etc.. */
body {
background-color:#F3D5F3;
color:#000000;
font-size:11px;
font-family:Verdana, Arial;
}

/* Active Hyperlink */
a:link {
color:#5C005C;
text-decoration:underline;
}

/* Mouse Hover Hyperlink */
a:hover {
background:#5C005C;
color:#FFFFFF;
text-decoration:none;
}

/* Visited Hyperlink */
a:visited {
color:#BC5001;
text-decoration:underline;
}

/* Main tables' border color */
.tableBorder {
background:#000000;
}

/* Background for the Main table */
.TDBackClass {
background:#F3D5F3;
border:0px;
}

/* Largest text cell for tables */
.TDTitleClass {
background:#E0E0E0 url(/ufp/titleBack.png);
color:#FFFFFF;
font-size:13px;
font-weight:bold;
font-family:Verdana, Arial;
border:1px outset #E0E0E0;
}

/* Next largest text cell for tables */
.TDSubClass {
background:#E0E0E0 url(/ufp/subTitleBack.png);
color:#FFFFFF;
font-weight:bold;
font-size:11px;
font-family:Verdana, Arial;
border:1px outset #E0E0E0;
}

/* Main text cell for tables */
.TDClass {
background:#FFFFFF;
color:#000000;
font-size:11px;
font-family:Verdana, Arial;
border:1px solid #E0E0E0;
}

/* Main text cell for footer */
.TDFooterClass {
background:#E0E0E0 url(/ufp/titleBack.png);
color:#FFFFFF;
font-size:11px;
font-family:Verdana, sans-serif;
border:1px solid #FFFFFF;
padding:3px;
}

/* Submit Buttons */
.submitButton {
background:#E0E0E0 url(/ufp/subTitleBack.png);
font-weight:bold;
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial;
border:2px outset #D596D4;
}

