﻿/* - NSC Inc. style sheet - */

A:link.searchbar, A:visited.searchbar, A:active.searchbar {
	color : #FFFFFF;
	background-color: transparent;
}

A:link.footer, A:visited.footer, A:active.footer {
	color : #FFFFFF;
	background-color: transparent;
}

A:hover.footer, A:hover.searchbar{
	color: #FFCC66;
}

/* - Links in Left navigation bar becomes yellow/gold when mouseover. 
Active link color for leftnav is stated in Line 100  - */


	 

	 
A:visited {color: Black;}

A:link {color: Black;}

/* - Active links are in maroon color - */
A:active {color: #b1bd84;}

A:hover{color: #6699CC;}

/**************************************************
  - Applied to the links in the LEFT navigation - 
***************************************************/
.leftnav
{
    text-decoration: none;
    font-weight: bold;
    background-color: transparent;
}
a.leftnav:link
{
    /* unvisited link */
    color: White;
}
a.leftnav:visited
{
    /* visited link */
    color: White;
}

a.leftnav:hover
{
    /* mouse over link */
    color: #FFCC66;
    text-decoration: underline;
}

a.leftnav:active
{
    /* selected link */
    color: White;
}

/* - REDEFINED HTML TAGS- */
body {
	background : #FFFFFF;
	background-color : #FFFFFF;
	margin: 0px;
	font-family: Verdana, sans-serif;
    background-repeat: repeat-y; 
    background-image: url('images/body_bg.gif');

}

td {
	font-family : Verdana, sans-serif;
	font-size   : 11px;
	margin-left: 120px;
}

th {
	font-family : Verdana, sans-serif;
	font-size   : 11px;
}

/* - Applied to Table cells for horizontal and vertical lines - */
.stroke {
	background       : #999999;
	background-color : #999999;
}

/* - 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-size   : 15px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}

/* - Colors the links in the body content (changed to maroon) - */
.links {
	color : Black;
}

/* - Applied to the links in the left navigation - */
.leftnav {
	color : White;
	text-decoration : none;
	font-weight: bold;
	
}

/* - Applied to the subheads in the left navigation - */
.leftnavsubtitle {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	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 {
	font-style: italic;
	color: #FFFFFF;
}

/* - Applies background color to the header table cell - */
/* - Overridden by umnglobalbkgimg.css file with a background images - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */

.headerbkgimage {
	background-color: #3E3E3E;
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applies background color to the footer table - */
/* - Overridden by umnglobalbkgimg.css file with a background images - */
/* - This avoids a bug in Netscape 4 that obscures text in a table with a background image - */
.footerbkgimage {
	background-color: #3E3E3E;
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applied to the navigation above the gloabl header - */
.headernav {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

/* - Applied to table for the bread crumbs for to color text of non-linked widgets- */
.crumbs {
	color: #666666;
}

/* - CUSTOM CLASSES FOR COLOR OF BODY CONTENT HEADLINES AND LINKS- */
/* - ADAPT OR ADD ADDITIONAL CLASSES TO MATCH YOUR BODY CONTENT COLOR PALATTE - */


/* - Colors the headlines blue in the body content - */
.headlineblue {
	font-family : Verdana, sans-serif;
	color: #6699CC;
	font-size   : 15px;
	font-weight : bold;
}

/* - Colors the headlines orange in the body content - */
.headlineorange {
	font-family : Verdana, sans-serif;
	color: #CC6633;
	font-size   : 15px;
	font-weight : bold;
}

/* - Applied to page title in the body content - */
.pagetitle {
	font-family : Arial;
	font-size   : 18px;
	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 subtitles red in the body content - */
.bodysubtitleorange {
	color: #CC6633;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

/* - Colors the linksblue class in the body content LIGHT blue. 
Added on Aug 6 2004 - If linksblue is linked, then it will change to darker blue 006699 - */
.linksblue {
	color : #6699CC;
	font-size: 12px;
	font-weight : bold; }


/* - PSEUDO-CLASS Colors the links in the body content blue. 
Added on Aug 6 2004 - Links are not underlined until mouseover - */

A:link.linksblue, A:visited.linksblue {
	color : #006699;
	text-decoration : none
	font-weight : bold; }
	

/* - Added on Aug 6 2004 - PSEUDO-CLASS Underlines linksblue when it is a link - */
A:hover.linksblue
{text-decoration: underline; 
}
	 

/* - Colors the links in the body content orange - */
.linksorange {
	color : #CC6633;
}
	
/* - Colors the links in the body content maroon - */
.linksmaroon {
	color : White;
}

/* - Colors the links in the What's New content blue - */
.linkswhatsnew {
	color : #6699CC;
}

/* - Colors the links in the navigation bar white - */
.linkswhite {
	color : #FFFFFF;
}

/* - PSEUDO-CLASS Colors the links in the body content orange. 
Need to associate linksorange with A:link otherwise the color specified in .linksorange (line 241)
will not appear - */
A:link.linksorange, A:active.linksorange, A:visited.linksorange
{	color : #CC6633; 
}

/* - PSEUDO-CLASS Colors the links in the body content black - */
A:link.linksblack, A:visited.linksblack
{	color : #000000;
    text-decoration : none; 
}

/* - PSEUDO-CLASS Sets the Hover color of the linksorange, linksblue and linkspurple links to Maroon - */
A:hover.linksorange
{	color: White;
	text-decoration: underline;
 }

/* - PSEUDO-CLASS Sets the Hover color of the linksblack link to Maroon - */
A:hover.linksblack
{	color: White;
    text-decoration: none; 
}

/* - PSEUDO-CLASS Colors the subheading links in the main navigation links white. */
/* - Added on Jan 19 2005 - */
A:link.linkswhite, A:active.linkswhite, A:visited.linkswhite
{	color : #FFFFFF;
	text-decoration : none
}
	 
/* - Added on Dec 1 2004 - PSEUDO-CLASS Underlines linkswhite if it is a link - */
A:hover.linkswhite {	
	text-decoration: underline; 

}

/* - PSEUDO-CLASS Colors the subheading links in the What's New section blue. */
/* - Added on Nov 12 2004 - PSEUDO-CLASS Underlines whatsnewblue when it is a link - */
A:link.linkswhatsnew, A:active.linkswhatsnew, A:visited.linkswhatsnew
{	color : #6699CC;
	text-decoration : none
}
	 
/* - Added on Dec 1 2004 - PSEUDO-CLASS Underlines linkswhatsnew if it is a link - */
A:hover.linkswhatsnew {	
	text-decoration: underline; 

}

/* - Use to override other styles making the text appear as the default font - */
.normal {
	font-family : Verdana, sans-serif;
	font-size   : 11px;
	font-weight: normal;
}

/* - CUSTOM CLASSES - */
/* - insert your customized code in this area - */

#whatsnewborder {
	border-bottom: dotted;
	border-width: thin 0;
	border-color: gray;
}

#content p{
	margin: 20px;
}

.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;}
	
#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 30px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

/*** POLL-SPECIFIC STYLES ***/
.Poll_DisplayText
{
    font-weight: bold;  
}

.Poll_TotalVotes
{
    font-style: italic;
}

.Poll_TakePoll, .Poll_PollResults
{
    border: dashed 1px #666;
    padding: 5px;
    margin-top: 10px;
    margin-left: 15px;
}
