.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}	
	

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}



/* General message box */

.medium {
	font-size: 11px;
}

.normal {
}
.normal a{
	text-decoration:none;
}
.normal a:hover{
	text-decoration:none
}
.small {
	font-size: 8pt;
}
.small a{
	font-size: 8pt;
	text-decoration: none;
}
.small a:hover{
	text-decoration: none;
}

/*-----------------Message specific starts----------------*/
.errorText {
	color:#FF0000;
}
.errorText a{
	color:#FF0000;
	text-decoration:none
}
.errorText a:hover{
	text-decoration:none
}
.messageText {
	color:#c93;
}
.messageText a{
	color:#c93;
	text-decoration:none
}
.messageText a:hover{
	text-decoration:none
}

.inputError{
	background-color:#FFFF99;
	color:#ff0000;
}

.inputButton{ 
	margin: 3px 0 0 0;
	padding: 2px 3px; 
	color: #ffffff;
	background-color:#00abe8;
	font-weight:bold;
	border: none;
	cursor:pointer;
}


/* messages */
.notification {
	clear: both;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 12px;
	position: relative;
	min-height:40px;
	text-align:left;
}

.canhide{
	cursor:pointer;
}

.notification .title{
    color: #333;
	font-size:16px;
	font-weight:bold;
	margin:5px 0 0 0;
}

.notification .message{
	color: #333;
	margin:0;
	padding:0;
}

.notification ul{
	margin:0;
	padding:5px 0px 0px 15px;
	list-style:none;
	list-style-image: url('./images/bullet4.gif');
}

.notification ul li{
	margin:0 0 5px 0;
}

.success {
	background-image: url(./images/accept.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	border: 2px solid #99C600;
	background-color: #E2FF7D;
}

.error {
	background-image: url(./images/exclamation.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	border: 2px solid #EB5339;
	background-color: #F5B5A9;
}

.error .title{
	color: #ff0000;
}

.warning {
	background-image: url(./images/error.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	border: 2px solid #FFC44A;
	background-color: #FFDB91;
}

.info {
	background-image: url(./images/information.png);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	border: 2px solid #418ACC;
	background-color: #B3CFEA;
}



