/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/* Main Layout Style */
BODY {
    color:#000000;
    background-color:#FFFFFF;
    margin:0px;
}
BODY.print {
    margin:10px;
}

/* Basic Image Style */
IMG {
    border-width: 0px;
}

/* Default Link Style */
A {
    color: #990000;
    text-decoration: none;
}
A:hover {
	color: #990000;
    text-decoration: none;
}


A.adminheader_navlink{
    color: #000000;
    text-decoration: none;
}

A.adminheader_navlink:hover{
    color: #000000;
    text-decoration: none;
}



/* Default Heading Styles */
H1 {
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    margin: 0px;
}
H2 {
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    margin: 0px;
}
H3 {
    font-size: 13px;
    font-weight: normal;
}
H4 {
    
}

H5 {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin: 0px;
}


/* 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: 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 100px 0px 0px;
    background-color: #EFEFEF;
}
TD.td_navlink {
    
}
TD.td_navlinkitw {
    
}
TD.td_subnavlink {
    padding-top:3px;
    background-position: middle;
    font-weight:bold;
    background-image: url(/images/default/design/menu/dot.gif);
    background-repeat: no-repeat;
    
}
TD.td_subnavlinkitw {
     padding-top:3px;
     background-position: middle;
    height:0px;
    font-weight:bold;
    background-image: url(/images/default/design/menu/dot_active.gif);
    background-repeat: no-repeat;
    
}


TD.td_subsubnavlink {
    padding-top:3px;
	padding-left:10px;
    background-position: middle;
    font-weight:normal;
    background-image: url(/images/default/design/menu/dot.gif);
    background-repeat: no-repeat;
}

TD.td_subsubnavlinkitw {
     padding-top:3px;
	 	padding-left:10px;
     background-position: middle;
    height:0px;
    font-weight:normal;
    background-image: url(/images/default/design/menu/dot_active.gif);
    background-repeat: no-repeat;   
}

















TD.td_subnavlink_start {
	height: 0px;

}
TD.td_subnavlink_end {
	height: 0px;

}


A.navlink {
    font-weight: bold;
	color: #990000;
}
A.navlink:hover {
	font-weight: bold;
	color: #990000;
}
A.navlinkitw {
    font-weight: bold;
    color: #990000;
}
A.navlinkitw:hover {
    font-weight: bold;
	color: #990000;
}

/* 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: #880000;
}
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;
}

.chaptertitle_ma {
	font-weight:bold;
}

.chaptertitle{
	font-weight:bold;
	margin: 10px 0px 5px 0px;
}