* {
  font-family: Arial;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
	color: #000;
  font-size: 14px;
	background: #FFF;
  overflow-x: hidden;
  overflow: -moz-scrollbars-vertical;
}

h1 {
	font-weight: normal;
}

input, select, textarea {
  font-size: 12px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

tr {
	vertical-align: top;
}

form {
  display: inline;
}

a {
	color: #069;
}

a:hover {
  color: #900;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

p.s-h5 {
	height: 20px;
}

input.i-cool, textarea.i-cool {
  background: url(/images/input_bg.jpg) no-repeat;
  border-color: #777 #BBB #DDD;
  border-width: 1px;
  border-style: solid;
}

input.i-padded {
  height: 16px;
  padding: 2px 0;
  text-indent: 4px;
}

textarea.i-padded {
  padding: 2px 4px;
}

input.i-button {
	height: 20px;
  border: 1px solid #999;
  background: url(/images/input_btn_bg.jpg) repeat-x;
}

input.i-buttons {
	height: 20px;
  font-size: 11px;
  border: 1px solid #999;
  background: url(/images/input_btn_bg.jpg) repeat-x;
}

td.i-login {
  padding: 5px 10px;
  padding-right: 0;
}

a.i-login {
  padding: 5px 10px;
}

a.i-login:hover {
  color: #FFF;
}

table.padded {
  border-spacing: 1px;
}

table.padded td, border.padded th {
  padding: 4px;
}

table.i-menu {
  position: relative;
  left: -20px;
}

a.i-menu, td.i-menu {
  padding: 5px 10px;
}

a.i-menu:hover {
  color: #FFF;
  background: #900;
}

table.calendar {
  border-collapse: separate;
  border-spacing: 2px;
}

table.calendar td {
  width: 48px;
  height: 60px;
  padding: 5px;
  vertical-align: top;
  text-indent: 2px;
  color: #999;
  border: 1px solid #F2F2F2;
}

table.calendar td.empty {
  width: 0px;
  height: 0px;
  padding: 0;
  border: 0;
}

table.calendar td.pastnormal {
  border-color: #CCC;
}

table.calendar td.pastweekend {
  color: #C66;
  border-color: #B87A7A;
}

table.calendar td.pastevent {
  border: 0;
  background: #4C4C4C;
  font-size: 23px;
  text-align: center;
  vertical-align: middle;
  text-indent: 0;
}

table.calendar td.pastevent a {
  color: #FFF;
}

table.calendar td.normal {
  color: #333;
  border-color: #AAA;
}

table.calendar td.weekend {
  color: #900;
  border-color: #900;
}

table.calendar td.current {
  color: #333;
  border: 4px solid #333;
  padding: 2px;
}

table.calendar td.event {
  border: 0;
  background: #090;
  font-size: 23px;
  text-align: center;
  vertical-align: middle;
  text-indent: 0;
}

table.calendar td.event a {
  color: #FFF;
}

#authform {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  padding: 5px;
  background: #EEE;
  text-align: center;
  border: 1px solid #DDD;
}

table.special td {
	padding: 5px;
}

table.special tr {
	border-bottom: 2px solid #EEE;
}

table.special thead tr {
	background: #EEE;
}

table.special thead tr td {
	font-weight: bold;
	padding: 10px 5px;
}

.ta-left {
	text-align: left;
}

.ta-center {
	text-align: center;
}

.ta-right {
	text-align: right;
}

.ta-justify {
	text-align: justify;
}

.ta-top {
	vertical-align: top;
}

.ta-middle {
	vertical-align: middle;
}

.ta-bottom {
	vertical-align: bottom;
}

.s-w2p {
	width: 2%;
}

.s-w4p {
	width: 4%;
}

.s-w13p {
	width: 13%;
}

.s-w15p {
	width: 15%;
}

.s-w30p {
	width: 30%;
}

.s-w100p {
	width: 100%;
}

.s-w5 {
	width: 5px;
}

.s-w10 {
	width: 10px;
}

.s-w20 {
	width: 20px;
}

.s-w100 {
	width: 100px;
}

.s-w200 {
	width: 200px;
}

.s-w342 {
	width: 342px;
}

.s-w350 {
	width: 350px;
}

.s-h1 {
	height: 1px;
	line-height: 0px;
}

.s-h5 {
	height: 5px;
	line-height: 0px;
}

.s-h10 {
	height: 10px;
}

.s-h20 {
	height: 20px;
}

.s-h30 {
	height: 30px;
}

.s-h40 {
	height: 40px;
}

.s-h100 {
	height: 100px;
}

.t-s11 {
	font-size: 11px;
}

.t-s12 {
	font-size: 12px;
}

.t-s16 {
	font-size: 16px;
}

.t-s13 {
	font-size: 13px;
}

.t-s18 {
	font-size: 18px;
}

.t-s19 {
	font-size: 19px;
}

.t-s20 {
	font-size: 20px;
}

.t-s23 {
	font-size: 23px;
}

.t-s28 {
	font-size: 28px;
}

.t-s30 {
	font-size: 30px;
}

.t-nos {
	text-decoration: none;
}

.t-nowrap {
	white-space: nowrap;
}

.tm-bold {
	font-weight: bold;
}

.bg-red {
	background: #900;
}

.bg-green {
	background: #090;
}

.bg-grey {
	background: #EEE;
}

.bg-black {
	background: #000;
}

.cl-red {
	color: #900;
}

.cl-green {
	color: #090;
}

.cl-white {
	color: #FFF;
}

.cl-grey {
	color: #999;
}

.cl-lgrey {
	color: #BBB;
}

.cl-black {
	color: #000;
}

.p-a5 {
	padding: 5px;
}

.p-l5 {
	padding-left: 5px;
}

.p-t5 {
	padding-top: 5px;
}

.p-r5 {
	padding-right: 5px;
}

.p-b5 {
	padding-bottom: 5px;
}

.p-a10 {
	padding: 10px;
}

.p-t10 {
	padding-top: 10px;
}

.p-r10 {
	padding-right: 10px;
}

.p-b10 {
	padding-bottom: 10px;
}

.p-r20 {
	padding-right: 20px;
}

.p-l20 {
	padding-left: 20px;
}

.p-b20 {
	padding-bottom: 20px;
}

.p-r25 {
	padding-right: 25px;
}