fieldset.admin
{
	border: solid 0px #848484; 
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding-bottom: 5px;
	width: 740px;
}

div.optional
{
	font-size: 12px;
	font-family: Arial, "MS Trebuchet", sans-serif;	
	margin: 8px;
}

div.container
{
	background-color: white;
	border: solid 1px gray;
	margin-bottom: 8px;
	width: 755px;
}

.containerTitle
{
	font-weight: bold;
	font-family: Arial, "MS Trebuchet", sans-serif;	
	font-size: 14px;
	margin: 8px;
}

#adminTitle
{
	width: 792px;
	background-color: orange; 
	margin: 0px 0px 0px 0px;
	height: 24px;
	padding: 4px 0px 0px 4px;
	border-bottom: solid 2px #fff;
}

.fixedWidthButton
{
	width: 80px;
	margin: 4px;
}

#seperator
{
	border-top: solid 1px gray;
	padding-left: 8px;
	padding-top: 4px;
	font-weight: bold;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	width: 99%;
	float: left;
}

#adminTitle p
{
	vertical-align: top;
	display: inline;
	padding: 0px;
	margin: 0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: white;	
}

#adminOption
{
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
}

#list
{
	height: 40px;
	width: 300px;
}

#listTitle a
{
	margin:8px;
	font-size: 15px;
	color: #22475e;
}

#listDesc
{
	margin:8px;
	color: #22475e;
}

.permissionTable
{
	width: 400px;
}

.permissionTableContent
{
	border: solid 1px #22475e;
	text-align: center;
}

.permissionTableContent
{
	padding: 2px;
	margin-left: 4px;
}

.permissionTable, .permissionTable td
{
	border: solid 1px #22475e;

}

.permissionTableTitle
{
	border: solid 1px #22475e;
	text-align: left;
}

tbody tr.even {
	background-color: #fea;
}

.odd
{
	background-color: #fff;
}

div#iconContainer
{
 	background-color: #fff;
	width: 95%;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;


	margin-left: 20px;
	margin-top:20px;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	float: left;

}

div#editMenu 
{
	overflow-y: scroll;
	overflow-x: scroll;
	height: 305px;
}

div.icon:hover
{
	background-color: #75C9FF;
	border: solid 1px darkblue;
}

div.icon:hover div#text
{
	color: white;
}

div.icon
{
	border: solid 1px #fff;
	width: 64px;
	height: auto;
	text-align: center;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 24px;
	margin-left: 12px;
	float:left;
}

div#image
{
	width: 64px;
	margin-bottom: 5px;
	margin-left: 8px;
	float: left;
}

div#text
{
	width: 64px;
	float: left;
	font-family: "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #000;
}

div#breadCrumbs
{
	margin-top: 5px;
	margin-left: 55px;
	margin-bottom: 25px;
	font-family: "MS Trebuchet", sans-serif;
	color: black;
	font-size: 12px;
	

}
div#breadCrumbs a
{
	color: black;
	text-decoration: none;
}

div#adminLeftPicture
{
	background-color: #3d93d0;
	float: left;
	border: 2px white solid;
	height: 225px;
	width: 350px;
	background-image: url('/img/admin/adminPhoto.png');
}

div#adminLoginBox
{
	background-color: #3d93d0;
	float: left;
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	height: 215px;
	width: 202px;
	padding: 10px 20px 0px;
}

div#adminQuote
{
	background-color: #3d93d0;
	float: left;
	border: 2px white solid;
	height: 205px;
	width: 160px;
	padding: 20px 20px 0px;
}

.pagination 
{
	font-size: 80%;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 0px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

.feeTitle
{
	text-align: left;
}

.feeValue
{
	text-align: right;
}
.lateFee
{
	color: red;
}