/* 
    Document   : goodtimeCSS
    Created on : 25.08.2011, 22:11:12
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    text-align: center;
    color: #4c4c4c;
    /* background-color: #C9CCCD;*/
    background-color: #CCCCCC;
    /* background-color: #E4E6E6; */
    font-family: "Lucida Grande", Verdana, Sans-Serif;
    /*font-family: Calibri,"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;*/
    font-size: 12px;
    margin: 0px;
    padding: 2px 0px 42px 0px;
}

td {
    font-size: 12px;
}

#centered-page {
    width: 890px;
    margin: 0px auto;
}
#page-margin {
    margin: 0px 3px;
}

#header {
    padding: 7px 28px 1px 28px;
    /* background-color: white;*/
    background: url(../../shared/images/head-bg2.png) top center no-repeat;
    background-color: white;

}


#header .menu-item {
    padding-left: 12px;
    font-size: 15px;
    /* font-weight: bold; */
}

#header .menu-item a			{ padding: 2px; }
#header .menu-item a:link		{ text-decoration: none; color: #555566; }
#header .menu-item a:visited            { text-decoration: none; color: #555566; }
#header .menu-item a:active		{ text-decoration: none; color: #555566; }
#header .menu-item a:hover		{ text-decoration: none; color: white; }

#page-content {
    padding: 0px 28px;
    background-color: white;
    background: url(../../shared/images/bg_gradient.png) top center repeat-y;
    background-color: white;
}

#page-content-padding {
    padding: 25px 25px 25px 25px;
    min-height: 400px;
}

#header-separator {
    border-bottom: 1px solid #dddddd;
}

#subtitle {
    background: url(../../shared/images/subtitle-hg.png) top left no-repeat;
    background-color: #EEEEEE;
    padding-left: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #555566;
}

#subtitle-separator {
    border-bottom: 1px solid #ddd;
}


#footer-separator {
    border-bottom: 1px solid #ddd;
}



#page-footer {
    font-size: 10px;
    line-height: 1.5em;
    color: #8a93a0;
    padding: 0px 8px 33px 8px;
    background: url(../../shared/images/footer-bg.png) bottom center no-repeat;
    background-color: #EEEEEE;
}

#page-footer td {
    font-size: 10px;
    line-height: 1.5em;
    color: #8a93a0;   
}

#page-footer a			{ padding: 2px; }
#page-footer a:link		{ text-decoration: none; color: #8a93a0; }
#page-footer a:visited            { text-decoration: none; color: #8a93a0; }
#page-footer a:active		{ text-decoration: none; color: #8a93a0; }
#page-footer a:hover		{ text-decoration: none; color: #555566; }


/* START technical stuff */
table.layout-only {
    border-style: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

div.layout-only {
    border-style: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

.float-clear {
    clear: both;
}
/* END technical stuff */

#theme-box {
    text-align: left;
    padding: 6px 6px 6px 6px;
    color: #333333;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5em;
}

.text-box {
    text-align: left;
    padding: 6px 6px 6px 6px;
    color: #333333;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5em;
}

a {
    color: #177EE5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a.inverseunderline {
    color: #177EE5;
    text-decoration: underline;
}
a:hover.inverseunderline {
    text-decoration: none;
}

h1 {
    font-size: 20px;
    color: #4F4F4F;
    margin: 0px;
    margin-bottom: 20px;
    padding-bottom: 4px;
    /* border-bottom: 1px solid #c8c8c8; */
    line-height: 22px;
}

.subtitle_text {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 160%;
    padding: 5px 5px 15px 15px;
}

.green_header_font, h2 {
    /* font-size: 15px; 
    font-weight: bold;*/
    /* color: #65833f; -> this is the former green*/
    color: #333333;
    font-size: 17px;
    line-height: 1.3;
    font-weight: normal;
}

h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: normal;
}

h3 {
    font-size: 12px;
    color: #659D32;
    color: #111;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 12px;
    line-height: normal;
}


#double-square-blue li {
    margin-bottom: 6px;
    padding-left:20px;
    list-style: none;
    background: url(../../shared/images/double_quare_bullet.gif) left center no-repeat;
}

#big-cirle-green li {
    margin-bottom: 6px;
    padding-left:20px;
    list-style: none;
    background: url(../../shared/images/green-bullet2.png) left center no-repeat;
}


#small-cirle-green li {
    margin-bottom: 6px;
    padding-left:20px;
    list-style: none;
    background: url(../../shared/images/small-green-list-bullet.png) left center no-repeat;
}



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

a.homemenulink {
    background: url(../../shared/images/home-icon_small.png) left top no-repeat;
    background-position:0px 2px;
    padding-left: 17px;
}

a.homemenulink:hover, a.homemenulink:focus {
    background: url(../../shared/images/home-icon_small_white.png) left center no-repeat;
    background-position:0px 2px;
    padding-left: 17px;
}

a.loginmenulink {
    background: url(../../shared/images/login-icon_small.png) left top no-repeat;
    background-position:0px 3px;
    padding-left: 19px;
}

a.loginmenulink:hover, a.loginmenulink:focus {
    background: url(../../shared/images/login-icon_small_white.png) left center no-repeat;
    background-position:0px 3px;
    padding-left: 19px;
}

/* START content box */


.paperbox {
    /* padding: 15px 20px; */
    /* background: url("../../shared/images/bg_gray_box_shadow2.jpg") repeat-x scroll 0 0 #FFFFFF;*/
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5em;
    text-align: left;
    color: #333333;
    background-color: #F4F4F4;
    border: 1px solid #DCDCDC;
    border-radius: 2px 2px 2px 2px;
    float: left;
    padding: 10px 25px;
}

.paperbox-header {
    /* font-family: "arial", sans-serif;*/
    /* color: #65833f; ...green */
    /* color: #575757; */
    color: #333333;
    font-size: 17px;
    line-height: 1.3;
}

/* START info box and warning box */

.infoBox {
    margin:10px 20px;
    overflow:hidden;
    border: 1px solid #CCCCCC;
}

.warningBox {
    margin:10px 90px;
    overflow:hidden;
    border: 1px solid khaki;
}

.infoBox table, .warningBox table {
    padding:10px 20px;
    text-align:left;
    /* width:100%;*/
}

.infoPanel {
    background-color:#EEEEEE;
}

.warningPanel {
    background-color:#ffffe5;
}

/* END warning box */


/* START form */

.demobutton {
    color: #333333;
    top: 20px;
    vertical-align: middle;;
}

.loginbutton {
    top: 20px;
    vertical-align: middle;
    color: #333333;
}

/* END form */

.statcounter {
    border: 0px none;
}

.horizontal-center
{
    margin: 0 auto;
}
