.phplabs_input, .phplabs_button, .alert, .input_current {
	font-family : Verdana;
	font-size : 10px;
	border : 1px black solid;
	width : auto;
}
.phplabs_button {
	border : 0px #b5d4e6 solid;
	background-color: #b5d4e6;
	cursor : hand;
	font-weight : 700;
	color : white;
	height : 18px;
	vertical-align : middle;
}
.alert {
    background-color : #ffff33;
}
.input_current {
    background-color : #ddeeff;
}
.calendar_top {
	font-family : Verdana;
	font-size : 10px;
    background-color : black;
    color : white;
    font-weight : 700;
    height : 18;
    width : 18;
    text-align : center;
}
.calendar_workday {
	font-family : Verdana;
	font-size : 10px;
    background-color : #eaf4ff;
    height : 18;
    width : 18;
    text-align : center;
}
.calendar_playday {
	font-family : Verdana;
	font-size : 10px;
    background-color : #d9ecff;
    height : 18;
    width : 18;
    text-align : center;
}
.phplabs_text, .blue1, .blue2 {
	font-family : Verdana;
	font-size : 11px;
}
.phplabs_text {
	font-family : Verdana;
	font-size : 11px;
	color : black;
	font-weight : 500;
}
.blue1 {
	background-color : #d9ecff;
}
.blue2 {
    background-color : #eaf4ff;
}
a.phplabs_link:link, a.phplabs_link:active, a.phplabs_link:visited {
	color : black;
	text-decoration : none;
}
a.phplabs_link:hover {
	color : black;
	text-decoration : underline;
}

