body
{
	background-color: #81b8d4;
	background-image: none;
	margin: auto;
	line-height: 1.5;
}

td#course_container
{
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #185a77;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #185a77;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #185a77;
}

div#course_content { width: 100%; }

div#course_content a:link
{
	color: #0066cc;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.5;
}

div#course_content a:hover
{
	color: #fd5c1a;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.5;
}

div#course_content a:active
{
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.5;
}

div#course_content a:visited
{
	color: #0066cc;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.5;
}

.border, .border2, .border3
{
	border: 1px solid #185a77;
	border-bottom: none;
}

.border3 { border-top: none; }

/* new style added for upper right corner background (ss)*/
.corner_gradient
{
	background: url(../images/pg_elmnts/new/gradient_top_corner.png) repeat-x;
	border: 1px solid #185a77;
	border-left: none;
	border-bottom: none;
}

.side_gradient
{
	background-color: #cfe6f1;
	background-image: none;
	border: 1px solid #185a77;
	border-left: none;
}

td#bottom_nav
{
	background-color: #ffffff;
	border: 1px solid #185a77;
	border-top: none;
}

h2
{
	color: #000;
	padding-top: 20px;
}

p { line-height: 1.5; }
table.table_text td { color: #000000; }

.menu_heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding: 5px 5px 5px 10px;
}

.jump_menu
{
	margin-left: 5px;
	margin-right: 5px;
}

select.jump_menu option
{
	margin-bottom: 5px;
}

.sidebar
{
	margin-right: 15px;
	margin-left: 15px;
	width: auto;
	padding: 15px;
	border: 2px solid #abd3e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*table of contents link, body link styling added -ss*/
a.toc_link:link,a.toc_link:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 50px;
	color: #0066cc;
	float: left;
	margin-left: 30px;
	font-weight: bold;
	text-decoration: underline;
}

a.toc_link:hover,a.toc_link:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 50px;
	color: #fd5c1a;
	float: left;
	margin-left: 30px;
	font-weight: bold;
	text-decoration: underline;
}

#course_content a.tooltip:link
{
	background: #ffffdb;
	/*BG color is a must for IE6*/
	text-decoration: none;
	color: #000;
}

#course_content a.tooltip:visited
{
	background: #ffffdb;
	/*BG color is a must for IE6*/
	text-decoration: none;
	color: #000000;
}

#course_content a.tooltip:active
{
	background: #ffffdb;
	/*BG color is a must for IE6*/
	text-decoration: none;
	color: #000000;
}

#course_content a.tooltip:hover
{
	background: #ffffdb;
	/*BG color is a must for IE6*/
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #fd5c1a;
}

#course_content a.tooltip
{
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	cursor: help;
	color: #000000;
	border-bottom: 1px dotted #fd5c1a;
}

#course_content a.tooltip span
{
	line-height: 145%;
	padding: 12px;
}

#course_content a.tooltip:hover span
{
	color: #000000;
	position: absolute;
	background: #ffffff;
	border: 1px solid #006699;
	font-weight: normal;
}

/*header background image added and header text styling 3-8-2010 ss*/
td#header { position: relative; }
div.banner { position: relative; }
div.banner img { border: none; }

div.banner a.course_tag
{
	text-decoration: none;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 98px;
	z-index: 100;
	font-family: Helvetica, Arial;
	font-size: 18px;
	color: #333333;
	line-height: 1;
}

div.banner a.course_tag:hover
{
	color: #000;
	text-decoration: underline;
}

/* for positioning of footer elements -ss*/
#footer
{
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #334c58;
	padding: 10px;
}

td#footer a:link
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

td#footer a:visited
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

td#footer a:active
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

td#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}

div.footer_left
{
	position: relative;
	float: left;
	text-align: left;
	width: 400px;
}

div.footer_right
{
	position: relative;
	text-align: right;
	float: right;
	width: 280px;
}

/*end*/
/* styling of area beneath jump menu in sidebar */
#sidebar_bottom
{
	width: 100%;
	padding: 10px;
}




td#sidebar_bottom a {
	font-size: 11px;
}

td#sidebar_bottom a:link, td#sidebar_bottom a:visited, td#sidebar_bottom a:hover, td#sidebar_bottom a:active
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	/*line-height: 13px;*/
	color: #0066cc;
	text-decoration: underline;
	text-align: left;
}

td#sidebar_bottom a:hover, td#sidebar_bottom a:active
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	/*line-height: 13px;*/
	color: #fd5c1a;
	text-decoration: underline;
	text-align: left;
}

div#utah div.authority ul li span.icon { background: url(../images/pg_elmnts/common_sprite.png) no-repeat -65px 0; }

