@import url(slider.css);

.expand img {
	background: #000000;
	float: none;
	display: block;
}
.expand {
	background: #000000;
}

.Error, .error {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #BF0000;
	background:#FFE8E8 url(/images/icons/v2/common/exclamation.gif) no-repeat 2px;
	border: 1px solid #BF0000;
}
.Success, .success {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #008000;
	background:#D0E8D0 url(/images/icons/v2/common/accept.gif) no-repeat 3px 2px;
	border: 1px solid #008000;
}
/* this first chunk is to assign the font-family */
/* if you want to change an element or a class to a different font-family than the others in this group,
you will need to remove the the class/element(s) from this block */

button, button.hover, input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button, input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse, .HelpButton{
	cursor: hand;
}

/* block - prevents NS/SAFARI info box issue */
.Instructions, .error, .success, .profile, .filelibfiledetails, .eventsheader, .campaignsheader, .donationpaymentamount, table.profile,  .MessageBoardsDataGridHeader, .FileLibraryFileList{
	display:block;
}
body {
	margin: 0;
	background-color: #ffffff;
	scrollbar-base-color: #FFCA08;
}
table, tr, td {}	
td.header, tr.header {
	/*font-size: 12px; */
	color: #ffffff;
	background-color : #000000;	
}
td.inverse, tr.inverse {
	/*font-size: 12px; */
	color: #000000;
	background-color : #e8e8e8;
}
br {}
div {}

h1, .PageTitleHeader {font-family: Arial, Helvetica, sans-serif; font-size: 28px;}
h2, .PageSubTitleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	margin: 0;
}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px;}
h4 {font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
h5 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

input,select,textarea {}
button {
	cursor: hand;
}
button.hover {
	cursor: hand;
}
nobr {}
ol,ul,li{}

p {}
span {}
sup {
	font-size: 8px;
}
.bold {
	font-weight: bold;
}

/*  core */
input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button {}
input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse {}

a.linkbutton, a.linkbutton:visited, a.linkbutton:link, a.linkbutton:hover, a.linkbutton:active { 
	/*font-size: 12px; */
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color : #ffffff;
    padding: 0px 4px 0px 4px;
}

/*.instructions {

	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}*/

.HelpButton {
	/*font-size: 12px; */
	color: white;
	background-color : #000000;
	border: solid;
	border-width : 1px;
	border-color : #ffffff;
	padding : 2px;
	font-weight : bold;
	width : 48px;
	text-align : center;
}

.Error, .error {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #BF0000;
	background-color: #FFE8E8;
	background-image: url(/images/icons/v2/common/exclamation.gif);
	background-repeat: no-repeat; 
	background-position: 2px;
	border: 1px solid #BF0000;
}
.Success, .success {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #008000;
	background-color: #D0E8D0;
	background-image: url(/images/icons/v2/common/accept.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border: 1px solid #008000;
}

.DataGrid {}

.DataGridAltItem {
	background: #e8e8e8;
}

.DataGridItem {
}

.DataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

.DataGridHeader {
	/*font-size: 12px; */
	color: #000000;
	background-color : #e8e8e8;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	font-weight : bold
}

.DataGridFooter {}

/*profile */
.ProfileButtons {}

.Profile {
	/*font-size: 12px; */
	color: black;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	width : 470px;
	padding: 2px 5px 2px 5px;
}

.ProfileHeader {
	font-weight : bold;
	font-size: 14px;
}

.ProfilePageTabHeadings {
	font-size:14px;
	font-weight:bold;
}

table.Profile {}

table.ViewProfile {}

/* search */

.SearchResultsDataGrid {}

.SearchResultsDataGridAltItem {
	background: #e8e8e8;
}

.SearchResultsDataGridItem {
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:382px;
}


.MsgItem {
	background-color: #e8e8e8;
}

.MsgItemSubject {
	background-color: #808080;
}

.MsgItemInverse {
	background-color: #e8e8e8;
}

.MsgItemSubjectInverse {
	background-color: #808080;
}	
	
.LastPostingText {
	/*font-size: 10px; */
	font-style: italic;
	color: #000000;
}

.BadWordHighlight {
	font-weight: bold;
	color: Red;
}

.MessageBoardsDataGrid {}

.MessageBoardsDataGridAltItem {
	background: #e8e8e8;
}

.MessageBoardsDataGridItem {}

.MessageBoardsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

.MessageBoardsDataGridHeader {
	/*font-size: 12px; */
	color: #000000;
	background-color : #e8e8e8;
	border: solid;
	border-width : 1px;
	border-color : #000000;
}

.MessageBoardsDataGridFooter {}

.MsgsReplyText {
	/*font-size: 10px; */
}

.MsgsDates {
	/*font-size: 12px; */
}

/* file library */

.FileLibFileDetails {
	/*font-size: 12px; */
	color: black;
	background-color : #e8e8e8;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	width : 150px;
	padding: 2px 5px 2px 5px;
}

.FileLibraryFileList {
	/*font-size: 12px; */
	color: black;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	width : 300px;
	padding: 2px 5px 2px 5px;
}

.PageSubTitleHeader {
	font-size: 16px;
	font-weight: bold;
}

.PageTitleHeader {
	font-size: 18px;
	font-weight: bold;
}

/* news */

table.News {}

/* events */

.EventsHeader {
	/*font-size: 12px; */
	color: black;
	background-color : #e8e8e8;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

.EventDonationDetail {
	/*font-size: 12px; */
	color: black;
	background-color : #e8e8e8;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
	width:300px;
}

table.Events {}

td.StoreItemHeader {
	border-color: #000000;
	border-bottom: 1px solid;
}

/* donations */

.CampaignsHeader {
	/*font-size: 12px; */
	color: black;
	background-color : #e8e8e8;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

table.Campaigns {}

.DonationPaymentAmount {
	/*font-size: 12px; */
	color: #000000;
	background-color : #ffffcc;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #cc0000;
}

/* left navigation */

/* top navigation */
	.topnav, .topnav:link, .topnav:visited {
	color: #000000;
	/*font-size: 11px; */
	text-decoration: none;
	vertical-align: top;
	line-height: 16px;
	}
	.topnav:hover {
	text-decoration: underline;
	}
/* pagemanager */

td.PageManagerHeader, tr.PageManagerHeader {
	/*font-size: 12px; */
	color: black;
	background-color : #e8e8e8;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #000000;
}

/* photo albums */

table.Photos {}
td.Photos {}
table.NoPhotoPlaceholder {}

/* communications utility */
table.CommUtil {}
td.CommUtilHeader {
	background-color:#000000;
	color:#FFFFFF;
}

/* community specific */
/* member tools  */
div.MemberTools {
	float: left;
	padding: 2px 10px 2px 10px;
	border-right: 1px dashed #000000;
	color: #000000
}
div.MemberTools a, div.MemberTools a:hover, div.MemberTools a:visited {
	color: #000000;
	font-size: 80%;
}
div.Maps {
	float: none;
	padding: 2px 5px 2px 10px;
	color: #000000
}
div.Maps a, div.Maps a:hover, div.Maps a:visited {
	color: #000000;
	font-size: 80%;
}	
/****************************************************************/



#ContentLeft {width:196px; position:relative; z-index:10;}
	#ContentLeft ul{margin:0px;padding:0px 0px 0px 0px;}
	#ContentLeft li{list-style-type:none;float:left;}
	#ContentLeft li a{width:171px;display:block;height:1%;padding:5px 5px 5px 20px;color:#000;text-decoration:none;}
	#ContentLeft li a:hover {background-color:#000;color:#fff;text-decoration:underline;}
	#ContentLeft li.feature a {width:171px;padding:3px 5px 3px 20px;}
/* Second Level Groups */
	#ContentLeft li ul {position: absolute; left: -999999px; margin:-25px 0px 0px 187px;float:none; width:170px;padding:0px;}
	#ContentLeft li li {margin:0px;padding:0px;}
	#ContentLeft li li a { width:165px;padding:0px;height:1%;padding:5px 0px 5px 5px;border:none;font-weight:normal;color:#fff;border-bottom:1px solid #fff;background-color:#000;}
	#ContentLeft li li:hover, #ContentLeft li li.sfHover {}
	
	/* Third Level Groups */
	#ContentLeft li li ul { margin:-20px 0 0 170px}
	
	/* The Magic */
	#ContentLeft li:hover ul ul,
	#ContentLeft li:hover ul ul ul,
	#ContentLeft li.sfhover ul ul,
	#ContentLeft li.sfhover ul ul ul { left: -999em;}
	
	#ContentLeft li:hover ul,
	#ContentLeft li li:hover ul,
	#ContentLeft li li li:hover ul,
	#ContentLeft li.sfhover ul,
	#ContentLeft li li.sfhover ul,
	#ContentLeft li li li.sfhover ul { left: auto;}

	
/***************************************************************/
/***************************************************************/

/* NEW HOMEPAGE PIECES/NAV */
#ContentMT {padding-left:35px;}

#ContentTopNav {width:804px; padding:3px 0 7px;}
#ContentTopNav ul {margin:0; padding:0; list-style:none; float:right;}
#ContentTopNav ul li {float:left; padding-right:21px;}
#ContentTopNav ul li a {background-position:0 0; background-repeat:no-repeat; background-color:transparent; display:block; height:17px;text-indent:-999999px;}
#ContentTopNav ul li#AboutTU a {background-image: url("images/nav/abouttu.gif"); width: 51px;}
#ContentTopNav ul li#AboutTU:hover a {background-image: url("images/nav/abouttu_over.gif");}
#ContentTopNav ul li#Academics a {background-image: url("images/nav/academics.gif"); width: 60px;}
#ContentTopNav ul li#Academics:hover a {background-image: url("images/nav/academics_over.gif");}
#ContentTopNav ul li#Research a {background-image: url("images/nav/research.gif"); width: 51px;}
#ContentTopNav ul li#Research:hover a {background-image: url("images/nav/research_over.gif");}
#ContentTopNav ul li#Admissions a {background-image: url("images/nav/admissions.gif"); width: 63px;}
#ContentTopNav ul li#Admissions:hover a {background-image: url("images/nav/admissions_over.gif");}
#ContentTopNav ul li#LifeatTU a {background-image: url("images/nav/lifetu.gif"); width: 42px;}
#ContentTopNav ul li#LifeatTU:hover a {background-image: url("images/nav/lifetu_over.gif");}
#ContentTopNav ul li#ArtsandCulture a {background-image: url("images/nav/artsculture.gif"); width: 81px;}
#ContentTopNav ul li#ArtsandCulture:hover a {background-image: url("images/nav/artsculture_over.gif");}
#ContentTopNav ul li#Athletics a {background-image: url("images/nav/athletics.gif"); width: 52px;}
#ContentTopNav ul li#Athletics:hover a {background-image: url("images/nav/athletics_over.gif");}
#ContentTopNav ul li#TUintheCommunity a {background-image: url("images/nav/outreach.gif"); width: 113px;}
#ContentTopNav ul li#TUintheCommunity:hover a {background-image: url("images/nav/outreach_over.gif");}
#ContentTopNav ul li#SupportTU a {background-image: url("images/nav/supporttu.gif"); width: 60px;}
#ContentTopNav ul li#SupportTU:hover a {background-image: url("images/nav/supporttu_over.gif");}

.mainCol {width:567px; padding:0 20px 20px;}
.rtCol {width:150px; padding: 0 20px;background:url("images/bkgd_rtcol.gif") no-repeat scroll left top transparent;}
.rtCol .block {float:left; margin:0 0 20px; width:100%;}

/* Rotator */
.mainCol .rotator {float:left; width:567px; position:relative; z-index:0;}

/* Tab Styles */
.tabs {float:left; background: #ffe57f; width:528px; margin:20px 0 0; padding:20px!important;}
.tabs a,
.tabs a:hover,
.tabs a:visited {color:#000;}
#ContentTabNav1 {height: 26px; width: 260px;}
#ContentTabNav1 ul {margin: 0; padding: 0; list-style:none;}
#ContentTabNav1 li {float: left; text-align: center; font-weight:bold; font-size:14px; margin:0 7px 0 0;}
#ContentTabNav1 li a {background: #ffcc00; display: block; min-width: 60px; padding:5px 20px;}
#ContentTabNav1 li a span {}
#ContentTabNav1 li a:hover {background:#eee;}
#ContentTabNav1 li.active a  {background: #fff;text-decoration:none;}
#ContentTabNav1 li a:hover span,
#ContentTabNav1 li.active a span {background: #fff;}

.tab_container {border: 1px solid #999;border-top: none;overflow: hidden;clear: both;float: left; width: 100%;background: #fff;}
.tab_content {padding: 20px; background:#fff;}

.tab_content .thumb {width:50px; height:50px; float:left; background:#ffcc00; margin:0 20px 0 0;}
.tab_content .thumb a img {border:none;}
.tab_content .content {width:415px; float:left;}
.tab_content .title {font-size:14px; font-weight:bold; line-height:normal; margin:0 0 5px; color:#000;}
.tab_content img[title='Add to Outlook'] {height: 12px; width:12px;}

.tab_content .eventItem {float: left; width: 100%; padding:0 0 20px;}
.tab_content .eventItem .date {margin:0 0 5px;}
.tab_content .newsItem {float: left; width: 100%; padding:0 0 20px;}

.tab_content h2 {display:none;}

