/* aveqCMS Defaults */
a img {
	border: none
}

.right 		{ float: right; }
.left 		{ float: left; }
.block 		{ display: block; }
.cursor 	{ cursor: pointer }

span.alert,
div.alert,
p.alert {
	background: #fbf9ef url("/aveqcmsResources/images/alert.gif") 4px 50% no-repeat;
	padding: 2px 2px 2px 25px!important;
	border: 1px solid #fcefa1;
	border-radius: 4px;
	color: #363636
}

span.error,
div.error,
p.error {
	background: #fbf9ef url("/aveqcmsResources/images/error.gif") 4px 50% no-repeat;
	padding: 2px 2px 2px 25px!important;
	border: 1px solid #fcefa1;
	border-radius: 4px;
	color: #CD0A0A
}

span.information,
div.information,
p.information {
	background: #fbf9ef url("/aveqcmsResources/images/information.gif") 4px 50% no-repeat;
	padding: 2px 2px 2px 25px!important;
	border: 1px solid #fcefa1;
	border-radius: 4px;
	color: #363636;
}



.renderDownload {
	display: block;
	background-repeat: no-repeat;
	padding: 4px 0px 4px 20px;
	margin-left: 20px;
	
}


.border {
	border: 1px solid #a6c150;
}

a .border 	  { border: 1px solid #a6c150 }
a:visited .border { border: 1px solid #a6c150 }
a:hover   .border { border: 1px solid #000000 }

.hidden {
	display: none;
}

#mailing_input {
	width: 90%; 
	margin-bottom: 10px;
}

.disabled, a:visited.disabled, a:link.disabled, a:hover.disabled {
	color: #c0c0c0;
	cursor: default;
}


/* Navigation */
#orangecmsNavigation {
	text-align: right;
	font-size: 1.1em;
	padding: 0px 5px 0px 0px;
}

.orangecmsPage {
	display: none;
	width: 100%;
/*	height: 155px;
	overflow: auto;*/
}

#orangecmsNavigation a {
	text-decoration: none
}

#orangecmsNavigation a.notactive {

}

#orangecmsNavigation a.active {
	font-weight: bold;
	outline: none;
	cursor: default;
}

#orangecmsNavigation a.active:hover {
	font-weight: bold;
	text-decoration: none
}

#orangecmsNavigation a:hover {
	font-weight: normal;
	text-decoration: underline	
}


/* Cache rendered in 0,21293 seconds. */
