A.cnt_genlink:link
{
	font-weight: bold;
	font-size: 11px;
	color: #FA9905;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
		border: 0;
}

A.cnt_genlink:active {
	font-weight: bold;
	font-size: 11px;
	color: #FA9905;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
		border: 0;
}

A.cnt_genlink:visited {
	font-weight: bold;
	font-size: 11px;
	color: #FA9905;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	border: 0;
}

A.cnt_genlink:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #FA9905;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
		border: 0;
}
INPUT.formSimple, SELECT.formSimple, TEXTAREA.formSimple {
			color: #4A5E7D;
			background-color:#FFFFFF;
			font : normal 10px Verdana, Arial, Helvetica, sans-serif;
			BORDER-LEFT: 1px solid #D3D3C7;
			BORDER-RIGHT: 1px solid #D3D3C7;
			BORDER-TOP: 1px solid #D3D3C7;
			BORDER-BOTTOM: 1px solid #D3D3C7;
}
INPUT.formSimpleDisabled, SELECT.formSimpleDisabled, TEXTAREA.formSimpleDisabled
{
	color: gainsboro;
	background-color: darkgray;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #D3D3C7;
	border-right: 1px solid #D3D3C7;
	border-top: 1px solid #D3D3C7;
	border-bottom: 1px solid #D3D3C7;
}					
.cntprint_titletxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	color: #4A5E7D;
	font : normal 10px Verdana, Arial, Helvetica, sans-serif;
	background-color : window;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	color: white;
	font : normal 10px Verdana, Arial, Helvetica, sans-serif;
	background-color : #666666;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	color: #4A5E7D;
	font : normal 10px Verdana, Arial, Helvetica, sans-serif;
	background-color : window;
	padding : 1px;
}
