/* Start of CMSMS style sheet 'text' */
/*******************************************************************************
 Author: Roy Lindauer
 Extended from 960gs text.css
 Project: Reno Style Magazine
 Date: October 2009
 Version: 1.0
******************************************************************************/
body {
	font: 75%/1.5 Verdana, Arial, sans-serif;
	color: #726c5f;
}
#footer{
	font-size:90%;
}

a:focus {
	outline: 1px dotted invert;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/******************************************************************************
 Headings 
******************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.6em;
	font-weight: bold;
	letter-spacing:-.05em;
	color: #222222;
	word-spacing:-0.05em;
	text-transform:uppercase;
	margin:0;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #002147;
	word-spacing:-0.05em;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #002147;
	word-spacing:-0.05em;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #002147;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #002147;
}
h6 {
	font-size: .9em;
	font-weight: normal;
	color: #002147;
}

/******************************************************************************
 Paragraphs 
******************************************************************************/
p {
	line-height: 2em;
}

/******************************************************************************
 Lists 
******************************************************************************/
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	padding-left: 0;
	margin-left: 40px;
	line-height:1.8em;
}
ul ul, ol ol {
	margin: 2px 0;
	color: #b5ab95;
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}

/******************************************************************************
 Basic Presentational Elements
******************************************************************************/
b, strong {
	font-weight: bold;
}
#footer b, #footer strong{
	color:#ffffff;
}
i, em {
	font-style: italic;
}
sup {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
}
sub {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	bottom: -0.4em;
}
pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
	background: #e8e8e8;
	border: 1px solid #b5b5b5;
	padding: 3px 6px;
	overflow: auto;
	white-space:pre;
	height:150px;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #222222;
}
blockquote {
	color: #002147;
	margin: 0 60px 0 60px;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
	background: #ededed;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
hr {
	border: 0px solid #d8d5cd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	clear: both;
	padding: 1px;
}

/****************************************************************************** 
 Links
******************************************************************************/
a {
	color: #dab755;
	text-decoration: underline;
}
a:link {
	color: #dab755;
	text-decoration: underline;
}
a:visited {
	color: #dab755;
	text-decoration: underline;
}
a:hover {
	color: #dc4b23;
	text-decoration: underline;
}
a:active {
	color: #dc4b23;
	text-decoration: underline;
}

/****************************************************************************** 
 General Styles
******************************************************************************/
.small {
	font-size: .8em;
}
.smaller {
	font-size: 0.75em;
}
.large {
	font-size: 1.4em;
}
.center {
	text-align: center;
}
.loud {
	color: #990000;
}
.quiet {
	color: #b5ab95;
}
.hide {
	display: none;
}
.left {
	float: left;
	margin: 0 20px 20px 0;   /* covered by the 960 css */
}
.right {
	float: right;
	margin: 0 0 20px 20px;   /* covered by the 960 css */
}
.caption {
	display: block;
	background: #e8e8e8;
	font-size: .9em;
	color: #002147;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:0 5px 5px 5px;
}
.border {
	border: 1px solid #989898;
}
.underline {
	border-bottom: 1px dotted;
}
.strike {
	text-decoration: line-through;
}
.highlight {
	color: #9F6000;
	background-color: #FEEFB3;
}
.quote{
	background:#f3f3f3;
	border:1px solid #cccccc;
	padding:5px;
	font-size:.9em;
}
.space{
	line-height:2em;
}
.announce{
	display:block;
	background: #e8e8e8;
	font-size:1.1em;
	color: #002147;
	border:1px solid #cccccc;
	padding:0 5px 5px 5px;
	text-align:center;
}

/****************************************************************************** 
 Alerts
******************************************************************************/
.info,
.error,
.warning,
.success,
.validation,
.message,
.help {
	border: 1px solid;
	padding: 15px 10px 15px 50px;
	margin: 10px 0 10px 0;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/assets/img/icons/Info.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/assets/img/icons/Cancel.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/assets/img/icons/Attention.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('/assets/img/icons/Valid.png');
}
.validation {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/assets/img/icons/Validation.png');
}
.message {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/assets/img/icons/Message.png');
}
.help {
	color: #643373;
	background-color: #d6c1df;
	background-image: url('/assets/img/icons/Help.png');
}

/****************************************************************************** 
 Form Controls
******************************************************************************/
fieldset{}
legend{
	font-weight:bold;
}
label{
	padding:0 5px 0 0;
}
input.text{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
}
input.checkbox{}
input.radio{}
input.submit{}
input.button{}
textarea{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
}
select{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
	outline:none;
}
/* End of 'text' */

