﻿/* ---------------------------------------------------------------------------------------------------------------------------- */
/* START of global selectors */
/* body
{
	background-color: #E1F7FD;
	font-family: Trebuchet, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 0.69em;
	line-height: 1.88em;
	color: #5A686A;
	height: 100%;
	background-image: url(../i/bgSubPg.jpg);
    background-repeat: repeat-x;
}

a:link
{
	color: #cc0000;
	outline: none;
}

a:hover, a:active
{
	color: #660000;
	outline: none;
} 

a:visited
{
	color: #990000;
	outline: none;
}
*/
/** Hack for IE to use PNG Background **/
/* * a, * input
{
	position: relative;
}

img
{	
	display: block;
    padding: 0;
    border: 0;
}

p
{
	margin: 0 0 1em 0;
}

h1
{
    font-weight: normal;
    font-size: 5.3em;
    line-height: 1em;
    margin: 0 0 .4em 0;
    padding: 0;
    color: #000;
}

h2
{   
    font-size: 1.7em;
	letter-spacing: -0.02em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 0.2em 0;
	color: #617072;
}

h3
{
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 0.7em 0;
}

h4
{
	font-size: 1.1em;
	line-height: 1em;
	margin: 0 0 0.7em 0;
}

iframe
{
    overflow: hidden;
    margin: 0;
}

ol
{
    margin: 0 10px 0 20px;
}

ul
{
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
}

ul li
{
    margin: 0 0 0.1em 0;
    padding: 0 0 0 7px;
    background-image: url(../i/ulArw.gif);
    background-position: 0 6px;
    line-height: 1.6em;
}

select
{
	background-color: #fff;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	font-size: 9px;
	color: #666;
	height: 17px;
	width: 165px;
}

sup
{
    font-size: 0.5em;
    vertical-align: top;
}*/

/* END of global selectors */
/* ---------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* START of global classes */
.attention
{
    font-size: 1.5em;
}

.block
{
	display: block;
}

.bold
{
	font-weight: bold;
}

#shell .button {
	background: url(../i/global/global-button-sprite.gif) repeat-x;
	border: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFF;
	font-family: "Arial", "Verdana", Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#shell .button:hover {
	background-position: 0 -29px;
	cursor: pointer;
	text-decoration: none;
}

.center
{
    text-align: center;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clr
{
	clear: both;
}

.clearer
{
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hrCCC
{
    height: 1px;
    background-color: #ccc;
    margin: 0 0 10px 0;
}

.it
{
	font-style: italic;
}

.nindent
{
    line-height: 0;
	text-indent: -9000px;
}

.nodisplay
{
    display: none;
}

.noliststyle
{
    list-style-type: none;
}

.nomargin
{
	margin: 0 ! important;
}

.pointer
{
	cursor: pointer;
    cursor: hand;
}

.strike
{
    text-decoration: line-through;
}

.textField
{
    border: 1px solid #BDBDBD;
    background-color: #FDFCF3;
}
/* END of global classes */
/* ---------------------------------------------------------------------------------------------------------------------------- */