html {
	height: 100%;
}
table {
	border-collapse: collapse;
}
td {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	display: block;
}
map {
	display:none;
}
h1, h2, h3, h4, h5 ,h6 {
	margin:0px;
	padding:0px;
	display:inline;
	letter-spacing:normal;
}
table.debug, *.debug table {
	border: 1px dotted #CC3333;
	border-collapse: collapse;
}
td.debug, *.debug td {
	border: 1px dotted #FF7769;
}
div.debug, *.debug div {
	border: 1px dotted #3333CC;
}
span.debug, *.debug span {
	border: 1px dotted #33CC33;
}
*.wf {
	width: 100%;
}
.hf {
	height: 100%;
}
.whf {
	width: 100%;
	height: 100%;
}
.wh1 {
	width: 1px;
	height: 1px;
}
.w_half {
	width: 50%;
}
.h_1 {
	height: 1px;
}
.posRel {
	position:relative;
}
*.tar {
	text-align: right !important;
}
*.tal {
	text-align: left !important;
}
*.tac {
	text-align: center !important;
}
*.nowrap {
	white-space: nowrap;
}
*.di img {
	display:inline !important;
}
.clear {
	clear:both;
}	
object {
	display:block;
}	
.fl {
	float: left;
}
.fr {
	float: right;
}	
*.curP {
	cursor: pointer;
}

/**
 * Print - non print default styles
 */
 
@media screen, handheld, projection, speech, tty, tv {
	
	.forPrint {
		display: none;
	}

}

@media print {
	
	.forScreen {
		display: none;
	}
	
}

/* Calendar */

.dpTable {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #505050;
	background-color: #ffffff;
	border: 1px solid #ece9d8;
}

.dpTable td {
	width: 20px;
	height: 20px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.dpTD {
	border: 1px solid #ece9d8;
}

.dpDayHighlightTD {
	background-color: #7F7748;
	border: 1px solid #7F7748;
	color: #F5E8B1;
}

.dpTDHover {
	background-color: #7F7748;
	border: 1px solid #7F7748;
	color: #F5E8B1;
	cursor: pointer;
}

.dpDayTD {
	background-color: #F5E8B1;
	border: 1px solid #7F7748;
	color: #7F7748;
}

.dpTitleText {
	font-size: 10px;
	color: gray;
	font-weight: bold;
}

.dpDayHighlight {
	background-color: #7F7748;
	color: #F5E8B1;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.dpButton {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #eeeeee;
	font-weight: bold;
	padding: 0px;
}

.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #eeeeee;
	font-weight: bold;
}
