html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	text-decoration: none;
}

body {
	background: #f1f1f2;
	font-family: "Lucida Sans Unicode", Geneva, sans-serif;
    font-size: 0.81em;
    line-height: 1.5; /* Baseline grid of 21px */
	color:#666;
	height:100%;
}
ol {
	margin-left:80px;
}

a img {
	vertical-align: bottom;
	text-decoration: none;
}
	

#wrapper {
	background: #f1f1f2 url(../images/bg.png) repeat-x 0 0;
	width:100%;
	overflow:visible;
	position:relative;
}
#outer {
	width:100%;
	position: relative;
	text-align:left;
	overflow:visible;
}
#branding {
	height:90px;
	position:relative;
}
#branding p {
	position:absolute;
	right:30px;
	bottom:10px;
	text-align:right;
	font-size:0.92em;
	color:#666;
}
#branding p a {
	color:#000;
	text-decoration:none;
	font-weight:none;
}
#branding p a:hover {
	color:#999;
	text-decoration:underline;
	font-weight:normal;
}
#side_bar {
	width:184px;
	float:left;
	padding:0px 0 0 9px;
}
#side_bar li {
	list-style-type:none;
	margin-bottom:2px;
	clear:left;
}
#side_bar li a {
	font-size:0.85em;
	color:#666;
	display:block;
	width:175px;
	background:url(../images/nav_bg.png) no-repeat left bottom;
	padding-bottom:7px;
	cursor:pointer;
	overflow:hidden;
}
#side_bar li a span {
	display:block;
	width:167px;
	padding-top:7px;
	background:url(../images/nav_bg.png) no-repeat left top;
	padding-right:8px;
}
#side_bar li a:hover {
	color:#000;
}
#side_bar li a strong {
	font-weight:normal;
	float:left;
	margin-left:5px;
	width:120px;
	padding-top:2px;
}
#side_bar li img {
	margin-left:7px;
	float:left;
}
#content {
	width:95%;
/*	background:url(../images/content_bg.png) no-repeat 0 0;
*/	float:left;
	padding:0 0 0 15px;
}
#content #inner a {
	color:#000;
	text-decoration:underline;
}
#content #inner a:hover {
	color:#666;
	text-decoration:none;
}
#breadcrumb {
	margin-bottom:10px;
}
#breadcrumb a {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
#breadcrumb a:hover {
	color:#666;
	text-decoration:none;
}
#content h1 {
	font-size:1.5em;
	color:#000;
	border-bottom:1px solid #ffa000;
	font-weight:normal;
	margin-bottom:4px;
	margin-top:7px;
}
#clear_block {
/*	width: 760px;
	clear:both;
	display:block;
	*/    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;

}
#schedule_name {
	margin-top:10px;
	width: 760px;
	float:left;
	clear:both;
}
#schedule_name li {
	list-style-type:none;
	float:left;
	margin:0 45px 30px 0;
	width:330px;
	height:40px;
}
#schedule_name li a {
	font-size:1.2em;
	color:#333;
	display:block;
	background:url(../images/schedule_name_bg.png) no-repeat left bottom;
	padding-bottom:1px;
	cursor:pointer;
	overflow:hidden;
}
#schedule_name li a span {
	display:block;
	padding-top:10px;
	background:url(../images/schedule_name_bg.png) no-repeat left top;
	padding-right:18px;
	padding-left:18px;
}
#schedule_name li a:hover {
	color:#999;
}
#folders {
	margin-top:10px;
	width: 760px;
	clear:both;
	display:block;
}
#folders li {
	list-style-type:none;
	float:left;
	margin:0 45px 30px 0;
	width:330px;
	height:40px;
}
#folders li a {
	font-size:1.2em;
	color:#333;
	padding-bottom:1px;
	cursor:pointer;
	overflow:hidden;
}
#folders li a span {
	padding-right:18px;
	padding-left:18px;
}
#folders li a:hover {
	color:#999;
}
#folders img {
	margin-right:0px;
	margin-left:6px;
	vertical-align:middle;
	clear:none;
	float:left;
}

form {
	margin-top:20px;
}
form li {
	list-style-type:none;
	clear:left;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:8px;
	margin-bottom:8px;
}
form label {
	color:#000;
	display:block;
	width:auto;
}
form li span {
	display:block;
	font-size:0.77em;
}
input, select, textarea {
	font-family: "Lucida Sans Unicode", Geneva, sans-serif;
    font-size: 1.00em;
	color:#000;
}
input, textarea {
	background-color:#fafafa;
	border:1px solid #c6c6c6;
	padding:3px;
}
input.button {
	margin:0;
	padding:0;
	background-color:#333;
	color:#fff;
	font-size:1.08em;
	padding:7px 13px;
	margin-bottom:10px;
	cursor: pointer;
	cursor: hand;
}
fieldset p {
}
fieldset li em {
	vertical-align:top;
	font-size:0.77em;
	color:red;
}
fieldset li strong {
	padding-bottom:5px;
	display:block;
}
#requestpassword p {
	display:inline;
}
#content p.msg {
	margin:0;
}

h2 {
	font-size:1.05em;
	color:#000;
	margin:0;
	border-bottom:1px solid #999;
	margin-bottom:3px;
}
.msg {
	padding:5px 8px;
	margin-top:10px;
}
.error {
	background-color:red;
	color:#fff;
}
.info {
	background-color:#009900;
	color:#fff;
}
.info strong {
	color:#FFFF99;
	font-weight:normal;
}
.alert {
	background-color:#FFFF99;
	border:1px solid #FF9900;
}
.alert a {
	text-decoration:none;
}
.alert a:hover {
	text-decoration:underline;
}
#content #inner .info a {
	color:#FFFF33;
	text-decoration:underline;
}
#content #inner .info a:hover {
	color:fff;
	text-decoration:none;
}
#sign_up_sheet_block {
	position:relative;
	float:left;
	width: 3000px;
}
#content #sheet_options {
	position:relative;
	margin-top:10px;
	width:200px;
	margin-bottom:5px;
	float:left;
	clear:none;
}
#content #sheet_options a {
	font-size:1.0em;
	text-decoration:none;
}
#content #sheet_options img {
	vertical-align:middle;
}
#sign_up_sheet {
	position:relative;
	overflow:auto;
	float:left;
	clear:none;
	width: 2800px;
}

#content #inner p.add_conference {
	margin-top:5px;
	margin-bottom:5px;
}
#content #inner p.add_conference a {
	font-size:1.18em;
	text-decoration:none;
}
#content p.add_conference img {
	vertical-align:middle;
}
#alert {
	padding:5px 8px;
	background-color:#FFFF99;
	color:#333;
	border:1px solid #FF9900;
}
.schedules {
	border-collapse:collapse;
	border:1px solid #999;
	color:#333;
}
.schedules th {
	padding:5px 8px;
	border:1px solid #999;
	font-weight:normal;
	text-align:left;
}
.schedules th strong {
	font-weight:bold;
}
.schedules th {
	background-color:#ffff66;
}
.schedules td {
	border:1px solid #999;
}
.schedules td p {
	background:#fff url(../images/td_bg.png) repeat-x left bottom;
	padding:5px 8px;
	border-bottom: 1px dotted #FF6600;
}
.schedules span.closed a strong{
	color:#FF6600;
}
.schedules span.closed strong {
/*	color:#736F6E; */
/*	color:#bebebe;  */
	color:#898989
}
.schedules span.closed {
/*	color:#736F6E;  */
/*	color:#bebebe;  */
	color:#898989
}
.schedules span.text {
	font-size:.95em;
	color:#999;
	vertical-align:middle;
	

/*	color:#C35617; /*orange */
}
.schedules span.text input {
	vertical-align:middle;
}
#content #inner .schedules a {
	color:#000;
	font-size:0.85em;
	text-decoration:none;
}
#content #inner .schedules a:hover {
	color:#999;
}
.schedules img {
	vertical-align:top;
}
#content #inner .bottom_tools {
	line-height:2.5;
}
#content #inner .bottom_tools a {
	color:#999;
	font-size:0.85em;
	text-decoration:none;
	color:#666;
}
#content #inner .bottom_tools a:hover {
	color:#000;
}
.bottom_tools img {
	vertical-align:middle;
}
#content p.tip {
	font-size:0.92em;
	margin-bottom:10px;
}
#content p.tip em {
	font-style:normal;
}
#content #inner p.tip em a {
	font-size:1.00em;
	text-decoration:none;
	color:#999;
}
#content #inner p.tip em a:hover {
	color:#000;
}
#content p.tip img {
	margin-right:2px;
	vertical-align:top;
}
#content p.tip span {
	color:red;
}
#content fieldset li p.tip em {
	font-size:1.00em;
	color:#666;
}
#content .conference {
	background-color:#FFFFCC;
	border:1px solid #FFFF99;
	padding:5px 8px;
	color:#000;
	margin:0;
}
.conference_details {
	margin-top:20px;
}
#content .conference_details h2 {
	font-size:1.50em;
	color:#000;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
#content .conference_details h2 a {
	font-size:0.5em;
	text-decoration:none;
	color:#999;
}
#content .conference_details h2 a:hover {
	color:#000;
}
#content .conference_details h2 img {
	margin-right:0px;
	margin-left:6px;
	vertical-align:middle;
}
#content .conference_details strong {
	display:block;
	color:#000;
}
#content .conference_details p {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-top:8px;
}

#content .admin {
	font-size:0.80em;
	color:red;
	border-style:dotted;
	border-width:1px;
	border-color:red;
}
#content .admin2 {
	font-size:1.30em;
	color:red;
	border-style:dotted;
	border-width:1px;
	border-color:red;
}
#content .admin_comment {
	background-color:#FFFF99;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:3px;
}
.rowcolor {
background: #FFFF99;
}
/*this is for categories and items*/
.sortable-list {
	clear:both;
    list-style-type : none;
    margin : 00;
}
.sortable-list li {
    border : 1px solid #000;
    cursor : move;
    margin : 2px 0 10px 40px;
    padding : 3px;
    background : #62B18D;
    width : 400px;
	color: #000000;
}

/*this is for sign up sheets and reg forms*/
.sortable-list-sheet {
	width : 600px;
    list-style-type : none;
    margin : 00;
	display:block;
	clear:both;
}
.sortable-list-sheet li {
    float: left;
	border : 1px solid #000;
    cursor : move;
    margin : 2px 0 10px 40px;
    padding : 3px;
    background : #62B18D;
    width : 250px; /*determines width of a block*/
	color: #000000;
	clear: right;
}

#redbox {
	background-color:#009900;
	color:#fff;
	padding:5px 8px;
	margin:10px 0;
}
.userlist {
	border-collapse:collapse;
	border:1px solid #333;
}
.userlist td {
	padding:3px 6px;
	border:1px solid #333;
	vertical-align:top;
}
.userlist td input.button {
	margin:0;
	padding:0;
	background-color:#333;
	color:#fff;
	font-size:0.80em;
	padding:2px 7px;
	margin-bottom:10px;
	cursor: pointer;
	cursor: hand;
}
table form {
	margin:0;
	padding:0;
}
#footer {
	clear:both;
	background:#f1f1f2 url(../images/footer_bg.png) repeat-x 0 0;
	text-align:left;
}
#footer em {
	font-style:normal;
	display:block;
	height:0px;
	padding-bottom:5px;
}
#footer a {
	color:#225279;
	text-decoration:underline;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}
#footer address {
	padding:30px 19px 20px 19px;
	font-style:normal;
}

/* Added by Kent */
.item_name_text {
	display: none;
	width: 160px;
	height: 32px;
	font-size: 12px;
}

#waiting {
	position:absolute;
	width:150px;
	height:50px;
	background-color:white;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	display:none;
	text-align:center;
	padding-top:30px;
}

.clear {
	clear: both;
}

#overlay {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity = 0.3);
}
