@charset "utf-8";
.bgok {
	background-color: #ededed;
        cursor: pointer;
}
.bgsemi {
	background-color: #ffd3d8;
        cursor: pointer;
}
.bgfull {
	background-color: #e09494;
}
.bgselected{
	background-color: #172128;
		font-family: Trebuchet MS;
	  font-weight: bold;
	color: #ffffff;	
}
.txtsmall {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #6a6969;
}

.txt {
	font:normal 14px Trebuchet MS;
	color:#212d35;
}


.bggrey {
	background-color: #d4d6d8;
}
.txtlarge {
	font:normal 17px Trebuchet MS;
	color:#212d35;

}
.txtinputlarge {
	width: 150px;
    font:normal 14px Trebuchet MS;
	color:#212d35;
}
.txtinputsmall {
	width: 50px;
    font:normal 14px Trebuchet MS;
	color:#212d35;
}
.bgdotted {
	background-image: url(images/dotted_grey.gif);
	background-repeat: repeat-x;
}
.bgdottedvertical {
	background-image: url(images/dotted_grey_vertical.gif);
	background-repeat: repeat-y;
}
.errormsg {
	font-weight: bold;
	color: #FF0000;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
