body {
	font-family: Tahoma,Arial,sans-serif;
	font-weight: normal;
	font-size: 10pt;
	margin: 12px 30px 4px 30px;
	padding: 0px;		
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #E5E5E8;
}

table.header {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	clear: both;
	color: lightsteelblue;
	background-color: #88A6C0;
	background-image: url(pageheader.jpg);
	background-position: top left;	
	border: 1px steelblue solid;	
}
td.logo {
	vertical-align: center;
	width: 200px;
	height: 24px;
	background-image: url(logo.gif);	
	background-repeat: no-repeat;
	background-position: top left;	
}
td.login {
	font-size: 10pt;	
	vertical-align: bottom;	
	text-align: right;
	paddding-right: 1ex;
}
td.topmenu {
	text-align: center;	
	vertical-align: bottom;	
	background-repeat: no-repeat;	
	background-position: top left;			
}
td.submenu {
	color: black;
	text-align: center;	
	vertical-align: bottom;	
	clear:both;
	margin: 0px;
	padding-bottom:0px;	
	background-repeat: no-repeat;		
}

div.content {
	color: black;
	margin: 0px;
	padding-bottom: 10ex;
	padding-left: 3ex;
	padding-right: 2ex;		
	line-height: 135%;
	border: 1px silver solid;
}

div.footer {
	font-size: 8pt;
	line-height: 135%;		
	text-align: center;		
	clear:both;
	margin: 0px;
	padding: 10px;
}

h1 {	
	font-family: "Verdana", Arial, sans-serif;	
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	padding-left:80px;	
}
h2 {
	font-family: "Arial Black", Arial, sans-serif;		
	color: black;
	font-size:11pt;
	font-weight: bold;	
}
h3 {
	font-family: "Verdana", Arial, sans-serif;		
	color: black;	
	font-size:10pt;
	font-weight:bold;
}

a {
    color: navy;
    text-decoration: none;
}

.hint {
	color: dimgray;
	font-size: 8pt;
}

.error {
	color: red;
	font-weight: bold;
}

.writtenby {
	background-image: url(write.gif);
	background-repeat: no-repeat;
	padding-left: 36px;
}

dl.list dt {
	font-weight:bold;  
	padding-top:1ex;	
}

li div.title a {	
	font-size: 11pt;
	font-weight:bold;   
}
li div.author{	
	font-size: 8pt;
}
li div.text {
	margin-bottom: 1em;
}


a.edit {
	color: black;
	background: #BFCFFF;	
	border: 1px #BFCFFF outset;
	padding:1px;
	padding-left:10px;
	padding-right:5px;
	background-image: url(edit.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.delete {
	color: black;
	background: #BFCFFF;
	border: 1px #BFCFFF outset;
	padding:1px;
	padding-left:16px;
	padding-right:5px;
	background-image: url(delete.gif);
	background-repeat: no-repeat;
	background-position: left;
}
a.save {
	color: black;
	background: #BFCFFF;	
	border: 1px #BFCFFF outset;
	padding:1px;
	padding-left:16px;
	padding-right:5px;
	background-image: url(save.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
a.cancel {
	color: black;
	background: #BFCFFF;	
	border: 1px #BFCFFF outset;
	padding:1px;
	padding-left:16px;
	padding-right:5px;
	background-image: url(cancel.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.schedule {
	padding:1px;
	padding-left:22px;
	padding-right:5px;
	background-image: url(schedule.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.new {
	padding:1px;
	padding-left:18px;
	padding-right:5px;
	background-image: url(new.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.refresh {
	padding:1px;
	padding-left:18px;
	padding-right:5px;
	background-image: url(refresh.gif);
	background-repeat: no-repeat;
	background-position: left;
}

dl table {
	background: lightsteelblue;
}

table.myroles {
	border-collapse: collapse;
	font-size: 9pt;
}

td.userphoto {
	padding-left:20px;
	padding-right:20px;
}
img.photo120h {
	border: 1px silver solid;
	padding: 10px;
	height: 120px;
	background: white;	
}

img.photo80w {
	border: 1px silver solid;
	padding: 10px;
	width: 80px;
	background: white;
}

.instruction {
	border: 1px gold solid;
	background: ivory;
	/*margin-left: 50px;*/	
	padding: 5px;
}
