/* CSS document */

html,body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
html {
	background: url(../../images/background.png) repeat-y center;
}
body {
	position: relative;
}
div {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	color: #186dcf;
}
h2 {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #186dcf;
}
h3 {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #186dcf;
}
p {
	margin: 0px;
	padding: 0px;
}
em.connect {
	color: #186dcf;
}
a:link {
	color: #186dcf;
	text-decoration: underline;
}
a:visited {
	color: #186dcf;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #186dcf;
	text-decoration: underline;
}
img {
	border-style: none;
}
table {
	width: 100%;
	height: auto;
}
input.submit {
	width: 1;
	overflow: visible;
	padding-left: 5px;
	padding-right: 5px;
}
table.activities {
	width: 760px;
	font-size: 10px;
	margin-bottom: 20px;
}
	table tr.roweven {
		background-color: #f3f8fd;
	}
	table tr.rowodd {
		background-color: #e7f0fa;
	}
	table tr.roweven:hover {
		background-color: #c5daf3;
	}
	table tr.rowodd:hover {
		background-color: #c5daf3;
	}
	table tr#active {
		background-color: #c5daf3;
	}
		table tr th {
			padding: 5px;
			text-align: left;
			font-weight: normal;
			background-color: #186dcf;
			color: #ffffff;
			text-decoration: underline;
		}
		table.activities tr th {
			text-decoration: none;
			border: 1px solid #ffffff;
		}
		table.activities tr th.time {
			width: 30px;
			text-align: right;
		}
		table tr th:hover{
			text-decoration: none;
		}
		table tr td {
			padding: 5px;
		}
		table tr td.inactive {
			font-style: italic;
		}
		table.activities tr td {
			border: 1px solid #ffffff;
			vertical-align: top;
		}
		table.activities tr td:hover {
			background-image: url(../../images/cell_hover.png);
			background-repeat: repeat-x;
		}
		table.activities tr td.time {
			border-bottom: 1px solid #666666;
			text-align: right;
			padding-right: 0px;
		}
			table.activities tr td.time span {
				position: relative;
				top: -8px;
			}
		table.activities tr td.time:hover {
			background-image: none;
		}
		table.activities tr td.empty {
			background-image: url(../../images/empty_cell.gif);
		}
		table.activities tr td.empty:hover {
			background-image: url(../../images/empty_cell.gif);
			background-repeat: repeat;
		}
		table.activities tr td.available {
			background-color: #2dce17;
			color: #ffffff;
		}
		table.activities tr td.unavailable {
			background-color: #666666;
			color: #ffffff;
		}
		table.activities tr td.chosen {
			background-color: #24a512;
			color: #ffffff;
		}
		table.activities tr td.full {
			background-color: #ce1717;
			color: #ffffff;
		}
fieldset {
	width: 520px;
	margin: 0px;
	padding: 20px;
	border-style: none;
	border-bottom: 5px solid #ffffff;
	background-color: #e7f0fa;
}
fieldset.wide {
	width: 720px;
}
	fieldset h2 {
		margin: 0px;
		padding-bottom: 20px;
	}
	fieldset h3 {
		margin: 0px;
		padding-bottom: 10px;
	}
	fieldset ul {
		width: 100%;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
		fieldset ul li {
			margin: 0px 0px 5px 0px;
			padding: 0px;
			clear: both;
		}
		fieldset ul li.submit {
			padding-left: 150px;
		}
			fieldset ul li label {
				width: 140px;
				margin-right: 10px;
				float: left;
				position: relative;
			}
			fieldset ul li label.onTop {
				float: none;
				display: block;
			}
				fieldset ul li label img {
					width: 10px;
					height: 10px;
					position: absolute;
					top: 0px;
					right: -10px;
				}
			fieldset ul li input.text {
				width: 194px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
			}
			fieldset ul li input.file {
				width: 200px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
			}
			fieldset ul li input.left {
				float: left;
				margin-right: 5px;
			}
			fieldset ul li select {
				width: 200px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
			}
			fieldset ul li textarea {
				width: 194px;
				height: 50px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
			}
			fieldset ul li textarea.big {
				width: 364px;
				height: 100px;
			}
			fieldset ul li p.error {
				width: auto;
				margin: 0px;
				float: right;
				color: #ce1717;
			}
div.greybar {
	width: 800px;
	height: 10px;
	font-size: 9px;
	background-color: #898989;
}

div.container {
	width: 800px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}
	div.header {
		width: 800px;
		height: 50px;
		padding-top: 110px;
		background: url(../../images/event2connect.png) 20px 20px no-repeat;
		position: relative;
	}
		div.header p {
			position: absolute;
			top: 20px;
			right: 20px;
		}
		div.header ul.menu {
			width: 800px;
			height: 30px;
			margin: 0px;
			padding: 0px;
			background-color: #186dcf;
			background-image: url(../../images/menubar_gradient.png);
			background-repeat: repeat-x;
			list-style-type: none;
		}
			div.header ul.menu li {
				width: auto;
				height: 30px;
				float: left;
				display: block;
				padding: 0px;
			}
			div.header ul.menu li:hover {
				background-image: url(../../images/menu_hover.png);
			}
				div.header ul.menu li a {
					width: auto;
					height: 14px;
					display: block;
					padding: 7px 20px 9px 20px;
					font-size: 14px;
					color: #ffffff;
					text-decoration: none;
				}
				div.header ul.menu li a:hover {
					font-weight: normal;
					color: #ffffff;
					text-decoration: none;
				}
				div.header ul.menu li#active a {
					font-size: 14px;
					font-weight: bold;
					text-decoration: none;
				}
				div.header ul.menu li#active a:hover {
					color: #ffffff;
					text-decoration: none;
				}
		div.header ul.submenu {
			width: 760px;
			height: 20px;
			margin: 0px;
			padding: 0px 20px 0px 20px;
			background-color: #898989;
			list-style-type: none;
		}
			div.header ul.submenu li {
				width: auto;
				height: 20px;
				float: left;
				display: block;
				padding: 0px 20px 0px 0px;
			}
				div.header ul.submenu li a {
					width: auto;
					height: 12px;
					display: block;
					padding: 3px 0px 5px 0px;
					font-size: 12px;
					color: #ffffff;
					text-decoration: none;
				}
				div.header ul.submenu li a:hover {
					color: #ffffff;
					text-decoration: underline;
				}
				div.header ul.submenu li#active a {
					font-weight: bold;
					text-decoration: none;
				}
				div.header ul.submenu li#active a:hover {
					font-weight: bold;
					color: #ffffff;
					text-decoration: underline;
				}
	div.contentbox {
		width: 760px;
		height: auto;
		padding: 20px;
	}
		div.contentbox div.left {
			width: 560px;
			height: auto;
			padding-bottom: 20px;
			float: left;
		}
			div.contentbox div.left p {
				margin-bottom: 20px;
				text-align: justify;
			}
			div.contentbox div.left div.errors {
				width: auto;
				height: auto;
				margin-bottom: 20px;
				border: 1px solid #ce1717;
			}
				div.contentbox div.left div.errors p.title {
					margin: 0px;
					padding: 2px 10px 2px 10px;
					background-color: #ce1717;
					color: #ffffff;
				}
				div.contentbox div.left div.errors p {
					margin: 0px;
					padding: 10px;
				}
		div.contentbox div.right {
			width: 160px;
			height: auto;
			float: right;
		}
			div.contentbox div.right p.title {
				width: 140px;
				height: 14px;
				padding: 2px 10px 4px 10px;
				font-size: 14px;
				background-color: #186dcf;
				color: #ffffff;
			}
			form.loginbox {
				width: 160px;
				height: auto;
				color: #ffffff;
				margin: 0px;
				margin-bottom: 20px;
				padding: 0px;
			}
				form.loginbox fieldset {
					width: 160px;
					height: auto;
					margin: 0px;
					padding: 0px;
					background-color: #898989;
					border-style: none;
				}
					form.loginbox p {
						width: 140px;
						height: auto;
						padding: 10px;
					}
					form.loginbox fieldset ul {
						width: 140px;
						height: auto;
						margin: 0px;
						padding: 10px;
						list-style-type: none;
					}
						form.loginbox fieldset ul li {
							padding-bottom: 5px;
						}
							form.loginbox fieldset ul li input {
								width: 134px;
								height: 12px;
								margin: 0px;
								padding: 3px;
								font-size: 12px;
								color: #666666;
								border-style: none;
							}
						form.loginbox fieldset ul li.submit {
							text-align: right;
							padding: 0px;
						}
							form.loginbox fieldset ul li.submit input {
								width: 70px;
								height: 20px;
								border: 1px solid #186dcf;
								background-color: #e7f0fa;
								color: #444444;
							}
							form.loginbox fieldset ul li a {
								color: #ffffff;
								text-decoration: underline;
							}
							form.loginbox fieldset ul li a:hover {
								color: #c5daf3;
								text-decoration: underline;
							}
			div.button {
				width: 160px;
				height: 40px;
				margin-bottom: 20px;
				background-color: #186dcf;
			}
				div.button p {
					width: 160px;
					height: 40px;
				}
					div.button p a {
						width: 160px;
						height: 18px;
						display: block;
						padding: 10px 0px 12px 0px;
						font-size: 18px;
						background: url(../../images/button.png) 0px 0px;
						color: #ffffff;
						text-decoration: underline;
						text-align: center;
					}
					div.button p a:hover {
						background: url(../../images/button.png) 160px 0px;
						color: #ffffff;
						text-decoration: underline;
					}
			div.eventlist {
				width: 160px;
				height: auto;
				margin-bottom: 20px;
			}
				div.eventlist ul {
					width: 160px;
					height: auto;
					margin: 0px;
					padding: 0px;
					list-style-type: none;
				}
					div.eventlist ul li {
						width: 160px;
						height: auto;
						background-color: #e7f0fa;
						border-bottom: 1px solid #186dcf;
					}
					div.eventlist ul li:hover {
						background-color: #c5daf3;
					}
					div.eventlist ul li#active {
						background-color: #c5daf3;
					}
					div.eventlist ul li#active:hover {
						background-color: #c5daf3;
					}
						div.eventlist ul li a {
							width: 130px;
							height: auto;
							display: block;
							margin: 0px;
							padding: 3px 10px 3px 20px;
							color: #444444;
							text-decoration: none;
						}
						div.eventlist ul li a:hover {
							color: #000000;
							text-decoration: none;
						}
						div.eventlist ul li#active a {
							background: url(../../images/active_event.gif) no-repeat top left;
						}
						div.eventlist ul li#active a:hover {
							background: url(../../images/active_event.gif) no-repeat top left;
						}
	div.clear {
		clear: both;
	}
	div.footer {
		width: 800px;
		height: auto;
		background-color: #898989;
		font-size: 10px;
		color: #ffffff;
	}
		div.footer ul {
			width: 100px;
			height: auto;
			margin: 20px 0px 20px 10px;
			padding: 0px;
			float: left;
			list-style-type: none;
		}
		div.footer ul#first {
			margin-left: 20px;
		}
			div.footer ul li {
				width: 100px;
				height: auto;
				margin: 0px;
				padding: 0px;
			}
				div.footer ul li a {
					color: #ffffff;
					text-decoration: underline;
				}
				div.footer ul li a:visited {
					color: #ffffff;
					text-decoration: underline;
				}
				div.footer ul li a:hover {
					color: #000000;
					text-decoration: underline;
				}
				div.footer ul li.main a {
					color: #444444;
					text-decoration: underline;
				}
				div.footer ul li.main a:visited {
					color: #444444;
					text-decoration: underline;
				}
				div.footer ul li.main a:hover {
					color: #000000;
					text-decoration: underline;
				}
		div.footer p {
			width: 760px;
			height: 10px;
			padding: 10px 20px 10px 20px;
			clear: both;
			background-color: #186dcf;
			color: #ffffff;
			text-align: right;
		}
			div.footer p a {
				color: #ffffff;
				text-decoration: underline;
			}
			div.footer p a:hover {
				color: #000000;
				text-decoration: underline;
			}


			

		div.navbutton {
			padding-top:4px;
			background-color:#e7f0fa;
			float:left;
			width:20px;
			height:20px;
			border:1px solid black;
			text-align:center;
			vertical-align:middle;
			margin-right:2px;
		}
		div.navbutton:hover {
			background-color:#8EB9E8;
			color:white;
		}
		div.navbutton select {
			height:18px;
			border:0px;
			background-color:#e7f0fa;
		}
		div.navbutton select:hover {
			background-color:#8EB9E8;
		}
		div.navbutton#active {
			background-color:#3582D7;
			color:white;
		}
		
		div.navbutton_wide {
			padding-top:4px;
			background-color:#e7f0fa;
			float:left;
			width:100px;
			height:20px;
			border:1px solid black;
			text-align:center;
			vertical-align:middle;
			margin-right:2px;
		}
		div.navbutton_wide:hover {
			background-color:#8EB9E8;
			color:white;
		}
		div.navbutton_wide#active {
			background-color:#3582D7;
			color:white;
		}
