@charset "windows-1252";

body {
	margin: 0;
	padding: 0;
	background-color: #777256;
	background-image: url('../img/mainBg.gif');
	background-repeat: repeat-x;
	text-align: center;
}

body, form, div, select {
	margin: 0;
}

select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
    width: 100%;
}

div, td, th {
	font-size: 11px;
	font-family: arial, helvetica;
	text-align: left;
    padding: 0;
}

/*
td {
	border-width: 1px;
    border-style: solid;
    border-color: black; 
}
*/

a {
	text-decoration: none;
    color: black;
}

a:hover {
	text-decoration: underline;
    color: black;
}

th {
	font-size: 14px;
	color: white;
	background-color: #800000;
	text-align: center;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    padding: 2px;
}

th a {
	font-size: 11px;
    color: white;
}

th a:hover {
    color: white;
}

select {
	font-size: 11px;
	font-family: arial, helvetica;
    background-color: white;
}

textarea {
	padding: 1px 2px 1px 2px;
	font-size: 11px;
	font-family: arial, helvetica;
    background-color: white;
}

#container {
  width: 770px;
  margin: auto;
  text-align: left;
}

#container-login {
  width: 400px;
  margin: auto;
  text-align: left;
}

.textField {
	font-size: 11px;
	font-family: arial, helvetica;
    background-color: white;
}

.button {
	font-size: 11px;
    font-weight: bold;
	font-family: arial, helvetica;
}

.weekday {
	width: 110px;
	height: 100px;
	background-color: #E2E2DB;
	vertical-align: top;
	font-size: 11px;
	font-family: arial, helvetica;
	border: 1px solid black;
	padding: 0px;
}


.weekend {
	width: 110px;
	height: 100px;
	background-color: #C2C0B3;
	vertical-align: top;
	font-size: 11px;
	font-family: arial, helvetica;
	border: 1px solid black;
	padding: 0px;
}

.today {
	width: 110px;
	height: 100px;
	background-color: #DCC1C1;
	vertical-align: top;
	font-size: 11px;
	font-family: arial, helvetica;
	border: 1px solid black;
	padding: 0px;
}

.blank {
	width: 110px;
	height: 100px;
	border: 1px solid black;
	background-color: white;
}

.dayname {
	font-size: 12px;
    font-weight: bold;
	color: black;
	background-color: white;
	text-align: center;
	border-width: 1px;
    border-style: solid;
    border-color: black; 
}

.eventlist {
	text-align: center;
}

.eventlist ol {
	margin: 2px;
	padding: 0 0 0 20px;
}

.eventlist li {
	font-size: 10px;
	font-family: arial, helvetica;
}

.eventlist li a {
	color: black;
	text-decoration: none;
}

.eventlist li a:hover {
	text-decoration: underline;
}

.daynum {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: black;
	width: 16px;
	height: 16px;
	text-align: center;
	background-color: white;
	float: left;
}

.addevent {
	margin: 0;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: black;
	width: 16px;
	height: 16px;
	text-align: center;
	background-color: white;
	padding: 0;
	float: right;
	line-height: 12px;
}

.addevent a {
	font-size: 14px;
	font-family: arial, helvetica;
	text-decoration: none;
	color: black;
}

.addevent a:hover {
	text-decoration: underline;
}

.label {
	font-weight: bold;
}

.monthname {
	text-align: center;
	font-size: 14px;
}

