@viewport{
	zoom: 1.0;
	width: 1280px;
}

@font-face {
           font-family: icsFont;
           src: url(OpenSans.css);
       }

@-webkit-keyframes blinkpreview {
    from {
		border-color:yellow;
	}
	
	to {
		border-color:red;
	}
}

@keyframes blinkpreview{
	from {
		border-color:yellow;
	}
	
	to {
		border-color:red;
	}
}

/*****************************************************Global Style***************************************************************/
html{
	margin:0; 
	overflow:hidden;
	font-family: icsFont;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background: white;
	background: -moz-linear-gradient(top, white 0%, #60CEB5 100%); /* FF new*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0% white), color-stop(100%, #60CEB5));	/*Chrome*/
    background: -webkit-linear-gradient(top, white 0%, #60CEB5 100%);	/*Chrome*/
    background: -o-linear-gradient(white, #60CEB5);		/*Opera*/
    background: -ms-linear-gradient(top, white, #60CEB5);	/*FF*/
    background: linear-gradient(top bottom, white, #60CEB5);		/*W3C*/
    height:100%;
}

body{
	font-family: icsFont, Arial; 
	color:#666666;
	font-size:9pt; 
	margin:0; 

}

tr.c2tr > th{
	text-align:left;
}

tr.c2tr > td{
	vertical-align:top;
	padding-bottom:5px;	
}

.c2window{
	width:1280px;
}

.clearfix{
	zoom:1;
	display:block;
}

.c2div{
	display:inline-block;
	vertical-align:middle;
	float:left;
}

.c2span {
	display:inline-block;
	vertical-align:middle;
	float:left;
}

.float-right{
	float:right;
}

div.c2downloading{
	width:100%;
}

.c2bold{
	font-weight:bold;
}

.c2form {
	width:800px;	
}

div.c2formrow{
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	display:inline-block;
}

div.c2formcell, span.c2formcell{
	margin-right:10px; 
}

/* Define form control, cell, label...etc as DEFAULT width */
div.c2formcell-default{
	width:350px; margin-right:10px; 
}

div.c2label-default, span.c2label-default{
	width:100px;
	padding-left:10px;
	padding-right:10px;
}
.c2formcontrol-default{
	max-width:350px;
}

/* JQueryUI Override (Font too small not working)
div.c2calviewleftpane > div > div.ui-datepicker {
	font-size: 0.8em;
}
*/
div.ui-datepicker-inline{
	width:180px;
}

/* Smaller Size control, cell, label...etc */
div.c2formcell-s{
	width:250px; margin-right:10px; 
}
div.c2label-s, span.c2label-s{
	width:80px;
	padding-left:10px;
	padding-right:10px;
}

.c2gradient{
	background-color: #60CEB5
	/*
	background: #B3BDEA;
    background: -webkit-linear-gradient(top, #D4D6DE, #B3BDEA);
    background: -o-linear-gradient(bottom, #D4D6DE, #B3BDEA);
    background: -moz-linear-gradient(bottom, #D4D6DE, #B3BDEA);
    background: linear-gradient(bottom, #D4D6DE, #B3BDEA);
    */
	/*
	background: #87B6DA;
    background: -webkit-linear-gradient(top, #87B6DA, #6FA7D2);
    background: -o-linear-gradient(bottom, #87B6DA, #6FA7D2);
    background: -moz-linear-gradient(bottom, #87B6DA, #6FA7D2);
    background: linear-gradient(bottom, #87B6DA, #6FA7D2);
    */
}

.c2gradient2{
	background: #D4DED6;
    background: -webkit-linear-gradient(top, #B3EABD, #D4DED6);
    background: -o-linear-gradient(bottom, #B3EABD, #D4DED6);
    background: -moz-linear-gradient(bottom, #B3EABD, #D4DED6);
    background: linear-gradient(bottom, #B3EABD, #D4DED6);
}

.c2shadow{
	box-shadow: 2px 2px 5px #888888;
}

.c2button{
	min-width:80px;
	margin-left:10px; margin-right:10px;
}

.c2warning{
	color:red;
	font-weight:bold;	
}

.c2success{
	color:#008800;
	font-weight:bold;	
}

.c2clickable{
	cursor:pointer;
}

.c2time{
	text-align:right;	
}

.c2disabled{
	background-color: #CCC;
}

table.c2admingrid tr:hover{
	cursor:pointer;
	backgound-color: #CCCC00;
}
/*****************************************************Preferences Dialog***************************************************************/
div.c2btnpreferences{
	margin-right:10px;  
	text-align:center; 
	font-weight:bold;  
	width:20px; 
	cursor:pointer; 
	color: #B59344;
}
div.c2btnpreferences:hover{
	background-color: #60CEB5;
	border:1px solid #60CEB5;
	border-radius:3px;
}

div.c2btnlogout{
	margin-right:10px;  
	text-align:center; 
	font-weight:bold;  
	width:150px; 
	cursor:pointer; 
	color: #B59344;
}

.c2pltime{
	color:#B59344; text-align:center; font-weight:bold; width:200px; cursor:pointer; 	
}

div.c2btnlogout:hover{
	background-color: #B59344; color: white;
	border:1px solid #B59344;
	border-radius:3px;
}

.c2container{
	display:inline-block;
	vertical-align:middle;
	float:left;
}

/*****************************************************Grid Style***************************************************************/
.c2gridcontainer{
	display:inline-block;
	vertical-align:middle;
	float:left;
}

.c2gridviewport{
	display:inlin-block;
	vertical-align:top;
	float:left;
	overflow:scroll;	
}

.c2gridchviewport{
	display:inlin-block;
	vertical-align:top;
	float:left;
	overflow:hidden;
}

.c2gridrowselected{
	background-color:#FEE3A0;
	color:#A58334;	
}

div.c2gridrecnotfound{
	text-align:center; vertical-align:middle; width:100%; margin-top:100px; font-size:16pt; font-weight:bold; text-shadow: 2px 2px 5px #888888; 
}

.c2gridfooter{
	font-size:12pt; font-weight:bold; color:#43415F; text-shadow: 2px 2px rgba(255, 255, 255, 0.66);
	vertical-align:middle; 
	padding-top:5px;
}



.c2label{
	display:inline-block;
	width:80px;
	font-weight:bold;	
}

.c2statuscell{
	width:80px;
	font-weight:bold;
	background-color:white;
	border:1px solid white;
	padding-top:2px; padding-bottom:2px;
	padding-left:10px; padding-right:10px;
	box-shadow: 2px 2px 5px #888888;
	cursor:pointer;
}

.c2statuscell span{
	width:100%;
	text-align:center;
	font-weight:bold;
}

img.c2recur{
	width:12px;
	height:12px;
}

.c2ckbItem{
	margin-left:2px; margin-right:2px;
	margin-bottom:2px; 
	text-align:center;
	vertical-align: middle;
	width:auto;
	border-style:solid;
	border-width:1px;
	padding-left:3px; padding-right:3px;
	border-radius:2px;
}

.c2ckbItem span:hover{
	text-decoration: underline;
}

.c2ckbItemchecked{
}

.c2floatleft{
	float:left;
}
.c2floatright{
	float:right;
}

.c2indexcenter{
	width:300px; 
	margin:10px auto;
	text-align:center; 
}

.c2indextitle{
	font-family: icsFont;
	color:#218B72;
	font-size:18pt;
}

.c2udpMenu{
	min-width:1280px; 
	height:25px;
	padding:5px;  
	padding-top:10px;
	position:fixed;
	top:0px; left:0px; 
	z-index:100;
	margin:0px 5%;
	width:80%;
}

.c2mainmenu_menu{
	width: 100%;	
}

.c2mainmenu_submenu{
	display:inline-block;
	width: 200px;	
}

.c2mainmenu_container{
	display:inline-block;
}

.c2mainmenu_cell{
	display:inline-block;
	float:left;	
}

.c2udpContent{
	min-width:1280px;
	overflow:hidden;
	padding-top:15px;
}

.c2tab, .c2taboff{
	vertical-align:middle;
	padding-top:5px; padding-bottom:5px;
	padding-left:10px; padding-right:10px;
	background-color:#218B72;
	color:white;
	cursor:pointer;
	font-weight:bold;
	margin-right:5px;
	border-radius:3px;
}

.c2taboff{
	color:#218B72;
	background-color:#BEDED7;
	cursor:pointer;
	font-weight:bold;
}

.c2taboff:hover{
	color: #21AB92
}

/*****************************************************Venue Selector***************************************************************/

span.c2iconbookmarkOn, span.c2iconbookmarkOff{
	width:16px; height:16px;
	background-repeat:no-repeat;
}
	
span.c2iconbookmarkOff{
	background-image:url('../images/flagOff.png');
}

span.c2iconbookmarkOn{
	background-image:url('../images/flagOn.png');
}

.c2venueselectortabpageContainer{
	width:450px;	
	border-radius: 5px;
}

.c2venueselectortab
{
	height:20px; 
}
.c2venueselectortab:hover{
	color:white;
}

.c2venueselectortabpage{
	/*width:100%;*/
	height:250px;
}

.c2venueselectorpane{
	width:200;
	height:210px;
	margin:2% 1%;
	overflow-y:scroll;
	overflow-x:hidden;
	background-color: rgba(42, 7, 235, 0.09);
	padding-left:5px; padding-top:5px;
	border-radius:3px;
}
.c2venueselectortabpreview{
	width:30%;
	height:250px;
	background-color:yellow;	
}

.c2venueselectorsubtitle
{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration: underline;
}

.c2venueselectorsearch
{
	width: 300px;
	border-style:none;
	background-color:transparent;
	padding-top:2px;
}

.c2venueselectorpopup{
	position:relative;
	top:0px; left:0px;
	width:410px; height:250px;
	display:none;
	z-index:100;
}

.c2venueselectorcatbtn{
	width:150px;
	/*overflow-x:hidden;*/
	color:#B59344;font-weight:bold;
	cursor:point;
	padding:2px;
	margin-top:1px; margin-bttom:1px;
	background-color:#FEE3A0;
	border-bottom-width:1px;
	border-radius:3px;
	box-shadow: 2px 2px 5px #888888;
}

.c2venueselectorcatbtn:hover{
	color: white;
}

.c2venueselectoritem{
	width:150px;
	color:#B59344; font-weight:bold;
	cursor:point;
	padding:2px;
	margin:2px;
	background-color:#FEE3A0;
	border-bottom-width:1px;
	border-radius:3px;
	box-shadow: 2px 2px 5px #888888;
}
.c2venueselectoritem:hover{
	color: yellow;
}

/*****************************************************New Booking Dialog***************************************************************/
.c2newbookpreviewpane{
	margin:5px;  
	border-radius:5px; 
	width:520px; 
	height:320px; 
	overflow:hidden;
	background-color:rgba(62, 111, 109, 0.18);
	box-shadow: 5px 5px 5px #888888; 
}

div.c2newbookdatelist{
	width:310px; height:300px;
	background: #B3EABD;
    background: -webkit-linear-gradient(left, #B3EABD, #D4D6DE);
    background: -o-linear-gradient(right, #B3EABD, #D4D6DE);
    background: -moz-linear-gradient(right, #B3EABD, #D4D6DE);
    background: linear-gradient(right, #B3EABD, #D4D6DE); 
	overflow-x:hidden; 
	overflow-y:auto; 
}

div.c2newbookdatelist > div.c2newbookdatelistitem{
	border:1px solid #109618;
	color: #109618;
	padding:2px;
	margin:5px;
	background-color:lightyellow;
	border-radius:2px;
	box-shadow:2px 2px 5px #888888;
	width:260px;
}

div.c2newbookdatelist > div.c2newbookdatelistitem:hover{
	background-color:yellow;
}

div.c2newbookdatelist > div.c2newbookeventlistselected{
	border-right: 10px solid #109618;
	box-shadow:10px 10px 5px #888888;
}

div.c2newbookeventlist{
	width:200px; height:300px;
	overflow-x:hidden; 
	overflow-y:auto; 
	position:relative;
	border-left: 5px solid lightgrey;
}

div.c2bookingsticker{
	position:absolute;
	width:90%;
	height:20px;
	border:1px solid #109618;
	background-color:white;
	color:#109618;
	top:0px; left:0px;
	overflow:hidden;
}

div.c2bookingstickerpreview{
	border: 2px dashed #EDE60C;
	color:#675B08;
	font-style: italic; font-weight:bold;
	background-color: hsla(0, 0%, 100%, 0.55);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAO0lEQVQYV2NkIAIwElLz8D/Df7yKQArkGRkYCZoEsgmrIpgJMKdgKEJXgNMkdM/ATcJmAop1+BSAFAIAKu0R6fTLjMkAAAAASUVORK5CYII=) repeat;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: blinkpreview;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: 1s;
	animation-name: blinkpreview;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

div.c2newbooktabpanel{
	padding-left:10px; 
	padding-right:10px; 
	width:950px; 
	height:540px; 
	overflow:auto;
}

div.c2emaillistitem{
	height:18px;
	background-color:white;
	border: 1px solid white;
	border-radius:2px;	
	color: #666666;
	padding:2px;
	margin-left:2px; margin-right:5px; margin-bottom:5px;
}

input.c2emaillistinput{
	width: 200px; height:18px;
	border-radius: 2px;
	border: 1px solid white;
	margin-bottom:5px;
	padding-left:5px;
	box-shadow: 2px 2px 5px #888888;
}

/*****************************************************Menu***************************************************************/
li.c2menuitem{
	margin:0px;
	padding:0px;
	width:200px;
	list-style-type: none;
	background-color:red;
	display:inline;
	float:left;
}

div.c2menucaption{
	padding-left:10px;
	padding-right:10px;
	background-color:lightgrey;
	width:200px;
	position:static;
	cursor:pointer;
}
div.c2menucaption:hover{
	background-color:yellow;
}


/*****************************************************Cache Booking***************************************************************/
.c2plCacheBook
{
	margin-left:20px;
}

.c2CacheBookBar{
	padding:10px 20px;
	width:100%;	
}

.c2CacheBookList{
	display:inline-block;
	padding:10px 20px;
}

.c2CacheBookItem{
	width:960px;
	height:60px;
	border:1px solid #8888CC;
	cursor: ns-resize;
	padding:5px;
	overflow:hidden;
	border-radius: 5px;
	margin-bottom:5px;
	background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, #CCCCFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #CCCCFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #CCCCFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #CCCCFF); /* Standard syntax (must be last) */
	
}

.c2CacheBookItem:hover{
	border-color:#FFCCCC;
}

.c2CacheBookItemIndex
{
	float:left;
	font-size:40pt;
	width:100px;
	text-align:center;
}

.c2CacheBookItemTitle{
	float:left;
	width:450px;	
}

.c2CacheBookItemTime{
	float:left;
	padding-left:10px;
	width:180px;
	font-size:18pt;
	font-weight:bold;
	text-align:right;
	height:60px;
}
.c2CacheBookItemRemoveBtn{
	float:right;	
}

.c2CacheBookItemAvaCache{
	float: left;
	padding-left:10px;
	width:150px;
	height:60px;	
}

.c2cacheBookCountLbl{
	font-size:14pt;
}

/*****************************************************Calendar View***************************************************************/
div.c2calviewtitle{
	font-size:16pt;
	font-weight:bold;
	color:#15552c;
	text-shadow: 2px 2px 5px #218B72;
	text-align:center;
}

div.c2calpageviewcontainer{
	margin-top:10px; margin-left:10px;
	overflow:hidden;
}

div.c2calviewleftpane{
	width:200px;
}


div.c2calviewleftpane > div {
	margin: 10px;	
}

div.c2calviewrightpane{
	
}

div.c2calendarviewsticker{
	position:absolute;
	width:98%; height:20px;
	margin-left:1%; margin-right:1%;
	border:1px solid #109618;
	background-color:white;
	color:#109618;
	top:0px; left:5px;
	overflow:hidden;
	border-radius:3px;
}

div.c2calendarviewsticker > div.c2calendarviewstickertitle {
	background-color:#109618;
	color:white;
	padding-left:5px;
	font-size:8pt;
	overflow:hidden;
	height:16px;
}

div.c2calendarviewsticker > div.c2calendarviewstickercontent {
	padding-left:5px;
	font-size:8pt;
}

/*****************************************************Month View***************************************************************/
div.c2monthviewheader{
	width: 14.28%; height: 20px;
	background-color: #218B72;
	color:white;
	text-align:center;
	margin:5px;
	border-radius:3px;
	overflow:hidden;
}

div.c2monthviewblock{
	width:14.28%; height: 16.66%;
	overflow-x:hidden; overflow-y:hidden;
	position:relative;
	background-color:rgba(63, 110, 99, 0.15);
	border-radius:3px;
	margin:5px;
	color:darkgreen;
}

div.c2monthviewblocktoday{
	background-color:#FEE3A0;
}

div.c2monthviewblock > div.c2monthviewblocktitle{
	padding-left:5px; padding-right:5px;
	font-weight:bold;
}

div.c2monthviewblocknonschool{
	color:darkblue;
	font-style:italic;
	background-color:rgba(42, 7, 235, 0.09);
}

div.c2monthviewblockholiday{
	color:red;
	font-style:italic;
	background-color:rgba(255, 0, 0, 0.14);	
}

div.c2monthviewsticker{
	padding-left:5px; padding-right:5px;
	background-color:white;
	font-weight:bold; font-size:8pt;
	margin:1px 5%;
	cursor:pointer;
	height:16px;
	overflow:hidden;
}

div.c2monthviewsticker-preview{
	height:auto;
}

div.c2monthviewsticker:hover{
	background-color:#FFFFCC;
}

div.c2monthviewblockdummy{
	width:14.28%;
	height: 16.66%;
	background-color:transparent;
	cursor:default;
	/*border:1px solid lightgrey;
	*/
}

div.c2monthviewblockdaynav{
	width:20px;
}

div.c2monthviewblockdaynav:hover{
	color:white;
	cursor:pointer; 
	text-decoration:underline;
	text-shadow:2px 2px 5px #218B72;
}

div.c2monthviewmore{
	font-size:8pt;
	width: 55%;
	height:18px;
	bottom:0px;
	margin-left: 44%;
	margin-right: 1%;
	margin-bottom: 2px;
	display:block;
	position:absolute;
	text-align: center;
	background-color: rgba(181,216,227,0.73);
	border-radius: 3px;
	color: #444444;
	font-weight: bold;
	border: 1px solid #657b7e;
	overflow:hidden;
	box-shadow:5px 5px 5px darkgrey;
	cursor:pointer;
	border-top-left-radius: 15px;
}

div.c2monthviewmore:hover{
	background-color: yellow;
	color:darkyellow;
}

/*****************************************************Week View***************************************************************/
div.c2weekviewheader{
	width: 14.28%; height: 38px;
	background-color: #218B72;
	color:white;
	text-align:center;
	margin:5px;
	border-radius:3px;
	overflow:hidden;
	cursor: col-resize;
}

div.c2weekviewheader :hover {
	background-color: #41AB92;
}

div.c2weekviewheaderdummy{
	width: 80px; height: 20px;
	text-align:center;
	margin:5px;
	border-radius:3px;
}

div.c2weekviewrowheader{
	width:80px;
	background-color: #218B72;
	color:white;
	margin:5px;
	margin-top:0px;
}

div.c2weekviewrowheader > div.c2weekviewrowheaderblock{
	width:76px; height:35px;
	border-bottom:1px solid #BEDED7;
	padding-left:4px; padding-top:4px;
}

div.c2weekviewdayblockrowheader{
	width:76px; height:56px;
	background-color: #218B72;
	padding-left:4px; padding-top:4px;
	color:white;
	margin:5px;
	margin-bottom:1px;
}

div.c2weekviewdayblock{
	width:14.28%; height: 60px;
	overflow-x:hidden; overflow-y:auto;
	
	background-color:rgba(63, 110, 99, 0.15);
	border-radius:3px;
	margin:5px;
	color:darkgreen;
	position:relative;
	margin-bottom:1px;
}

div.c2weekviewblock{
	width:14.28%; 
	overflow-x:hidden; overflow-y:hidden;
	
	background-color:rgba(63, 110, 99, 0.15);
	border-radius:3px;
	margin:5px;
	color:darkgreen;
	position:relative;
	margin-top:0px;
}

div.c2weekviewblock > div.c2weekviewblocktitle{
	padding-left:5px; padding-right:5px;
	font-weight:bold;
}

div.c2weekviewblocknonschool{
	color:darkblue;
	font-style:italic;
	background-color:rgba(42, 7, 235, 0.09);
}

div.c2weekviewblockholiday{
	color:red;
	font-style:italic;
	background-color:rgba(255, 0, 0, 0.14);	
}

div.c2weekviewsticker{
	padding-left:5px; padding-right:5px;
	background-color:white;
	font-weight:bold; font-size:8pt;
	cursor:pointer;
}

div.c2weekviewsticker:hover{
	background-color:#FFFFCC;
}

div.c2weekviewblockdummy{
	width:14.28%;
	background-color:transparent;
	cursor:default;
	/*border:1px solid lightgrey;
	*/
}

div.c2weekviewblockstickercontainer{
	
}

div.c2weekviewscrolldiv{
	overflow-x:hidden;
	overflow-y:auto;
}

div.c2calendarviewblockcolum{
	position:absolute;
	top:0px;	
}

div.c2calendarviewlinera{
	height:29px;
	width:100%;
	border-bottom:1px dashed #BEDED7;
}
div.c2calendarviewlinera:hover{
	background-color:lightblue;
}

div.c2calendarviewlinerb{
	height:29px;
	width:100%;
	border-bottom:1px dashed #BEDED7;
}
div.c2calendarviewlinerb:hover{
	background-color:lightblue;
}

/*****************************************************Day book Dialog***************************************************************/
div.c2daybookdlgcontainer{
	width:100%;
	height:350px;
	overflow-x:hidden;
	overflow-y: auto;
}

/*****************************************************Event/Draft List***************************************************************/
div.c2eventtable{
	margin:5px 1%;
	overflow-y:auto;
	overflow-x:hidden;
}

div.c2draftlistblock, div.c2eventlistblock{
	padding:10px;
	background-color: rgba(63, 110, 99, 0.15);
	border-radius: 5px;
	margin-top:5px; margin-bottom:5px;
}

div.c2draftlistblocktitle, div.c2eventlistblocktitle{
	font-weight:bold;
	font-size:12pt;	
}

div.c2eventlistblockdata{
	float:left;
	padding-left:5px;
}

div.c2draftblockconfirmed{
	background-color: rgba(255, 195, 0, 0.55);
}

div.cs_dloading{
	top:10px; 
	text-align:center; 
	width:80%; 
	height:80%; 
	position:relative;
}

/*****************************************************Import Booking***************************************************************/
div.c2importblockcontainer, div.c2importclasscontainer, div.c2importbookingcontainer{
	background-color: rgba(63, 110, 99, 0.15);
	border-radius:5px;
	min-height:100px;
}

/*****************************************************Main Menu***************************************************************/
div.c2newbookbtnglobal{
	margin-left:40px;
	padding: 3px 40px;
    background-color: #0089ff;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    cursor:pointer;
    box-shadow:5px 5px 5px lightblue;
}

div.c2newbookbtnglobal:hover{
	color: yellow;
	box-shadow:5px 5px 5px lightyellow;
}

.main-navigation{
	cursor:pointer;
	padding-left:20px;
	color:#B59344;
	font-weight:bold;
}

.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-navigation ul li {
  display: block;
  position: relative;
  float: left;
  color:#B59344; font-weight:bold;
}

.main-navigation li ul { display: none; }

.main-navigation ul li a {
  display: block;
  /*padding: 1em;*/
  padding-left:20px; padding-right:20px;
  padding-top:2px; padding-bottom:2px;
  text-decoration: none;
  white-space: nowrap;
  color:#B59344; font-weight:bold;
}

.main-navigation ul li a:hover { background: #B59344; color:#FEE3A0; border-radius:3px; }

.main-navigation li:hover > ul {
  display: block;
  position: absolute;
}

.main-navigation li:hover li { float: none; }
.main-navigation li:hover a { background: #FEE3A0; box-shadow:5px 5px 5px #888888; }
.main-navigation li:hover li a:hover { background: #B59344; color:#FEE3A0; }

.main-navigation li ul li { border-top: 0; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}

.main-navigation ul:before,
.main-navigation ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.main-navigation ul:after { clear: both; }

.report-viewer {
	padding:10px; 
	border:1px solid lightgrey; 
	height:320px;
	overflow:auto;
}

.table-report-base{
	width:50%;
	border:1px solid #218B72;
	text-align:left;
	padding:5px;
}

.table-report-base tr td {
	padding:5px;
	vertical-align:top;
	text-align:left;
	border-style:none;
}

.table-report-base tr th {
	padding:5px;
	vertical-align:top;
	text-align:left;
	border-style:none;
	font-weight:bold;
}

.table-report-base tr td.rptcell00{
	background-color: #e4f1ee;
}

.table-report-base tr td.rptcell01{
	background-color: transparent;
}