/* =========================================================== */
/* Notes: */
/* Content pages do not work with id's (#), must use classes (.) */
/* =========================================================== */


/* =========================================================== */
/* Misc */
/* =========================================================== */
a
{
	color: #00E;
}

br 
{ 
    clear: both;
}


body 
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font-family: "Arial", "Helvetica", Verdana, sans-serif;
	font-size: medium; /*for IE5/Win and for compliant browsers */
	background-color:  #F5F5F5;
}


html>body 
{ 
    font-size: medium;   /* be nice to Opera */
} 


br.PageBreakAfter
{
	page-break-after: always;
}

.videodes 
{
    color: #EAE7E1;
    font-size: medium;  
    margin: 20px 0 2px 0; 
}


/* =========================================================== */
/* Standard Headings */
/* =========================================================== */
h1 
{
    font-size: larger; 
    font-weight: bold;
    color: #072251; 
    margin: 1em 0 0 0; 
    padding: 0;
}

h2
{
    font-size: medium; 
    font-weight: bold;
    color: #072251; 
    margin: .75em 0 0 0; 
    padding: 0; 
}

h3
{
    color: #072251; 
    font-size: medium;
    font-weight: bold;
    margin: .5em 0 0 0; 
}

h4 
{
    font-size: small; 
    font-weight: bold;
    color: #072251;
    margin: 1.5em 0 0.5em 0; 
}


/* =========================================================== */
/* divMain */
/* =========================================================== */
#divMain
{
    clear: both;
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1000px;
	overflow: visible;
	padding: 0 10px 10px 10px;
	position: relative;
	z-index: 1;
}

#divMain .SmallIDs
{
	font-size: small;
	font-weight: normal;
	color: #F5F5F5;  /*135EC5  072251*/
}

/* =========================================================== */
/* Site Shutdown Status */
/* =========================================================== */
.SiteStatus_On
{
	width: 100%;
	height:4em;
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #f00;
}
.SiteStatus_Off
{
	height:0px;
}

/* =========================================================== */
/* CKEditor */
/* =========================================================== */

/* fix CKEditor Source view wrapping */
.cke_source
{
  white-space: pre-wrap !important; 
}


/* =========================================================== */
/* Ajax Adjustments */
/* =========================================================== */
.ajax__calendar
{
	display: inline;
}

/* =========================================================== */
/* Validation */
/* =========================================================== */
#divValidation
{
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
   visibility: hidden !important
}
