/* CSS Document */

body {
	text-align: center;
	background-color: #FFCC66;
	height: 500px;
	background-image: url(images/background.gif);
}

/********** off site links ******/

#page {
	margin: 0 auto;
	border: 1px solid #000000;
	z-index: 3;
	left: 2%;
	right: 2%;
	width: 95.8%;
	position: absolute;
	background-color: #FFFFFF;
	
}

#top {
	z-index: 50;
	top: 0px;
	right: 0px;
	text-align: left;
	height: 160px;
	background-image: url(images/tactl.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

#top #bottomline {
	background-image: url(images/bottomline.gif);
	background-repeat: repeat-x;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 165px;
	width: 100%;
}

#top #text {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 100%;
	background-image: url(images/tactl.png);
}

#top #topline {
	background-image: url(images/topline.gif);
	background-repeat: repeat-x;
	height: 17px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}


#top #helper {
	position:absolute;
	top: 0px;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	width: 400px;
	z-index: 160;
	font-weight: normal;
	text-align: right;
	right: 0px;
}

h1.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	vertical-align: top;
	display: inline;
	font-style: italic;
	color: #004080;
	text-transform: uppercase;
}
h2.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	display: inline;
	vertical-align: top;
	font-style: italic;
}

#menu {
	background-color: #F5f7f7;
	text-align: left;
	padding: 0px;
	z-index: 250;
	display: inline;
	width: 163px;
	float: left;
	font: small Verdana,sans-serif;
	margin-top: 20px;
	border: 1px solid #cccccc;
}

#contents {
	text-align: left;
	z-index: 50;
	margin-left: 175px;
	padding: 5px;
}

#contents h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}

#contents h2 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFCC66;
	padding: 5px;
}

#contents img {
	margin: 5px;
}

#page #contents #partners {
	font-size: x-large;
}

#page #contents .outline {
	border: 1px solid #FF9900;
	
}
.orangebar {
	COLOR: #FFFFFF;
	FONT-WEIGHT: BOLD;
	BACKGROUND-COLOR: #FF9900;
	FONT-SIZE: 12px; 
	LINE-HEIGHT: 18px
}

.smalltext {  
	font-size: medium}

.emphasis {
	font-size: 120%;
	font-weight: bold;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h2{
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 0 10px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	display: block;
}

#sectionLinks a.head:link, #sectionLinks a.head:visited, #sectionLinks a.head.hover {
	display: block;
	font-weight: bold;
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px 3px 10px;
	background: #ffffff;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image:  url("images/bg_nav.jpg");
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:hover{
	background-color: #FFFF99;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#sectionLinks a.current:link, #sectionLinks a.current:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #800000;
	background-image: url(images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFCC33;
}

#sectionLinks a.current:hover{
	background-color: #FFCC33;
	background-image: url(images/arrow.gif);
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-image: url(images/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;

}

#sectionLinks a.external:link, #sectionLinks a.external:visited {
	display: block;
	background-image: url(images/external.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a.external:hover{
	background-color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-image: url(images/external.png);
	background-position: right center;
	background-repeat: no-repeat;

}

a.noext:link,  a.noext:visited, a.noext:hover{
	background: none;
	padding-right: 0;
}



/************ table styles **************/

table.people {
	width:100%;
}

table.people td {
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

table.people tr {
	background-color: #FFFFFF;
	text-align: center;
}


table.people tr.alt {
	background-color: #D7FFB9;
}


/* This is css3! The validator doesn't like it when validating as css2 */
a[href^="http"] {
	background: url(images/external.png) center right no-repeat;
	padding-right: 13px;
}

a[href^="http://tactl.unt.edu"] {
	background: none;
	padding-right: 0;
}

