/* Lines */
.x-vertical-dashline {
	width:1px;
	background:url('../images/line-vertical-dash.png') repeat-y scroll 0 0;
}
/* text */
h3 {
	color:#F04923;
	font-size:16px;
}
.x-text-white {
	color:white;
}
.x-text-orange {
	color:#F04923;
}
/* Lists */
.x-list-orangedot {list-style-image: url('../images/dot-orange.png');}
BODY {
	font-family:verdana;
	font-size:11px;
}
td {
	font-size:11px;
}
/* Buttons */
.x-btn-green-small {
	background:url('../images/button-green.png');
	width:100px;
	height:25px;
	border:none;
	color:white;
	font-weight:bold;
	font-size:11px;
	font-family:verdana;
	text-align:center;
	line-height:25px;
}
.x-img-click {
	cursor:pointer;
}
