body {
	text-align:center;
	background-color:black;
}
#aspnetForm
{
	margin:0px auto;
	text-align:left;
}
.Backdrop 
{
	text-align: left;
}
.HeaderPanel
{
	height:0px;
}
.BannerPanel 
{
	font-family: Tahoma;
	height:0px;
	font-size: 19px;
	color: Gray;
	margin-top: -8px;
}
.LoginPanel 
{
	height: 16px;
	text-align: right;
	font-size: 12pt;
	margin-bottom: -10px;
}
.Main {
	background-color: black;
	padding-bottom: 0px;
}

.FeedbackPanel {
	background:#F9FBAE;
	border:1px solid #EDEE00;
	margin:10px;
	padding:2px;
}
.FeedbackMainMsg
{
	font-weight:bold;
	font-size: 20px;
}
.FeedbackSubMsg
{
	font-size: 15px;
}

.TBS_RelItmPickerBlocker 	/* Relative Item Picker Dialog Box */
{
	background-color: #000000;
	opacity: 0.7;               
	filter: alpha(opacity=70);  /* IE */ 
	z-index: 32000;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	display: block;
}
.TBS_RelItmPickerAbs 
{
	position: absolute;
	left: 20%; 
	top: 170px; 
	width: 60%;   /* Width and height of dialog box can be changed because controls inside uses percentages. */
	height: 400px; 
}
.TBS_RelItmPickerRel
{
	position: relative;
	width: 100%; 
	height: 100%; 
	left: 0px; 
	top: 0px; 
	z-index: 32010; 
	display: block;
	color: black;
	background:#F8F8F8;
	border:solid 2px #000000;
	text-align: left;
	font-size: 18px;
	padding: 10px;
}

.TBS_RelItemSelect
{
	position: absolute;
	left: 61.6%;
	top: 90%;
	width: 14.3%;
}

.TBS_RelItemCancel
{
	position: absolute;
	left: 79.1%;
	top: 90%;
	width: 14.3%;
}

.TBS_RelItemHeader
{
	position: absolute;
	left: 10.36%;
	top: 2.0%;
	width: 84.9%;
	height: 5.025%;
	text-align: center;
}

.TBS_RelItemName
{
	position: absolute;
	left: 7.1%;
	top: 8.5%;
	width: 68.36%;
}

.TBS_RelItemComment
{
	position: absolute;
	left: 7.1%;
	top: 14.5%;
	width: 90%;
	height: 5.025%;
}

.TBS_RelItemSearch
{
	position: absolute;
	left: 79%;
	top: 8.8%;
	width: 14.3%;
}

.TBS_RelItemPickerList
{
	position: absolute;
	left: 6.2%;
	top: 19.8%;
	width: 87.2%;
	height: 68%;
}

input[type="submit"], input[type="file"] {
	font-size: smaller;
	border: 1px gray dotted;
}
input[type="submit"]:hover, input[type="file"]:hover {
	background-color: #fcc;
	border: 1px red solid;
}

.MyCalendar .ajax__calendar_container 
{
    border:1px solid #646464;
    background-color: white;
    color: blue;
    z-index: 32000;
}

.MyCalendar .ajax__calendar_active 
{
    font-weight:bold;
    color: black;
}

.MyCalendar .ajax__calendar_other 
{
    color: black;
}

.MyCalendar .ajax__calendar_hover 
{
    color: black;
}
