/* UFPC CSS */
h1 {font-size:18px; color:#666666; padding:10px 0px 3px 0px;}
h2 {font-size:14px; color:#666666; padding:0px; line-height:18px;}
h3 {font-size:11px; color:#FF0000; padding:0px;}
h4 {font-size:14px; color:#000000; padding:0px; line-height:18px;}
h5 {font-size:11px; color:#000000; padding:0px;}

.title_page {padding:15px 20px 5px 15px; font-size:17px; color:#cccccc; font-weight:bold; text-transform:uppercase; font-variant:small-caps;  }
.footer_links{padding:12px 0px 14px 15px; font-size:11px; color:#061a33; float:inherit; background-color:#FFFFFF; }
.footer_links a{padding-right:30px; font-size:11px; color:#061a33; float:inherit; text-decoration:none; }
.footer_links a:hover{padding-right:30px; font-size:11px; color:#061a33; float:inherit; text-decoration:underline; }
.byline {font-size:9px; color:#000000; padding:0px}
.pic_right {padding:5px; float:right;}
.pic_left {padding:5px; float:left;}

/* Brand Theme headers */
.aw_header {font-size:14px; color:#A84D10; padding:0px; line-height:18px;}
.kfc_header {font-size:14px; color:#ED1B34; padding:0px; line-height:18px;}
.ljs_header {font-size:14px; color:#005CAB; padding:0px; line-height:18px;}
.ph_header {font-size:14px; color:#EE2A24; padding:0px; line-height:18px;}
.tb_header {font-size:14px; color:#333092; padding:0px; line-height:18px;}

/* Brand Themes */
.taco_bell {background-color:#2c0970; font-size:11px; color:#666666; line-height:14px;}
.ljs {background-color:#00aab8; font-size:11px; color:#666666; line-height:14px;}
.pizza_hut {background-color:#ae171d; font-size:11px; color:#666666; line-height:14px;}
.kfc {background-color:#c41230; font-size:11px; color:#666666; line-height:14px;}
.aw {background-color:#a84d0f; font-size:11px; color:#666666; line-height:14px;}

.ufpc {background-color:#202020; font-size:12px; color:#666666; line-height:14px;}
.ufpcqa {background-color:red; font-size:12px; color:#666666; line-height:14px;}

.ufpcText{
	font-family:Arial;
	font-size: 10pt;
    color: #010101;
}

.GridView
{
border: solid 1px #FFFFFF;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
text-align: left;
font-size:11px;
font-weight:normal;
}

.GridHeader
{
font-weight: bold;
font-size:11px;
color:#ffffff;
background-color: #051932;
}

.GridItem{background-color: #e6e6e6;}
.GridAltItem{background-color: white;}

/* Drop down style - links - PUBLIC PAGES */

.chromestyle{
width: 99%;
height:25px;/*42px*/
font-weight: bold; /* Changed from normal 3/10/08 */
text-transform:uppercase;
text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 5px 0; /*12px*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

/* Alt Drop down style - links - SECURE PAGES*/

.altchromestyle{
width: 99%;
height:25px;/*42px*/
font-weight: bold; /* Changed from normal 3/10/08 */
text-transform:uppercase;
text-decoration: none;
}

.altchromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.altchromestyle ul{
width: 100%;
padding: 5px 0; /*12px*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.altchromestyle ul li{
display: inline;
}

.altchromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.altchromestyle ul li a:hover{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

/* Drop down style - links - HOME PAGE */

.chromestyleHome{
width: 99%;
height:42px;/*42px*/
font-weight: bold; /* Changed from normal 3/10/08 */
text-transform:uppercase;
text-decoration: none;
}

.chromestyleHome:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyleHome ul{
width: 100%;
padding: 12px 0; /*12px*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyleHome ul li{
display: inline;
}

.chromestyleHome ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyleHome ul li a:hover{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

/* ######### Style for Drop Down Menu - PUBLIC PAGES ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:bold 11px Arial; /* Changed from normal 3/10/08 */
color:#FFFFFF;
line-height:15px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
margin:1px 0px;
text-decoration: none;
text-align: left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding: 3px 4px;
text-decoration: none;
color: white;
font-weight: bold; /* Changed from nothing 3/10/08 */
}

/*IE only hack*/
* html .dropmenudiv a{ 
width: 100%;
}

/*THEME CHANGE HERE*/

.dropmenudiv a:hover{ 
background-color: #e6e6e6;
color:#333333;
text-decoration: none;
}

.dropmenudiv7{
position:absolute;
top: 0;
border-bottom-width: 0;
font:bold 11px Arial; /* Changed from normal 3/10/08 */
color:#FFFFFF;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
margin:1px 0px;
text-decoration: none;
text-align: left;
}

.dropmenudiv7 a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: white;
}

/*IE only hack*/

* html .dropmenudiv7 a{ 
width: 100%;
}

/*THEME CHANGE HERE*/

.dropmenudiv7 a:hover{ 
background-color: #e6e6e6;
color:#333333;
text-decoration: none;
}

/* ######### Style for Drop Down Menu - SECURE PAGES ######### */

.altdropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:bold 11px Arial; /* Changed from normal 3/10/08 */
color:#000000;
line-height:18px;
z-index:100;
background-color: #d0d0d0;
width: 200px;
visibility: hidden;
margin:1px 0px;
text-decoration: none;
}

.altdropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding: 2px 4px;
text-decoration: none;
color: #000000;
}

/*IE only hack*/
* html .altdropmenudiv a{ 
width: 100%;
}

/*THEME CHANGE HERE*/

.altdropmenudiv a:hover{ 
background-color: #333333;
color:#d0d0d0;
text-decoration: none;
}

.altdropmenudiv7{
position:absolute;
top: 0;
border-bottom-width: 0;
font:bold 11px Arial; /* Changed from normal 3/10/08 */
color:#d0d0d0;
line-height:18px;
z-index:100;
background-color: #333333;
width: 200px;
visibility: hidden;
margin:1px 0px;
text-decoration: none;
}


.altdropmenudiv7 a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #d0d0d0;
}

/*IE only hack*/
* html .altdropmenudiv7 a{ 
width: 100%;
}

/*THEME CHANGE HERE*/

.altdropmenudiv7 a:hover{ 
background-color: #d0d0d0;
color: #333333;
text-decoration: none;
}
/*below is down down style for ufpc main nav at the top*/
.chromestyle2{
padding-top:55px;
width: 100%;
font-weight: bold;
float:left;
text-align:left;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
width: 100%;
padding: 8px 0 0 3px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;

}

.chromestyle2 ul li a{
color: #000000;
padding: 4px 0px;
margin: 0;
text-decoration: none;
}

.modalBackground {
	background-color:Gray;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}

.bindingDropDown
{
	color: Blue;	
}