/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Arial, sans-serif;
    font-size: 9pt;
}

/* Main Layout Style */
BODY {
    color:#000000;
    background-color: #FFEF9C;
    margin:0px;
	padding: 0px;
    background-image : url(../../images/default/body_bg.gif);
    background-repeat : repeat-x;
}

BODY.print {
    margin:10px;
    background-color : #FFFFFF;
    background-image : none;
}

/* Main Layout Elements */
DIV.Header {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 100%;
	height : 120px;
	position : absolute;
	top: 39px;
	left: 0px;
	background-color : #FFFFFF;
}

DIV.HdrTL {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 210px;
	height : 183px;
	background-image : url(../../images/default/header_topleft.gif);
	background-repeat : no-repeat;
	position : absolute;
	top: 38px;
	left: 0px;
}

DIV.HdrTC {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 465px;
	height : 183px;
	background-image : url(../../images/default/header_topcenter.gif);
	background-repeat : no-repeat;
	position : absolute;
	top : 38px;
	left : 210px;
}

DIV.HdrTR {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width :276px;
	height : 183px;
	background-image : url(../../images/default/header_topright.gif);
	background-repeat : no-repeat;
	position : absolute;
	top : 38px;
	left : 675px;
}

DIV.Content{
	padding : 15px 0px 0px 20px;
	margin : 0px 0px 0px 0px;
	width : 742px;
	height : 533px;
	position : absolute;
	top : 183px;
	left : 190px;
	background-color: #FFEF9C;
	min-height : 533px;
}

DIV.Nav {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 161px;
	height : 533px;
	position : absolute;
	top : 183px;
	left : 0px;
	background-color: #FFFFFF;
	background-image : url(../../images/default/nav_footer.gif);
	background-position : bottom;
	background-repeat : no-repeat;
	min-height : 533px;
}

DIV.TopNav {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	width : 465px;
	height : 26px;
	position : absolute;
	top : 132px;
	left : 210px;
	background-color: #FFFFFF;
	white-space : nowrap;
}

DIV.MenuItem {
	padding : 10px 10px 10px 10px;
	margin : 0px 0px 0px 0px;
	width : 161px;
	height : 27px;
	left : 0px;
	position : absolute;
	background-color: #FFFFFF;
	border-bottom-color : #732000;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align : right;
	font-weight : bold;
}
/* Basic Image Style */
IMG {
    border-width: 0px;
}

/* Default Link Style */
A {
    color: #732000;
    text-decoration: none;
    font-weight : bold;
}
A:hover {
    color: #000000;
    text-decoration: none;
    font-weight : bold;
}

A.maillink {
    color: #732000;
    text-decoration: none;
    font-weight : bold;
}
A.maillink:hover {
    color: #732000;
    text-decoration: none;
    font-weight : bold;
}

/* Default Heading Styles */
H1 {
    font-weight: bolder;
    color: #000000;
    margin: 0px;
    font-size : 12pt;
}
H2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}
H3 {
    font-size: 9pt;
    font-weight: bold;
	color: #000000;
    margin: 0px;
}
H4 {
    
}

/* Default not-tag classes */
.title {
    font-weight: bold;
}

/* Default Plugin Table */
TD.td_TPL {
    padding: 15px;
}

/* Default Image Cell */
TD.default_image {
    padding: 2px;
    border: 1px solid #DDDDDD;
}
TABLE.default_image {
    margin-right: 5px;
    margin-top: 2px;
}

/* Main Layout: Footer Cell Style */
TD.footer {
    background-color: #FFEF9C;
    background-image: url(/images/default/dot_hor.gif);
    background-position: top;
    background-repeat: repeat-x;
    padding: 5px;
    color: #732000;
}

TD.footer_right {
    background-color: #FFEF9C;
	/*
    border-left: 10px solid #BBBBBB;
    padding: 5px;
	*/
}

/* Main Layout: Right Box Style */
TD.box_right {
    padding: 12px;
    background-color: #FFEF9C;
    vertical-align: top;
}

/* Main Layout: Box Titles */
TD.boxtitle {
    font-weight: bold;
    font-size: 14px;
}

/* Main Layout: Default Cell */
TD.default {
    padding: 10px;
}

/* Main Layout: Head */
TD.head {
    color: white;
    vertical-align: top;
    background-color: #CC0000;
    padding: 8px 8px 8px 12px;
    height: 70px;
}

/* Main Layout: Head right */
TD.head_right {
    color: white;
    background-color: #880000;
    border-left: 10px solid #770000;
    height: 70px;
}

/* Users: Loginbox */

/* Menupage: Tree Navigation */
TD.nav_tree {
    padding: 12px 10px 0px 0px;
    background-color: #EFEFEF;
}

TD.td_navlink {
	width : 161px;
	height: 28px;
	background-color: #FFFFFF;
	border-bottom-color : #732000;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align: right;
	vertical-align : middle;
	padding-left : 10px;
	padding-right : 10px;
	white-space : nowrap;
}

TD.td_navlinkitw {
	width : 161px;
	height: 28px;
	background-color: #FFFFFF;
	border-bottom-color : #732000;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align: right;
	vertical-align : middle;
	padding-left : 10px;
	padding-right : 10px;
	white-space : nowrap;
}
TD.td_subnavlink {
	width : 141px;
	height: 20px;
	background-color: #FFFBE5;
	border-bottom-color : #732000;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align: right;
	vertical-align : middle;
	padding-left : 10px;
	padding-right : 10px;
	white-space : nowrap;
	font-size : 7.5pt;
	font-weight : normal;
   color: #732000; 
}

TD.td_subnavlinkitw {
	width : 141px;
	height: 20px;
	background-color: #FFFBE5;
	border-bottom-color : #732000;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	text-align: right;
	vertical-align : middle;
	padding-left : 10px;
	padding-right : 10px;
	white-space : nowrap;
	font-size : 7.5pt;
	font-weight : normal;
	color: #000000;
}

A.da_navlink {
	color: #000000;
}
A.da_navlink:hover {
   color: #732000; 
}
A.navlink {
}
A.navlink:hover {
}
A.navlinkitw {
    color: #000000;
}
A.navlinkitw:hover {
    
}

/* Menupage: Parent Navigation */
TD.nav_pid {
    background-color: #DD0000;
    background-image: url(/images/default/dot_hor.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 12px;
    height: 30px;
}
A.navlink_pd {
    color: #000000;
	border-left : 1px solid #000000;
	padding-left : 12px;
}
A.navlink_pd:hover {
    color: #722000;
	border-left: 1px solid #000000;
	padding-left : 12px;
}
A.navlink_pditw {
    color: #000000;
	border-left: 1px solid #000000;
	padding-left : 12px;
}
A.navlink_pditw:hover {
    color: #722000;
	border-left : 1px solid #000000;
	padding-left : 12px;
}
A.navlink_pd_first {
    color: #000000;
}
A.navlink_pd_first:hover {
    color: #722000;
}
A.navlink_pditw_first {
    color: #000000;
}
A.navlink_pditw_first:hover {
    color: #722000;
}

/* Menupage: Main */
SPAN.abstract {
    font-style: italic;
	font-size: 9pt;
	color: #000000;
}
SPAN.date {
    font-size: 10px;
}
SPAN.author {
    
}

/* Custom Classes */

/* Dotted Vertical Line */
TD.dotted_vert {
    background-image: url(/images/default/dot_vert.gif);
    background-repeat: repeat-y;
    width: 1px;
}

.header_sub1 {
	background-color: #c1cecd;
	padding: 11px 0px 11px 11px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.adminheader_navlink {
    color: #6c77a0;
    text-decoration: none;
}

.adminheader_navlink:hover {
    color: #ffffff;
    text-decoration: none;
}

INPUT.field {
	border : thin solid #732000;
}

TEXTAREA.field {
	border : thin solid #732000;	
}

/* Events Styles */
TABLE.eventbox {
	background-color: #FFF7CC;
	border : 1px solid #722000;
	padding: 10px 10px 10px 10px;
}
TD.lines{
	background: #ffe670;
	font-weight: bolder;
    color: #000000;
    margin: 0px;
    font-size : 12pt;
}
SPAN.author {
    font-size: 9pt;
    font-weight: bold;
	color: #000000;
    margin: 0px;
}

/* FORM-FUNCTION CSS */

.required {
	color: #ff3300;
	background-color: #ffcccc;
}
.caption {
	font-weight: normal;
}
.inp_err {
	color: yellow;
	background-color: #ff0000;
}

