/* This file is only used as a style sheet for 
 * lone scripts such as setup.php
 *  May not be needed at all.
 */

.menu {
	font-family: sans-serif;
	font-style: italic;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	text-align: left;
}


.menu_selected {
	font-family: sans-serif;
	font-style: italic;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.logout {
	font-family: sans-serif;
	font-style: italic;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

.text {
	font-family: sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
}

.required {
	font-family: sans-serif;
	text-decoration: none;
	font-size: 12pt;
	color: #770000;
	font-weight: bold;
}

.bold {
	font-family: sans-serif;
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

.alert {
	font-family: sans-serif;
	font-size: 70%;
	color: #FF0000;
	text-decoration: none;
}

.small {
	text-decoration: none;
	color: #000000;
	font-family: sans-serif;
	font-size: 60%;
}

.link {
	font-family: sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 70%;
}

.more {
	font-family: sans-serif;
	text-decoration: none;
	color: #aaaaaa;
	font-size: 70%;
}

.back {
	font-family: sans-serif;
	text-decoration: none;
	color: #aaaaaa;
	font-size: 70%;
}

.link_selected {
	font-family: sans-serif;
	text-decoration: none;
	color: #0000FF;
	font-size: 10pt;
}

.link_submit {
	font-family: sans-serif;
	text-decoration: none;
	color: #000066;
	font-size: 70%;
}

.items {
	font-family: sans-serif;
	font-size: 6pt;
}

.title {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.title_bar {
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a {
	text-decoration: none;
}

.sorting_1:hover{
    cursor:pointer;
    color:#ff5555;
}
