
/*
 * Reset browser defaults
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content: '';
}
abbr,acronym {
    border: 0;
}

/*
 * Standard elements
 */
body, html {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
h1, h2, h3, h4, h5 {
    /*font-family: Georgia, "Times New Roman", Times, Garamond, serif;*/
    font-weight: normal;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4, h5, h6 {
    font-size: 110%;
}
a {
    color: #06f;
}
td, th {
    padding: 4px;
}
strong {
    font-weight: bold;
}
i {
    font-style: italic;
}

/*
 * Main element
 */
.main {
    max-width: 1000px;
    margin: 0 auto 0 auto;
}

/*
 * Header
 */

.header {
    background-color: #ccc;
    height: 40px;
}

/*
 * Content
 */

.content {
    padding: 20px 20px 30px 20px;
}
.content a {
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    text-decoration: none;
    text-shadow: none;
}
.content a:hover {
    text-decoration: none;
    background-color: #06f;
    color: white;
}
.content h1 {
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: 1px 1px 2px #999;
}
.content h2 {
    margin-bottom: 10px;
}
.content h3 {
    margin-bottom: 6px;
}
.content p {
    margin-bottom: 16px;
}
.content ul,
.content ol {
    margin: 0 0 16px 0;
}
.content ul li,
.content ol li {
    margin: 0 0 8px 32px;
}
.content ul:last-child
.content ol:last-child {
    margin-bottom: 0px;
}
.content ul ul,
.content ol ol{
    margin-bottom: 0;
}
.content ul li {
    list-style-type: square;
}
.content ol li {
    list-style-type: decimal;
}

/*
 * Footer
 */
.footer {
    background-color: #eee;
    height: 40px;
    position: a;
}


/*
 * Common elements
 */
.errorMessages,
.successMessages,
.infoMessages {
    padding: 16px 16px 16px 16px;
    margin-bottom: 2em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 2px #666;
    -moz-box-shadow: 2px 3px 2px #666;
    box-shadow: 2px 3px 2px #666;
    text-shadow: 1px 1px 1px white;
}
.errorMessages .caption ,
.successMessages .caption ,
.infoMessages .caption {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}
.errorMessages ul ,
.errorMessages ol ,
.successMessages ul ,
.successMessages ol ,
.infoMessages ul ,
.infoMessages ol {
    margin-top: 1em;
}
.errorMessages {
    background-color: #900;
    color: white;
    text-shadow: 2px 2px 0px black;
    background-image: -moz-linear-gradient(top, #c00 10%, #800);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#a00), to(#800));
    background-image: linear-gradient(top, #a00 10%, #800);
}
.successMessages {
    background-color: #bfb;
    color: black;
    background-image: -moz-linear-gradient(top, #cfa 10%, #6e5);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#cfa), to(#6e5));
    background-image: linear-gradient(top, #cfa 10%, #6e5);
}
.infoMessages {
    background-color: #bef;
    color: black;
    background-image: -moz-linear-gradient(top, #bef 10%, #9bf);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#bef), to(#9bf));
    background-image: linear-gradient(top, #bef 10%, #9bf);
}
.errorMessages a {
    color: #900;
}
.successMessages a {
    color: #090;
}
.infoMessages a {
}
.errorMessages a:hover {
    background-color: #400;
}
.successMessages a:hover {
    background-color: #090;
}
.infoMessages a:hover {
}
.pane {
    background-color: #eee;
    color: black;
    background-image: -moz-linear-gradient(top, #eee 10%, #ccc);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#ccc));
    background-image: linear-gradient(top, #eee 10%, #ccc);
/*    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
/*    -webkit-box-shadow: 2px 3px 2px #666;
    -moz-box-shadow: 1px 1px 1px #999;
    box-shadow: 0px 0px 1px #666;*/
}
.tabPane {
    background-color: #ccc;
    color: black;
}

.main {
    /*
    z-index: 2;
    width: 500px;
    margin-top: 50px;
    background-color: #aaa;
    background-image: -moz-linear-gradient(top, #aaa, #eee);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#e0e0e0), to(#eee));
    background-image: linear-gradient(top, #e0e0e0 10%, #eee);

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 3px 2px #666;
    -moz-box-shadow: 2px 3px 2px #666;
    box-shadow: 2px 3px 2px #666;
    text-shadow: 1px 1px 1px white;
    */
}
#zcelogo,
#zcelogo img {
    border: 0;
    text-decoration: none;
    background-color: transparent;
}

#main h1 {
    margin-bottom: 16px;
    text-transform: none;
    letter-spacing: -1px;
    color: black;
    text-shadow: 1px 1px 1px #999;
}
#main ul {
    display: block;
}
#main ul li {
    display: inline;
    margin: 0;
    padding: 0;
}
