body{
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
}

#outerContent{
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	width:1024px;
	height:820px;
}

#topNav{
	width:980px;
	margin-bottom:40px;
}

#topNav img{
	border:none;
}

#topNavContent{
	width:inherit;
	background-repeat: no-repeat;
	height:30px;
}

#topNavContent ul li{
	display:inline;
	list-style-type:none;
}

#innerContent{
	margin-top:130px;
	overflow:auto;
}

#innerContent table{	
	margin-left:auto;
	margin-right:auto;
}

#innerContent a{
	color:white;
}

#pagingContent div, div.disabled{
	display:inline;
}


table.editTable td{
	background: #f2f2f2;
	border-bottom:solid 1px grey;
}

/*Tables*/
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fef4e6;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #ebf3fc;
}
.actions ul li{
	display:inline;
}
td.actions a {
	margin: 0px 6px;
}
dd{
	background:#FEF4E6;
}
dd.altrow{
	background: #ebf3fc;
}

.admin_view{
	width:650px;
	overflow:auto;
}

#flashMessage{
	color:#993333;
	font-size: 1.5em;
}

input{
	margin:10px;
}


select, textarea{
	margin:10px;
}

label{
	font-weight:bold;
}

table.adminNav{
	background-color: #CCCCCC;
	width:100%;
}

th.adminNav, th.adminNav a{
	background-color: white;
	color: #FF9933;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size:90%;
}

tr.adminNav{
	background-color: white;
}

td.adminNav{
	padding:10px;
	margin:0px;
}

th.adminNav:hover, tr.adminNav:hover{
	background-color:#CCCCCC;
	cursor:pointer
}


/**  */
#admin_nav{
	width: 75%;	
	margin-left: auto;
	margin-right:auto;
	border: solid 1px #cccccc;
}

#admin_nav td{
	height: 20px;
	width: 25%;
	background-color:white;
	text-align:center;
	margin:0px;
	border: solid 1px #cccccc;
	font-size:15px;
}

#admin_nav tr{
}

#admin_nav td:hover{
	background-color:#cccccc;
	cursor:pointer;
}

