/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html
{
  height: 100%;
  margin-bottom: 1px;
}

form
{
  margin: 0;
  padding: 0;
}

body
{
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.3em;
    margin: 10px 10px 10px 10px;
    font-size: 12px;
    color: #333;
}

a:link
, a:visited
{
    text-decoration: none;
    font-weight: normal;
    color: blue;
}

a:hover
{
    text-decoration: underline;
    font-weight: normal;
}

input.button
{
    cursor: pointer;
}

p
{
    margin-top: 0;
    margin-bottom: 5px;
}

img
{
    border: 0 none;
}

/* main containers */
div#body
{
    width: 100%;
}

div#body_2
{
    min-width: 750px;
    max-width: 1050px;
    margin: 20px auto 20px auto;
}

div#body_3
{
    overflow:hidden;
    min-height: 500px;
}

div#top
{
    background-color: #9f9;
    min-height: 10px;
    width: 100%;
}

div#top_inner
{
    padding: 3px;
}

div#header
{
    background-color: #ff9;
    min-height: 60px;
    width: 100%;
}

div#header_inner
{
    padding: 6px 3px 6px 3px;
}

div#columnLeft
{
    background-color: #f99;
    min-height: 300px;
    width: 20%;
    float: left;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}
div#columnLeft_inner
{
    padding: 0 6px 0 6px;
}
div#columnLeft div.module_title
{
    font-size:      1.2em;
    font-weight:    bold;
    width:          100%;
    padding:        6px;
    margin:         0 0 10px -6px;
    background-color: #ccc;
}
div#columnLeft .seperator
{
    border-bottom: none;
}
div#columnLeft_inner table
{
    margin: 0 auto 0 auto;
}
div#columnLeft_inner td
{
    border: 1px solid #999;
    width: 18px;
    font-size:0.6em;
    text-align: center;
}
div#columnLeft_inner .day_empty
{
    background-color: #9c9;
}
div#columnLeft_inner .today
{
    background-color: white;
    font-weight: bold;
    text-decoration; underline;
}

div#columnCenter
, div#columnCenter_one_column
, div#columnCenter_full
{
    background-color: #fcf;
    min-height: 300px;
    width: 60%;
    float: left;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
}

div#columnCenter_one_column
{
    width: 80%;
}

div#columnCenter_full
{
    width: 100%;
}

div#columnCenter_inner
, div#columnCenter_one_column_inner
, div#columnCenter_full_inner
{
    padding: 6px 3px 6px 3px;
}

div#columnRight
{
    background-color: #99f;
    min-height: 300px;
    width: 20%;
    float: left;
    margin-bottom: -200px;
    padding-bottom: 200px;
}

div#columnRight_inner
{
    padding: 6px 3px 6px 3px;
}

div#footer
{
    clear: both;
    background-color: #fc9;
    min-height: 60px;
    width: 100%;
}
div#footer_inner
{
    padding: 6px 3px 6px 3px;
}

div#bottom
{
    background-color: #000;
    min-height: 30px;
    width: 100%;
}

div#bottom_inner
{
    border: 1px solid #999;
    color: white;
    text-align: right;
}

/* modules */
div#top .module 
, div#header .module
, div#columnLeft .module
, div#columnCenter .module 
, div#columnCenter_1_column .module 
, div#columnCenter_full .module 
, div#columnRight .module 
, div#footer .module 
, div#bottom .module 
{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.seperator
{
    border-bottom: 1px dotted blue;
}

div#columnCenter .component
, div#columnCenter_1_column .component
, div#columnCenter_full .component
{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div#columnCenter .seperator
{
    border-bottom: none;
}

.float
{
    height: 120px;
    width: 220px;
    padding: 3px;
    position: absolute;
    background-color: #ccc;
    opacity: 0.6;
}

div#top_left_float
{
    border: 3px solid red;
    left: 40px;
    top: 40px;
}

div#top_right_float
{
    border: 3px solid blue;
    right: 40px;
    top: 40px;
}

div#bottom_left_float
{
    border: 3px solid green;
    left: 40px;
    bottom: 40px;
}

div#bottom_right_float
{
    border: 3px solid orange;
    right: 40px;
    bottom: 40px;
}

div#center_float
{
    border: 3px solid black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

div#user1
, div#user2
, div#user3
, div#user4
{
    background-color: #ccf;
    min-height: 30px;
    width: 49%;
    float: left;
}

div#user2
, div#user4
{
    background-color: #cfc;
    margin-left: 0;
}

div#user1
, div#user2
, div#user3
, div#user4
{
    padding: 6px 3px 6px 3px;
}

div#user1_inner
, div#user2_inner
, div#user3_inner
, div#user4_inner
{
    padding: 3px;
}
