/*
 * Use this stylesheet to add aditional css style for the CMS
 */


/* Header User */
.user{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 5px 10px 5px 30px;
	background-color: #7e9dcc;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
}
	.user a{
		color: #fff;
	}
		.user a:hover{
			color: #375a90;
		}



/* Form */
sup.note{
	color: #ff0000;
	font-weight: bold;
}
span.note{
	font-size: 11px;
	font-style: italic;
	color: #777676;
}

form.form .formField{
	border-bottom: 1px solid #D9E6F0;
}

/* Link*/
.submitlink {
	padding: 2.5px 5px 2px;
	font-size: 11px;
	border: 1px solid #D9E6F0;
	color: #fff;
	background-color: #7e9dcc;
}
	.submitlink.txt{
		padding: 1px;
		font-size: 10px;
	}
	.submitlink:hover{
		color: #fff;
		background-color: #375a90;
	}


/* Messages */
.message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.message p {
	padding: 0;
	width: 93%;
	float: left;
	}
.message p.flash-message{
	width: 100%;
	float: none;
}
.message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(/images/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
.message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(/images/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
.message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(/images/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
.message.warning {
	font-size: 11px;
	border: 1px solid #e5e181;
	background: #fefde2 url(/images/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
.message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(/images/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
.message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}


/* Small Popup Notification */
.popupNotif{
	padding: 2px 25px 2px 3px;
	background: #7E9DCC;
	color: #fff;
	font-size: 11px;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.75);
}
	.popupNotif a{
		color: #fff;
		text-decoration: underline;
		font-weight: bold;	
	}
a.buttonCloseUpdater{
	color: red;
	position: absolute;
	display: inline-block;
	right: 3px;
}
	
/* Table Season Date */
#tableSeasonDate td{
	vertical-align: top;
}
	
/*********************
	General Function
*********************/
/* Clear hack : www.tjkdesign.com/lab/clearfix/new-clearfix.html */
.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE 5.5/6/7 */