@media all
{

	body {
		margin: 0px;
		font: 10pt Arial, Helvetica, sans-serif;
		background-color:#eee;
	}
	
	h1 {
		color:#999;
		font-size:22pt;
		padding-left:10px;
		margin-top:0px
	}
	
	.buttonstyle {
		font:9pt Arial, Helvetica, sans-serif;
	}
	
	.smallneat {
		font:8pt Arial, Helvetica, sans-serif;
	}
	
	.tableheader {
		border:1px solid black;
		font:bold 9pt Arial, Helvetica, sans-serif;
	}
	
	tr.highlight{ 
		background-color:#FFFFCC;
		cursor: pointer;
	}
	
	.datarow {
		font:11px Arial, Helvetica, sans-serif
	}
	
	.tblNormal th {
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#000;
		border:1px solid #999;
		background-color:#eee;
		padding:2px	
		}
	
	.tblNormal {
		border-collapse:collapse
	}
	
	.tblNormal td {
		padding:2px
	}
	
	.tblNormal tr.datarow:nth-child(even) {
		background-color: #f6f6f6;
	}
	
	.tblNormal tr.datarow:nth-child(odd) {
		background-color: #FFF;
	}
	
	.miniscule {
		font: 8pt Arial Narrow, Helvetica, sans-serif;
	}
	
	.tinyneat {
		font:7pt Arial, Helvetica, sans-serif;
	}
	
	.prop {
		height:400px;
		float:right;
		width:1px;
	}
	
	select {
		font:9pt Arial, Helvetica, sans-serif;
	}
	ul#alist {
		font-size: 9pt;
		list-style-position: outside;
		list-style-image: url(../images/Socrates-Bullet01.gif);
		margin:6px;
		padding:6px
	}
	
	li#alist { margin-bottom:3px; }
	a {
		color: #4A748D;
		text-decoration: none;
	}
	input {
		font:9pt Arial, Helvetica, sans-serif;
	}
	
	.bordered {
		border-top:2px solid #006699; 
		border-bottom:2px solid #006699; 
		border-right:2px solid #006699;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	TEXTAREA {
	color: black;
	font:9pt Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left:3px
	}
	
	INPUT {
	color: black;
	font:9pt Arial, Helvetica, sans-serif;
	padding-left:3px
	}
	
	.rightborderline {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999999;
	}
	
	.leftborderline {
		border-left-width: 2px;
		border-left-style: solid;
		border-left-color: #006699;
	}
	
	.style2 {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.navstrapstyle2 {
	color:#FFFF00;
	height:20px;
	padding-top:4px;
	}
	
	.style3 {
	color: #FFFFFF;
	font-size:8pt;
	}
	
	.style30 {
	color: #FFFF00;
	font-size:8pt;
	}
	
	.style6 {color: #000000}
	
	.navstrapstyle {
	height:20px;
	padding-top:4px
	}
	
	.footerstyle {
	background-color:#666666; 
	width:100%; 
	height:25px;
	}
	
	
	.leftblockstyle {
		border-top:2px solid #006699; 
		border-bottom:2px solid #006699; 
		border-right:2px solid #006699; 
		border-left:2px solid #006699;
	}
	
	#content {
		padding:10px 20px;
		min-height:400px;
		background-color:#FFF
	}
	
	#maincontent {
		width:960px;
		 -moz-box-shadow: 0px 3px 9px #333; 
	  -webkit-box-shadow: 0px 3px 9px #333; 
		box-shadow: 0px 3px 9px #333;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:10px;
		border-left:1px solid #888;
		border-right:1px solid #888;
	}
	
	#bodycontent {
		padding:15px ;
		background-color:#FFF;
		min-height:500px
	}


    #bodycontent2 {
        padding: 10px;
        background-color: #FFF;
        min-height: 500px
    }

	#footer {
		height:50px; 
		font:9pt Arial, Helvetica, sans-serif; 
		color:#666; 
		line-height:50px; 
		padding-left:30px;
		background: #fefefe; /* old browsers */
		background: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 40%, #bbb 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#dfdfdf), color-stop(100%,#bbb)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#bbb',GradientType=0 ); /* ie */
		background: -o-linear-gradient(top, #fefefe 0%,#dfdfdf 40%,#bbb 100%); /* opera */;
		border-top:1px solid #ccc;
		border-bottom:1px solid #999
	}
	
	.greydient {
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
	background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	}

}

tr.decoration img {display: block;}

@media print {
	
	.noprint {
		display:none
	}
	
}