@charset "UTF-8";

/* 	
	William Paterson University
	Student Development Department  2009
*/


/* Type
----------------------------------------------- */

p {
	font-family: "Arial",sans-serif;
	font-size: 12px;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover  {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #663366;
}


/* Bullets / Arrows
----------------------------------------------- */

.bullets  {
	list-style-position: outside;
	list-style-image: url(images/bluearrow.gif);
	list-style-type: none;
}

.bullets2 {
	list-style-position: outside;
	list-style-image: url(images/orangesquare.gif);
	list-style-type: none;
}

.dot {
	list-style-image:url(images/dot.gif);
}

.dot li, .dot li a, .dot li a:visited {
	font-size: 1.0em;
}

/* Other
----------------------------------------------- */

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.border {
	border: 1px solid #999999;
	margin: 10px;
}

a.button {
	display: block;
	width: 100px;
	height: 20px;
	padding: 15px 20px 10px 45px;
	color:#666666;
	text-decoration: none;
	background:url(button.jpg) no-repeat 0px 0px;
}

a.button:hover {
	color:#333333;
	background:url(button.jpg) no-repeat 0px -45px;
}

#clear {
	clear: both;
	display: block;
	padding-bottom: 25px;
}

#leaders{
	font-size: 10px;
	border-collapse: collapse;
	text-align: left;
}

#leaders th {
	font-size: 12px;
	color: #039;
	border-bottom: 2px solid #6678b1; 
	padding:10px 8px;
	vertical-align: bottom;
	text-align: left;
	font-weight:800;
}

#leaders td {
	color: #01017c; 
	vertical-align: bottom;
	border-bottom: solid 1px #CCC;
	padding: 10px 10px 5px 0px;
}

#leaders tbody tr:hover td {
	background-color: #f2f2f2;
}

