h1,h2,h3,i,p,td,th,tt,ol,ul,div {

        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        text-decoration: none;
        font-size: 11px;
        color: #000000;
}

a {
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        text-decoration: none;
        font-size: 11px;
        color: #6971AD;
}

body{
       background-color: #D5E1FF;
}

#innerlink a {
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        text-decoration: none;
        font-size: 11px;
        color: #6971AD;
}  

#innerlink a:hover {
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        text-decoration: underline;
        font-size: 11px;
        color: #6971AD;
}  

#content {
        display: block;
        width: 100%;
}

#pagetitle {
        display: block;
        height: 17px;
        width: 100%;
        font-weight:bold;
        border-bottom: 1px solid #000000;        
}

#actiontitle {
        display: block;
        margin-top: 30px;
        height: 17px;
        width: 100%;
        font-weight:bold;
        border-bottom: 1px solid #000000;        
}

.headerbox {
        background: #E4E4E4;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;
        border-bottom: 1px groove #000000;
}

.statusbox {
        background: #E4E4E4;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;
        border-top: 1px groove #000000;
}

#workbox {
        display: block;
	    width: 100%;
        background: #E4E4E4;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;
        border: 1px groove #000000;
}


#messagebox {
        display: block;
	    width: 100%;
        background: #FFE0E0;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;
        border: 1px groove #000000;
}


#loginbox {
        display: block;
	    width: 100%;
        background: #E4E4E4;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;
        border: 1px groove #000000;
}

#contentbox {
        display: block;
       width: 100%;
        background-color: #FFFFFF;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;   
        border: 1px groove #000000;
}

#navigationbox {
        display: block;
       width: 100%;
        background: #FFFFFF;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;       
}

#stammbox {
        display: block;
	      width: 560px;
        background: #EEEEEE;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;
        border: 1px groove #000000;
}

#portraitbox {
        display: block;
	      width: 230px;
	      height: 184px;
        background: #EEEEEE;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;
        border: 1px groove #000000;
        margin-left:10px;
}

.contentframe {
        display: block;
        width: 800px;
        vertical-align:top;
        text-align: left;
        text-decoration: none;
        font-family: Verdana, Arial, "MS Sans Serif", Geneva, sans-serif;
        font-size: 11px;
        color: #000000;
        background-color: #FFFFFF;
}

.image_border {
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#000000;
        margin-left:0;
        padding:0px;
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#000000;
        margin-right:0;
        padding:0px;
        border-top-width:1px;
        border-top-style:solid;
        border-top-color:#000000;
        margin-top:0;
        padding:0px;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#000000;
        margin-bottom:0;
        padding:0px;
}
.image_border_warning {
        border-left-width:2px;
        border-left-style:solid;
        border-left-color:#ff0000;
        margin-left:0;
        padding:0px;
        border-right-width:2px;
        border-right-style:solid;
        border-right-color:#ff0000;
        margin-right:0;
        padding:0px;
        border-top-width:2px;
        border-top-style:solid;
        border-top-color:#ff0000;
        margin-top:0;
        padding:0px;
        border-bottom-width:2px;
        border-bottom-style:solid;
        border-bottom-color:#ff0000;
        margin-bottom:0;
        padding:0px;
}
.list_border_bottom {
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#E7E7E7;
}
.list_border_bottom_left {
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#E7E7E7;
        border-left-width:1px;
        border-left-style:solid;
        border-left-color:#E7E7E7;
}