html, body
{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em
}
input, textarea {
	_width: 100%;
	padding: 12px;
	margin: 8px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
}


#container
{
	margin: 0 auto;
	/*max-width: 1500px;*/
	/*min-width: 1000px;*/
	padding: 0;
	overflow: hidden;
	border: 1px solid black;
}

#content
{
	margin-left: 15px;
	margin-right: 15px;
	padding: 30px 0;
	font-size: 0.8em;
	min-height: 400px;		
}

.region
{
	width: 180px;
	font-size: 30px;
	padding: 5px;
	text-align: center;
	background-color: #F6F6F6;
	margin-bottom: 4px;
    color: white;
    padding: 12px;
    border: solid 1px #D0D0D0;
    border-radius: 4px;
    cursor: pointer;
}

.region a
{
	text-decoration: none;
	color: black;
}
.region:hover {
	background-color: #E6F6E6
}
.region a:hover, #registration a:focus, #registration a:active
{
	color: gray;
}

.nolink a:link, .nolink a:visited, .nolink a:hover, .nolink a:active
{
	text-decoration: none;
	color: inherit;
}

.booking
{
	background-color: red;
	color: white;
}

.blocking
{
	background-color: gray;
	color: white;
}

.ownuse
{
	background-color: green;
	color: white;
}

td.red
{
	background-color: red;
}

td.blue
{
	background-color: lightblue;
}

td.pink
{
	background-color: pink;
}

td.gray
{
	background-color: lightgray;
}

td.lightgreen
{
	background-color: lightgreen;
	color: black;
}

td.green
{
	background-color: forestgreen;
}

td.yellow
{
	background-color: yellow;
}

table
{
	white-space: nowrap;
	display: block;
	overflow: auto;
	border-spacing: 0 px;
}

table, th, td
{
	border-collapse: collapse;
}

th, td
{
	padding: 2px;
}

td
{
	min-width: 20px;
}

.border td, .border th
{
	border: 1px solid black;
	
}

.highlight
{
	color: red;
	font-weight: bold;
}

.time
{
	color: white;
}

.teamName
{
	font-size: 15pt;
}

.assigned
{
	float:left;
}

.open
{
	float:left;
	margin-left: 20px;
}