body {
    font-family: "Lucida Grande", sans-serif;
    font-size: 8.5pt;
    font-weight: normal;
    color: #000;
    background-color: #fff;
    margin: 0;
    text-align: center;
}

h1 {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 6px;
}

h2 {
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 3px;
}

h3 {
    font-size: 8.5pt;
    font-weight: bold;
    margin-bottom: 3px;
}

p, div, li, td {
    font-family: "Lucida Grande", sans-serif;
    font-size: 8.5pt;
    text-decoration: none;
}

p {
    line-height: 13pt;
    margin-top: 0;
}

th {
    font-weight: bold;
    text-align: left;
}

input, textarea, select {
    font-family: Helvetica, sans-serif;
    font-size: 8.5pt;
    background-color: #eeeeee;
    border: 1px solid #000;
}

img {
    border: 0px;
}

a {
    color: #fff;
    background-color: transparent;
}

.alt {
    background-color: #777;
}

.highlight {
    background-color: #b2fd7b;
}

.spotlight {
    background-color: #fc6;
}

.bold {
    font-weight: bold;
}

.control {
    font-size: 7pt;
}

.pageswitcher {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.backlink {
	text-align: center;
}

.form_labelcell {
    text-align: right;
    vertical-align: top;
}

.form_elementcell {
    text-align: left;
    vertical-align: top;
}

.form_requirednotecell {
    text-align: left;
    vertical-align: top;
}

.form_label {
    font-weight: bold;
}

.form_translate {
    font-style: italic;
}

.form_langswitch_selected {
    text-decoration: underline;
}

.form_requiredstar, .form_error {
    color: #f00;
}

.form_requirednote {
    font-size: 7pt;
}

.module_separator {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background-color:#eee;
    height: 2px;
}

.module_separator_invisible {
    margin-top: 15px;
    margin-bottom: 15px;
}

.help {
    text-align: right;
    padding-right: 30px;
}

#topmenubox {
    margin: 0px;
    padding: 2px;
    background-color: #666;
}

#adminmenu a {
    margin-left: 1.3em;
}

#adminmenu a.selected {
    text-decoration: underline;
}

#adminmenu .submenu {
    display: inline;
}

#adminmenu .submenu a {
    margin: 0 0.3em;
}

#normalmenu {
    float: left;
}

#normalmenu a, #menulink a {
    color: #eaeaea;
}

#normalmenu .mainmenu {
    width: 227px;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #eaeaea;
    margin-top: 17px;
    font-size: 10pt;
}

#normalmenu .mainmenu a {
    margin-right: 0.4em;
    font-weight: bold;
}

#normalmenu .submenu {
    margin-top: 0.5em;
}

#normalmenu .submenu a {
    margin-right: 0.3em;
}

#normalmenu .submenu a.selected {
    color: #fff;
}

#adminmenu .selected {
    
}

.menuitem,
.submenuitem
 {
    text-decoration: none;
}

#main {
    width: 900px;
    height: 620px;
    color: #fff;
    background-color: #424242;
    margin: 25px auto 0 auto;
    text-align: left;
}

/* Fix margin for IE6 */
* html #photo {
    margin-bottom: -3;
}

#photo {
    float: left;
}

#photo, #photo img {
    width: 540px;
    height: 620px;
}

#right {
    width: 314px;
    margin-left: 540px;
    padding: 0 23px;
}

#logo {
    width: 56px;
    height: 40px;
    float: right;
    margin-top: 17px;
    background-image: url(../images/logo.png);
    cursor: pointer;
}

#content {
    clear: both;
    position: absolute;
    margin-top: 95px;
    width: 314px;
    height: 502px;
    overflow: auto;
}

/* Fix margin for IE7 */
*:first-child+html #content {
    margin-top: 35px;
}

/* Fix margin for IE6 */
* html #content {
    margin-top: 35px;
}

#dmlogo {
    width: 900px;
    margin: 5px auto 25px auto;
    text-align: right;
}

#dmlogo img {
    margin-right: 1px;
}

