body
{
	margin-top: 0px;
	font-size:smaller;
	color: #ffffff;
	font-family:verdana;
	background-color:#000000;
}
/*
div
{
	font-size:inherit;
	color: #ffffff;
	font-family:verdana;
	background-color:#000000;
}
*/
td
{
	font-size:small;
	font-family:verdana;
}
input
{
	color: #ffffff !important;
	background-color: #000000 !important;
}
select
{
	color:White !important;
	background-color:black !important;
	border-color:White !important;
	border-bottom-style:solid;
	border-width:1px !important;
}
textarea
{
	color: #ffffff;
	background-color: #000000;
}
image
{
	border:0px;
	border-width:0px;
}
a:link
{
	border:0px;
	border-color:black;
	color:#ffa500; /*orange*/
	text-decoration:none;
}
a:visited
{
	border:0px;
	border-color:black;
	color:#ffa500;
	text-decoration:none;
}
.focusButton
{
	background-color:#ffa500 !important;
	color:black !important;
}
.blurButton
{
	background-color:white !important;
	color:black !important;
}
.mvBorder
{
	border-right: white 1px solid; 
	border-top: white 1px solid; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid;	
}

/* Default attributes of table container for entire calendar */
.table-style 
{
	font-family:arial;
	border-width:1px; 
	border-style:solid; 
	border-color:#a0a0a0; 
	background-color:#000000;
	font-family: arial; 
	font-size:xx-small;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style 
{
	z-index:999;
	position:absolute;
	visibility:hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style 
{
	padding:2px;
	font-family:arial; 
	font-size:11px;
	color: #ffffff;
}

/* Default attributes used in calendar title background.*/
.title-background-style 
{
	/*background-color: #cee3ef;*/
	/*background-color:#9f9fff;*/
	background-color:#ffa500 !important;
}

/* Normal appearance of controls in calendar title. */
/* Note: The left, right and dropdown icons are images, which must be edited if you need to change them. */
.title-control-normal-style 
{
	border-style:none;
/*	border-width:1px;
	border-color:black; */
	cursor:pointer;
}

/* Mouseover (selected) appearance of controls in calendar title. */
.title-control-select-style 
{
	/*border-style:solid;
	border-width:1;
	border-color:#3a6ea5; */
	cursor:pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style 
{
	font-family:arial; 
	font-size:11px; 
	border-width:1px; 
	border-style:solid; 
	/*border-color:#a0a0a0;
	background-color:#cee3ef;*/
	background-color:#0066cc;
	border-color:#cccccc;
	color:white;
	cursor:default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style 
{
	background-color:#3a6ea5;
	cursor:pointer;
}

/* Default attributes unselected (mouseout) item in drop down lists (month and year). */
.dropdown-normal-style
{
	/*background-color:#0;*/
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style 
{
	padding:5px;
	/*background-color:#cee3ef;*/
	background-color:black;
	font-family:verdana; 
	font-size:xx-small;
}

/* Attributes of current day in calendar body. */
.current-day-style 
{
	color:red;
	font-weight:bold;
	text-decoration:none;
	font-size:xx-small;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style
{
	/*color:#909090;*/
	color:black;
	text-decoration:none;
	font-size:xx-small;
}

/* Attributes of all other days in calendar body. */
.normal-day-style 
{
	font-size:xx-small;
	color:black;
	text-decoration:none;
	 
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style 
{
	font-size:xx-small;
	border-style:solid;
	border-width:1px; 
	border-color:#a0a0a0;
	color:#0066cc;
	font-weight:bold;
}

/* Default attributes of designated holidays. */
.holiday-style 
{
	background-color:#FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style 
{
	padding:0px;
	color:white;
	/*background-color: #cee3ef;*/
	background-color:#9f9fff;
	text-align:center;
	text-decoration:none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style 
{
	background-color:#d0d0d0; 
	padding:0px;
}

/*
.MenuLink A
{
	color:black;
}

.MenuLink A:hover
{
	color:black
}

.MenuLink A:visited
{
	color:black
}

.GridViewHeader
{
	background-color:#ffa500;
	color:black;
}

.GridViewHeader A
{
	background-color:#ffa500;
	color:black;
}

.GridViewHeader A:hover
{
	background-color:#ffa500;
	color:black;
}

.GridViewHeader A:visited
{
	background-color:#ffa500;
	color:black;
}
*/
