body
{
	margin: 1px;
	color: white;
	background-color: #ffffff;
	font-family: Arial;
}
a:active
{
	font-size: 9pt;
	color: white;
	font-family: Arial;
}

a:link
{
	font-size: 9pt;
	color: white;
	font-family: Arial;
}

a:visited
{
	font-size: 9pt;
	color: white;
	font-family: Arial;
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(~/images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #5D7B9D;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.panel1
{
	color: #6699cc;
	background-color: white;
	font-size: 12pt;
}

.panel2
{
	color: #6699cc;
	background-color: white;
	font-size: 8pt;
}

.panel3
{
	color: #6699cc;
	background-color: white;
	font-size: 10pt;
}

/*CollapsiblePanel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 20px;
	background-image: url(~/images/bg-menu-main-2.png);
	background-repeat: repeat-x;
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: Arial, Verdana;
	background-color: white;
}

#master_content .collapsePanelHeader a
{
	color: black;
	font-size: 9pt;
}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #cccccc;
	color: #6666cc;
}
.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: black;
}
.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;
}

.sidebarheader
{
	height: 28px;
	padding: 0px 0px 0px 0px;
	background: url(../../images/header.png) left center;
	color: #5D7B9D;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}

.tip
{
	padding: 1px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	color: #000000;
	top: 20px;
	left: 90px;
	background-color: #ffffff;
	vertical-align: middle;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
	height: 16px;
	font-variant: normal;
}

#tip2 {width:120px;}

.intip {font-style:italic;font-weight:bold;display:none;} 

.searchTB
{
	border-right: #b0c4de 1px solid;
	border-top: #b0c4de 1px solid;
	font-size: 12px;
	border-left: #b0c4de 1px solid;
	color: #6699cc;
	border-bottom: #b0c4de 1px solid;
	font-family: Arial;
}

.siteSearch
{
	font-size: 10pt;
	font-family: Arial;
	color: #5D7B9D;
	cursor: hand;
	list-style-position: inside;
	list-style-image: url(App_Themes/MainTheme/Images/bullet.png);
}
                  
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
