


/* GENERAL HYPERLINKS */
	
	.navlist {
		color: #000000;
		font-family: Verdana;
		text-decoration: none;
		font-size: 12px;
	}
	.strongnavlist {
		color: #000000;
		font-family: Verdana;
		text-decoration: none;
		font-size: 14px;
		font-weight:bold;
	}
	
	.navlist_header_container
	{
	/*this will set the vertical location of the bottom border*/
		padding-bottom:18px;
		border-bottom:1px solid #999999;
	}
	.navlist_header_container ul
	{
		margin: 0;
		margin-left:15px;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	.navlist_header_container ul li
	{
		display: block;
		float: left;
		text-align: center;
		/*spacing between links*/
		padding-left:2px;
		margin: 0;
	}
	.navlist_header_container ul li a,.navlist_header_container ul li a:visited
	{
		display: block;
		border: 1px solid #999999;
		background: #FFFFFF;
		color: #CC3300;
		padding: 4px 5px 4px 5px;
		text-align: center;
	}
	.navlist_header_container ul li a:hover
	{
		border: 1px solid #990000;
		background: #CC3300;
		color: #FFFFFF;
	}
	.buttonlink{
	 	font-family : Arial;
	 	font-size : 12px;
	 	font-weight : bold;
		display:block;
		background-position: 4px center;
		background-repeat: no-repeat;
		background-image:url(/cns/icons/arrowblueright.gif);
		padding-top:4px;
		padding-bottom:4px;
		padding-left:24px;
		padding-right:4px;
		margin-left:2px;
		margin-right:2px;
		margin-bottom:2px;
		margin-top:2px;
		width:100%;
		color: #4646FF;
		text-decoration: none;
		border: solid 1px #CCCCCC;
		background-color:#FFF7EB;
	}
	A.buttonlink:Link        {
		color: #4646FF;
		text-decoration: none;
		border: solid 1px #CCCCCC;
		background-color:#FFF7EB;
	}
	A.buttonlink:Visited{
		color: #4646FF;
		text-decoration: none;
		border: solid 1px #CCCCCC;
		background-color:#FFF7EB;
	}
	A.buttonlink:Hover      {
		color: #FFFFFF;
		text-decoration: underline;
		border: solid 1px #134CAE;
		background-image:url(/cns/icons/arrowwhiteright.gif);
		background-color:#134CAE;
	}
	A.buttonlink:Active{
		color: #FFFFFF;
		text-decoration: none;
		border: solid 1px #134CAE;
		background-image:url(/cns/icons/arrowwhiteright.gif);
		background-color:#E79458;
	}
	
	
	.message {
		background-color: #ffffff;
		font-family: Verdana, Arial;
		font-size: 14px;
		color: #ED5949;
	}


/* TABLES */

table.data {
	border-collapse:collapse;
	border:1px solid #666666;
	width: 100%;
}
tr.dataeven {
 	background-color : #FFF7EB;
}
tr.dataodd {
 	background-color : #FCF1E2;
}
th.data {
	text-align: center;
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #123333;
	background-color:#FFF3E0;
	border-bottom: solid 1px #E79458;
	border-right: solid 1px #E79458;
	
	border-top: solid 1px #F8E1C6;
	border-left: solid 1px #F8E1C6;
	padding:4px;
}
td.data {
	text-align: left;
	vertical-align: middle;
 	color : #000000;
 	font-family : Verdana;
 	font-size : 10px;
	border:1px solid #CCCCCC;
}
td.datatotal {
	text-align: left;
	vertical-align: middle;
 	color : #000000;
 	font-family : Arial;
 	font-size : 12px;
	font-weight:bold;
	border-top:2px solid #333333;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
	padding:4px;
}
	.tablebg {
		background-color: #ffffff;
	}
	.tablehead {
		background-color: #ffffff;
		color: #5073C1;
		text-align: left;
		font-family: Arial, Tahoma;
		font-size: 16px;
		font-weight: bold;
		border : 1px solid #ffffff;
		border-bottom : 1px solid #5073C1;
	}
	.tablefg {
		background-color: #ffffff;
	}
	.tablefg2 {
		background-color: #FBFBFB;
	}
	.columnheader {
		color: #ffffff;
		background-color: #8C92BD;
		text-align: left;
		font-family: Arial, Tahoma;
		font-size: 12px;
		font-weight: bold;
	}
	.tabledivider {
		color: #ffffff;
		background-color: #5073C1;
		text-align: left;
		font-family : Arial, Tahoma;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #000000;
		margin-left: 5px;
	}
	.tableline {
		background-color: #6D8BD5;
	}


/* FORM TEXT */

	.fieldtitle {
		color: #3736A3;
		font-family: Arial, Tahoma, "Century Gothic";
		font-size: 12px;
		margin-left: 5px;
	}
	.fieldtitlesm {
		color: #000000;
		font-family: Arial, Tahoma, "Century Gothic";
		font-size: 10px;
	}
	.tablenote{
		color: #3736A3;
		font-family: Arial, Tahoma, "Century Gothic";
		font-size: 10px;
	}


/* FORM INPUTS */
	form {margin:0px;padding:0px;}
	input.button {
		color: #3b58a2;
		font-family: Verdana, Verdana;
		font-size: 12px;
		border: 1px solid #B8B8B8;
		background-color: #eeeeee;
	}
	input.text {
		color: #000000;
		font-family: Verdana, Verdana;
		font-size: 10px;
		background-color: #ffffff;
	}
	textarea {
		color: #000000;
		font-family: Verdana, Verdana;
		font-size: 10px;
		background-color: #ffffff;
	}
	select {
		color: #000000;
		font-family: Verdana, Verdana;
		font-size: 10px;
		background-color: #ffffff;
	}


/* LISTS */

	.listgroup {
		color : #ED5949;
		background-color: #ffffff;
		text-align: left;
		font-family: Verdana, Arial;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
		border-bottom : thin solid #ED5949;		
	}
	.listitem {
		color: #6B6B6B;
		font-weight: bold;
	}
	.listitemleft {
		color: #D62800;
		font-style: normal;
		font-family: Arial, Tahoma;
		font-size: 12px;
		font-weight: normal;
		margin-left: 20px;
	}
	.listitemright {
		color: #000000;
		font-style: normal;
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: bold;
		margin-left: 5px;
	}
	.listitemdesc {
		color: #000000;
		font-style: normal;
		font-family: Verdana, Arial;
		font-size: 11px;
		font-weight: normal;
		margin-left: 20px;
	}


/* INFOPAGES */


	.infopagebody {
		background-color: #ffffff;
		border: 1px solid #ffffff;
	}
	.infoname {
		font-family: Verdana;
		font-size: 18px;
		color: #3736A3;
		font-weight: bold;
		background-color: #F9F9F9;
		text-align: center;
		padding-bottom: 2px;
		padding-top: 5px;
	}
	.infolabel {
		font-family: Verdana;
		font-size: 12px;
		color: #3736A3;
		border-bottom : 1px solid #BBC4CF;
	}
	.infodetail {
		font-family: Verdana;
		font-size: 11px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px
	}
	.infoheading {
		background-color: #ffffff;
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		color: #3736A3;
		text-align: left;
	}


/* JSPOPUPINFO */

	.popupinfoborder {
		background-color: #396DCD;
	}
	.popupinfohead {
		color: #ffffff;
		text-align: center;
		font-family : Verdana, Tahoma, Arial;
		font-size : 16px;
		font-weight: bold;
	}
	.popupinfobody {
		background-color: #ffffff;
		color: #396DCD;
		font-family : Verdana, Tahoma, Arial;
		font-size: 14px;
	}
	
