body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a {
	text-decoration: none;
	color: #006699;
}
img {
  border:none;
}
hr {
	background-color: #eeeeee;
	border: 1px solid transparent;
}

#topMenu {
	background: #2aaacd; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2aaacd', endColorstr='#2478a7'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2aaacd), to(#2478a7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2aaacd,  #2478a7); /* for firefox 3.6+ */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

input,select,textarea {
 	border:1px solid #dddddd;
 	padding:5px 5px;
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size:14px;
}

textarea,input[type="text"],input[type="password"],input[type="file"],input[type="button"],input[type="submit"],input[type="reset"],select,#postcustomstuff table input,#postcustomstuff table textarea,.widefat {
background-color:#fff;
border-color:#dfdfdf;
}

input[type="button"], input[type="submit"] {
	background-color: #A3C91C !important;
	background-image: -moz-linear-gradient(center top , #A3C91C, #7E9F07);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A3C91C), to(#7E9F07));
	color: white;
	border-color: #7E9F07;
}
#outer {
	width: 850px;
	margin: auto;
}
#list {
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #b8e0ed;
	width:100%;
	border-spacing:0px;
}

#list th {
	background-color: #dfedf2;
	text-align:left;
	padding:5px;
}

#list tr:hover {
	background-color: #eeeeee;
}

#list td {
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#details {
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #b8e0ed;
	width:100%;
	border-spacing:0px;
}

#details th {
	text-align:left;
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E1F7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E1F7;
}

#details td {
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E1F7;
}

#details tr:hover {
	background-color: #F1F1F1;
}

#entry {
 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #b8e0ed;
	width:90%;
	border-spacing:0px;
}

#entry th {
	text-align:left;
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E1F7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E1F7;
}

#entry td {
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E1F7;
}

#entry tr:hover {
	background-color: #F1F1F1;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.error {
	color: #FF0000;
}
.required {
	color: #FF0000;
}

#topMenu a {
	color:#FFFFFF;
	margin-left: 10px;
}
