@import "default.css";

/* User styles */
.StyleTest {
	background-color:blue;
}

.Ball li { 
	list-style-image:url(../images/uploads/file_6.gif) ;
 	vertical-align:middle;	
}

.Header {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-decoration: none;
}

.Header_Red {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}

.Header_Green {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009900;
	text-decoration: none;
}

.SmallBlueLink {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000099;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

/* -------------------- form validation  ---------------------------------*/
input.alert {
	background-color:#ccccff  !important;
}

input.req {
	background-image: url(../base/resources/images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
