ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
h1 {
  font-size: 2.5em
}
h2 {
  font-size: 1.85em
}
h3 {
  font-size: 1.4em
}
h4 {
  font-size: 1.2em
}
h5 {
  font-size: 1em
}
h6 {
  font-size: .8em
}

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

a:hover {
	text-decoration: underline;
}

body, td {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

body {
  background: #ff7f00 url(/calendar/images/upper-background.png) 50% 410px repeat-x;
	color: white;
	padding-bottom: 20px;
}

body #header {
  background: #161613;
  position: absolute;
  top: 0;
	left: 0;
  height: 30px;
  width: 100%;
}

body #siteBody {
  margin: 0px auto;
	width: 900px;
	position: relative;
	z-index: 0;
}
body #siteBody .login-form {
  margin: 20px auto;
	padding: 30px 0;
	width: 300px;
	text-align: center;
	background: #161613;
}
body #siteBody .login-form label {
  width: 70px;
	font-size: 1.2em;
	display: -moz-inline-box;
	display: inline-block;
	text-align: left;
	font-weight: bold;
  letter-spacing: 1px;
}
body #siteBody .login-form .input {
  margin: 1px 0 0;
	padding: 0 3px;
	width: 130px;
	border: 1px solid #ff7f00;
	font-size: 1em;
}
body #siteBody .login-form .submit {
	color: white;
	font-size: 1em;
	border: 0;
	font-weight: bold;
  padding: 6px 15px;
  letter-spacing: 1px;
  background: #ff7f00 url(/calendar/images/menu-glint.png) repeat-x top;
  border: 1px solid #FFAA67;
}
body #siteBody .login-form .submit:hover {
  background: #161613 url(/calendar/images/menu-glint-hover.png) repeat-x top;
  border-color: #344150;
}

body #menu {
  padding-top: 3px;
  padding-bottom: 40px;
  letter-spacing: 1px;
}
body #menu .menu .item {
  list-style: none;
	display: inline;
	font-weight: bold;
}
body #menu .menu .item.other-side a {
  float: right;
}
body #menu .menu .item a {
  float: left;
  margin: 0 3px 0 0;
  padding: 4px 15px;
  font-size: 1em;
  background: #ff7f00 url(/calendar/images/menu-glint.png) repeat-x top;
  border: 1px solid #FFAA67;
	color: white;
}
body #menu .menu .item a:hover {
  text-decoration: none;
  background: #161613 url(/calendar/images/menu-glint-hover.png) repeat-x top;
  border-color: #344150;
}

body #footer {
  background: #161613;
	position: fixed;
	bottom: 0;
	padding: 1px 0;
	width: 100%;
}

.red {
  color: #d00;
}
.green {
  color: #0a0;
}
.form_error {
  color: #d00;
}

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}

.hidden {
  visibility: hidden;
}

.hand {
  cursor: pointer;
}

.margin-10 {
  margin: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}

.clear {
  clear: both;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}

.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.justify {
  text-align: justify;
}
