/* Start of CMSMS style sheet 'text' */
/******************************************************************************
 Author: Roy Lindauer
 Extended from 960gs text.css
 Project: Merchant Department
 Date: July 2009
 Version: 1.0
******************************************************************************/

body {
	font: 77%/1.5 Verdana, Arial, sans-serif;
	color: #5d5d5d;
}


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

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

/******************************************************************************
 Headings 
******************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #222222;
	word-spacing:-0.05em;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #484340;
	word-spacing:-0.05em;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #174262;
	word-spacing:-0.05em;
}
h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #222222;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #222222;
}
h6 {
	font-size: 1.1em;
	font-weight: normal;
	color: #222222;
}

.invert h2{
	color: #ffffff;
}

/******************************************************************************
 Paragraphs 
******************************************************************************/
p, font.Text {
	line-height: 2em;
}

/******************************************************************************
 Lists 
******************************************************************************/
ol {
	list-style: decimal;
}
ul {
	list-style: square;
}
li {
	padding-left: 0;
	margin-left: 20px;
	line-height:1.8em;
}

ul ul, ol ol {
	margin: 3px 0px 0px 16px;
}
ul ul {
	list-style-type:circle;
}
#header li,
#footer li {
	margin-left: 0;
	line-height:normal;
	padding:0;
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}

/******************************************************************************
 Basic Presentational Elements
******************************************************************************/
b, strong {
	font-weight: bold;
	color:#222222;
}
.invert b, .invert 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.2em;
	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 80px 0 80px;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
	/*border-right: 1px dashed #002147;*/
	background: #ededed;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
hr {
	border: 0px double #b2b2b2;
	border-top-width: medium;
	height: 1px;
	clear: both;
	padding: 0;
}
.invert hr{
	border-color:#5668a5;
}
#page .invert hr{
	border-color:#6f777b;
}

/****************************************************************************** 
 Links
******************************************************************************/

a {
	color: #244a84;
	text-decoration: none;
}

a:link,
a:visited {
	color: #244a84;
	text-decoration: none;
}
a:hover,
a:active {
	color: #8a3d12;
	text-decoration: underline;
}

.invert a:link,
.invert a:visited{
	color: #ffffff;
}
.invert a:hover,
.invert a:active{
	color: #c3dfea;
}

a.product-title:link,
a.product-title:visited{
	color: #234990;
	font-size: 0.95em;
	font-weight:bold;
}
a.product-title:hover,
a.product-title:active{
	color: #8a3d12;
}

.descr a:link,
.descr a:visited{
        text-decoration: none;
        border-bottom: 1px dotted #8a3d12;
}
.descr a:hover{
        text-decoration: none;
        border-bottom: 2px solid black;
}
.content a:link,
.content a:visited{
        text-decoration: none;
        border-bottom: 1px dotted #8a3d12;
}
.content a:hover{
        text-decoration: none;
        border-bottom: 2px solid black;
}

a.nav-page:link,
a.nav-page:visited{
	color: grey;
}
a.nav-page:hover,
a.nav-page:active{
	color: black;
}

#footer a:link,
#footer a:visited {
	color: #b5d2d6;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

/****************************************************************************** 
 General Styles
******************************************************************************/
.title{
	font-size: 1.4em;
	color: #f26522;
	text-transform: uppercase;
	word-spacing: -.025em;
	letter-spacing: -.025em;
	margin: 0;
	font-family: "Trebuchet MT", Tahoma, Arial;
}
.small {
	font-size: .8em;
}
.large {
	font-size: 1.4em;
}
.center {
	text-align: center;
}
.loud {
	color: #f26522;
}
.quiet {
	color: #888888;
}
.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 */
}
.left img{
	display: block;
} 
.right img {
	display: block;
}
.caption {
	display: block;
	background: #e8e8e8;
	font-size: .9em;
	color: #002147;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:0 0 5px 0;
}
.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;
}
.read_more{
	text-align: right;
}

/****************************************************************************** 
 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: #07319b;
	background-color: #c5d4f8;
	background-image: url('../img/icons/Info.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/Cancel.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/icons/Attention.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/icons/Valid.png');
}
.validation {
	color: #d82e00;
	background-color: #ffccba;
	background-image: url('../img/icons/Validation.png');
}
.message {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/Message.png');
}
.help {
	color: #643373;
	background-color: #d6c1df;
	background-image: url('../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;
	width:100%;
}
select{
	border: 1px inset #f3f3f3;
	padding:3px;
	color:#666666;
	outline:none;
}
/* End of 'text' */

.invert *{
	color:#ffffff;
}

