/* *** css by miss monorom www.intensivstation.ch  css edited by Byronsbyte Consulting *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

/* Hack - centers body on page. The transparent image repeats left and spans the longest div so that the page automatically expands regardless of how much text is in a particular div*/
body 
	{
		background:#e1ddd9 url(images/backgrounds/bk_hack.gif) repeat-y scroll left top;
		margin:2px auto;
		padding:0;
		font-size: .9em;
		font-family: Arial, SunSans-Regular, Sans-Serif;
		color:#564b47;
		/* Original code commented out */
		/*background: /*#000020; #e1ddd9;
		padding:0px;
		margin:0px;*/
	}
	
a {color: #DB7093; text-decoration:none;}
a:visited {color:#DB7093; /*#306fce;*/}
a:hover {color: #DB7093;; text-decoration:underline;}
a:active { color:#000000;}

h1 {
font-size: .8em;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:15px 5px 3px 5px;
margin:0px }

h1.banner{padding:5px;}
h1.footer{padding-top:5px; font-size:8px;}

h2 {
font-size:1.02em;
font-weight: normal;
padding: 15px 5px 7px 5px;
margin:0px;}

img{border:0;}

img.download {vertical-align:middle;}

/* ----------WRAPPER DIV -------------- */
#container 
	{
		width: /*800px*/ 82%;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		background: #ebd3e0; /* Displays as Left Div background*/
	}

/* ----------MASTHEAD DIV ------------- */
#banner 
	{
		background: /*#e1ddd9*/ #000020;
		text-align: right;
		padding: 0px;
		margin: 0px;
	}
	
#banner img {padding:0px;} 

/* -----------------CONTENT DIV - RIGHT COLUMN --------------------- */
#content 
	{
		background: #fff;
		margin-left: 200px;
		margin-right: 0px;
		padding: 0 0 1px 0; /*Margin-collapse fix for Chrome. Safari, and Opera */ 
		min-height:600px;
	}

#content p{margin-top:7px;}
#content p.move{margin-left:17px;}
#content h2{font-size:1.5em;}
#content h3{font-size:.93em; padding:5px;}
#content table{margin-top:-16px;}
#content .largeImage{float:left;margin-left:5px;border:solid 15px #e4e4e4;}
#left h2{padding:9px 5px 4px 8px;}
p, pre{
padding: 0px 5px;
margin:0px;
}

/* ------- CONTENT DIV CLASSED AS .tipsList ------ */
#content.tipsList img{border:0;}
#content.tipsList h2, p{padding-left:11px;}
#content.tipsList h3
	{
		min-height:11px;
		/* Image path is relative to the stylesheet, not the document*/
		background:url(images/backgrounds/tipsBox.gif) no-repeat left center; 
		margin-left:18px;
		padding-left:18px;
	}
#content.tipsList ul.sub2{margin-left:-40px;}
#content.tipsList li{margin-left:12px; line-height:1.5;}
#content.tipsList li.negativeMargin{margin-top:-13px;}
#content.tipsList li.ResetLineHeight{line-height:normal;}

/* --------------LEFT SIDEBAR DIV ------------- */
#left 
	{
		float: left;
		width: 200px /*20%*/;
		margin: 0px;
		padding: 0px;
	}
	
#left p{padding:0px 5px 5px 8px;}
#left a {font-size:1em; color:#000020; text-decoration:none;}
#left a:visited {color:#000020; text-decoration:none;}
#left a:hover {color: #DB7093;;  /*#7828a3 #564b47*/; text-decoration:underline;}
#left a:active {color:#000000; text-decoration:none;}

/* ----------- FOOTER DIV --------------------------- */
#footer 
	{

		/*background-color:#000020;*/
		margin: 0px;
		padding: 0px;
		text-align: right;
		clear: both;
	 }

/* -----------images--------------------------- */

.imgBorder {
	border: 1px solid #ccc;
}

.leftMargin{padding-left:5px;}


.pad{padding-top:9px;}
/*li.main {
	list-style: /*url(images/Logo/bullet.gif);*/ margin-bottom:5px;
}


ul li.sub {
	list-style: /*url(images/Logo/sub.gif);*/ margin:3px 0 5px -28px;
}*/

table#video {
		margin-left: 45px;
}
table#sched{margin:7px; border:1px solid #876;}
table#sched th{background:#EBD3E0; color:#000020; text-align:center; font-weight:400; padding:3px; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-bottom:1px solid #876;}
table#sched td{padding:3px; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
table#sched td.noRight{padding:3px; border-right:0;}
table#sched td.noLeft{padding:3px; border-left:0;}
table#sched td.noBottom{padding:3px; border-bottom:0;}
table#sched td.noBoth{padding:3px; border-left:0; border-bottom:0;}
table#sched td.pad{padding:0 3px; vertical-align:top;}
.padRight{padding-right:18px;]

