/*RESET
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li,
abbr, acronym, address, b, big, blockquote,
cite, code, del, dfn, em, i, ins, kbd, pre, q,
samp, tt, var, small, strong, sub, sup,
object, iframe, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video						{ font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; text-align: left; margin: 0; padding: 0; border: 0; outline: 0; }
textarea													{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; text-align: left; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6										{ font-size: 100%; font-weight: normal; }
del, ins													{ text-decoration: none; }
ol, ul														{ list-style: none; }
ul														{ list-style-type: none; }
table														{ border-collapse: separate; border-spacing: 0; width: auto; height: auto; }
*/
:focus														{ outline: 0; }
*{
    margin: 0;
    padding: 0;
    border: none;
}

html, body{
    background-color: #868688;
    font-family: tahoma, verdana, arial;
    color: #222222;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6  {
    font-size: 100%;
    font-weight: normal;
}

h1{
    color: #ffffff;
    font-weight: 700;
    letter-spacing: +2px;
    word-spacing: 2px;
    margin-bottom: 2px;
}

h2{
    color: #ffffff;
    font-weight: 700;
    letter-spacing: +2px;
    word-spacing: 2px;
    margin-bottom: +2px;
}

h3{
    font-weight: 700;
    letter-spacing: +2px;
    word-spacing: 2px;
    margin-top: 18px;
}

h4{
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 38px;
}

ul#menuContent { list-style-type: none; list-style-position: inside; }
ul.searchedList { list-style-type: none; list-style-position: inside; }
ul#newsList { float: left; list-style-type: none; list-style-position: inside; margin-top: 18px;}

a:link, a:visited{ text-decoration: none; color: #ffffff; }
a:hover, a:active{ text-decoration: none; color: #ffffff; }
#content a:link, #content a:visited{ text-decoration: none; color: inherit; }
#content a:hover, #content a:active{ text-decoration: none; color: inherit; }

div.hr {
    display: block;
    clear: both;
    width: 84px;
    /*width: 96px;*/
    height: 7px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/hr_boxes_7px.gif) repeat-x;
    margin-bottom: 18px;
}

#background{
    padding-top: 20px;
    margin: 0px auto;
    /*width: 710px;*/
}

#container{
    margin: 0px auto;
    width: 710px;
}

#topSite {
    background: url(../img/logo_border.png) no-repeat 0 15px;
    width: 100%;
    height: 130px;
    margin-bottom: 30px;
    padding-left: 6px;
    width: 704px;
}

#topSiteMenu {
    float:left;
    white-space: nowrap;
    cursor: default;
    background: #868688;
    padding: 3px;
    padding-top: 2px;
}

#topSiteMenu span#menuButton {
    display: inline;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
    letter-spacing: 2px;
}

#topSiteMenu span#controller {
    display: inline;
    background: url(../img/white_box_7px.gif) 0px 6px no-repeat;
    color: #ffffff;
    margin-left: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding-left: 12px;
}

#topSiteMenu ul#menuContent {
    /*padding-left: 10px;*/
}

#topSiteMenu ul#menuContent li {
    display: inline;
    background: url(../img/white_box_7px.gif) 0px 6px no-repeat;
    margin-left: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding-left: 12px;
}

#topSite a#logo{
    float: right;
    height: 59px;
    padding: 10px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 27px;
}

#topSite a#logo img{
    behavior: url('js/iepngfix/iepngfix.htc');
}

#topSiteLang {
    clear: both;
}

a#lang{
    background-color: #868688;
    padding: 3px;
    padding-top: 0;
    /*margin-left: 6px;*/
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}


.news{
    clear: both;
    background: url(../img/white_box_7px.gif) 0px 7px no-repeat;
    text-indent: 14px;
    _text-indent: 0px;
    color: #ffffff;
    margin-bottom: 18px;
}

#content{
    float: left;
    width: 500px;
    margin-bottom: 30px;
}

#content span.date {
    font-size: 10px;
    line-height: 16px;
}

#content img.epitomeImage{
    clear: both;
    display: block;
    margin-top: 18px;
}

#content img.contentImage{
    margin-top: 18px;
}

#content p {
    margin-top: 18px;
}

#content a.readMore {
    float: right;
    margin-bottom: 18px;
    color: #ffffff;
}

/* Paging */
#content div.paging {
    clear: both;
    color: #ffffff;
}
#content div.paging div.disabled {
    display: none;
}
#content div.paging span.current {
    color: #000000;
}

#rightColumn{
    clear: both;
    float: right;
    width: 167px;
}

#rightColumn .rightMenuElement{
    clear: both;
    float: left;
    display: block;
    background: url(../img/white_box_7px.gif) 0px 7px no-repeat;
    margin-top: 18px;
    margin-left: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 12px;
}




#rightColumn input#EventS, #rightColumn input#SubscriberEmail{
    background: transparent;
    border: solid 1px #ffffff;
    color: #dddddd;
    float: left;
    width: 134px;
    height: 16px;
    padding: 3px;
}

div.error-message{
    float: left;
    width: 142px;
     color: #A62330;
}

#rightColumn div#submitSearch{
    float: right;
    padding-top: 0px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    background: url(../img/search.png) 0px 0px no-repeat;
    behavior: url('js/iepngfix/iepngfix.htc');
}

#rightColumn div#submitSubscribe{
    float: right;
    padding-top: 0px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    background: url(../img/subscribe.png) 0px 0px no-repeat;
    behavior: url('js/iepngfix/iepngfix.htc');
}

#rightColumn div#baners{
    float: left;
    clear: both;
    margin-bottom: 30px;
}

#rightColumn div#baners div.baner{
    margin-top: 18px;
}

#rightColumn div#baners img{
    behavior: url('js/iepngfix/iepngfix.htc');
}

.cake-sql-log{
     clear: both;
    background-color: #ffffff;
}