﻿

.partHeader
{
	background-image:url(images/partHeader.jpg);
	background-repeat:repeat-x;
	border-right: #336666 1px solid; 
	border-bottom: #000000 1px solid;	
	color:White;
}

.titleBack
{
	background-image:url(images/titleback.jpg);
	background-repeat:repeat-x;
	border-right: #336666 1px solid; 
	border-bottom: #000000 1px solid;	
	color:Blue;
}

.gridHeader
{
	background-image:url(images/titleback.jpg);
	background-repeat:repeat-x;
	border-right: #336666 1px solid; 
	border-bottom: #000000 1px solid;	
	color:Black;
}

.btnBack
{
	background-image:url(images/btnback.jpg);
	background-repeat:repeat-x;
	border-right: #336666 1px solid; 
	border-bottom: #000000 1px solid;	
	color:Black;
}

.cmdBtnBack
{
	background-image:url(images/cmdBtnBack.jpg);
	background-repeat:repeat-x;
	border-right: #336666 1px solid; 
	border-bottom: #000000 1px solid;	
	color:Black;
}

.colHeadBack
{
	background-image:url(images/colHeaderback.jpg);
	background-repeat:repeat-x;
	border-right: #336666 1px solid; 
	border-bottom: #000000 1px solid;	
	color:Black;
}

.ErrorHighlight
{
  background-color:yellow;
}

.grid_sel_back
{
  background-image:url(images/gridselback.gif);
  background-repeat:repeat-x	
}
.loginback
{
	background-image:url(images/TB5.png);
	background-repeat:repeat-x;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.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;
}

.TextBoxCss
{
	border-right: #660099 1px solid; 
	border-top: #660099 1px solid; 
	border-left: #660099 1px solid; 
	border-bottom: #660099 1px solid;
}

.HoverTextBoxCss
{
	border-right: orchid 1px solid; 
	border-top: orchid 1px solid; 
	border-left: orchid 1px solid; 
	border-bottom: orchid 1px solid;
}

.WatermarkCss
{
	background-color: #ffffcc;
}

.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.ButtonDown
{
	background-image:url(../Images/down.jpg);	
}


