.ftr  {
	font-size : 10px;
	font-family :Arial,Helvetica,sans-serif;
}

a.ftr  {
	text-decoration : none;
	color : 777777;
}

a.ftr:visted  {
	text-decoration : none;
	color : 777777;
}

a.ftr:hover {
	text-decoration : none;
	color : cccc99;
}

a  {
	text-decoration : none;
	color : #FF0000;
}

a:hover  {
	color : #0000FF;
	text-decoration : underline;
}

a:active  {
	text-decoration : none;
	color : #800000;
}

input {
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	background-color : F0EFF0;
}

textarea {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	background-color : F0EFF0;
}

select {
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	background-color : F0EFF0;
}

.bcalmtext {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #A58D05;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	TEXT-DECORATION: none;
	LINE-HEIGHT: 14px;
}

.bigcalmtext {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #A58D05; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	TEXT-DECORATION: none;
	LINE-HEIGHT: 14px;
}

/*New Styles*/

.WhiteBorders {
	border : 1px double #F5F5DC;
}

/*Styles for the Default Text on the site*/	
/* call this style for all content block, provides defualt font and padding */
.defaultText {
	padding: 10px 10px 10px 10px;
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	color: #45505B;
	text-decoration: none;
	}	
	
/*Styles for Content Managed section of the site*/
/* These are the style to load into content managers and allow system administrators and managers to call on */
.Normal {
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	color: #45505B;
	text-decoration: none;
	}

.NormalBold {
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	color: #45505B;
	font-weight : bold;
	text-decoration: none;
	}
	
.NormalWhite {
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	color: #ffffff;
	text-decoration: none;
	}
	
.NormalGray {
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	color: #bbb;
	text-decoration: none;
	}
	
.Header  {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif,Verdana, Geneva;	
}

/* Style for site backgrounds */


.bkndWhite {
	background-color: #ffffff;
	}

.bkndGray {
	background-color: #cccccc;
	}

.bkndDrkGray {
	background-color: #888888;
	}

.bkndBlack {
	background-color: #000000;
	}
	
.bkndSiteColor {
	background-color: #d09814;
	}
	
.navbknd {
	background-image: url("/images/nav/ufpnav_bknd.jpg");	
	}
	
.hdrbknd {
	background-image: url("/images/jpgs/ufphdr_bknd.jpg");	
	}
	
	
/*Style for Stats and Similar Tables*/

.StatsHeader {
	background-image: url("/images/jpgs/stats_bknd.jpg");	
	background-color: #d09814;
	color: #ffffff;
	margin-bottom: 5px;
	font-size:11.5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;	
	padding-left : 3px;
	}

.StatsBBPHeader {
	background-image: url("/images/jpgs/statsbbp_bknd.jpg");	
	background-color: #d09814;
	color: #ffffff;
	margin-bottom: 5px;
	font-size:11.5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-weight: bold;	
	padding-left : 3px;
	}

.StatsSubHeader {
	background-image: url("/images/jpgs/statssub_bknd.jpg");
	background-color: #bdbdbd;
	font-size:10px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-seri;	
	color: #f1f1f1;
	text-decoration: none;
	padding-left : 3px;
	}
	
.Stats {
	background-color: #ffffff;
	font-size:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #45505B;
	text-decoration: none;
	padding-left : 3px;
	}
	
	
	
	
/*Forms and stuff*/

input.login {
	font-weight: normal;
	font-size: 11px;
	color: F1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color : #777777;
	border : 1px solid #FFFAFA;
	margin-bottom : 5px;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs 

can be positioned underneath it */
.DropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.DropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.DropdownMenu .item {
    color:#FFFFFF;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the 

filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer 

gif inside this DIV is replaced by */
.DropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.DropdownMenu .item.hover {
	background:#ffffff;
	color:#8D1C1C;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space 

between the text and the dingbat */
.DropdownMenu .item img {
	margin-left:10px;
	}

	
/*ENDS*/	
.FrameTopTab   {
	color: black; 
	font-weight: bold;	
	font-size: 11px; 
	font-family:   Verdana, Arial, Helvetica;
}

.FrameSides {
	border-right:  1px solid #c5c5c5; 
	border-left:   1px solid #c5c5c5; 
	border-top:  1px solid #c5c5c5; 
	border-bottom:  1px solid #c5c5c5;
	padding-bottom : 10px;
	padding-top : 10px; 
	padding-left : 10px; 
	padding-right : 10px; 
}
.sz2w  {
	font-size : 11px;
	font-family : Arial, Helvetica;
	color : white;
}

.sz2  {
	font-size : 11px;
	font-family : Arial, Helvetica;
}
.sz1  {
	font-size : 10px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
}
.sz1w  {
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica,sans-serif;
	color : white;
}


.sz2b  {
	font-size : 11px;
	font-family : Arial, Helvetica;
	font-weight : bold;
}
.sz3  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif,Verdana, Geneva;	
	color : 202E6E
}