﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    background: #eee;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
	line-height: 1.5;
    text-align: center;
}

a {
    color: #4B306A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

th, td {
    padding: 10px;
}

th img, td img {
    vertical-align: text-top;
}

.clear {
    clear: both;
    height: 0%;
    visibility: hidden;
}

#container {
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    padding: 0 20px;
    text-align: left;
    width: 920px;
}

#header {
    border-bottom: 1px dotted #eee;
    margin: 20px 0;
    padding-bottom: 20px;
}

#header .logo {
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 199px;
}

#header .user {
    float: right;
    font-size: 90%;
    line-height: 1.5;
    text-align: right;
}

#header .user .name {
    color: #4B306A;
    font-weight: bold;
}

#header .menu {
    clear: right;
    float: right;
    font-size: 90%;
    line-height: 1.5;
    margin-top: 10px;
}

#header .menu li {
    float: left;
    margin-left: 20px;
    zoom: 1;
}

#content {
    margin: 20px 0;
}

#content .page-title {
    color: #4B306A;
    font-size: 120%;
    margin: 20px 0;
}

#content .sub-title {
    font-size: 110%;
    margin: 20px 0;
}

#content .section {
    margin: 20px 0;
    vertical-align: top;
}

#content .sub-section {
	float: left;
}
