/* Login Page */
	form label {float: left; font-size: 13px; width: 90px;}
	form .row {padding-bottom: 5px; clear: left;}

/* Home Page */
	h1.file-title {background: #f7ebd3; font-family: Arial,Helvetica,sans-serif; font-weight: bold; font-size: 15px; margin: 0px 0px 5px 0px; padding: 5px;}
	div.file-content {padding: 0 0 0 26px; margin: 0 0 10px 0;}
	div.file-date {margin: 0; padding: 2px 0 2px 26px; color: #d11010; font-family: Arial,Helvetica,sans-serif; font-size: 12px;}
	.file-container {border: 1px solid #d5bd8c; margin-bottom: 15px;}
	div.file-download {float: right; padding: 5px 5px 0 0;}

div.cl {clear: both;}

a.green-f7ebd3, a.green-f7ebd3 span {background-image: url('/telecourse/images/button-green-f7ebd3.gif');}
a.green-white, a.green-white span {background-image: url('/telecourse/images/button-green-white.gif');}

a.button {
	background-position: right top;
	background-repeat: no-repeat;
	color: white;
	cursor:pointer; 
	display: block;
	display: inline-block; /* IE6  */
	display: -moz-inline-box; /* FF  */
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-right: 20px; 
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
}

a.button span { 
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	display: inline-block;
	height: 19px;
	line-height: 18px;
	padding-left: 20px; 
}

a.button:hover {background-position: right -22px; color: white; text-decoration: none;} 
a.button:hover span {background-position: left -22px;} 
