/* Styles loaded into CS editor */



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	
}

/* /*Generic Tag Styles
h1 {
	color: #330066;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size:12px;
    text-transform: uppercase;
	font-weight:bold;
	text-align: left;
}

h3 {
	font-size:12px;
	font-weight:bold;
	text-align: left;
}

/*Need actual colors for links
a:link {
	color: #1D4E4B;
	text-decoration:underline;
	font-weight: bold;
}

a:visited {
	color: #330066;
	text-decoration:underline;
	font-weight: bold;
}

ul {
        list-style:square;
    }

 /* Custom Styles to affect specific commonspot elements
 
 .athleticsLinkbar {
 	text-align: center;
	padding: 10px;
 }
 

/* data layout table classes
.greyDataTable {
	border-collapse: separate;
	border-spacing: 3px 3px;
}

.greyDataTable th {
	color: #1D4E4B;
	background-color: #E5E5E5;
	padding:3px;
}

.greyDataTable td {
	background-color: #F2F2F2;
	padding:3px;
}


/* Department Specific Styles
/* Library

.libsectionbreak {
border-top: 1px solid rgb(0, 0, 0);
}

.libfooter {
color: rgb(51, 0, 102);
border-top: 1px solid rgb(0, 0, 0);
}

 */