/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 * Contains UT Layout Site Specific definitions.  This file is needed because
 * css imports must happen before inline definitions.  These layout defintions
 * are general and are meant to be defined before the more specific responsive
 * screen imports.
 *
 * @import note: @imports only work if they are the first non comment item(s)
 * listed (same as an XSLT import).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ui-dialog-titlebar
{
	background-color: 	#336699;
}


#banner .StateBanner 
{
	padding: 0;
}

#header 
{
	background-color:	white;
	background-image: 	none;
}

#header > .TitleContainer .Title
{
	padding-top:		0;
}

#siteNavigation .HorizontalMenu.HorizontalTabList
{
	padding: 			6px 0 2px 4px;
}


#footer .Bottom img
{
	padding: 5px;
}
  
#footer .Bottom div 
{
	width: calc(95% - 1em - 350px);
}
 
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~text colors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.BoldBlue
{
	color:				#336699;
	font-weight:		bold;
}

.RedText
{
	color:				red;
}

.BlueText
{
	color:				RoyalBlue;
}

.IBISBlueText
{
	color:				#336699;
}

.GreenText
{
	color:				green;
}

.OrangeText
{
	color:				DarkOrange;
}

/*============================ End of Style Sheet ============================*/

