
BODY
{
	border-top: #999999 0px solid;
	font-size: 12px;
	margin: 0px 3px;
	border-left: #999999 0px solid;
	font-family: Arial;
}

TABLE
{
	font-size: 12px;
	margin-left: 0px;
}

.NormalPanel
{
	background-color: #f5f5f5;
	border: #c0c0c0 1px solid;
}

.RedPanel
{
	border-right: firebrick 1px solid;
	border-top: firebrick 1px solid;
	border-left: firebrick 1px solid;
	border-bottom: firebrick 1px solid;
	background-color: lightsalmon;
}

.WelcomeHeader
{
	font-size: 20px;
	font-weight: bold;
	color: #000066;
} 

.MessageHeaderFooter
{
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
	background-color: #EEEEEE;
}

.MessageBody
{
	color: #000000;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
}

.LightBlue
{
	border: #336699 1px solid;
	background-color: #EFEFEF;
}

.LightBlueBorder
{
	border: #336699 1px solid;
}

.Beige
{
	border: #C0C0C0 1px solid;
	/*background-color: #F5F5F5;*/
}

.BeigeNoBorder
{
	background-color: #F5F5F5;
}

.BeigeBorder
{
	border: #C0C0C0 1px solid;	
}

.Header
{
	/*border: #4682b4 1px solid;
	background-color: #b0c4de;*/
    border: 1px solid black !important;
	padding-left: 2px;
}

.HeaderCaution
{
	border: #b3b300 1px solid;
	background-color: #ffff00;
	padding-left: 2px;
}

.HeaderNoBorder
{
	/*background-color: #b0c4de;*/
    border: 1px solid black !important;
}

.HeaderBorder
{
	/*border: #4682b4 1px solid;*/
    border: 1px solid black !important;
}

.ADS_MenuBase
{
	filter: alpha(Opacity=70); 
	border: solid 1px #336699;
	background-color: #F1F7FA;	
}

TD.ADS_MenuDivider
{
	height: 1px;
	background: #336699;
}

TD.ADS_MenuBase_LeftBar
{
	width: 3px;
	background-color: #336699; /* #6699BB; */
}

.ADS_MenuItem
{
	/* Cross-browser */
	cursor:pointer; cursor:hand;

	font-family:Arial;
	font-size: 11px;
	color: Navy;
	padding-left: 1px;
	padding-right: 1px;
}

.ADS_MenuItem_Hover
{
	font-family: Arial;
	font-size: 11px;
	cursor:pointer; cursor:hand;
	background-color: #CDE2F8;
	padding-left: 1px;
	padding-right: 1px;
	filter: alpha(Opacity=70); 
}

A.ADS_MenuItem:link
{
	text-decoration: none;
	background-color: inherit;
}

A.ADS_MenuItem:visited 
{
	text-decoration: none;
	background-color: inherit;
}

.ADS_PostIt
{
	background-color: #FFFFDF;
	font-family: Arial;
	border: solid 1px #A8A800;
	padding: 3px;
	z-index: 1;
	position: absolute;
}

.ADS_PostIt_Link
{
	cursor:pointer; cursor:hand;
	color:Blue;
	position:relative;
}

DIV.SchedBar
{
	border: solid 1px #006699;
	background-color: #6699CC;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	position: absolute;
	overflow:hidden;
	z-index: 1;
	visibility: hidden;
}

DIV.SelectedSchedBar
{
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	font-size: 12px;
	z-index: 1;
	overflow: hidden;
	border-left: #000099 1px solid;
	color: #ffffff;
	border-bottom: #000099 1px solid;
	font-family: Arial;
	position: absolute;
	background-color: gold;
}

TD.Resize
{
	cursor:w-resize;
	background-color: #EEEEEE;
}

TD.RemoveBar
{
	cursor: hand;cursor: pointer;
	background-color: #EEEEEE;
}

TD.Move
{
	cursor:move;
	font-size: 9px;
}

TD.Day
{
	font-weight: bold;
	width: 80px;
	background-color: #DDDDDD;
	height: 40px;
	padding-left: 2px;
}

TD.ScheduleDesk
{
	border: solid 1px #336699;
}

.Textbox
{
	border: solid 1px #6699CC;
	padding-left: 3px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	height: 18px;
}

.ActiveTab
{
	padding-left: 5px;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	background-color: #c0c0c0;
	font-weight: bold;
	cursor: pointer; cursor: hand;
	height: 75%;
}

.InactiveTab
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	padding-left: 5px;
	border-left: #808080 1px solid;
	cursor: pointer; cursor: hand;
	color: #696969;
	border-bottom: #808080 1px solid;
	background-color: #dcdcdc;
	height: 75%;
}

.ActiveTabBottom
{
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	background-color: #c0c0c0;
	font-weight: bold;
	cursor: pointer; cursor: hand;
	height: 75%;
}

.InactiveTabBottom
{
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	border-left: #808080 1px solid;
	cursor: pointer; cursor: hand;
	color: #696969;
	border-bottom: #808080 1px solid;
	background-color: #dcdcdc;
	height: 75%;
}

.ActiveTabLeft
{
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	background-color: #c0c0c0;
	font-weight: bold;
	cursor: pointer; cursor: hand;
	height: 75%;
}

.InactiveTabLeft
{
	border-top: #808080 1px solid;
	border-bottom: #808080 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	border-left: #808080 1px solid;
	cursor: pointer; cursor: hand;
	color: #696969;
	border-bottom: #808080 1px solid;
	background-color: #dcdcdc;
	height: 75%;	
}

.SharedTabPage
{
	border: #c0c0c0 1px solid;
	background-color: #c0c0c0;
}

A.TabLink
{
	color: #000000;
	text-decoration: none;
}

A.TabLink:hover
{
	color: #000000;
	text-decoration: underline;
}

.TabPage
{
	width: 100%;
	height: 100%; 
	visibility: hidden;
	position: relative;
}

.DarkBeigeHeader
{
	background-color: #eee8aa;
}

.LightBeigeBack
{
	background-color: palegoldenrod;
}

A
{
	color: inherit;
	text-decoration: none;
}

A:hover
{
	color: inherit;
	text-decoration: underline;
}

.ActiveTabTop
{
	padding-left: 5px;
	border-left: solid 1px #4682b4;
	border-right: solid 1px #4682b4;
	border-top: solid 1px #4682b4;
	background-color: #b0c4de;
	font-weight: bold;
	cursor: pointer; cursor: hand;
}

.InactiveTabTop
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	padding-left: 5px;
	border-left: #808080 1px solid;
	cursor: pointer; cursor: hand;
	color: #696969;
	/* border-bottom: #808080 1px solid; */
	background-color: #dcdcdc;
	height: 75%;
}

.ActiveTabTopBeige
{
	padding-left: 5px;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	background-color: #c0c0c0;
	font-weight: bold;
	cursor: pointer; cursor: hand;
}

.InactiveTabTopBeige
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	padding-left: 5px;
	border-left: #808080 1px solid;
	cursor: pointer; cursor: hand;
	color: #696969;
	background-color: #dcdcdc;
	height: 75%;
}

#imgHeader {
            display: none ;
        }

/*#ctl00_MainContent_imgHeader {
    display: none ;
}*/

.breadcrumb {
    display :block ;
}
