/*
=================================================================
 General
=================================================================
*/

body {
}

/*
=================================================================
 Site Layout
=================================================================
*/

#pageContainer {
	position: relative;
	width: 738px;
	margin: 0 auto;
	padding: 0;
}

#leftNav {
	clear: both;	
	margin-bottom: 10px;
}
	

#leftNav .listBox, .content {
	background: url(Images/Default_UTAS/topleft_corner.gif) top left no-repeat;
}

#leftNav .listContent, #innerContent {
	border: 1px solid #F2ECE7;
	border-top: none;
}

.content {
	width: 500px !important;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

*html .content {
	clear: left;
}	

#innerContent {
	float: left;
	width: 499px;
}

#innerContent .fieldGroup {
		margin-left: 15px;
}
#innerContent .webObject {
	padding: 10px;	
}
#innerContent .webObject p {
	padding-right: 20px;	
}


/*
=================================================================
 Page Header
=================================================================
*/

#pageHeader {
	background: url(Images/Default_UTAS/utaslogo.gif) 0 10px no-repeat;
	height: 112px;
	float: left;
	padding: 0;
	margin: 0;
}

#headerPanel {
	height: 112px;
}

#headerPanel span {
	display: none;
}

div#pageHeader div#commonNav ul {
	position: relative;
	border: solid 1px #FFF;
	border-bottom: none;
	border-right: none;
	top: -72px;
	left: 600px;
}

/*
=================================================================
 Anchors
=================================================================
*/

a {
	color: #000066;
	text-decoration:none;
}

a:hover {
	color: #FF4500;
	text-decoration: underline;
}

div#pageHeader a.homeLink {
	left: 105px;
	width: 500px;
	height: 60px;
}

div#pageHeader a.utasLink {
	display: block;
	width: 90px;
	height: 112px;	
	position: absolute;
}

/*
=================================================================
 Headers
=================================================================
*/

h3, h2 {
	color: #FFF;
	background: #B30000 url(Images/Default_UTAS/topright_corner.gif) top right no-repeat;
	margin-left: 10px;
	padding-top: 2px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
}

.content h3 {
	margin-left: 0;
	background: none;	
	padding-left: 10px;
	color: Black;
	width: 480px;
}

.content h3.contentHeader {
	margin-left: 10px;
	background: #B30000 url(Images/Default_UTAS/topright_corner.gif) top right no-repeat;
	color: #fff;
	font-size: 1.25em;
}

h2 {
	margin-bottom: 15px;
	margin-top: 15px;
}

h4, h5 {
	font-size: 1.2em;
	margin: 15px 10px 10px 10px;
	background: url(Images/bar.gif) repeat-x left 18px;
	padding-bottom: 5px;
}

h5 {
	font-size: .9em;
	padding-bottom: 10px;	
}

/*
=================================================================
 Lists
=================================================================
*/

ul {
	margin-left: 10px;
	list-style: none;
}

li {
	margin: 5px 0 5px 10px;
	padding-left: 15px;
	background: url(Images/Default_UTAS/black_arrow.gif) no-repeat 8px 4px;
}

#leftNav li {
	background: url(Images/Default_UTAS/black_icon.gif) no-repeat 8px 4px;
}

#leftNav li.hasChildren {
	background: url(Images/Default_UTAS/black_arrow.gif) no-repeat 8px 4px;
}

#siteMapContainer li {
	margin-left: 0;	
}

.listBox {
	
}

.listBox ul {
	margin: 0;
}

.listBox li {
	margin-left: 0;
}

div.listContainer {
	clear: both;	
}

ul.entityList li {
	margin-left: 0;
	padding-right: 10px; 
}

div#pageFooter {
	margin-bottom: 10px;	
}	

div#pageFooter ul li{
	background: none;
}

div#pageFooter ul li a{
	padding-left: 20px;
}

div#pageFooter .upArrowIcon{
	background: url(Images/Default_UTAS/up_icon.gif) no-repeat;
}

div#pageFooter .emailIcon{
	background: url(Images/Default_UTAS/email_icon.gif) no-repeat;
}

/*
=================================================================
 Breadcrumb
=================================================================
*/

div.contentBreadcrumb {
	float: left;
	margin-top: 15px;
}

/*
=================================================================
 Sorter
=================================================================
*/

div.sorter div.controls {
	background-color: #F0F8FF;
	border: 1px solid #FFB57F;	
	border-left: none;
	border-right: none;	
}

/*
=================================================================
 Search
=================================================================
*/

#search {
	float: right;
}

#search.listBox, #search .listContent {
	border: none;
	background-image: none;
	margin: 0;
	padding: 0;		
}

#search h3 {
	color: #000;
	width: 3em;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	display: inline;
}	

#search input {
	width: 130px;
}	

#search .listContent {
	display: inline;
}

#search .go {
	background: url(Images/Default_UTAS/go.gif) top left no-repeat;
}

#search .listContent ul {	
	padding-bottom: 3px;
}

#search .listContent li {
	display: inline;
	font-size: 0.8em;
}

/*
=================================================================
 Action
=================================================================
*/

li.actions_print {
	background: url(Images/icons/print_icon.png) top left no-repeat;
	padding-left: 25px;
	padding-right: 40px;
	padding-top: 2px;
	height: 20px;
}

ul.actions_header li.actions_print {	
	position: absolute;
	width: 30px;
	float: none;
	right: 0;
	padding-top: 9px;
	background: url(Images/icons/print_icon_red.gif) 0 6px no-repeat;
}

ul.actions_header li.actions_print a {
	color: #FFF !important;	
}

ul.actions_header li.actions_print a:hover {
	color: #fff !important;	
}

/*
=================================================================
 Random Fixes
=================================================================
*/

.contentBody.advancedSearch input.text {
	width: 450px;
}

