a:link {
 color: #000000;
 text-decoration:none;
 font-weight:normal;
}
a:visited {
 color: #000000;
 text-decoration:none;
 font-weight:normal;
}
a:hover {
 color: #000000;
 text-decoration:underline;
 font-weight:normal;
}

.admin_content {
	margin: 0px, 40px, 40px, 0px;
	width:95%;
	left: 40px;
}

.submenu {
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: left;
}

.submenu {
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: left;
}
.submenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.submenu li {
	display:inline;
	margin:0;
	padding:0;
	line-height:200%;
	border-bottom: 2px solid #a3b8cc;
}

.submenu-active {
	text-decoration: none;
	background: #a3b8cc;
	padding: 3px 5px 0 5px;
}

.submenu-inactive {
	text-decoration: none;
	background: #dae0e6;
	padding: 3px 5px 0 5px;
}

.grid {
	margin: 0px, 40px, 40px, 0px
}

.grid td {
	padding: 3px;
}

.grid-header {
	color: #fff;
	background: #a3b8cc;
}

.grid-row1 {
	background: #dae0e6;
}

.grid-row2 {
	background: #e6ecf2;
}

.grid-row-selected {
	background: lightyellow;
}

.grid-pager {
	text-align: left;
	color: silver;
}

.grid-pager a {
	color: green;
	text-decoration: none;
}

