
.dpDiv {
	}

.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: white;
	border: 1px solid #000000;
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}

.dpTodayButtonTR {
	}

.dpTD {
	cursor: hand;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	cursor: hand;
	}

.dpTitleTD {
	}

.dpButtonTD {
	}

.dpTodayButtonTD {
	}

.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: Blue;
	
	}

.dpTitleText {
	font-size: 12px;
	color: black;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: black;
	font-weight: bold;
	padding: 0px;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: black;
	font-weight: bold;
	}



BODY {
	FONT-SIZE: 12px; FONT-FAMILY: verdana,arial 
}

H1 {
	FONT-SIZE: 18px; COLOR: #375580; FONT-FAMILY: tahoma,verdana,arial
}
H6 {
	FONT-SIZE: 18px; COLOR: #ff9500; FONT-FAMILY: tahoma,verdana,arial
}
TD {
	FONT-SIZE: 14px; FONT-FAMILY: verdana,arial
}
INPUT {
	FONT-SIZE: 15px; FONT-FAMILY: tahoma,verdana,arial
}
SELECT {
	FONT-SIZE: 15px; FONT-FAMILY: tahoma,verdana,arial
}
.iwidth {
	WIDTH: 176px
}
P {
	FONT-SIZE: 15px; COLOR: #375580; FONT-FAMILY: tahoma,verdana,arial
}
.orange {
	COLOR: #ff9500
}
.copy {
	FONT-SIZE: 15px; COLOR: #ffffff; FONT-FAMILY: tahoma,verdana,arial
}
A {
	COLOR: #375580; TEXT-DECORATION: none
}
A:hover {
	COLOR: #375580; TEXT-DECORATION: underline
}
A.mlink {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: none
}
A.mlink:hover {
	FONT-WEIGHT: bold; COLOR: #ffffff; TEXT-DECORATION: underline
}
A.gray {
	FONT-WEIGHT: bold; COLOR: #545454; TEXT-DECORATION: none
}
A.gray:hover {
	FONT-WEIGHT: bold; COLOR: #545454; TEXT-DECORATION: underline
}
A.clink {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.clink:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
A.blinku {
	COLOR: #ff9500; TEXT-DECORATION: underline
}
A.blinku:hover {
	COLOR: #375580; TEXT-DECORATION: underline
}
A.blue {
	FONT-WEIGHT: bold; COLOR: #0094a5; TEXT-DECORATION: none
}
A.blue:hover {
	FONT-WEIGHT: bold; COLOR: #0094a5; TEXT-DECORATION: underline
}

.home
{font-family:Verdana;font-size:14px;color:#ffffff;font-weight:bold;
	}
	
	A.link {font-family:Verdana;font-size:13px;color:#ffffff;font-weight:bold;
	TEXT-DECORATION: none
}
A.link:hover {
	FONT-WEIGHT: bold; COLOR: #0094a5; font-family:Verdana;font-size:13px;font-weight:bold;
	TEXT-DECORATION: none
}


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    
}
 
    .modalPopup {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 450px;
    
    z-index: 1001;
    position: fixed;
    top: 40% !important;
  left: 40% !important;
}
