﻿body { background-color:#C7C7C7;
	color: #777777;
	font-family: verdana,arial,times new roman;
	font-size: 12px;}
.menu td{width:163px;
    height:32px;
     background-image:url(../Images/button.jpg);
     background-repeat:no-repeat;
     }
.menu td a{ text-decoration:none;
    	font-family: Calibri;
    	color:#000000;
    }
.menu td a:hover{
    	color:#f6cc4b;
    }
.validatorCalloutHighlight{
    background-color: #F2F2F2;
}
.error-msg{
	color:#318EC7;
	text-decoration:none;	
}
	/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: black;
	background-color: #b4b4b4;
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeader a
{
	color: black;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
	color: #f6cc4b;
}

.accordionContent
{
	background-color: transparent;
	padding: 5px;
	padding-top: 10px;
	font-family: Calibri;
	border-top-width: medium;
	border-left-width: 1px;
	border-left-color: #2f4f4f;
	border-bottom-width: 1px;
	border-bottom-color: #2f4f4f;
	border-right-width: 1px;
	border-right-color: #2f4f4f;

}

a
{
	font-family: verdana,arial,times new roman;
	text-decoration: none;
	color: #000000;
}

a:active
{
	font-family: verdana,arial,times new roman;
	text-decoration: none;
	color: #000000;	
}

a:visited
{
	font-family: verdana,arial,times new roman;
	text-decoration: none;
	color: #000000;	
}

a:hover
{
	font-family: verdana,arial,times new roman;
	text-decoration: none;
	color: #888888;	
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}



.td_folders
{
	vertical-align: top;
	width: 150px;	
}

.td_folder
{
	text-align: center;
	width: 150px;
	background-color: #C7C7C7;
	border: solid 1px #555555;
	padding: 5px;
}

.td_photos
{
	vertical-align: top;
}

.td_photo
{
	text-align: center;
	width: 160px;
	background-color: #C7C7C7;
	border: solid 1px #555555;
	padding: 5px;
	overflow: hidden;
}

.photo_name
{
	font-family: 'Verdana';
	font-size: 11px;
	width: 160px;
	overflow: hidden;
	font-weight: bold;
}

.photo_date
{
	font-family: 'Verdana';
	width: 160px;
	font-size: 10px;
	overflow: hidden;	
}

/*Popup Control*/
.popupControl
{
	background-color:Gray;
	visibility:visible;
}

.calendar
{
	background-color:Window;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:Gray;
    color:White;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color:#f6cc4b;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.UpdateProgress
{
	background-color:White;
	width:200px;
	
}
.ProgressTemplate
{
	color:Gray;
}
Panel.ScrollBars
{

	background-color: appworkspace;
}
