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

/* Main Layout Style */
BODY {
    color:#000000;
    background-color:#b9c32c;
    background-image: url(/images/default/design/background.jpg); 
    background-repeat: no-repeat;
    margin:0px;
}
BODY.print {
    margin:10px;
    background-color: #ffffff;
    background-image: url(); 
}
BODY.stdcolor {
    background-image: url(); 
    color: #FFFFFF;
    background-color:#b9c32c;
    margin:0px;
}

/* Basic Image Style */
IMG {
    border-width: 0px;
}

/* Default Link Style */
A {
    color: #ffffff;
    text-decoration: none;
}
A:hover {
    color: #000000;
    text-decoration: none;
}

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

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

/* Default Heading Styles */
H1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}
H2 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
}
H3 {
    font-size: 11px;
    font-weight: bold;
    margin: 8px 0px 3px 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: #DDDDDD;
    background-image: url(/images/default/dot_hor.gif);
    background-position: top;
    background-repeat: repeat-x;
    padding: 5px;
    color: #AAAAAA;
}

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

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

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

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

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

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

/* Users: Loginbox */

TD.smallloginbox {
	font-size: 9px;
	color: #ffffff;
	padding: 2px 0px 2px 6px;
    background-color: #cad322;
}

TD.loginbox {
	font-size: 10px;
	color: #ffffff;
	padding: 2px 0px 2px 0px;
}

TD.usertitle {
    background-color: #cad322;
	padding: 1px 1px 1px 6px;
}

TEXTAREA {
	border-style: solid;
	border-color: #9aa71b; 
    background-color: #e4e98e;
	font-size: 12px;
	border-width: 1px;
	scrollbar-face-color: #a8b420;
	scrollbar-shadow-color: #cad322;
	scrollbar-highlight-color: #cad322;
	scrollbar-3dlight-color: #cad322;
	scrollbar-darkshadow-color: #cad322;
	scrollbar-track-color: #cad322;
	scrollbar-arrow-color: #9aa71b;
}

INPUT, SELECT {
}

INPUT.field {
	padding: 1px;
	border-style: solid;
	border-color: #9aa71b; 
    background-color: #e4e98e;
	font-size: 12px;
	height: 18px;
	border-width: 1px;
}

INPUT.default {
	padding: 1px;
	border-style: solid;
	border-color: #9aa71b; 
    background-color: #e4e98e;
	font-size: 12px;
	height: 18px;
	border-width: 1px;
}

SELECT {
	border-style: solid;
	border-color: #9aa71b; 
    background-color: #e4e98e;
	font-size: 12px;
	height: 17px;
	border-width: 1px;
}

INPUT.button {
	margin: 2px;
	padding: 1px;
	height: 20px;
	border-width: 1px;
	border-color: #9aa71b;
	border-style : solid;
    background-color: #a8b420;
	font-size: 12px;
	font-weight: bold;
}

INPUT.loginfield {
    background-color: #e4e98e;
	font-size: 9px;
	width: 90px;
	height: 13px;
	border-width: 0px;
}

/* Menupage: Tree Navigation */
TD.nav_tree {
    padding: 12px 10px 0px 0px;
    background-color: #EFEFEF;
}
TD.td_navlink {
    padding: 2px 0px 2px 0px;
}
TD.td_navlinkitw {
    padding: 2px 0px 2px 0px;
}
TD.td_subnavlink {
    padding: 2px 0px 2px 0px;
}
TD.td_subnavlinkitw {
    padding: 2px 0px 2px 0px;
}
TD.td_firstsubnavlink {
    padding: 2px 0px 2px 0px;
}
TD.td_firstsubnavlinkitw {
    padding: 2px 0px 2px 0px;
}
A.navlink {
    color: #404040;
}
A.navlink:hover {
    color: #ffffff;
}
A.navlinkitw {
    color: #404040;
}
A.navlinkitw:hover {
    color: #ffffff;
}

/* Menupage: Parent Navigation */
TD.nav_pid {
    background-color: #6666DD;
    background-image: url(/images/default/dot_hor.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 12px;
    height: 30px;
}
A.navlink_pd {
    color: #000088;
}
A.navlink_pd:hover {
    color: #000000;
}
A.navlink_pditw {
    color: #000000;
}
A.navlink_pditw:hover {
    
}

/* Menupage: Main */
SPAN.abstract {
    font-style: italic;
    font-weight: bold;
}
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;
}

.guesttitle {
	background-color: #c1cecd; 
	padding: 2px 2px 2px 10px;
	margin: 2px;
}

.guestcomment {
	font-weight: bold;
	color: #00ccff;
}

.guest {
	background-color: #ffffff; 
	padding: 2px 2px 15px 10px;
	margin: 2px 2px 2px 2px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 10px 0px;
}

.error_border_top_left {
	background-image: url(/images/error/border_top_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_border_top { 
	background-image: url(/images/error/border_top.gif); 
	height: 14px;
}
.error_border_top_right {
	background-image: url(/images/error/border_top_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_left {
	background-image: url(/images/error/border_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_background { 
	background-image: url(/images/error/background.gif); 
	font-family: Arial; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}
.error_border_right {
	background-image: url(/images/error/border_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_bottom_left {
	background-image: url(/images/error/border_bottom_left.gif); 
	width: 19px; 
	height: 19px;
}
.error_border_bottom { 
	background-image: url(/images/error/border_bottom.gif); 
	height: 19px;
}
.error_border_bottom_right {
	background-image: url(/images/error/border_bottom_right.gif); 
	width: 19px; 
	height: 19px;
}

.error {
	color: #a50303;
}

.errormsg {
	color: #a50303;
}

TD.box1_title {
	background-color: #a8b420;
	padding: 2px;
}

FORM {
	padding: 0px;
	margin: 0px;
}

TD.eventbox_head {
	background-color: #a8b420; 
	padding: 2px;
}
TD.eventbox_subhead {
	background-color: #cad322; padding: 2px;
}

TD.event_title {
	background-color: #a8b420; 
	padding: 2px;
	font-size: 12px; 
	font-weight: bold;
}

label {
	width:150px;
}
