/* CSS Document */

body {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	background-color: #E5E4E0;
	padding: 0px;
	margin: 0px;
}

/* ---- Text Styles ---------------------------------------------------------- */

strong {
	font-weight: bold;
}

a {
	border: none;
	text-decoration: none;
	color: #339933;
}

a:hover {
	border-bottom: 1px dashed #339933;
	text-decoration: none;
	color: #339933;
}

h1 {
	font: 30px/30px Georgia, "Times New Roman", Times, serif;
	margin: 5px 5px 5px 0px;
	color: #990000;
	width: 100%;
	background: url("../images/h1_underline.gif") bottom left no-repeat;
	padding-bottom: 5px;
}
h2 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin: 5px 5px 5px 0px;
	color: #003366;
}

h3 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 5px 0px;
	color: #990000;
}

p {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}

/* ---- Generic Styles --------------------------------------------------------- */

.notification {
	background: url("../images/icons/big_exclamation.png") 5px 5px no-repeat;
	height: 32px;
	padding: 5px 5px 5px 40px;
	border: 1px solid #DDDDDD; 
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: red;
}
	.notification strong {
		font-weight: bold;
	}

.feed_link {
	background: url("../images/icons/feed.png") top left no-repeat;
	padding-left: 20px;
	height: 20px;
	font: 11px Arial, Helvetica, sans-serif;
}

/* ---- Image Styles --------------------------------------------------------- */

img.framed
{

	float: right;
	border: 1px solid #999999;
	margin: 10px;
	padding: 5px;
}

img.labpics
{
	border: 1px solid #999999;
	text-align: center;
	padding: 5px;
	margin-left: 45px;
}
img.borderless
{
	border: 0px;
}
img.faculty
{
	float: right;
	border: 1px solid #999999;
	background-color: #000000;
	margin: 0px;
	padding: 5px;
}

/* ---- Layout Styles -------------------------------------------------------- */

#container {
	padding: 0px;
	margin: 0;
	width: 100%;
	top: 0px;
	left: 0px;
	position: relative;
	background: url("../images/top_banner_bg.gif") top left repeat-x;
}

#header {
	position: relative;
	height: 75px;
	width: 770px;
	margin: auto;
	top: 0px;
}
	#header a {
                border: none;
                text-decoration: none;
                color: black;
        }

        #header a:hover {
                border: none;
                text-decoration: none;
        }

	#header a:active
	{
        	text-decoration: none;
        	border: none;
	}

#layout {
	background: url("../images/page_bg.gif") top left repeat-y;
	width: 770px;
	text-align: left;
	margin: auto;
}
	#layout #layout_header {
		background: url("../images/content_top.gif") top left no-repeat;
		width: 770px;
		height: 57px;
	}
	#layout #navigation {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		width: 178px;
		left: 0px;
	}
	
	#layout #content {
		position: relative;
		float: left;
		margin: 0px;
		width: 575px;
		left: 0px;
	}
	
	#layout #content #gutter
	{
		margin: 10px;
	}

	#layout #right_column {
		position: relative;
		float: left;
		margin: 0px;
		width: 170px;
	}
	#layout #placesubmit{
		position: relative;
		float: right;
		margin: 0px;
		width: 150px;
		text-align: right;
	}
#navigation ul {
	position: relative;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 170px;
	left: 7px;
	padding-bottom: 200px;
	background: url("../images/menu_bottom.jpg") bottom left no-repeat;
}
	#navigation a {
		border: none;
		text-decoration: none;
		color: black;
	}

	#navigation a:hover {
		border: none;
		text-decoration: none;
		color: #990000;
	}
	
	#navigation ul li {
		margin: 0;
		padding: 5px 0 5px 15px;
		background: url("../images/menuitem_bg.png") bottom left repeat-y;
	}
	
	#navigation ul li.selected {
		background: url("../images/sel_menuitem_bg.png") center left repeat-y;
	}

	#navigation ul li.folder {
		font-weight: bold;
		padding-left: 25px;
		background: url("../images/menufolder_bg.png") bottom left no-repeat;
	}
	#navigation ul li.folder.expanded {
		background: url("../images/menufolderexp_bg.png") top left;
		color: white;
	}
	#navigation ul li.folder.expanded a, #navigation ul li.folder.expanded a:visited {
		color: white;
	}
	#navigation ul li.folder.expanded ul a, #navigation ul li.folder.expanded ul a:visited {
		color: #000000;
	}
		/* Sub-menu items */
		#navigation ul li.folder ul {
			position: relative;
			left: 0px;
			top: 5px;
			background: none;
			padding: 0;
			margin-left: -25px;
		}
		
		#navigation ul li.folder ul li {
			padding-left: 25px;
			background: url("../images/submenuitem_bg.png") bottom left repeat-y;
		}
		#navigation ul li.folder ul li.selected {
			background: url("../images/sel_menuitem_bg.png") center left repeat-y;
		}

	
#footer {
	position: relative;
	background: url("../images/footer.gif") top left no-repeat;
	width: 770px;
	padding-top: 30px;
	margin: 0 auto 0 auto;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-align: center;
	
}

#footer a
{
	color: #555555;
	text-decoration: none;
	border: none;
}

#footer a:hover
{
	color: #555555;
	text-decoration: underline;
	border: none;
}

#footer a:visited
{
	color: #555555;
	text-decoration: none;
	border: none;
}

#footer #twu_site_links {
	color: #AAAAAA;
}

#footer #twu_contact_info {
	text-align: left;
	margin: 20px 100px 20px 100px;
	color: #999999;
	background: white;
	line-height: 15px;
	background: url("../images/logo-twu.gif") top right no-repeat;
	height: 53px;
}

#footer #logos {
}
	#footer #logos img {
		border: none;
	}

.error_box{
	background: #FFFFCC;
	border: 1px solid #000000;
	padding-left: 5px;
}

/* ---- Toolbar for editable items -------------------------------------------------------- */
.toolbar {
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	background: #EEEEEE;
	text-align: right;
}
	.toolbar * {
		vertical-align: middle;
	}
	.toolbar .button a, .event .toolbar .button a:hover, .event .toolbar .button a:visited {
		color: #999999;
		text-decoration: none;
		border: none;
	}
	.toolbar form {
		display:inline;
	}
	.toolbar .button{
		display: inline;
		padding: 2px;
		border-left: 1px solid #DDDDDD;
		margin: 1px;
	}
	.toolbar img {
		margin: 0;
	}
/* ---- News Styles -------------------------------------------------------- */
#news {
}
	.news_item .date {
		font: 24px Arial, Helvetica, sans-serif;
		float: left;
		margin-right:10px;
	}
		.news_item .date img {
			display: block;
			margin: 0px;
			padding: 0px;
			border: none;
		}
		.news_item .date img.day {
			font-weight: bold;
		}

		.news_item .date img.month {
			font-weight: bold;
			font-size: 16px;
		}

		.news_item .date img.year {
		}

	.news_item .news_body {
		margin: 10px 5px 20px 20px;
		border-left: 4px solid #CCCCCC;	
	}
	
		.news_item .news_body p {
			font: 8pt/20pt Verdana, Arial, Helvetica, sans-serif;
			margin: 10px 5px 10px 10px;
	
		}
		
		.news_item .news_body img {
			float: right;
			border: 1px solid #999999;
			margin: 10px;
			padding: 5px;
		}

	.news_item .headline {
		font: bold 24px Georgia, "Times New Roman", Times, serif;
		margin: 5px 5px 5px 20px;
		color: #003366;
	}
	
	.news_item .publication_info {
		font: 10px Arial, Helvetica, sans-serif;
		color: #999999;
		margin: 5px 5px 5px 20px;
	}

/* ---- Event Styles -------------------------------------------------------- */
#events {
}
	.event {
		border: 1px solid #DDDDDD;
		background: url("../images/grey_fade.png") top left repeat-x;
		margin: 5px 0px 5px 0px;
	}

	.event .date {
		font: 24px Arial, Helvetica, sans-serif;
		float: left;
		margin-right:10px;
	}
		.event .date img {
			display: block;
			margin: 0px;
			padding: 0px;
			border: none;
		}
		.event .date img.day {
			font-weight: bold;
		}

		.event .date img.month {
			font-weight: bold;
			font-size: 16px;
		}

		.event .date img.year {
		}
		
	.event .name {
		font: bold 12px Georgia, "Times New Roman", Times, Serif;
		margin: 5px 5px 5px 20px;
		color: #003366;
	}

	.event .description {
		clear: left;
		font: 8pt/20pt Verdana, Arial, Helvetica, sans-serif;
		margin: 10px 5px 20px 1px;
		border-left: 4px solid #CCCCCC;
		/*border-left: 5px solid #cc6666;*/	
	}
	
		.event .description p {
			margin: 10px 5px 10px 10px;
	
		}
		
		.event .description img {
			float: right;
			border: 1px solid #999999;
			margin: 10px;
			padding: 5px;
		}
		
	.event .publication_info {
		font: 10px Arial, Helvetica, sans-serif;
		color: #999999;
		margin: 5px 5px 5px 20px;
	}
	
	.event .author {
		color: #666666;
	}

	.event .publication_date {
		color: #666666;
	}


/* ---- Profile ----------------------------------------------------------- */
#profile_view {
}
	#profile_view .profile_pic {
		margin: auto;
		text-align: center;
		border: 1px solid #DDDDDD;
		padding: 3px;
	}
/* ---- Courses ----------------------------------------------------------- */
.toolbar {
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	background: #EEEEEE;
	text-align: right;
}
	.toolbar * {
		vertical-align: middle;
	}
	.toolbar .button a, .event .toolbar .button a:hover, .event .toolbar .button a:visited {
		color: #999999;
		text-decoration: none;
		border: none;
	}
	.toolbar form {
		display:inline;
	}
	.toolbar .button{
		display: inline;
		padding: 2px;
		border-left: 1px solid #DDDDDD;
		margin: 1px;
	}
	.toolbar img {
		border: none;
		margin: 0;
	}

/* ---- Alternating Row Shaded Table ----------------------------------------------------------- */
.shaded_table {
	border: 1px solid #DDDDDD;
	width: 500px;
	margin: 10px;
	padding: 0;
}
	.shaded_table td {
		margin: 0;
		padding: 2px;
	}
	.shaded_table tr {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	.shaded_table .caption_cell {
		font: 12px Arial, Helvetica, sans-serif;
		padding-left:10px;
	}

	.shaded_table .input_cell {
		font: 11px Arial, Helvetica, sans-serif;
		color: #999999;
		width: 1px;
	}
	.shaded_table .even {
		background-color: white;
	}
	.shaded_table .odd {
		background-color: #EEEEEE;
	}
/* ---- Courses ----------------------------------------------------------- */
#courses {
		margin: 10px 5px 20px -5px;
		padding: 5px;
		font: 12px Arial, Helvetica, sans-serif;
		line-height: normal;
		}
		
		#courses #course_listing {
			border: 1px solid #CCCCCC;
			width: 100%;
		}
		
		#courses tr.course {
			margin: 0;
			padding: 0;
		}
			#courses tr.course table {
				margin: 0;
				padding: 0;
				width: 100%;
				border-bottom: 1px solid #CCCCCC;
			}
			#courses tr.course tr.course_summary {
				background: #999999;
				color: white;
				font-weight: bold;
				padding: 0;
				margin: 0;
			}
				#courses tr.course tr.course_summary td {
					padding: 0;
					margin: 0;
				}
				
			#courses tr.course tr.course_details {
			}

/* ---- Faculty & Staff --------------------------------------------------- */
#faculty{
}
	.faculty_person {
		font: bold 20px Georgia, "Times New Roman", Times, Serif;
		margin: 20px 5px 5px 20px;
		color: #036;
	}
		.faculty_person p {
			font: 11px Arial, Helvetica, sans-serif;
			color: #999;
			margin: 5px 5px 5px 0px;
		}
		.faculty_person ul {
			font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
			margin: 10px 5px 30px 0px;
			color: #000;
		}
		.faculty_person a {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
		}

/* ----- Resources -------------------------------------------------------------------- */
.resource {
}
	.resource .name {
		font: bold 14px Arial, Helvetica, sans-serif;
	}
	.resource .description {
		font: 13px Arial, Helvetica, sans-serif;
		color: #555555;
		margin: 5px 5px 20px 10px;
	}

/* ---- Supporting Layout Styles -------------------------------------------------------- */
.safety {
	/* The safety class encompases elements that do not need to be
	 * shown if CSS is working, but are necessary when it's not */
	display: none;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}	

