
/* MAiN */
body {
	cursor: default;
	color: #000000;
	background: #FFFFFF url("./img/bg.gif");
	font: normal normal normal 10px verdana, arial, helvetica, sans-serif;
	margin: 5px;
}
td,
div,
a:link,
a:visited,
a:active {
	color: #000000;
	font: normal normal normal 12px verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #8F1224;
	text-decoration: none;
}
p {
	padding: 1px 0 1px 0;
	margin: 0;
}
label {
	cursor: pointer;
}
img {
	border: 0;
}

/* iNPUT AREAS */
form {
	margin: 0;
	padding: 0;
}
input,
select,
textarea {
	color: #000000;
	background: #FDFFE2;
	font: normal normal normal 12px verdana, arial, helvetica, sans-serif;
	border: 1px solid #8F1224;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	color: #000000;
	background: #FFFFFF;
	font: normal normal normal 12px verdana, arial, helvetica, sans-serif;
	border: 1px solid #8F1224;
}

/* TABLES */
table#main {
	height: 100%;
	margin: auto;
	background: #FFFFFF;
	border: 1px solid #8F1224;
}
table#mainin {
	height: 100%;
	border: 0;
}
td#logo {
	width: 300px;
	height: 116px;
	background: url("./img/bg.jpg");
}
td#menu {
	width: 540px;
	height: 116px;
	background: #FDFFE2;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #8F1224;
	border-left: 1px solid #8F1224;
	border-right: 1px solid #8F1224;
	padding-top: 5px;
}
div#menu_content a {
	background: #FFFFFF;
	text-decoration: none;
	border: 1px solid #8F1224;
	padding: 5px;
	margin: 0 5px 0 5px;
}
div#menu_content a:hover {
	color: #000000;
	background: #FDFFE2;
	text-decoration: underline;
	border: 1px solid #8F1224;
	padding: 5px 10px 5px 10px;
	margin: 0;
}
td#navi {
	width: 293px;
	background: #FDFFE2;
	vertical-align: top;
	border-top: 1px solid #8F1224;
	border-left: 1px solid #8F1224;
	border-bottom: 1px solid #8F1224;
	padding: 3px;
}
td#navi div.navi {
	width: 285px;
	background: #FFFFFF;
	border: 1px solid #8F1224;
	padding: 3px;
}
td#navi div.navi p a {
	display: block;
}
td#content {
	width: 534px;
	background: #FDFFE2;
	vertical-align: top;
	border-right: 1px solid #8F1224;
	border-bottom: 1px solid #8F1224;
	padding: 3px;
}
div.input {
	width: 526px;
	background: #FFFFFF;
	border: 1px solid #8F1224;
	padding: 3px;
}

/* BORDER LiNES */
.border_top {
	border-top: 1px solid #8F1224;
}
.border_bottom {
	border-bottom: 1px solid #8F1224;
}
.border_left {
	border-left: 1px solid #8F1224;
}

/* EXTERNAL LiNKS */
div.input a[href ^="http://"],
div.input a[href ^="gopher://"] {
    background: url("./img/external.gif") center right no-repeat;
    padding-right: 13px;
}
div.input a[href ^="https://"],
.external_https {
    background: url("./img/external_lock.gif") center right no-repeat;
    padding-right: 16px;
}
div.input a[href ^="mailto:"] {
    background: url("./img/external_mail.gif") center right no-repeat;
    padding-right: 18px;
}
div.input a[href ^="news://"],
.external_news {
    background: url("./img/external_news.png") center right no-repeat;
    padding-right: 18px;
}
div.input a[href ^="ftp://"],
.external_ftp {
    background: url("./img/external_file.gif") center right no-repeat;
    padding-right: 18px;
}
div.input a[href ^="irc://"],
.external_irc {
    background: url("./img/external_discussion.gif")  center right no-repeat;
    padding-right: 18px;
}
div.input a.external {
	padding-right: 13px;
	background: url("./img/external.gif") center right no-repeat;
}
div.input .external_mailto {
    background: url("./img/external_mail.gif") center right no-repeat;
    padding-right: 18px;
}
div.input a.external_icq {
	padding-right: 18px;
	background: url("./img/icq.gif") center right no-repeat;
}

/* CALENDAR */
table.cal {
	width: 100%;
	text-align: center;
	border: 0;
}
td.cal {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #8F1224;
}
td.cal_bottom {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #8F1224;
}
a.cal:link,
a.cal:visited,
a.cal:active {
	display: block;
	font-size: 10px;
	padding: 2px;
}
a.cal:hover {
	color: #000000;
	background: #FDFFE2;
	border: 1px solid #8F1224;
	padding: 1px;
}
a.cal_event:link,
a.cal_event:visited,
a.cal_event:active {
	font-weight: bold;
	border: 1px dashed #8F1224;
	padding: 1px;
}
a.cal_today:link,
a.cal_today:visited,
a.cal_today:active {
	border: 1px solid #8F1224;
	padding: 1px;
}

/* MiSC */
.searchword {
	background: #FDFFE2;
	border-bottom: 1px dotted #8F1224;
}
.small {
	font-size: smaller;
}
.center {
	text-align: center;
}
.whitebg {
	background: #FFFFFF;
}
.percent {
	background: #FFFFFF;
	border: 1px solid #8F1224;
}
a.block {
	display: block;
}
a.special:link,
a.special:visited,
a.special:active {
	font-weight: bold;
	border: 1px solid #8F1224;
	margin: 0;
	padding: 4px;
}
a.special:hover {
	border: 2px solid #8F1224;
	margin: 0;
	padding: 3px;
}

/* iE SUXX AND MiCRO$OFT ² ! */
.iesuxx {
	border: 0;
	background: #FFFFFF;
}
.overflow {
	/*overflow: hidden;*/
	word-break: break-all;
	word-wrap: break-word;
}
