body
{
    background: url(images/bg.png) repeat-x #00aeef;
    padding: 0;
    margin: 0;
    font-family: Arial, Tahoma, Verdana, serif, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #323c44;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}
h1
{
    text-transform: uppercase;
}
h2
{
    padding-top: 10px;
    padding-bottom: 4px;
}
h5
{
    font-size: 20px;
    color: #6d6d6d;
    margin: 5px 0px 0px 2px;
}
h6
{
    font-size: 14px;
    color: #535353;
    margin: 0px 0px 10px 2px;
    padding-top: 10px;
}

div, p, span, td, table, img, form /* ,input */
{
    padding: 0;
    margin: 0;
    border: 0;
}
input.btn
{
    color: #00aeef;
    font: bold small 'trebuchet ms' , helvetica, sans-serif;
    padding: 0 4px;
    margin: 0;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
/*
select
{
    font-size: 8.25pt;
}
*/
a:link
{
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
a:visited
{
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
a:hover
{
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
a:active
{
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}

a.whitelink:link, a.whitelink:visited, a.whitelink:active, a.whitelink:hover
{
    color: #fff;
}
a.bluelink:link, a.bluelink:visited, a.bluelink:active, a.bluelink:hover
{
    color: #00aeef;
    text-decoration: underline;
}

.button
{
    height: 21px;
}

.button .left
{
    width: 5px;
    height: 21px;
    float: left;
    background: url(images/button_left.png) top left no-repeat;
}

.button .middle
{
    color: #737373;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 7px 0px 7px;
    margin: 0px;
    display: block;
    height: 17px;
    float: left;
    background: url(images/button_middle.png) top left repeat-x;
}

.button .right
{
    width: 5px;
    height: 21px;
    float: left;
    background: url(images/button_right.png) top left no-repeat;
}

.tags li
{
    background: none !important;
}

.replay
{
    float: left;
    margin: 0px 0px 0px 30px;
}

.forward
{
    float: left;
    margin: 0px 0px 0px 20px;
}

.general li
{
    background: none !important;
}

.general li a:link, .general li a:visited, .general li a:hover
{
    color: #00aded;
    font-weight: bold;
}


.form-text
{
    width: 156px;
}

.formMid
{
    width: 380px;
    margin-bottom: 5px;
}

.formShort
{
    width: 250px;
    margin-bottom: 5px;
}

.form-textarea
{
    width: 145px;
    height: 70px;
    background: #c6c6c6;
    color: #fff;
    border: none;
    overflow: hidden;
    padding: 5px;
    font-family: arial;
}

.formControlsFooter
{
    float: left;
    width: 552px;
    margin: 15px 0 0 0;
    background-color: #f4f4f4;
    border: solid 1px #e4e4e4;
    white-space: nowrap;
    padding: 5px 8px;
}

#infopage
{
    float: left;
    width: 810px;
}

.grey
{
    color: #949494;
}
.chat-item
{
    background: #f4f4f4;
    color: #2c2c2c;
    padding: 3px 10px 3px 20px;
    display: block;
}
.chat-item2
{
    background: #fff;
    color: #2c2c2c;
    padding: 3px 10px 3px 20px;
    display: block;
}
.hr-grey
{
    height: 0;
    border: none;
    border-top: 1px solid #f0f0f0;
}

#textarea
{
    width: 599px;
    height: 143px;
    background: url(images/bg-textarea.png) no-repeat;
}
#textarea textarea
{
    overflow: hidden;
    width: 545px;
    height: 119px;
    padding: 12px 27px;
    border: none;
    background: none;
    font-weight: bold;
    font-family: arial;
    color: #818181;
    font-size: 9pt;
}
.photo
{
    border: 1px solid #e8e8e8;
}
.info-item
{
    background: #f4f4f4;
    color: #2c2c2c;
    padding: 4px 10px 4px 10px;
    display: block;
    border-bottom: 1px solid #ececec;
}
.info-item2
{
    background: #fff;
    color: #2c2c2c;
    padding: 3px 10px 3px 20px;
    display: block;
}

#summer-list
{
    width: 100%;
    float: left;
}


.list-item
{
    background: #fff;
    min-height: 95px;
    width: 570px;
    padding: 4px 0;
    border-bottom: 1px solid #c9c9c9;
    line-height: 1.45em;
    clear:left;
    overflow:hidden;
}

.list-item:hover
{
    background: #f9f9f9 url(images/bg-blog-item2.png) repeat-x top;
}

.list-item > a.list-image
{
    margin: 0 17px 20px 0;
    width: 120px;
    float:left;
}
.list-item >  div
{    
    display:table-cell;
}

.list-item   a.title
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}

/* POP UP STYLES  ------------------------------------------------------------------------------- */

.popUpBox
{
    border: solid 1px #0052a5;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 2px;
    max-width: 90%;
    max-height: 90%;
}

.popUpBoxHelp
{
    width: 300px;
}

.popUpHeader
{
    background-color: #e3f0f9;
    height: 14px;
    margin: 0 auto;
    color: #0052a5;
    margin: 4px 0;
    padding: 3px 10px;
    font-weight: bold;
}

.popUpContent
{
    margin: 0 auto;
    padding: 0 17px 0 12px;
    text-align: left;
    max-height: 99%;
    overflow: auto;
}

.popUpBackground
{
    background-color: Gray;
    opacity: 0.7;
}

a.popUpCancel, a.popUpCancel:link, a.popUpCancel:active, a.popUpCancel:visited, a.popUpCancel:hover
{
    float: right;
    font-size: 0px;
    height: 14px;
    width: 14px;
    background-image: url(../images/system/uploadcancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    text-decoration: none;
    border: none;
    top: 0;
}

a.popUpCancel:hover
{
    background-position: 0px 0px;
}

/* POP UP STYLES END ---------------------------------------------------------------------------- */

.warning
{
    color: #ff0000;
    display: block;
}
.warning:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.watermark
{
    color: #6d6d6d;
    font-style: italic;
    background-color: #f5f5f5;
}
