/* - University of Minnesota style sheet - */
/* - Last modified July 8, 2003 - */

#content
{
	width:100%;
}

/*-------------------Link Properties------------------------------*/
A:link.searchbar, A:visited.searchbar, A:active.searchbar {
	background-color: transparent;
	color: #FFFFFF;
}

A:link.footer, A:visited.footer, A:active.footer {
	background-color: transparent;
	color: #FFFFFF;
}

A:hover.footer, A:hover.searchbar, A:visited:hover.footer, A:visited:hover.searchbar {
	color: #FFCC33;
}

A:hover.leftnav {
	color: #660000;
}
/*A,A:link,A:visited,A:active{
	color: #666666;
}
A:hover{
	color: #660000;
}*/
a {color:#666666;}
a:link{color: #666666;}
a:visited{color:#666666;}
a:hover{color:#660000;}
a:active{color:#660000;}

a.nav {color:#FFCC33;}
a.nav:visited {color:#666666;}
a.nav:hover {color:#660000;}
a.nav:active{color:#660000;}

.nav ul {
list-style-type:none;
}

#nav ul,ul#nav ul {
	list-style:none;
	padding-left: 5px;
	margin:0;
}
#nav li {
	padding-top:8px;
	padding-bottom:8px;
}
#nav a:link {
color:#666666;
}
#nav a:visited{
color:#666666;
}
#nav a:hover{
color:#660000;
}
#nav a:active{
color:#FFCC33;
}

#navMenu a:link {
color:#666666;
}
#navMenu a:visited{
color:#666666;
}
#navMenu a:hover{
color:#660000;
}
#navMenu a:active{
color:#FFCC33;
}

.nav ul,ul.nav ul {
	list-style:none;
	padding-left: 5px;
	margin:0;
}
.nav li {
	padding-top:8px;
	padding-bottom:8px;
}
.nav a:link {
color:#666666;
}
.nav a:visited{
color:#666666;
}
.nav a:hover{
color:#660000;
}
.nav a:active{
color:#FFCC33;
}

.navhome ul,ul.nav ul {
	list-style:none;
	padding-left: 5px;
	margin:0;
}
.navhome li {
	padding-top:6px;
	padding-bottom:6px;
}
.navhome a:link {
color:#666666;
}
.navhome a:visited{
color:#666666;
}
.navhome a:hover{
color:#660000;
}
.navhome a:active{
color:#FFCC33;
}

.navgreydot ul,ul.nav ul {
	list-style:url(http://www.umcrookston.edu/images/sym-graydot.gif);
	padding-left: 20px;
	margin:0;
}
.navgreydot li {
	padding-top:5px;
	padding-bottom:5px;
}
.navgreydot a:link {
color:#666666;
}
.navgreydot a:visited{
color:#666666;
}
.navgreydot a:hover{
color:#660000;
}
.navgreydot a:active{
color:#FFCC33;
}

/* - Colors the links in the body content orange - */

.linksorange {
	color: #CC6633;
}

/* - PSEUDO-CLASS Colors the links in the body content orange - */

a:link.linksorange, a:visited.linksorange, a:active.linksorange {
	color: #CC6633;
}

/* - PSEUDO-CLASS Sets the Hover color of the linksorange links to Maroon - */

a:hover.linksorange {
	color: #660000;
}

/*- REDEFINED HTML TAGS - */

body {
	background-color: #F8F8F8;
	font-family: Verdana, sans-serif;
	margin: 0px;
	background-image:url(http://www.umcrookston.edu/globalImages/body_back.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
table {
	background-color:#FFFFFF;
}
bodyheader {
	background: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	margin: 0px;
	font-size: 12px;
}

/*- Table Cell Modifiers -*/
td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/*- Heading Tag Modifiers-*/
/*Ensure that header tags say consistant
accross multiple browers*/

h4 {
	font-size: 16px;
}

h5{
	font-size: 13px;
}

/* - CUSTOM CLASSES FOR UMN NAVIGATION CONVENTIONS - */

/* - Applied to Table cells for horizontal and vertical lines - */

.stroke {
	background-color: #999999;
	/*--Start Christmas Theme--
	background: green;
	background-color: green;
	--End Christmas Theme--*/
}

/* - Applied to bold text - */

.bold {
	font-weight: bold;
}

/* - Applied to headlines in the body content (Standard Grey) - */

.headline {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Applied to headlines in the body content (Standard Grey) - */

.bodysubtitle {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

td.content2{
		
		font-size:11px;
		padding:3px 5px 3px 5px;
	}


/*- Bread Crumb Nav Style -*/


	/*Applies style to table cell which contains bread crumb elements*/
	td.crumbs{
		
		/*BORDER-TOP: #999999 1px solid;
		BORDER-BOTTOM: #999999 1px solid;*/
		font-size:11px;
		HEIGHT:18px;
		COLOR: #373737;
		/*BACKGROUND-COLOR: #cccccc;*/
		padding:3px 5px 3px 5px;
		
		/*--Start Christmas Theme--
		BORDER-TOP: green 1px solid; 
		BORDER-BOTTOM: green 1px solid;
		COLOR: red;
		
		--End Christmas Theme--*/
	}
	
	/*Sets the style for linked and non-linked bread crumb style*/
	.crumbs{
		font-size:11px;
		COLOR: #373737;
		/*color: red;*/
	}
	.crumbs a:link,.crumbs a:active {
		color:#373737;
		font-size:11px;
	}
	.crumbs a:visited{color:#666666;}
	.crumbs a:hover {color:#660000;}

/* - Colors the links in the body content (Standard Grey) - */

.links {
	color: #666666;
}

/* - Applied to the links in the left navigation - */

.leftnav li a:hover{
	color: #000000;
}

/* - Applied to the subheads in the left navigation - */

.leftnavsubtitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* - Applied to the links and text in the global header - */

.searchbar {
	color: #FFFFFF;
}

/* - Applied to the links and text in the global footer - */

.footer {
	color: #FFFFFF;
}

/* - Applied to the copyright text in the global footer - */

.footeritalic {
	color: #FFFFFF;
	font-style: italic;
	/*font-size:10px;*/
}

.footeraddress {
	float:left; font-weight:bold;
}

/* - Applies background color to the header table cell - */
/* - Overridden by umnglobalbkgimg.css file with a background image - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */

.headerbkgimage {
	/*background-image: url(/globalimages/hdr-bkg.jpg);
	background-repeat: repeat;
	color: #FFFFFF;*/
}

/* - Applies background images to the footer table - */
.footerbkgimage {
	background-image: url(/globalimages/ftr.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applied to the navigation above the gloabl header - */

table.headernav{
	font-size: 10px;
	background:transparent;
	font-family: Verdana, sans-serif;
	padding:1px;
 	color:#660000;
}
.headernav a:link{
	color:#660000;
}

.navheaderhome {
	HEIGHT:18px; 
	/*BORDER-TOP:1px solid #999999; 
	BORDER-BOTTOM:1px solid #999999; */
	font-weight:bold;
	BACKGROUND-COLOR: #7a0019;
	padding:3px 5px 3px 5px;
	color:#660000;
}

.navheader {
	HEIGHT:18px; 
	/*BORDER-TOP:1px solid #999999; 
	BORDER-BOTTOM:1px solid #999999; */
	font-weight:bold;
	BACKGROUND-COLOR: #CCCCCC;
	padding:3px 5px 3px 5px;
	color:#660000;
}
.navheader a:hover{
	color:#444444
}
.navheader a,a:visited{
	color:#660000
}
.navheaderbdr{
	HEIGHT:18px; 
	BORDER-TOP:1px solid #999999; 
	BORDER-BOTTOM:1px solid #999999; 
	font-weight:bold;
	BACKGROUND-COLOR: #CCCCCC;
	padding:3px 5px 3px 5px;
	color:#660000;
}
.navheaderbdr a:hover{
	color:#444444
}
.navheaderbdr a,a:visited{
	color:#660000
}

/* - Applied to table for the bread crumbs for to color text of non-linked widgets- */


/* - CUSTOM CLASSES FOR COLOR OF BODY CONTENT HEADLINES AND LINKS- */
/* - ADAPT OR ADD ADDITIONAL CLASSES TO MATCH YOUR BODY CONTENT COLOR PALATTE - */

/* - CUSTOM CLASSES for Blue - */
/* - Colors the headlines blue in the body content - */

.headlineblue {
	color: #6699CC;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Colors the subtitles blue in the body content - */

.bodysubtitleblue {
	color: #6699CC;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

/* - Colors the links in the body content blue - */

.linksblue {
	color: #6699CC;
}

/* - PSEUDO-CLASS Colors the links in the body content blue - */

a:link.linksblue, a:visited.linksblue, a:active.linksblue {
	color: #6699CC;
}

/* - PSEUDO-CLASS Sets the Hover color of the linksblue links to Maroon - */

a:hover.linksblue {
	color: #660000;
}

/* - CUSTOM CLASSES for Orange - */
/* - Colors the headlines orange in the body content - */

.headlineorange {
	color: #CC6633;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* - Colors the subtitles orange in the body content - */

.bodysubtitleorange {
	color: #CC6633;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

/* - Custom Class for default font override - */
/* - Use to override other styles making the text appear as the default font - */

.normal {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.umcgold{
color:#FFCC33;
}

/* - CUSTOM CLASSES - */
/* - insert your customized code in this area - */

/* - Department Header Text Properties - */
.tblrightgreyborder {
	border-right:1px solid #999999;
	/*border-right:1px solid green;*/
	
}
.tblsidesgreyborder {
	border-right:1px solid #999999;
	border-left:1px solid #999999;

	/*--Start Christmas Theme--
	border-right:1px solid green;
	border-left:1px solid green;
	--End Christmas Theme--*/
}
.maintbl{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
.blackborder {
border:1px solid black
}
h2{
	color:#000000;
	font-weight: bold;
	font-size:14px;
}

tr#nav td {
	border-right:1px solid #999999;
	vertical-align:top;
}
tr.nav td {
	border-right:1px solid #999999;
	vertical-align:top;
}
#search {
	border:0px;
	padding:0px;
	background-repeat:no-repeat;
}
#search td {
	text-align:left;
}
#pageheader {
background-image:url(http://www3.crk.umn.edu/globalImages/Crookston_Header_Propose_Back.gif);
height:44px;
}
#pagefooter {
	background-image: url(http://www3.crk.umn.edu/globalImages/ftr.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}
.jumpheader{
	font-weight:bold;
	font-size:10px;
}
ul.jumplinks{
	list-style-type:none;
	padding-left:2px;
	font-size:10px;
	margin:0;
}
.bodytext a{
	color:#0000FF;
}
.bodytext a:visited{
	color:#0000FF;
}
.bodytext a:hover{
	color:#660000;
}
.moddate{
	float:right;
	font-size:9px;
	text-align:right
}
li.pdf{
list-style-image:url(http://www.umcrookston.edu/globalImages/PDF_icon.gif);
padding-left:3px;
}
ul.pdf li{
list-style-image:url(http://www.umcrookston.edu/globalImages/PDF_icon.gif);
padding-left:3px;
}
.navmenubar table{background:none;}
.navmenubar{
width:760px;
/*height:23px;*/
border-bottom:1px solid #999999;
background-color:#7a0019;

}
.navbarsearchbox{height:18px;font-size:12px;border:0;}
.navbarsearchbutton{height:18px;width:25px;background-color:#ffcc33;color:#660000;border:0;}
#commentfooter{
width:760px;
text-align:left;
}
#commentfooter a{
vertical-align:top;
font-size:10px;
}
/*----IE Specific Scroll Bar - Breaks Validation ---
.mmenu {
  scrollbar-face-color: #660000;
  scrollbar-shadow-color: #660000;
  scrollbar-highlight-color: #660000;
  scrollbar-track-color: #660000;
  scrollbar-arrow-color: #ffffff;
}
*/
mmenu .searchbutton{

	background-color:#ffcc33;
	color:#660000;

}

/* Dot */
ul.graydot
{
        margin:0px 0px 0px 15px;
        padding-left:10px;
 	list-style:url(http://www.umcrookston.edu/globalImages/graydot.gif);
}

.menuheader {
	 margin-left:4px;
	 font-weight:bold;
}

/* Begin Rounded Corner Section */
div.RoundedCorners_t {background: url(http://www.umcrookston.edu/images/Corners/BlackOnWhite/dot.gif) 0 0 repeat-x;}
div.RoundedCorners_b {background: url(http://www.umcrookston.edu/images/Corners/BlackOnWhite/dot.gif) 0 100% repeat-x}
div.RoundedCorners_l {background: url(http://www.umcrookston.edu/images/Corners/BlackOnWhite/dot.gif) 0 0 repeat-y}
div.RoundedCorners_r {background: url(http://www.umcrookston.edu/images/Corners/BlackOnWhite/dot.gif) 100% 0 repeat-y}
div.RoundedCorners_bl {background: url(http://www.umcrookston.edu/images/Corners/BlackOnWhite/bl.gif) 0 100% no-repeat}
div.RoundedCorners_br {background: url(http://www.umcrookston.edu/images/Corners/BlackOnWhite/br.gif) 100% 100% no-repeat}
div.RoundedCorners_tl {background: url(http://www.umcrookston.edu/images/Corners/BlackOnWhite/tl.gif) 0 0 no-repeat}
div.RoundedCorners_tr {background: url(http://www.umcrookston.edu/images/Corners/BlackOnWhite/tr.gif) 100% 0 no-repeat}
/* End Rounded Corner Section */

/*
### Print Options
*/
#printOptionsContainer
{
	width:100%;
	height:29px;
	padding-top:2px;
	font-family:verdana,arial;
	margin-bottom:6px;
	border-bottom:solid 1px #444444;
	font-size:9px;
	color: #444444;
}

#printOptionsContainer div.printOptionsTitle
{
	display:inline;
	padding-right:1px;
	font-size:11px;
}

#printOptionsContainer img.icon
{
	float:right;
	width:15px;
	height:15px;
	position:relative;
	top:-3px;
	left:17px;
	padding:1px;
}

#printOptionsContainer div.section
{
	cursor:pointer;
	float:right;
	display:block;
	text-align:center;
	width:95px;
	border:solid 1px #dddddd;
	padding: 2px 7px;
	margin:0;
	color: #bb493d;
}

#printOptionsContainer div.mouseOver
{
	cursor:hand;
	background-color:#fffde1;
	color:maroon;
}

.PrintPageBody
{
	width:540px;
	height:720px;
	padding:6px;
}

div.printPageHeaderControls
{
	border-bottom:solid 1px #333333;
	height:14px;
	width:100%;
	padding:6px;
	padding-bottom:2px;
	font-size:10px;
}

div.printPageHeader
{
	width:100%;
	height:100px;
	font-size:18px;
	padding-bottom:2px;
}

div.printPageContent
{
	float:left;
	font-size:14px;
}

/*
### Errir Messages
*/
.errorMsg
{
	color:red;
	padding:4px;
	font-style:italic;
	margin:auto;
}
/*
### RSS Feeds
*/
.rssContent
{
	font-size:10px;
	text-align:left;
	overflow:auto;
}

.rssContent ul
{
	margin:0;
	margin-left:4px;
	padding:0;
	list-style:none;
}


.rssContent li
{
	margin:0;
	padding:0;
	padding-bottom:8px;
	list-style:none;
}

.rssContent li.channelHeader
{
	margin:0;
	padding:0;
	font-size:12px;
	padding-bottom:2px;
}

.rssContent li.channelItem
{
	margin:0;
	padding:0;
	font-size:10px;
	padding-bottom:8px;
}
/*
	Content Columns
*/
div.contentColumnsMain, div.contentColumnsSide
{
	padding:4px;
	display: inline;
	vertical-align:top;
}
div.contentColumnsMain
{
	float:left;
	width:375px;
}
div.contentColumnsSide
{
	float:left;
	width:174px;
}
/*
	Side Section
*/
.sideSection
{
	text-align:center;
	margin:auto;
	margin-top:0;
	margin-bottom:16px;
	width:100%;
}
.sideSectionHeader
{
	text-align:center;
	border: solid 1px #333333;
	border-bottom:none;
	background-color:#8C1919;
	background-image:url(http://www.umcrookston.edu/images/bars/Bar_Maroon_Gradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	padding:2px;
	padding-top:4px;
}

.sideSectionHeader a:link, .sideSectionHeader a:visited
{
	color:white;
	text-decoration:none;
	font-family:arial;
}

.sideSectionContent
{
	border:solid 1px #333333;
	font-size:9px;
}

/*
Slideshow Section
*/
.slideshowContainer
{
	background-color:black;
	overflow:hidden;
}

.slideshowHeader
{
	color:white;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	background-color:black;
	filter:alpha(opacity=80);
	opacity:0.70;
	-moz-opacity:0.70;
}

.slideshowContent
{
	color:black;
	font-size:11px;
	font-family:arial;
	filter:alpha(opacity=80);
	opacity:0.70;
	-moz-opacity:0.70;
}

.slideshowFooter
{
	color:white;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	background-color:black;
	min-height:40px;
	filter:alpha(opacity=80);
	opacity:0.70;
	-moz-opacity:0.70;
}

/*
	News Section
*/
.newsSection
{
	display:inline;
	float:left;
	width:254px;
	margin:14px;
	min-height:100px;
	_height:100px;
	border:solid 1px black;
}

