﻿/*
colors
light blue - #61a9e6

*/



* { margin: 0; padding: 0; }

body, table, pre
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 150%;
	color: #666;
}

img { border-style: none; }
a   { outline: none; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 15px 0;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

h1 { font-size: 14px; color: #000; font-weight: bold; }
h2 { font-size: 14px; color: #000; font-weight: bold; }
h3 { font-size: 12px; color: #000; font-weight: normal; }
h4 { font-size: 11px; color: #000; font-weight: normal; }


a                   { color: #59a6c4; }
a:hover             { color: #000; text-decoration: underline; }

a.small-link        { font-size: 10px; }
a.spotlight-arrow
{ 
    padding: 3px 0 0 15px; 
    font-size: 10px;
    text-decoration: none;
    background: url('/images/s_home_arrow.jpg') no-repeat 0 7px; 
}

code                { color: #555; background-color: #ccc;}


p, dt, dd, blockquote, table, pre
{
	margin: 0 0 16px;
}

dt
{
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

ul, ol, dl
{
	margin: 0 0 1.4em 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}


table ul { margin-left: 0; }

ul li
{
	padding: 0 0 5px 13px;
	background: url(../images/blt_disc.gif) no-repeat 0 7px;
}

ul ul, ol ul
{
	margin: 0 0 0 5px;
}

ul ul li, ol ul li
{
	padding: 0 0 7px 13px;
	line-height: 125%;
	background: url(../images/blt_disc_black.gif) no-repeat 0 7px;
}

ol
{
	list-style-type: decimal;
}

ol li
{
	margin: 1em 0 0 1.2em;
	padding: 0;
}

ol ol li, ul ol li
{
	font-size: 90%;
	list-style-type: lower-alpha;
}

.hr
{
	margin: 0 0 25px 0;
	height: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.callout, blockquote
{
	margin: 0 0 25px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 130%;
	color: #7598ad;
}

span.callout { margin: 1.5em 0; }

.small     { font-size: 9px; }
.big       { font-size: 120%; }
.disabled  { opacity: .5; filter: alpha(opacity=50); }
.hidden    { display: none; }

.data-table
{
	width: 100%;
	border-collapse: collapse;
	border-top: none;
	border-right: none;
}

.data-table td
{
	padding: 5px;
	line-height: 1em;
}

.data-table tr.even td { background: #666; }

.data-table .table-header, .data-table .table-header td
{
	font-size: 11px;
	font-weight: bold;
	background-color: #DDE7F0;
}

.caption-right, .caption-left       { }
.caption-right img, .caption-left img
{
	margin: 0;
	border: none;
}

.caption-right p, .caption-left p
{
	margin: 0;
	padding: 5px 8px;
	font-size: 9px;
	line-height: 1.5em;
	color: #fff;
	background: #ddd;
}

.caption-right
{
	float: none;
	margin: 5px 0 10px 10px;
}

.caption-left
{
	float: none;
	margin: 5px 10px 10px 0;
}

.mceVisualAid {	border: 1px dashed #bbb; }