/* -------------------- */
/* element-level styles */
/* -------------------- */

a{
	color: #666666;
}

a:visited.textnavon{
	color: #931E53;
	text-decoration: none;
	text-decoration: underline;
}

a.whitetext, a:visited.whitetext {
	color: #FFFFFF;
	text-decoration: none;
}

body{
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

div{
	/*margin: 10px;
	padding: 10px;*/
}

em{
	text-decoration: italic;
}

form{
	display: inline;
}

h2 {
	color: #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 5;
	margin-top: 5;
	text-decoration: none;
}

img{
	margin: 0px;
	padding: 0px;
}

p, td {
	color: #666666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

strong{
	font-weight: bold;
}

/* added for course schedule table */
table.global	{
	border-collapse: collapse;
	border-left: solid 1 #336699;
	border-top: solid 1 #336699;
}

td.global		{
	background-color: #F9FAFC;
	border-bottom: solid 1 #336699;
	border-right: solid 1 #336699;
	padding: 6px;
}

th.global		{
	background-color: #D0DCE7;
	border-bottom: solid 1 #336699;
	border-right: solid 1 #336699;
	font-size: 11px;
	padding: 6px;
	text-align: left;
}

ul{
	margin: 5px 8px 5px 16px;
	padding: 0px;
}

ul.backto li{
	width: 165px; /*list-style: url(/images/global/doublearrow_gray_left.gif) square outside;*/
}

ul.bluearrow li{
}

ul.diagarrow li{
}

ul.grayarrow #lnavselected{
}

ul.grayarrow li, ul.grayarrow100 li {
	width: 100%; /*list-style: url(/images/global/arrow_gray.gif) square outside;*/
}

/* -------------------- */
/* el.class-level styles*/
/* -------------------- */
ul.listbox li{
	list-style: square outside;
}

.buttonwhite {
	background-color: #FFFFFF;
	border: 1px;
	border-color: #C0C0C0;
	border-style: solid;
	color: #808080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding: 1px;
	text-align: center;
}

.hdottedbg{
	/
	background-repeat: repeat-x; /* background-image: url(/images/global/greyDotted1x2H.gif);*/
}

.hilight p, .hilight, .hilight a {
	color: #004270;
}

.intro{
	font-size: 12px;
}

.ltalign{
	text-align: left;
}

.outertablebg{
	background-color: #CCCCCC;
}

.preformatted {
	text-align: left;
	white-space: pre;
}

.rtalign{
	text-align: right;
}

.tablebg{
	background-color: #A4A2A2;
}

.tablebg2{
	background-color: #E5E5E5;
}

.tablebg3{
	background-color: #D6E1E8;
}

.tablebg4{
	background-color: #88ADD0;
}

.tablebg5{
	background-color: #E8E8E8;
}

.tablebg6{
	background-color: #F2F2F2;
}

.tablebg7{
	background-color: #D8D7D7;
}

.tablebg8{
	background-color: #9B999A;
}

.tablebg9{
	background-color: #BEBEBE;
}

.textnavoff{
	color: #666666;
	text-decoration: none;
}

.textnavon{
	color: #931E53;
	text-decoration: none;
	text-decoration: underline;
}

.vdottedbg{
	background-repeat: repeat-y; /*background-image: url(/images/global/greyDotted1x2V.gif);*/
}

.whitetext{
	color: #FFFFFF;
}

/*footer*/
#footerlinks{
	text-align: right;
	width: 780px;
}

#gnavdiv{
	left: 0px;
	position: absolute;
	top: 86px;
	width: 440px;
	z-index: 5;
}

/* -------------------- */
/* id-level styles      */
/* -------------------- */
/*header*/
#headerdiv{
	left: 0px;
	position: absolute;
	top: 0px;
	width: 780px;
	z-index: 1;
}

#qu{
	font-family: courier,"Courier New",monospace;
	font-size: 12px;
	width: 89px;
}

#searchtoolsdiv{
	left: 450px;
	position: absolute;
	top: 86px;
	width: 330px;
	z-index: 10;
}

/*body*/
#toprowcontainer{
	left: 0px;
	position: absolute;
	top: 110px;
	width: 780px;
	z-index: 20;
}

