/* CSS Document */

body  {
	margin:0;
	padding:0;
	font:12px "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#E3E3E3 url(../images/body_bg.gif) repeat-y top center;
	min-height:100%;
}
div, p, ul, li, h1, h2 {
	margin:0;
	padding:0;
}
#container {
	margin:auto;
	width:940px;
	background:#FFFFFF;
}

/*----- Masthead Styles -----*/
#banner {
	height:100px;
	border-bottom:10px solid #999999;
}
#banner img {
	border:none;
}
p#current_user {
	z-index:1000;
	position:relative;
	top:5px;
	right:10px;
	text-align:right;
	color:#999999;
}
p#current_user span {
	color:#526E4C;
}
p#current_user a {
	text-decoration:none;
	color:#87B27A;
}


/*----- Middle Styles -----*/
#middle {
	text-align:left;
	background:#FFFFFF;
	padding:0 15px 10px 15px;
}
#middle h1 {
	border-bottom:1px dotted #666666;
	color:#666666;
	margin-bottom:10px;
}
#middle h4 {
	border-bottom:1px solid #d4d4d4;
	color:#333333;
	margin:3px 0 10px 0;
}

#nav_menu {
	float:left;
	width:180px;
	padding: 0 5px;
	border-right:1px solid #526E4C;
	background:#FFFFFF;
}

div#nav_menu li {
	list-style:none;
	margin-bottom:10px;
}
div#nav_menu li li {
	margin:3px 3px 3px 15px;
	padding-left:15px;
	background:url(../images/ul_bullet.gif) no-repeat left;
}
div#nav_menu li a {
	text-decoration:none;
	font-size:18px;
	color:#666666;
}
div#nav_menu li li a {
	text-decoration:none;
	font-size:14px;
	color:#87B27A;
}
div#nav_menu li li a:hover {
	background:url(../images/a_underline.gif) repeat-x bottom left;
}

div#content {
	margin-left:190px;
	border-left:1px solid #526E4C;
	padding:0 15px 40px 15px;
}

div.info_message li {
	margin:3px 3px 3px 15px;
	padding-left:15px;
	list-style:none;
	background:url(../images/ul_bullet.gif) no-repeat left;
}
#preferences li {
	padding-left:15px;
	list-style:none;
	background:url(../images/ul_bullet.gif) no-repeat left;
}


table.sortable {
	width:98%;
	border:1px solid #CCCCCC;
}
table.sortable th {
	background:#d4d4d4;
	text-align:center;
	font-size:12px;
	color:#3B211E;
	padding:3px 0;
}
table.sortable td {
	border-bottom:1px dotted #CCCCCC;
	margin-top:3px;
	padding:2px;
	font-size:11px;
}
table.sortable th a {
	color:#333333;
	text-decoration:none;
}
table.sortable th a:hover {
	border-bottom:1px dotted #333333;
}
table.sortable td a {
	color:#999999;
	text-decoration:none;
}
table.sortable td a:hover {
	border-bottom:1px dotted #CCCCCC;
}
a.toplink {
	float:right;
	color:#0000CC;
	text-decoration:none;
}
a:hover.toplink {
	border-bottom:1px dotted #0000CC;
}

/*- Footer Styles --*/
#footer {
	clear:both;
	border-top:10px solid #999999;
	padding:10px 0;
	color:#999999;
	font-size:9px;
}
#footer a {
	text-decoration:none;
	color:#666666;
}
#footer a:hover {
	border-bottom:1px dotted #666666;
}

/*-- Admin styles -- */
ul#admin_nav {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul#admin_nav li {
	display:inline;
	margin:0 1px;
	padding:0 15px;
	background:#CCCCCC;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:2px solid #999999;
}
ul#admin_nav li a {
	text-decoration:none;
	color:#333333;
}
div.module_nav {
	margin-bottom:10px;
}
div.module_nav a {
	text-decoration:none;
	color:#333333;
}
div.module_nav a:hover {
	color:#CC3300;
	border-bottom:1px dotted #CC3300;
}

/*-- Form styles -- */
.form_input, textarea, select {
	border:1px solid #999999;
	font:12px, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	padding:1px 3px;
	width:98%;
	z-index:1;
}
label span  {
	color:#FF0000;
}
select.time {
	width:100px;
}
input.button, a#button {
	margin:5px;
	padding:0 5px;
	border:1px solid #666666;
	background:url(../images/submit_bg.gif) repeat center top;
	color:#FFFFFF;
	font-weight:bold;
	font-size:23px;
	cursor:pointer;
}
table.form_layout {
	border-collapse:collapse;
}
label {
	font:11px, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.fi_time {
	width:15px;
}
.fi_year {
	width:30px;
}
.short_select {
	width:45px;
}
.tz_select {
	width:165px;
}
table {
	width:100%;
	border:1px solid #CCCCCC;
}
td {
	padding:1px 5px;
}
td.td_label {
	width:25%;
}
.dark_line {
	background:#DFDFDF url(../images/dark_line_bg.gif) repeat-x bottom left;
	padding:3px 0;
	height:30px;
}
.light_line {
	background:#FFFFFF;
	padding:3px 0;
	border-bottom:1px solid #CCCCCC;
	height:30px;
}
ul.sorttable_list {
	width:140px;
	min-height:238px;
	background:#F0F0F0;
	border:1px solid #CCCCCC;
}
ul.sorttable_list li {
	margin:2px;
	border:1px solid #999999;
	border-left:6px solid #999999;
	background:url(../images/dark_line_bg.gif) repeat-x bottom left;
	list-style:none;
	padding:2px;
	cursor:move;
	font-size:11px;
}
ul.sorttable_list li:hover {
	border:1px solid #87B27A;
	border-left:6px solid #87B27A;
}

p#fail_message {
	margin:10px;
	padding:10px 0;
	color:#CC3300;
	border:1px solid #CC3300;
	text-align:center;
	background:#FAE4E1;
}
p#success_message {
	margin:10px;
	padding:10px 0;
	color:#006600;
	border:1px solid #006600;
	text-align:center;
	background:#E6FEE0;
}
p#warning {
	margin:15px 0;
	padding:10px;
	color:#CC3300;
	border:1px solid #CC3300;
	background:url(../images/error_bg.gif) no-repeat top center;
}
input.sp_btn {
	border-top:3px double #CCCCCC;
	border-left:3px double #CCCCCC;
	border-right:3px double #666666;
	border-bottom:3px double #666666;
	margin:3px;
	padding:0 10px;
	font-size:18px;
}
table.ms_table {
	font-size:10px;
}
table.ms_table td {
	border-bottom:1px dotted #CCCCCC;
}
table.ms_table a {
	text-decoration:none;
	color:#333333;
}
table.ms_table a:hover {
	color:#CC3300;
	border-bottom:1px dotted #CC3300;
}


/*-- Conf Page Styles --*/
#conference_content {
	margin-right:200px;
	padding-right:15px;
	border-right:1px solid #666666;
}
#conference_content h1 {
	font-size:18px;
	border:none;
	margin:5px;
}
#conference_content ul {
	padding-left:40px;
}
#conference_content table {
	width:660px;
}
#right_column {
	width:200px;
	float:right;
	padding:0;
	margin:0;
}
#right_column h4 {
	background:#666666;
	color:#FFFFFF;
	padding:2px 10px;
	margin:0 0 5px 0;
}
#right_column li {
	font-size:10px;
	list-style:none;
	padding:3px;
}
#right_column a {
	text-decoration:none;
	color:#999999;
}
#right_column a:hover {
	color:#CC3300;
	border-bottom:1px dotted #CC3300;
}

/*-- Browse Page stuff --*/
ul#browse_ul {
	list-style:none;
	margin:0;
	padding:0;
}
ul#browse_ul li {
	margin-bottom:5px;
}
ul#browse_ul li span {
	cursor:pointer;
	padding-left:15px;
	background:url(../images/plus_icon.gif) no-repeat 0 1px;
}
ul#browse_ul li li {
	padding-left:0;
	background:none;
}
ul#browse_ul a {
	text-decoration:none;
	color:#7BA170;
}
ul#browse_ul ul {
	list-style:none;
	margin:0;
	padding:0;
}
table.browse_table {
	width:95%;
	border:none;
	margin-left:15px;
}

/*--- XML Forms ---*/
#xml_form {
	border:1px dotted #B0E8B0;
	margin:3px;
	padding:10px;
}
#form_header {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
#form_footer {
	text-align:center;
	font-size:10px;
	margin:20px 0;
}
div.form_group {
	margin:10px 0;
}
h4.grp_title {
	font-size:125%;
	color:#526E4C;
	padding:0;
	margin:3px 0;
	font-weight:normal;
}
#xml_form p {
	margin:3px 0;
	padding:0 10px;
}
p.form_warning {
	text-align:center;
	color:#CC0000;
}
p.form_note {
	text-align:right;
	padding:3px 0;
}
p.form_note em {
	background:#B0E8B0;
	color:#FFFFFF;
	padding:0 3px;
}
p.form_note span {
	color:#FF0000;
}
