/*

!!!!!!!!!!! NOTE: All style sheets which are commented could be customize by you. The other should not be touched, if you dont know how to handle it!!!!!!!!!!!!!!
 
*/

/* Reset */
.fc-panel div, .fc-panel ul, .fc-panel li, .fc-panel span, .fc-panel img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	max-width: none;
}


.fc-panel .fc-digitUnit, .fc-panel .fc-colon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	overflow: hidden;
	font-family: 'Lilita One', sans-serif; /* The font for the digit, check out google webfonts for more cool fonts */
	margin-right: 1px; /* offset between each unit */
	border: 1px solid; /* Set here the border thickness */
	color: #FFFFFF; /* Set here the color of the font */
	-webkit-border-radius: 3px; /* Border radius - CSS3 */
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff; /* Shadow - CSS3 */
	box-shadow: 0px 1px 0px 0px #cccccc; 
}

.fc-panel .fc-captions {
	margin-top:2px; /* Set here the offset between units and the captions */
	font-family: Myriad Pro, sans-serif; /* The font for the captions */
	font-size: 10px; /* Set here the size of the captions */
	color: #000000; /* Set here the color of the captions */
	display: block;
	text-align: center;
}

.fc-panel .fc-width {
	width: 14px; /* The width for the digits */
}

.fc-panel .fc-height {
	height: 20px; /* The height for the digits and colon */
	line-height: 20px; /* When change height, change also line-height to the same value */
}

.fc-panel .fc-colon-width {
	width: 5px; /* The width for the colon */
}

.fc-panel .fc-font {
	font-size: 11px; /* The size for the font */
}

.fc-panel .fc-digit-offset {
	top: 8px; /* The top offset between the digits, in previous versions it was the topDigitOffset option */
	bottom: 8px; /* The bottom offset between the digits, in previous versions it was the bottomDigitOffset option */
}



/* Do not change anything from here! */

.fc-panel {
	zoom: 1; 
}

.fc-panel:before, .fc-panel:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.fc-panel:after { clear: both; }

.fc-panel > div {
	float: left;
}

.fc-panel ul.fc-digits {
	margin: 0px;
	padding: 0px;
	list-style: none;		
}

.fc-panel ul.fc-digits li {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}

.fc-panel .fc-digitOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fc-panel .fc-colon > div {
	text-align: center;
}