/* ====== WEBDESIGN.CSS ====== */
/* Alan Colquhoun              */
/* Last Update: Sept 20, 2012  */
/* =========================== */

@media screen {

	body {
		margin: 0; padding: 25px 0;
		color: #000; background: url(images/site/bg_tile.png);
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 110%;
		text-align: center; 
	} 

	a.main:link {
		color: blue; background: #fff;
		font-weight: bold;
	}

	a.main:active {
		color: purple; background: #fff;
		font-weight: bold;	
	}

	a.main:visited {
		color: black; background: #fff;
		font-weight: bold;	
	}

	a.main:hover {
		color: red; background: #fff;
		font-weight: bold;
	}

	a.contact:link {
		color: blue; background: #9eb4c5;
		font-weight: bold;
	}

	a.contact:active {
		color: purple; background: #9eb4c5;
		font-weight: bold;	
	}

	a.contact:visited {
		color: black; background: #9eb4c5;
		font-weight: bold;	
	}

	a.contact:hover {
		color: red; background: #9eb4c5;
		font-weight: bold;
	}

	#wrapper {
		width: 842px;
		color: #000; background: #fff; 
		margin: 0 auto; 
		text-align: left
	}

	#header { 
		margin: 0;
		padding: 0;
		border: 3px solid black  
	}

	#navcontainer {  
		width: 100%;
		color: #fff; background: #4d4750; 
		margin:0; padding:0;
		float: left; 
		border-bottom: 3px solid black
	}  

	#navcontainer ul {
		margin: 0; padding-left: 0px;
		list-style-type: none                           
	}

	#navcontainer ul li { 
		display: inline 
	}

	#navcontainer ul li a {
		color: #000; background: #ccc;
		margin-right: 0px; padding: 8px 36px;
		font-weight: bold;
		font-size: 80%;  
		text-decoration: none;
		float: left; 
		border-right: 3px solid black
	}

	#navcontainer ul li a:hover {
		color: #fff; background: #123;
		text-decoration: none
	}

	#navcontainer li a#kurrent {
		color: #000; background: #999;
		text-decoration: underline
	}

	#navcontainer ul li a.first {
		width: 50px; 
		padding: 8px 36px 8px 43px;
		border-left: 3px solid black
	} 
	
	#content {
		color: #000; background: #fff;
		margin: 0; padding: 35px 25px 5px 30px; 
		border: 3px solid black;
	}
}

@media print {

	body {
		margin: 0; padding: 0;
		color: #000; background: #fff;
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 12pt;
	} 
	
	a:link {
		text-decoration: underline;
	}

	a:link:after, a:visited:after { /*this code will print out actual link address - will not work in IE */
		content: " [" attr(href) "] ";
	}

	#header {
		display: none 
	}

	#navcontainer {
		display: none
	} 
	
	#content {
		color: #000; background: #fff;
		margin: 0; padding: 0px 25px 0px 30px; 
		border: 3px solid black;	
	}
	
	#pagebrk {
	    padding-top: 25px;
		page-break-before: always
	}	
}
	
.italiks {
	font-style: italic;
}

.msgbox {
	padding: 15px 15px 20px 15px;
	font-size: 85%;
	border: 2px solid red;
}  

h2.chartHeading {
	border:none;
	font-size:1.0em;
	page-break-before: always;
}

#txtbox {
	padding: 15px 15px 20px 15px;
	font-size: 85%;
	border: 2px solid red;
	page-break-before: always;
}

/* TABLES */

table {
    /* padding: 9px 10px 9px 0; */
	font-size: 12px;
	line-height: 1;
	border-spacing: 0;
	vertical-align: middle;
}

th {
	line-height: 18px;
	text-align: left;
}
	
td {
	padding-top: 9px;
	padding-right: 30px;
}

.header {
	height: 20px;
	text-align: left;
	font-size: 12px;
	color: #fff; background: #006699;
}

.lft_label1 {
	color: #0066CC; background: #F0F0F0;
}

.lft_label2 {
	color: #0066CC; background: #fff;
}

.data_row_1 {
	color: #000; background: #F0F0F0;
    height: 15px;
	text-align: left;
	vertical-align: middle;
}

.data_row_2 {
	color: #0066CC; background: #fff;
    height: 15px;
	text-align: left;
	vertical-align: middle;
}

.redx {
	color: #ff0000; background: #fff;
}

.zebra-striped tbody tr:nth-child(odd) td {
	background-color:#f9f9f9;
}

.acol{
	font-weight:bold;
}

#diffTable{ width:586px;table-layout:fixed;margin-bottom:10px; }
#diffTable th{ font-size:large;vertical-align:top; }
#diffTable th.acol{ padding-left:0;padding-right:0;margin-left:auto;text-align:center; }
#diffTable td.acol, #diffenTable th.acol{ width:118px;overflow:hidden;word-wrap:break-word; }
#diffTable td.vcol, #diffenTable th.vcol{ width:200px;overflow:hidden;word-wrap:break-word; }

#slides {
	width: 350px;
	border: 2px solid black;
}

#sitelink {
	padding-left: 15px;
}

#sd_descr {
	width: 400px; height: 350px;
	margin-top: 65px;
	font-size: 95%;
	line-height: 1.1;
}
 
#footer {
	clear: both;
	color: #000; background: #9eb4c5;
	margin: 0; padding: 0; 
	height: 100px;
	font-weight: bold;
    border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}

#footer p {
	margin: 0; padding-top: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}  
