@charset "UTF-8";
@import url(../content.css);
@media all
{
body { 	background:#525252 url(../../images/background.gif) repeat-y 0px 0px; }
           
	
	a {color: #FFF; }
	a:focus,
	a:hover,
	a:active,
	a:visited {color: #FFF; }
	a:hover{text-decoration: none;}

	#footer a, 
	#footer a:focus, 
	#footer a:hover,
	#footer a:active {color: #0076BE; }

	#topnav a {color: #FFF; }
	#topsearchbox{	color: #FFF;	}
	#header {
		background-image:none;
	
	}

	#themeImage {
		background-position: left;
	}
	
	.gen{
		border:1px solid red;
		margin:0.5em;
	}
	.introLink a:hover,
	.introLink a:active,
	.introLink a:focus{
		color:#0076BE;
	}
	
	table thead th {
		background:#414141;
		color:#FFFFFF!important;
	}
	table.fullwidthtable{
		width: 630px;
	}
	table.fullwidthtablenoborder{
		width: 630px;
	}
	
	#col3 table.fullwidthtable tbody{
		border:1px solid #666666;
		border-collapse: collapse;
	}
	
	#col3 table.fullwidthtable{
		margin:1px;
		border:1px solid #666666;
		margin-top:5px;
		width: 630px;
		margin-bottom:10px;
	}
	
	#col3 table.fullwidthtable td{
		border:1px solid #666666;
	}
	
	#col3 #newsListing table.fullwidthtable{
		border: none;
		border-collapse: separate;
		font-size:1.0em;
	} 
	
	
	#col3 table.fullwidthtablenoborder{
		margin:1px;
		border:none;
		margin-top:15px;
		width: 630px;
		margin-bottom:10px;
		border-collapse: separate;
	}
	
	#col3 table.fullwidthtablenoborder td{
		white-space:normal;
		border:none!important;
	}
	
	
	.colorBlue{
		color: #2392C2;
	}
		
	.colorOrange{
		color:#F25924;
	}
	
	.colorBrown{
		color: #BC9368;
	}
	
	.colorGreen{
		color: #7CC500;
	}


	.colorRed{
		color: #EE3F36;
	}
	.colorGray{
		color: #C1B49A;
	}
	
	.colorYellow{
		color: #FFFE79;
	}
	.colorPurple{
		color: #C086FF;
	}
	.colorDarkGray{
		color: #646464;
	}
	.colorWhite{
		color:#ffffff;
	}
	
	
	#newsListing .wordFile, #newsListing .excelFile,
	#newsListing  .rtfFile,#newsListing  .pdfFile,#newsListing  .pptFile, 
	#newsListing .zipFile,#newsListing  .textFile,#newsListing  .otherFile,
	#newsListing  .imageFile,#newsListing  .videoFile,#newsListing  .readMore,
	#newsListing  .youtube,#newsListing  .audioFile {
		padding: 5px 20px 5px 0;
		background-position: right 5px;
	}	



}

