﻿/*

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
———————————————————————————————————————————————————————————————————*/
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* =1 Global
———————————————————————————————————————————————————————————————————*/
body {
    line-height: 1.4;
    font: normal 12px "lucida sans unicode", "lucida grande", sans-serif;
    vertical-align: top;
    background: #e4e4e4;
    color: #333333;
    text-align: center;
}

#container {
    width: 80%;
    height: 800px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    padding-bottom: 40px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    border-bottom: 1px solid;
}

.highlight {
    background: #ffc;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

img.alignleft {
    float: left;
    margin: 4px 10px 4px 0;
}

img.alignright {
    float: right;
    margin: 4px 0 4px 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* =2 Links
———————————————————————————————————————————————————————————————————*/
a:link, a:visited {
    color: #f2f2f2;
    text-decoration: none;
}

a:hover {
    color: #111;
    text-decoration: underline;
}

a:active {
    color: #111;
    text-decoration: underline;
}

a.button {
    color: #ffffff;
    margin: 10px 5px;
    padding: 6px 14px;
    border: 1px solid #007dc3;
    background: #0ca6fa url(../img/button-bg.gif) repeat-x center top;
    font-weight: bold;
}

/* =3 Headings
———————————————————————————————————————————————————————————————————*/
h1 {
    font: bold 2em "Times New Roman", Times, serif;
}

h2 {
    font: bold 1.5em "Times New Roman", Times, serif;
}

h3 {
    font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}

h4 {
    font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}

h5 {
    font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

/* =4 Header
———————————————————————————————————————————————————————————————————*/
#topbar {
    width: 100%;
    background: #007dc3 url(../img/topbar-bg.gif) repeat-x center top;
    height: 23px;
}

/* =5 Navigation
———————————————————————————————————————————————————————————————————*/

/* =6 Middle
———————————————————————————————————————————————————————————————————*/
#content {
    width: 247px;
    margin: 40px auto 0;
}

#help_content {
    width: 647px;
    margin: 31px auto 0;
}

#default_content {
    width: 247px;
    margin: 31px auto 0;
}

#login #container {
    min-height: 600px;
}

#login td {
    padding: 4px;
}

#centered {
    margin: 200px auto;
    width: 0 auto;
}

/* =7 Form
———————————————————————————————————————————————————————————————————*/

/* =8 Extra
———————————————————————————————————————————————————————————————————*/

/* =9 Footer
———————————————————————————————————————————————————————————————————*/
.footer {
    font: normal 11px "lucida sans unicode", "lucida grande", sans-serif;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}
