﻿/*banner onder*/
.descpanelfg a 
{
    font-family:Verdana;
    font-size:10px;
    color:White;
    text-decoration: none; 
}



a .sponsor
{
    font-size:18px;
   	text-decoration: none; 
}

a:hover .sponsor
{
   	text-decoration: underline; 
}

.descpanelfg a:hover
{
    text-decoration: underline; 
}



/* dropdown styles */
.CCLDropDown .ComboBox
{
	border: solid 1px #7F9DB9;
	background-color: #EEEEEE;
	padding: 0px;
	cursor: pointer;	
	cursor: hand;
	margin: 1px;
}

.CCLDropDown .TextBox
{
	border: 0px;
	padding: 1px;
	cursor: pointer;
	cursor: hand;
}

.CCLDropDown .Button, 
.CCLDropDown .Button-Down, 
.CCLDropDown .Button-Over
{
	border: 0px;
	width: 15px;
	height: 16px;	
	background-repeat: no-repeat;
	margin: 2px;
}

.CCLDropDown .Button
{
	background-image: url(DropDown_Up.jpg);
}

.CCLDropDown .Button-Down
{
	background-image: url(DropDown_Down.jpg);
}

.CCLDropDown .Button-Over
{
	background-image: url(DropDown_Over.jpg);
}

.CCLDropDown .DropDownBox
{
	position : relative;
	border: solid 1px #7F9DB9;
	background-color: #EEEEEE;
	padding: 1px;
}

/* dropdownlist style */
.CCLDropDownList
{
	width: 150px;
}

/* datetime styles */
.CCLDateTime
{
	cursor: default;
}
.CCLDateTime .ComboBox
{
	border: solid 1px #7F9DB9;
	background-color: #FAFAFA;
	padding: 0px;
	cursor: pointer;	
	cursor: hand;
	margin: 1px;
}

.CCLDateTime .TextBox
{
	border: 0px;
	padding: 1px;
	cursor: pointer;
	cursor: hand;
	width: 100px;
}

.CCLDateTime .Button, .CCLDateTime .Button-Down, .CCLDateTime .Button-Over
{
	border: 0px;
	width: 16px;
	height: 16px;	
	background-repeat: no-repeat;
	margin: 2px;
}

.CCLDateTime .Button
{
	background-image: url(DateTime_Up.jpg);
}

.CCLDateTime .Button-Down
{
	background-image: url(DateTime_Down.jpg);
}

.CCLDateTime .Button-Over
{
	background-image: url(DateTime_Over.jpg);
}

.CCLDateTime .DropDownBox
{
	position: relative;
	border: solid 1px #7F9DB9;
	background-color: #FAFAFA;
	width: 170px;	
}

.CCLDateTime .DropDownBox table
{
	margin:0 0 0 0px;	
}

.CCLDateTime .DateHeader
{
	text-align: center;
	border-color: #FAFAFA;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    background-color: #FAFAFA;
   
}

.CCLDateTime .DateMonthYearBox
{
	text-align: center;
	border-color: #FAFAFA;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    
}

.CCLDateTime .DateDayBox
{
	text-align: center;
	border: solid 1px #7F9DB9;

}

.CCLDateTime .Day-InsideMonth
{
	background-color: #FAFAFA;
	cursor: pointer;	
	cursor: hand;
	padding: 1px;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#E6EBFA;
}
.CCLDateTime .Day-OutsideMonth
{
	background-color: #FFFFFF;	
	padding: 1px;

}
/* special days
 .Y2006		: year (2006)
 .M2		: month	(februari)
 .W3		: week (3rd week of the month)
 .DOW5		: day of week (friday)
 .D13		: day of month (13th) 

The following example will highlight Friday the 13th with a black background and a white text color
.CCLDateTime .DOW5.D13
{
	background-color: #000000;
	color: #ffffff;	
}*/

.CCLDateTime .Day-InsideMonth.Today
{
	padding: 0px;
	border: solid 1px red;
}

.CCLDateTime .Day-InsideMonth.Selected
{
	padding: 0px;
	border: solid 1px green;
}

.CCLDateTime .Day-InsideMonth.DayMouseOver
{
	background-color: #FAFAFA;
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
	border-bottom: dotted 1px red;
}

.CCLDateTime .TimeHeader
{
	text-align: center;
	border-color: #FAFAFA;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    background-color: #FAFAFA;
}

.CCLDateTime .TimeBox
{
	text-align: center;
	border-color: #FAFAFA;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
}
