/* Zero Out Defaults */
html, body, h1, h2, h3, h4, form, blockquote, div, p {
        margin:0;
        padding:0;
	text-align:justify;
}
h1, h2, h3, h4, h5, pre, code {
        font-size:1em;
       	font-weight:normal;
}


pre, code {
    width: 99%;
    overflow: auto;
    padding-bottom: 1.5em;
    word-wrap: normal;
    overflow-y: hidden;
}

a img {
        border:none;
}

sup, sub { vertical-align: 0;
             position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }

/* commented out for now - causing issues
#content img {
	float: right;
}
*/


/* Global */
body {
	font-family: verdana, tahoma,"lucinda grande", helvetica, sans-serif;
#	font-size:.7em;
	font-size:0.9em;
        text-align:center;
	color:#333;
	padding-bottom:100px;
}
p {
	line-height: 1.7;
	margin-bottom: 15px;
}

/* TinyMCE wants to wrap everything in paragraph tags - even content in table cells. 
   We need to override the line height and bottom margin to close up the extra space if we are in a td */

td p {
        line-height: 1.2;
	margin-bottom: 0px;
}

h1 {
	font-size: 1.3em;
	margin-bottom:20px;
	margin-top:25px;
}
h2 {
	font-size: 1.0em;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top:10px;
}
h3 {
	font-size: .9em;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top:10px;
}
h3.event_date {
	font-style: italic;
	font-weight: bold;
}
h3.event_title {
	font-weight: bold;
	margin-top:0;
}
h4 {
	font-size: .9em;
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	margin-top:10px;
}

h5 {
	font-size: 1.0em;
	margin-bottom: 5px;
	font-weight: normal;
	margin-top:10px;
}
h6 {
	font-size: 1.0em;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: italic;
	margin-top:10px;
}
a {
	color:#cc6600;
    text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

ul {
margin-top: 0px;
}

#news h3 a {
	color: #333;
}
#news h3 a:hover {
	border-bottom: 1px solid #cc6600;
	text-decoration: none;
}


#container {
	margin:0 auto;
	text-align:left;
	width:960px;
	background-image: url('../images/headerbg.gif');
	background-position:top;
	background-repeat:no-repeat;
	border: solid #d8d8d8 1px;
	margin-top:10px;
}
#bannerprint {
	display: none;
}

/* Header */

#header {
	margin-top:115px;
	float:left;
	text-align:left;
	position: relative;
	width: 370px;
	background-image: url('../images/logo_transparent.jpg');
	background-repeat: no-repeat;
	background-position:80px 115px;
}

#header a {
	color:#cc6600;
	font-weight:bold;
}

/* DANT - height: 30px added to fix 2px gap below header link in IE7...the extra space appeared as a gap between the orange banner and the homepage images and search elements */
#header_link, header_link a {
	margin: 0;
	padding: 0;
	height: 30px;
}

#sitename {
        font-size: 1.4em;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:10px;
}

#printsitename {
        font-size: 1.4em;
        margin-bottom:5px;
        margin-top:5px;
        margin-left:2px;
}


#sitename a {
        color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#nav .nav_1, #nav .nav_0 {
  	padding:      10px 20px 10px 14px;
	background:url("../images/border.gif");
	background-repeat: no-repeat;
	background-position:15px 0px;
}
#nav .nav_2 {
  	padding:      10px 20px 10px 30px;
}
#nav .nav_3 {
  	padding:      10px 20px 10px 46px;
}
#nav .nav_4 {
  	padding:      10px 20px 10px 40px;
}
#nav .nav_5 {
  	padding:      10px 20px 10px 50px;
}
#nav a {
  text-decoration: none;
  color: #c60;
}

#header #logo_transparent
{
	position: absolute;
	right: 25px;
	top: 85px;
	z-index: -1;
}


/* Search */

#photo_header {
	height: 190px;
}

#photo_wrapper {
margin: 0;
padding: 0;
height: 196px;
}

img.dept_photo {
	float: left;
}
.dept_photo_wrap, .dept_photo_wrap a {
	float: left;
}

.dept_photo_wrap a.photo_edit_link {
	clear: left;
}

#search {
	width:588px;	
	margin-right: 1px;
	
}
#search_wrapper {
	padding-top: 5px;
	text-align:right;
	background-color:#e9e9e9;
	font-weight: bold;
	height: 30px;
	clear: both;
	border-top: 1px solid #666;
}
.search a {
	position: relative;
	top: 5px;
	color:#333;
	text-decoration: none;
	border-left: 1px solid #333;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}

.search a.first {
#	border-left: none;
	border-left: 1px solid #333;
	padding-right: 5px;
}

.search a.last {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	padding-right: 5px;
}
.search input {
	margin-left: 10px;
	float: right;
}
.search input.custombutton {
	font-size:1em;
	color: #104070;
	font-weight: bold;
	background-color:#f2f2f2;
	margin-right:5px;
	float: right;
}

/* Search Results */
.search_results a.previous_search_page {
	margin-right: 50px;
}

.search_results a {
	color:#cc6600;
	font-weight: bold;
}

.search_results p {
	top: 5px;
}

.unlinked_url {
	color:#666666;
}

.search_level_1 {
	margin-left: 0;
}

.search_level_2 {
	margin-left: 25px;
}

/* Content */
#content {
	width:588px;
	padding-top:84px;
	margin-bottom:20px;
	margin-right:2px;
	
	float: right;

}

/* Content */
#printcontent {
        width: 588px;
        padding: 0;
        margin-bottom:20px;
        margin-left:5px;
        float: left;
}


/* Prop Clear Hack */
.prop {
       height:300px;
       width:1px;
       float: right;
}

.clear {

	height:1px;
    clear:both;
    overflow:hidden;

}

.pagehead {
	color: #104070;
	font-size: 1.2em;
	padding-top:5px;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top:10px;
}

.page_break_before {
	display: none;
}

/* News section on home page */
/* DANT - overflow: hidden and _height: 1% added to fix IE6 and 7 problem with box model height rendering */
#news {
	margin-top:25px;
	padding-bottom:15px;
	background-color:#f7f6f6;
	border:solid 1px #ccc;
	border-right: none;
	clear: both;
	
	margin-left: 1px;
	margin-right: 1px;
	overflow: hidden;
	_height: 1%;
}
#news_none {
	border-right: none;
}
.news {
	width: 250px;
	margin-left: 20px;
	float: left;
}
.news p {
	line-height:1.3;
}
.news_row_title {
	width: 520px;
	margin-left: 20px;
	float: left;
}
.news_row {
	width: 250px;
	margin-left: 20px;
	margin-top: -10px;
	float: left;
}
.news_row p {
	line-height:1.3;
}

/*Footer */
#footer {
	width: 960px;
	background-color:#fff;
	background-image: url('../images/footerbg.gif');
	background-position:top;
	background-repeat:no-repeat;
	margin-top:30px;
	padding-top:15px;
	padding-bottom:8px;
	clear:both;
} 
#footer #logo_small {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 3px;
}
#footer p { 
	line-height: 1.1;
}
br.clear
{
	clear:both;
}

/* Misc. admin *******************************************************************/

.in_place_editor_field { 
  background-color: #FFD6BA;
}

.hp-photo-choice { 
  margin: 20px 0 20px 0;
}

.thumbnail-gallery { 
  margin: 10px 20px 10px 0;
}

.thumbnail { 
  display: block;
  float: left;
  margin: 0 0 10px 0;
}

.thumbnail img { 
  margin: 5px 5px 0 0;
}

/* news releases *******************************************************************/

.release_body {
  line-height: 1.7;
  margin: 1em 0 1em 0;
}

.release_date {
  font-style: italic;
  font-weight: bold;
}

/* events *********************************************/ 

/* div that encloses the entire event listing  */ 
.event {
  padding-bottom: 0.7em; 
}

.event_location { 
  font-style: normal;
}

.event_start { 
  font-style: italic;
  font-weight: bold;
}

.speaker {
  font-weight: bold;
}

.event_title {
  font-weight: bold;
}

.event_body {
  margin: 1em 0 1em 0;
}


/* Rails stuff *******************************************************************/

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* for admin site map */
#draggable_link_tree ul {  
  padding-top: 4px; 
  padding-bottom: 2px; 
  border: 1px solid #ccf;
}

#draggable_link_tree li { 
  border: 1px solid #fcc;
}

.login_only {
	font-size: .9em;
	font-weight: bold;
	color: #f00;
}

.campus_only {
	font-size: .9em;
	font-weight: bold;
	color: #ff8c00;
}

/* Bulk upload */
div#bulk_upload_container {
  margin: 0px 10px;
}

div#bulk_upload_button {
  background-color: #ffc88d;
  border: solid 1px  #ff9a22;
  display: inline;
  padding: 2px;
}

div#divFileProgressContainer {
  height: 75px;
}

table.mytab1  { border: 0px solid; border-color: #D3D3D3; border-collapse:collapse; }
td.mytab1  { border: 1px solid; border-color: #D3D3D3; vertical-align:top }

