/* SimAUD default stylesheet  */

body, div {
	font-family: sans-serif;
	font-size: 14px;
	color: #333333;
}

body, div, ul, ol, li, p, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
  background-color: #FFFFFF;
  background-image: url(../img/background.png);
  background-position: top center;
}

img {
	border: 0px;
}

a {
	color: #006600;
}

a:hover {
	color: #7ab317;
}

p {
	margin-top: 4px;
	margin-bottom: 8px;
}

p.header {
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	
	margin-top: 16px;
}

p.subheader {
	color: #444444;
	font-weight: bold;
	font-size: 15px;
	
	margin-top: 20px;
}

p.feedback {
	border: 1px dotted #666666;
	font-style: italic;
	background-color: #FFFFFF;
	padding: 4px;
	margin-top: 24px;
}

p.spacer {
	font-size: 12px;
	height: 20px;
	text-align: right;
	border-bottom: 1px dashed #CCCCCC;
}

p.spacerbare {
	font-size: 12px;
	height: 20px;
	text-align: right;
}

ul.plist {
	margin-left: 56px;
}

ul.plist li {
	line-height: 1.3em;
}


#archived {
	margin: 0;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}
#archived div {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 10px;
}
#archived div p {
	font-size: 16px;
	font-face: "Tahoma MS", sans-serif;
}

#page {
	width: 950px;
	margin: 0px auto 0px auto;
}

#pageframe {
	float: left;
	position: relative;
	
	width: 950px;
	
	top: -250px;

	background-image: url(../img/background_menu.png);
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: repeat-y;

}

#menu {
	float: left;
	width: 250px;
	
	color: #006600;
}

#menu ul {
	list-style: none;

	margin: 12px;
	margin-left: 24px;
	margin-bottom: 25px;
}

#menu li {
	margin-top: 6px;
}

#menu li.subitem {
	margin-left: 12px;
	font-size: 12px;
	font-style: italic;
}

#menu li.spacer {
	margin-top: 24px;
}

#content {
	float: left;
	width: 700px;
	
	min-height: 600px;
}

#contentbody {
	margin: 12px 0px 12px 12px;
}

#contentbody p {
	width: 640px;

	line-height: 1.3em;
	margin-left: 36px;
}

#logocallout {
	float: right;
	
	width: 150px;
}

#logocallout img {
	margin-left: 12px;
}

#leftflow {
	float: left;
	position: relative;
	
	height: 250px;
	width: 165px;
	
	left: -165px;
	
	background-image: url(../img/header_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #7ab317;
}

#rightflow {
	float: left;
	position: relative;
	
	height: 200px;
	width: 50px;
	
	left: 785px;
	
	
	background-image: url(../img/header_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#address {
	vertical-align: bottom;

	color: #006600;

	width: 226px;
	margin: 24px;

	font-size: 10px;
}

#legal {
	text-align: right;
	font-size: 10px;
	color: #AAAAAA;
}


form input {
	border: 1px solid #333333;
}

table.program {
	margin-left:36px;
	border: none;
}

table.program th {
	border: none;
	text-align: left;
	padding: 8px;
	
	color: #666666;
	font-weight: bold;
	font-size: 18px;
}

table.program td {
	vertical-align: top;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	font-size: 0.85em;
	padding: 8px;
}

table.program td.time {
	text-align: right;
	padding-right: 20px;
	font-size: 1.0em;
}

table.program td.session {
	background-color: #C2D69B;
	font-size: 1.0em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

table.program td.sessiontime {
	text-align: right;
	padding-right: 20px;
	background-color: #C2D69B;
	font-size: 1.0em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

table.program td.break {
	background-color: #DDDDDD;
	font-style: italic;
	text-align: center;
	font-size: 1.0em;
	border: none;
}

table.program td.spacer {
	border: none;
}

