body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
	margin:0;
	padding:0;
}
form { margin: 0; padding: 0; }
label, .label {
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
}
input, textarea, select {
	font-size: 1.1em;
	padding: .2em;
}
input.btn {
	
}
img { border: none; }
a {
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted;
}
table {
	border: 0;
	background: #eeeeee;
}
td {
	margin: .25em;
	padding: .5em 1em;
	background: white;
}
td.label {
	font-size: .8em;
	font-weight: bold;
	background: #f6f6f6;
}
}
th {
	margin: .25em;
	padding: .1em .5em;
	background: #dddddd;
	text-align: left;
}
.edit_link {
	background: url(../images/icon_edit.png) no-repeat left transparent;
	padding-left: 1.4em;
	text-transform: lowercase;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .75em;
}
.delete_link {
	background: url(../images/icon_delete.png) no-repeat left transparent;
	padding-left: 1.4em;
	text-transform: lowercase;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .8em;
}
.error {
	background: #ffc6b9;
	border: 1px solid red;
}

/* structure */
#container {
	margin:0;
	padding:0;
}
#header {
	margin: 0;
	padding: 0em 1em;
	background: url(../images/header_background.png) no-repeat left top #e0e4cc;
	height: 100px;
}
#header h1 { display: none; margin: 0; padding: 0;}
#account { 
	font-family: Verdana, Arial, sans-serif;
	float: right; 
	margin: .5em 0;
	padding: .5em 1em .5em 2em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #e9efd5 url(../images/icon_user.png) no-repeat 10px;
}
#content {
	margin:0;
	padding:1em 3em;
	clear: both;
}
#footer {
	clear:both;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .8em;
	font-style: italic;
	margin: 7em 0 4em 0;
	padding: 2em 3em;
	background: white;
	color: #303030;
}

/* navigation */
#navigation {
	margin: 0;
	padding: .2em 0 0 0;
	background: url(../images/nav_background.png) no-repeat left bottom #e0e4cc; 
	font-family: "Lucida Grande", Verdana, sans-serif;
	border: none;
}
#navigation ul {
	list-style-type: none;
	margin: .5em 0 0 0;
	padding: 0;
	display: block;
	width: 100%;
	border-bottom: 4px solid orange;
	border-color: #fa6900;
}
#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation ul li.first {
	margin-left: 3em;
}
#navigation a {
	border: 1px solid #e0e4cc;
	border-bottom: 0;
	margin: 0 .5em 0 0;
	padding: 3px 1em 0 1em;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: #e9efd5;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
}
#navigation a.current {
	background: #fa6900;
	color: white;
	border: 1px solid #fa6900;
} 
#navigation a:hover {
	background: #fff385;
	color: #0c13a3;
	border: 1px solid #f38630;
}

#notifications {
	margin-left: 285px;
}
#notifications_sidebar {
	float: left;
	width: 255px;
	border: none;
	font-size: .8em;
}
#notifications_sidebar h4 {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted;
}
#notifications_sidebar ul {
	margin: 0;
	padding: 0;
}
#notifications_sidebar ul li {
	list-style-type: none;
	padding: .5em;
}
#notifications_sidebar ul li.current {
	background: #ffffcc;
}
.status {
	background: #eeeeee;
	padding: .25em;
	font-weight: bold;
}
.caption {
	font-size: .75em;
	font-style: italic;
}


/* flash */
#flash { margin: 0; padding: 0; }
.flash { 
	margin: .5em 0 1em 0;
	padding: 1em;
	border: 3px solid;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#error {
	background: #f6e0dc;
	border-color: red;
}
#notice {
	background: #d1fbc3;
	border-color: green;
}
#warning {
	background: #faf2a6;
	border-color: yellow;
}

/* search_form */
#search_form {}
h4.search {
	margin:0 1em 0 0;
	padding:0;
	border-bottom: 1px dotted silver;
}
#browse_nodes_wrapper {
}
#browse_nodes {
	font-family: Verdana, Arial, sans-serif;
	font-size: .80em;
	padding-top: .5em;
}
#browse_nodes ul {
	margin: auto;
	padding: .5em 0 .5em 1.5em;
	list-style-type: circle;
}
#browse_nodes ul li {
	padding: auto;
	list-style-type: disc;
	list-style-image: url(../images/bullet.png);
}
p.help {
	padding: 1em;
	background: #f3d8bf;
	border: 1px solid orange;
	font-style: italic;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
}
table.help_table {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .75em;
	border: none;
	margin: 0 0 1em 0;
	background: white;
}
table.help_table td {
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0 0 0 65px;
}
td.create_alert_1 {
	background: white url(../images/create_alert_1.png) no-repeat top left;
}
td.create_alert_2 {
	background: white url(../images/create_alert_2.png) no-repeat top left;	
}
td.create_alert_3 {
	background: white url(../images/create_alert_3.png) no-repeat top left;	
}
td.create_alert_4 {
	text-align: right;
	padding: 0;
	width: 175px;
}

/* misc layout */
.rounded {
	padding: .5em;
	margin-bottom: 1em;
	border: 1px solid #cdcfc4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;		
}
.rounded h4 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: brown;
}
.search_form {
	background: #fefcf6;
	border: 1px solid #cdcfc4;
}
.search_save {
	background: white;
}
.search_results {

}
#search_results {}
.result_item {
	margin: .5em;
	padding: .5em 1em;
	background: #f7fce1;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.result_caption {
	font-size: .85em;
}
.alert_caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
}

.std_form {
	padding: 1em;
	margin: 0 0 .5em 0;
	width: 50%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
.required {
	background: #f7fce1;
}
.optional {
	background: #e6e6e6;
}
.submit {
	background: #f7fce1;
}

/* home page content */
#home {
	width: 72%;	
}
#home div {
	width: 45%;
	float: left;
	border: 1px;
}
#home p {
	padding-left: 48px;
	height: 80px;
	background: url('../images/star.png') no-repeat left top;
}
a.round_link {
	background: #fa6900;
	color: white;	
	font-size: 1.8em;
	padding: 1em 1.5em;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
a.round_link:hover {
	background: yellow;
	color: black;
}