.printhide { display: none; }
.printdisplay { display: block; }


body {
	background: white;
/*	font-size: 11pt;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#shadow-h, #container-h {
	width: auto;
}

#header {
	display: block;
}

#skip,  #tamulogo, #utilitynav {
	display: none;
}

#reclogo img {
	padding-bottom: 10px;
}

#shadow {
	width: auto;
	background: none;
}

#container {  
	width: auto;
}

#mainnav {
	display: none;
}

#maincontent {
	width: auto;
	border-top: 1px solid #000;
}
	
#sectionnav {
	display: none;
}
	
#maincontent img#signs {
	display: none;
	}
	
#maincontent img.sectionfeature {
	float: right;
	margin: 10pt auto 10pt 10pt;
}

	
	
#maincontent div#innercontent {
	width: auto;
}

#internallinks {
	display: none;
}


/*   NEWS and LINKS Boxes   */

#maincontent div#innercontent div#news, #maincontent div#innercontent div#news-alt, #maincontent div#innercontent div#news-home {
	display: block;
	width: auto;
}

#maincontent div#innercontent div#news-alt {
	display: block;
	width: auto;
}

#maincontent div#innercontent div#news-home {
	display: block;
	width: auto;
}

#maincontent div#innercontent div#links {
	display: block;
	width: auto;
	}
	

#maincontent #badges {
	display: none;
}


a:link.noline, a:visited.noline {
	color: #500000;
	text-decoration: none;
}

a:hover.noline, a:focus.noline {
	color: #C40000;
	text-decoration: none;
}



/*  FOOTER */
#footer {
	width: auto;
}


#footer ul {
	display: none;
}



/* *************** */
/* Generic Classes */
/* *************** */

.hidden {
  display: none;
  visibility: hidden;
}

.printMe, .printme {
  display: none;
  visibility: hidden;
}

.small {
  font-size: .9em;
}

.smaller {
	font-size: .70em;
}

.bigger {
  font-size: 1.1em;
}

.center, .centered {
  text-align: center;
  margin: auto;
}

.clear, .spacer {
  clear: both;
}

.clear-rt {
  clear: right;
}

.indent {
  padding-left: 3em;
}


.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.notstrong {
	font-weight: normal;
}

.allcaps {
	text-transform: uppercase;
}

.listintro {
	margin-bottom:0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






.hide {
	position:absolute;
	left:-9999px;
	}

.doctype {
	display: none;
}

.levelhighlight {
	font-size: 1em;
	display: block;
/*	text-transform: uppercase;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}



/* *************** */
/*      Forms      */
/* *************** */

form#webform {
	width: 98.4%;
	/*font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

#webform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #D7D3C7;
}

#webform p {
	margin: 0 0 1em 0;
	padding: 0;
}

#webform div.fieldset {
	margin-bottom: 1em;
	padding: .85em;
	background:#D7D3C7;
}

#webform legend {
	display: block;
	width: 98.5%;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: -.5em;
	padding: 3px;
	background: #8F8F8C;
}

#webform legend span {
	display: block;
	width: 517px;
}

#webform label {
	display: block;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .25em;	
}

#webform input, #webform textarea, #webform select {
	margin-left: 0em;
	margin-bottom: .5em;
}

/*    NESTED FIELDSET   */

#webform fieldset fieldset {
	border: 0;
	margin-bottom: .5em;
}

#webform fieldset fieldset legend {
	display: block;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .25em;
	padding: 0;
	background: none;
	text-transform: none;
}

#webform fieldset fieldset label {
	display: inline;
	font-style: normal;
	font-weight: normal;
}

#webform fieldset fieldset input {
	margin-bottom: 0em;
}



/* Data Tables */

table.data {
    border-spacing: 0px;
    border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

table.data caption {
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

table.data th {
    font-weight: normal;
    padding: 0.2em 1em;
    border-bottom: 4px solid #FFFFFF;	
	background: #8F8F8C;
    color: #FFFFFF;
    text-align: left;
	text-transform: uppercase;	
}

table.data td {
    text-align: left;
	border-left: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    padding: 0.5em 1em;
    background: #D7D3C7;
	font-size: .85em;
}






/* Schedule Table */

table.schedule {
    border-spacing: 0px;
    border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.schedule th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 1em;
    border-bottom: 4px solid #FFFFFF;
	color: #FFFFFF;
    background: #8F8F8C;
	text-transform: uppercase;
}

table.schedule td {
    text-align: left;
    border-bottom: 4px solid #FFFFFF;
    padding: 0.5em 1em;
/*    background: #E7DED0;
    background: #EEE1C6;
    background: #D3BF96;*/
    background: #D7D3C7;
	font-size: .85em;
}

table.schedule thead th {
    background: #545454;
    color: #FFFFFF;
    text-align: left;
	text-transform: uppercase;
}

table.schedule tbody tr {
	vertical-align: top;
}



caption {
	font-weight: bold;
	padding-bottom: .5em;
	font-size: 1.1em;
}

acronym, abbr {
	border: none;
}


h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
  color: #000;
  margin: 1em 0 -1em;
}

h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 -1em;
}

h6 {
  font-size: 100%;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

