a {
	text-decoration: underline;
	font: inherit;	
	color: black;
}

input.mandatory {
	background-color: #EBF0F5;
	border: 1px solid #4878A1;
/*	font-weight:bold; */
}

input.notMandatory {
	background-color: rgb(210,210,210);
	border: 1px solid #4878A1;	
}

input {
	margin-left: 5px;
	font-size: 11px;
}

textarea {
	margin-left: 5px;
	font-size: 11px;
}

textarea.mandatory {
	background-color: #EBF0F5;
	border: 1px solid #4878A1;
/*	font-weight:bold; */
}

textarea.notMandatory {
	background-color: rgb(210,210,210);
	border: 1px solid #4878A1;	
}


select {
	font-size: 11px;	
}

#mail {
	text-align: right;
	text-decoration: underline;
}

.button {
	width: 100px;
	height: 20px;
	margin: 3px;
	cursor: pointer;
}

.clearInput {
	border: none;
	background-color: transparent;
}

.noData {
	width: 100%;
	text-align: center;
	display: block;
	font-weight: bold;
	background: url(../../../pict/back_top_left.gif) repeat-x 0 bottom;
	padding: 4px 0;
}

.error {
	color: red;
}

.errorBox{
	background: #fff6bf url(../../../pict/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:2px;

	color:#444444;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	text-align:justify;
	display: block;
}

.infoMessage {
	background: #f8fafc url(../../../pict/information.gif) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 3px 20px 3px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	margin: 3px 20px 4px 20px;

	color:#444444;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	text-align:justify;
	display: block;
	
}

.releaseNotes {
	background: #f8fafc url(../../../pict/information.gif) center no-repeat;
	background-position: 16px 5px;
}


.activeItem{
	color: black;
}

.inactiveItem{
	color: gray;
}