/********************************************************************************************************
	HTML STYLE TAGS
/*******************************************************************************************************/
* {
	margin: 0;
	padding: 0;
	}
html, body, div, p, form, input, select, textarea, fieldset {
	font: 12pt Arial,Helvetica,sans-serif;
	color: #333;
}

ul#quicklinksList 

}

a img {
	border: none;
}
cite {
	font-weight: bold;
	color: #C00;
}
#content form label {
	display:block !important;
	display:inline-block;
	float:left;
	width:175px;
	padding-right:5px;
	text-align:right;
	margin:0 0 3px 0;
	vertical-align:top;
	clear:left;
}
#content form label.long {
	width:250px;
}
#content form input, #content form textarea {
/*	margin:0 0 4px 4px;*/
}

#content form input[type="text"] { border: 1px solid #ccc; }

#content form select {
	margin: 0 0 4px 4px;
	z-index:1;
}

#content form td label, #content form td input {
	display:inline;
	text-align:left;
	float:left;
	clear:none;
	margin:0 4px;
}
/**************************** anchor link styles ********************************/
a.external{
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/extlink.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.swf {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/swficon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.swf:after {
	content: "(Flash Movie)";
}
a.wmedia {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/wmedia.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.wmedia:after {
	content: "(Windows Media)";
}
a.mail {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/email.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.pdf {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/pdficon.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.pdf:after {
	content: "(Acrobat Document)";
}
a.doc {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/docicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.doc:after {
	content: "(Word Document)";
}
a.lock {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/lockicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.lock:after {
	content: "(Secure)";
}
a.only {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/onlyicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.only:after {
	content: "(HSC use only)";
}
a.xls {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/xlsicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.xls:after {
	content: "(Excel Document)";
}
a.ppt {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/ppticon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.ppt:after {
	content: "(Powerpoint Document)";
}
a.rtf {
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/docicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.rtf:after {
	content: "(Rich Text File)";
}
.hLink {
	display:block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/icon_home.gif") no-repeat 100% 50%;
	padding-right:20px;
	cursor:pointer;
}

/********************************************************************************************************
	CONTENT TAG STYLES
/*******************************************************************************************************/

#content a:hover, #content a:active, a.lbOn:hover {
	text-decoration: underline;
	color: #000;
}

#content a.topLink:link, #content a.topLink:visited {
	display:block;
	float:right;
	font-size:10px;
	color:#c00;
	width:95%;
	height:auto;
	line-height:16px;
	text-align:right;
	border:none;
	padding-right:13px;
	background:none;
}
#content a.topLink:hover, #content a.topLink:active {
	text-decoration:underline;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/icons/backTop.gif") no-repeat 100% 3px;
	_background-position: 100% 4px;
}
#content a.img:link, #content a.img:visited {
	border:none;
	margin:1px;
}
#content a.img:hover, #content a.img:active {
	border:1px solid #900;
	margin:0;
}
#content a.button:link, #content a.button:visited, #content a.button:active {
	background-color:#D4D0C8;
	color:#000;
	font-weight:normal;
	padding:2px 15px;
	margin:2px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-right: 2px solid #606060;
	border-bottom: 2px solid #606060;
}
#content p {
	margin: 10px;
}
#content ul, #content ol, #content dl {
	margin: 10px;
}
#content ul li {
	list-style: none;
	padding: 0 0 5px 10px;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/bullet.gif") no-repeat 0 6px;
	}
#content ul ul {
	margin: 5px 5px 0 5px;
	}
#content ul li li {
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/bullet2.gif") no-repeat 0 6px;
	}
#content ol {
	padding: 0 0 0 23px;
	_padding: 0 0 0 28px;
	}
#content li ol {
	margin: 5px 0 0 0;
	} 
#content .normal {
	font-size:10px;
}

#content dl {
	margin: 0 0 15px 15px;
	padding:0;
}
#content dd {
	margin-left:20px;
}
#content ul ul{ 
	list-style-type: square;
}
#content ol li {
	padding-bottom:6px;
}

.imageWrap, .imageWrapRight {
	float:left;
	margin-bottom: 10px;
	padding: 0 15px 10px 0;
	line-height:1.2;
	position:relative;
	z-index:1;
	width:100% !important;
	width:auto;
}

.imageWrap:after, .imageWrapRight:after, .imageWrap ul:after { content: "."; display: block; height: 0; overflow:hidden; clear: both; visibility:hidden; width:100%; position:relative;} 
/* Holly Hack Targets IE Win only \*/ * html .imageWrap, * html .imageWrapRight {height: 1%;} /* End Holly Hack */

.imageWrap img, .imageWrapRight img {
	float: left;
	padding: 0;
	margin:0 15px 15px 0;
	z-index:1;
}
.imageWrapRight img{
	float: right;
	margin: 0 0 15px 15px;
	z-index:1;
}

/* Apply Holly Hack to the non-floated content */

* html .imageWrap p {
	height: 1%;
}

#content fieldset, #content fieldset td {
	margin:0 0 15px 0;
}
#content fieldset legend {
	font-weight:bold;
}
#content fieldset {
	padding-left:10px;
}

/********************************************************************************************************
	HEADER TAG STYLES
/*******************************************************************************************************/
h1 {
	font: normal 29px/32px "Times Roman","Times New Roman",Times,Serif;
	letter-spacing: 0;
	color: #c00;
	/*background: url("https://www.ttu.edu/shared/shared_ttumain/images/dotted-border-horz.gif") repeat-x 0 bottom;*/
	padding: 0 10px 10px 10px;
	margin: 30px 0 10px 0;
}
h2 {
	font: normal 18px/21px "Times Roman","Times New Roman",Times,Serif;
	margin: 20px 0 10px 0;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/dotted-border-horz.gif") repeat-x 0 bottom;
	padding: 0 10px 10px 10px;
	clear:left;
}
h2.subtitle {
	color:#c00;
	margin-top: 5px;
	padding-bottom: 0;
	background-image: none;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	margin: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c00;
	padding: 2px 10px 2px 10px;
	margin-top: 10px;
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
}
h5 {
	color: #fff;
	background: #c00;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	}
h6 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
	margin-top: 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#content h1 a:link, #content h1 a:visited, #content h1 a:active, 
#content h2 a:link, #content h2 a:visited, #content h2 a:active, 
#content h3 a:link, #content h3 a:visited, #content h3 a:active, 
#content h4 a:link, #content h4 a:visited, #content h4 a:active,
#content h5 a:link, #content h5 a:visited, #content h5 a:active, 
#content h6 a:link, #content h6 a:visited, #content h6 a:active {
	text-decoration:none;
	border:none;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover,
#content h4 a:hover, #content h5 a:hover, #content h6 a:hover {
	text-decoration: underline;
}
#content h5 a {
	color: #fff;
	}

table {
	margin-bottom: 2px;
}
th {
	color: #fff;
	background-color: #333;
	letter-spacing:1px;
	text-align:center;
	padding: 2px 6px;
	font-weight:bold;
}
#content th a:link {
	color: #fff;
	border-color: #fff;
}
tr.red, tr.red th {
	background-color: #900;
}
td {
	padding: 2px 6px;
	margin: 0;
	vertical-align:top;
}
tr.alt, tr.alt td {
	background-color: #f6f6f6;
}
tr.bold td {
	font-weight:bold;
}

table.fancy {
	border:1px solid #bbb;
}
table.fancy tr td {
/*	border:none;*/
}
tr.hilited, tr.hilited td {
	background:#9cf;
	color:#000;
}
.smalltext {
	font-size:10px;
}

/**************************** miscellaneous styles ********************************/
.rightfloat {
	float: right;
	margin:0 10px 10px 10px;
}
.leftfloat {
	float: left;
	margin:0 10px 10px 10px;
}
.noFloat {
	float: none;
}
.center {
	margin: 0 auto;
}

/********************************************************************************************************
	MAIN LAYOUT REGIONS
/*******************************************************************************************************/
#skipLinks {
	display: none;
}
#container {
	text-align: left;
	width: 900px;
	margin:0 auto 0 auto;
	padding: 0 0px 0 0px;
   border: 5px double #eeeeee;
}/*
#masthead img {
	position: absolute;
	left: 80px;
	top: 0;
}
 */
#crumbs {
	width: 660px; /* originally 880 (width of container). Rightward extension was causing misalignment. Now stays within container; alignment OK. */
	float: left;
	font-size: 10px;
	line-height: 10px;
	margin: 0px 10px;
	padding: 5px 10px 10px 10px; /* value for Mac IE 5 */
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/dotted-border-horz.gif") repeat-x 0 bottom;
	}
	/* Hides from IE Mac 5 \*/
	#crumbs { padding-top: 0; }
	/* End Mac IE 5 hack */

#content {
	width: 900px;
	/*width: 880px; */
	float: left;
	display: inline;
/*	margin: 10px;*/
	margin-top:5px;
}

#footer {
	clear: both;
	background: #fff url("/images/footer.gif") no-repeat 10px 10px; /* value for Mac IE 5 */
	padding: 0 10px 0 10px;
	margin: 0;
	border-top: 5px solid #fff;
	_height: 1%;
	overflow:auto;
	width: 830px;
	}
.columns {
	margin: 10px 0;
	width: 100%;
	}
	.columns:after {  /* For most non-IE browsers, this encloses the two floating columns completely in the wrapper */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility:hidden;
	}
	.columns  {display: inline-block;}  /* Fix for IE Mac */
	/* Hides from IE Mac 5 \*/
	* html .columns {height: 1%;}
    /* End IE Mac 5 Hack */
	
.columnLeft {
	width: 345px;
	float: left;
	display: inline;
}
.columnRight {
	width: 345px;
	float: right;
	display: inline;
}

/********************************************************************************************************
	BREAD CRUMBS
/*******************************************************************************************************/
#crumbs A {
	color: #666;
	text-decoration: none;
	display:inline-block;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/crumb1.gif") no-repeat 100% 50%;
	padding-right:13px;
	margin-right:4px;
}
#crumbs A:link, #crumbs A:visited {
	color: #666;
}
#crumbs A:hover, #crumbs A:active {
	color: #c00;
	text-decoration: none;
	background: url("https://www.ttu.edu/shared/shared_ttumain/images/crumb2.gif") no-repeat 100% 50%;
}


/********************************************************************************************************
	FOOTER TEXT
/*******************************************************************************************************/
#footer ul,
#footer p,
#footer a {
	color: #999;
	text-decoration: none;
	}
#footer a:hover {
	color: #666;
	}
#footer p {
	margin: 0 0 2px 0;
	}
#contacts img {
	display: none;
	}
#footer ul {
	list-style: none;
	margin: 0 0 10px 0;
	}
#footer li {
	padding-left: 10px;
	background: url('https://www.ttu.edu/shared/shared_ttumain/images/footer-bullet.gif') no-repeat 0 6px;
	}

/********************************************************************************************************
	ACROBAT READER LINK
/*******************************************************************************************************/
fieldset.download {
	display: block;
	padding: 0 10px 10px 10px;
	margin: 0;
	border: none;
	background: #fff url("https://www.ttu.edu/shared/shared_ttumain/images/dotted-border-horz.gif") repeat-x left top;
}
fieldset.download legend {
	display: block;
	padding-top: 30px;
	_padding-top: 10px;
	_margin-left: -5px;
	font-weight: bold;
	color: #333;
}
fieldset.download a {
	border: none;
}
fieldset.download img {
	display:block;
	float:left;
	padding: 5px 5px 5px 0;
	border:none;
}
fieldset.download span {
	float:left;
	padding:6px 10px 0 10px;
}
fieldset.download span img {
	display:inline;
	float:none;
	padding:0;
	margin:0;
}

#googleContent #content {
	margin:15px;
	float:left;
	font-size:10px;
}
#googleContent table td {
	text-align:left;
	font-size:10px;
}
#googleContent table img {
	border:none;
	margin-top:25px;
}
#googleContent #content table a {
	border:none;
}
#googleContent #content table table {
	margin:0;
	padding:0;
}
#googleContent #content a:link {
	font-size:12px;
	border-bottom-style:solid;
}
#googleContent #content a.fl {
	font-size:10px;
}
#googleContent div {
	padding-left:20px;
}

/**************************
 *    COLLAPSIBLE MENU    *
 **************************/
#sideBar {
	display:none;
}
.subButtons {
    width: 200px;
    text-align: center;
    height: 35px;
    font-family: tahoma;
    color: #900000;
    background-color: #ffffff;
    font-weight: normal;
    border-width:2px;
    font-size:12pt;
    box-shadow: 1px 1px 2px 0;
    border:0;
}

.subButtons:active {
    box-shadow: -1px -1px 2px 0;
}
