@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 9;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#ffffff;
	background-repeat:repeat-x;
}

html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

img {
	outline:none;
}

#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../../media/images/generic/container_back.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*------HEADER-------*/

/*<link rel="stylesheet" href="print.css" type="text/css" media="print" />*/

#header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
	background-color:#ffffff;
	height:100px;
	border-bottom:solid 1px #ccc;
	overflow:hidden;
	width:1000px;
}
 
#header form {
padding:0;
margin:0;
}

#uwlogo {
	margin-left: 10px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}
		
#cte_logo {

	margin-left: 10px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

#wordmark {
	margin-left: 10px;
	margin-right:10px;
	margin-top:10px;
	float:left;
} 

#searchbox {
float:right;
font-size:12px;
padding-right:5px;
padding-top:0px;
}

.google {
	border: 1px solid #666;
	font-size: 12px;
	}
input.google {
	border: 1px solid #666;
	font-size: 12px;
	}
#searchbox form 
{padding-top:1px;
}
	
#mandate
{
float:right;
width:400px;
text-align:left;
font-size:12px;
font-weight:bold;
border-top: solid 1px #ccc;
margin-top:15px;
padding-top:10px;
}

/*------HEADER-------*/

/*---- NAVIGATION MENU-------------*/

#primarynav {
	float: left; /* since this element is floated, a width must be given */
	width: 199px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFE091; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: solid 1px #ccc;
	font-size:12px;
}

#primarynav ul {
	margin:0;
	padding:0;
	display:inline;
}
	
#primarynav ul li {
display: inline;
}

#primarynav ul li a {
	display: block;
	background-color:#FFEEC3;
	border-bottom: solid 1px #999999;
	color:#333333;
	font-weight: 500;
	padding: 5px 5px;
	text-decoration:none;
}

#primarynav ul li a:hover 
{
background-color:#B71137;
color:#ffffff;
text-decoration:none;
} 

#primarynavsub {
	margin:0;
	padding:0;
	display:inline;
}

#primarynavsub li { 
display: inline;
}
#primarynavsub li a {
	display: block;
	background-color:#FFEEC3;
	border-bottom: solid 1px #ccc;
	color:#333333;
	font-weight: 500;
	margin-left: 15px; 
}

#quotation {
font-size:11px;
text-align:left;
padding-top: 40px;
padding-left:15px;
padding-right:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
}

.quote_title {
color:#333333;
font-weight:bold;
padding:0 22px;
}

.quote_title:hover {
background-color:#FFE091;
text-decoration:none;
}

/*---- NAVIGATION MENU-------------*/

#primarycontent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the primarynav div contains, the column space will remain. You can remove this margin if you want the #primarycontent div's text to fill the #primarynav space when the content in #primarynav ends. */	
	padding:0;
	font-size:80%;
} 

#content {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:hidden;
	font-size: 100%;

}

#show {
width:auto;
height:auto;
margin:0;
padding:0;
overflow:hidden;
}

#contentbar {
background-color:#B71137;
color:#FFEEC3;
padding:8px 8px;
margin:0;
font-size:14px;
font-weight:bold;
}

/* EVENTS */

 #events {
width: 530px;
float:left;
padding: 9px 10px;
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;  
}
#profiles {
	width: 200px;
	font-size: 12px;
	border-collapse: collapse;
	border-bottom: solid 1px #ccc;
}
#profiles th
{
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background: #B71137;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #ffffff;
	text-align:center;
}
#profiles td
{
	padding: 5px; 
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #221E1F;
}

#profiles tbody tr:hover td
{
	background: #FEECBF;
	color: #000000;
}

#gradient-style
{
	font-size: 12px;
	width: 530px;
	text-align: center;
	border-collapse: collapse;
}

#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #B71137;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #221E1F;
	border-top: 1px solid #fff;
	background-color: #FFE091;
}

#gradient-style tbody tr:hover td
{
	background: #FEECBF;
	color: #000000;
} 

/* EVENTS */


#calendar {

width:220px;
float:right;
padding-right:10px;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
padding-left:2px;
padding-top:2px;
}

#blog {
width: 530px; 
float:left;
padding: 10px 10px;
border-right: solid 1px #ccc; 
}

/* QUICKLINKS */


.quicklinks
{
width:220px;
float:right;
padding-top:10px;
padding-right:10px;
}

.quicklinks ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	text-decoration:none;

}
.quicklinks ul li {
	border-bottom: solid 1px #ccc;
	background-color: #FFEEC3;
}

.quicklinks ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
	padding:5px 5px;
	display:block;
}
.quicklinks ul li a:hover {
background-color:#B71137;
color:#fff;
}

.quicklinks ul h1 {
font-size:13px;
background-color:#B71137;
color:#fff;
text-align:center;
padding:8px 0; 
margin:0;
}

/* QUICKLINKS */

/*-----FOOTER---------*/

#footer {
background-color:#FFEEC3;
height:160px;
width:800px;
margin-left:200px;
border-top:solid 1px #ccc;
clear:both;
font-size:15px;
padding:0; 
}
	
/* CTE address */

#departmentaddress p { 
	
	font-size: 70%;	
	margin: 0px;
	padding: 10px 0px 10px 10px;
	}
	
/* contact us */
#departmentaddress p a { 
	color: #7b0f0c;
	text-decoration: none;
	}
#footer a:hover, #footer a:focus {
	color: #ff0000;
	text-decoration: none;
	}		
#departmentaddress a img {
	float: right;
	text-align: right; /* don't think this actually does anything */
	margin: 20px 20px 2px 2px;
	border:none;	
	}

/*-----FOOTER---------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin:0;
padding:0;
}

/*--------CLASSES---------*/
.style18 {
background-color: #FFE090;
text-align:center;
color:#333333;
font-weight:bold;
}

.style7 {
color: #B71137;
text-align:left;
font-weight:bold;
}

.style3 {
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
}

.style13 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
}

.style4 {
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
}

.newsletter {
background-color:#FFE090;
color:#333;
text-align:left;
font-weight:bold;
}

tr.newsletter td p a:visited,tr.newsletter td p a:link,tr.newsletter td p a:hover {
color:#B71137;
}
tr.newsletter td p a:hover {
color:#B71137;
}

#news_column {
	width:400px;
	float:right;
	margin-right:20px;
}


h1{
color:#B71137;
font-size:15px;
font-weight:bold;
}

.heading {
background-color:#B71137;
color:#ffffff;
}

.dropcap {
font-weight:bold;
color:#000;
font-size:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.events_box{
list-style:none;
margin:0;
padding:0;
}

.events_list ul li{
list-style:url(../../media/images/generic/arrow_bullet.jpg);
color:#B71137;
text-decoration:underline;
font-weight:bold;
}

.event_list2 {
color:#666666;
}

#events_tab{
padding-bottom:10px;
}

h2{
color:#B71137;
font-size:13px;
}

.tips_heading {
color:#B71137;
font-size:15px;
font-weight:bold;
}

.tips ul li a {
color:#333;
font-size:12px;
}

.blended_course_text{
width:380px;
float:left;
margin-right:20px;
}

.blended_course_img{
width:350px;
}

#tbrg_text {
width:550px;
float:left;
}

.clear {
clear:both;
margin:0;
padding:0;
}

.pwithpad {
padding:3px 0px;
}

.blended_course_text2{
width:350px;
float:left;
}

.blended_course_img2{
width:390px;
margin-left:10px;
float:right;
}

h4 {
background-color:#FEECBF;
color: #000;
padding:2px 2px;
font-size:12px;
}

.sortable {width:750px; border:1px solid #ccc; border-bottom:none}
.sortable th {padding:4px 6px 6px; background:#444; color:#fff; text-align:left; color:#fff}
.sortable td {padding:2px 4px 4px; background:#fff; border-bottom:1px solid #ccc}

.sortable .head {background:#222 url(../../media/images/generic/sort.gif) 6px center no-repeat; cursor:pointer; padding-left:18px}

.sortable .desc {background:#B71137 url(../../media/images/generic/desc.gif) 6px center no-repeat; cursor:pointer; padding-left:18px; color:#ffffff}
.sortable .asc {background:#B71137 url(../../media/images/generic/asc.gif) 6px  center no-repeat; cursor:pointer; padding-left:18px; color:#ffffff}

.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}

.sortable .even td {background:#FEECBF}
.sortable .odd td {background:#FFE091}

.vcalendar { width:220px}
.vevent span.description { display:none}
.vevent span.id { display:none}
.vevent { padding-bottom:5px}
.vevent span.url {display:none }
.vevent span.summary a {color:#B71137; font-weight:bold }

h3 {
font-size:14px;
}
.nounderline {
	text-decoration: none;
}
#container #primarycontent #content #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #CollapsiblePanel3 table tr td h3 {
	color: #FFF;
}
#container #primarycontent #content #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #CollapsiblePanel3 table tr td h3 {
	color: #FFF;
}
#container #primarycontent #content #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #CollapsiblePanel3 table tr td h3 {
	color: #FFF;
}
#container #primarycontent #content #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #CollapsiblePanel3 table tr td ul li .MsoNormal {
	color: #FFF;
}
#container #primarycontent #content #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #CollapsiblePanel3 table tr td ul .MsoNormal {
	color: #FFF;
}
#container #primarycontent #content #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #CollapsiblePanel3 table tr td .MsoNormal span {
	color: #FFF;
}
#container #primarycontent #content #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #CollapsiblePanel3 table tr td ul li .MsoNormal {
	color: #FFF;
}
#container #primarycontent #content #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible #CollapsiblePanel3 table tr td .MsoNormal span {
	color: #FFF;
}
#container #primarycontent #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .Apple-style-span .Apple-style-span {
	font-family: Verdana, Geneva, sans-serif;
}
#container #primarycontent #content #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ol li .Apple-style-span {
	font-family: Verdana, Geneva, sans-serif;
}

