/* - University of Wisconsin-Eau Claire News Releases Style Sheet - */
/* - Last modified: February 10, 2005- */

/* - default text is set by 'body' redefinition - */

#navBar {
	display:block;
	float: left;
}

#navBar {
	background-color: #432E8B;
	width: 680px;
	text-align:center;
	color: #ffffff;
	letter-spacing: .002em;
}

#navBar ul {
	list-style: none;
	margin: 0px 0px 0 -8px;
}

#navBar ul li{
  display: inline;
  list-style: none;
  margin-right: 10px;
}

#navBar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
}

#navBar a:visited {
	color: #E6D4A9;
}

#navBar a:link {
	color: #E6D4A9;
}

#navBar a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#navBar a:active {
	color: #ffffff;
}

.descriptor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#siteSearch1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

#siteSearch2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

.cutlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 9pt;
	text-align: left;
}
.cutlines-centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 9pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
}


#newsSearch {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 8px;
}

/* add padding for the search for mozilla browsers */
html>body #newsSearch input {
    margin-top: 5px;
}

#newsTextBox {
    border: 1px solid #C0AC7B;
    background-color: #E7D9C0;
}

html > body #newsTextBox {
    padding: 3px;
}

#newsSubmit {
    width: 55px;
    height: 24px;
    border: 0;
    background-color: #C0AC7B;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #006;
    font-weight: bold;
    margin-left: -10px;
}

html > body #newsSubmit {
    margin-left: 0px;
}

.radioText {
    font-size: .787em;
    vertical-align: text-top;
    font-weight: bold;
    color: #0000ab;
}

#newsSearch {
    border: 1px solid #C0AC7B;
    background-color: #FFF9EF;
    margin: 8px 3px 8px 3px;
    padding-bottom: 3px;
}

#newsSearch h1 {
    margin: 0;
    padding: 0;
    margin-left: -5px;
    padding-left: 5px;
    display: block;
    color: #FFF9EF;
    background-color: #C0AC7B;
    font-size: .9em;
}

