﻿IMG 
{	
	border: 0; /* stop border showing on image links */	
	/*display:block;*/ /* stop bottom margin bug in IE */
	
}

A 
{
	color: #d62a4f;	
	text-decoration: none;
	font-weight: bold;	
}

A:hover 
{
	text-decoration: underline;	
}


H1
{
	font-size: 1.6em;	
	font-weight: bold;
}

H2
{
	font-size: 1.3em;	
	font-weight: bold;
}

H3
{
	font-size: 1.0em;	
	font-weight: bold;
}



/* Custom content editor styles */

/* We are only allowed to point the FCKeditor at a single style sheet so we include
   these custom styles here so that the general styles specified above also apply to 
   the content within the editor */

.grayblock
{
    background-color: #EFEFEF; 
    float: right; 
    margin: 0.75em; 
    padding: 0.5em; 
    border: 2px dashed #dddddd;   
}

.noteblock
{
    font-family: Verdana; 
    background-color: #F8F265; 
    float: right; 
    margin: 0.75em; 
    padding: 0.5em; 
    border: 2px solid #FFF612;
}

.blueblockright
{
    font-weight: bold; 
    font-family: Verdana; 
    color: blue; 
    background-color: white; 
    float: right; 
    margin-left: 0.75em; 
    padding-left: 0.5em; 
    border: 0px; 
    text-align: right;
}

.blueblockleft
{
    font-weight: bold; 
    font-family: Verdana; 
    color: blue; 
    background-color: white; 
    float: left; 
    margin-right: 0.75em; 
    padding-right: 0.5em; 
    border: 0px;
}

.redblockright
{
    font-weight: bold; 
    font-family: Verdana; 
    color: red; 
    background-color: white; 
    float: right; 
    margin-left: 0.75em; 
    padding-left: 0.5em; 
    border: 0px; 
    text-align: right;
}

.redblockleft
{
    font-weight: bold; 
    font-family: Verdana; 
    color: red; 
    background-color: white; 
    float: left; 
    margin-right: 0.75em; 
    padding-right: 0.5em; 
    border: 0px;
}

.pullquote
{
	float:right;
	max-width:150px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, Georgia;
	font-size: 17px;
	font-weight:bold;
	line-height:16px;
	color:#FF6600;
	text-align: right;
}		

.pullquoteLeft
{
	float:left;
	width:150px;
	margin-top:10px;
	margin-bottom:15px;
	margin-right:25px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, Georgia;
	font-size: 17px;
	font-weight:bold;
	line-height:16px;
	color:#FF6600;
	text-align: left;
}	

.pnlOnline
{
    border: dashed 5px Green;
    margin: 5px;
    padding: 5px;
}

.pnlOffline
{
    border: dashed 5px Red;
    margin: 5px;
    padding: 5px;
}
