body {
	margin: 20px 40px 40px 50px;
	background: url("background.gif") repeat-y #FFFFFF;
	}
	
body, p, td, input, select { color: #333; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
	
p {	width: 600px; line-height: 16px; }
	
h2 { color: #00cfff; font-size: 16px; }	
h3 { color: #00cfff; font-size: 14px; margin-bottom: 4px; padding-bottom: 0; }
	
img { border-width: 0;	}

a:link, a:visited { color: #6A2811; text-decoration: underline; }
a:hover, a:active {	color: #333333;	text-decoration: underline;	}
	
.warning { font-style: italic; color: #00cfff; }	
.clickitem { padding-left: 10px; padding-right: 20px; }	
.spacebefore { margin-top: 22px; }	
.label { text-align: right; }
.small { font-size: 11px; }

.show { display: inherit; }
.hide { display: none; }

th { background-color: #00cfff; color: #FFFFFF; font-weight: bold; text-align: left; padding: 7px 4px; font-size: 13px; }
tr.alternate td { background-color: #EEEEEE; }

#logout {
	position: absolute;	top: 56px;	left: 618px;
	background: #555555; color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px; padding-left: 10px;
	width: 62px !important; width /*IE5*/: 72px;
	height: 20px !important; height /*IE5*/: 24px;
	}
#logout a:link, #logout a:visited {	color: #FFFFFF; text-decoration: none; }
#logout a:hover, #logout a:active { color: #FFFFFF; text-decoration: underline;  }
	
#backtoadmin { position: absolute; top: 106px; left: 507px; }
#logo { margin-bottom: 20px; }

#folders { background: #E4E4E4 url(folders.gif) 10px 3px no-repeat; width: 570px; padding: 8px 20px 10px 50px; margin-top: 24px; }
#folders a.selected { font-weight: bold; padding: 0; text-decoration: none; }

#actionmenu { background: #E4E4E4 url(actions.gif) 10px 4px no-repeat; width: 570px; padding: 8px 20px 10px 50px; margin-top: 24px; }
#actionmenu a { padding: 0 1px; }
#actionmenu a.selected { font-weight: bold; padding: 0; text-decoration: none; }

#actiondo div { background-color: #FAFAFA; width: 570px; padding: 12px 20px 0 50px; border-bottom: 2px solid #DDDDDD; margin-bottom: 24px; height: 50px; }
#actiondo div p { margin: 0 0 4px 0;  }

