* {
    margin: 0px;
    padding: 0px;
}

/*************************************************************************************************************/
/* HTML                                                                                                      */
/*************************************************************************************************************/

body {
    background: #FFFFFF url(images/bg.gif) repeat-y center top;
    color: #484E53;
    font: 62.5%/80% Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

a {
    color: #484E53;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #3091BB;
    font-weight: bold;
    text-decoration: none;
}

.clear {
    clear: both;
    display: block;
    float: left;
    height: 30px;
    margin: 0px;
    padding: 0px;
    width: 1px;
}

img {
    border: none;
}

a img {
    border: 2px solid #484E53;
}

a:hover img {
    border: 2px solid #000000;
}

.floatright {
    float: right;
    padding: 10px 0 10px 10px;
}

.fl-nopadding {
    float: left;
}

.fr-nopadding {
    float: right;
}

.floatleft {
    float: left;
    padding: 10px 10px 10px 0;
}

code {
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    color: #666;
    display: block;
    font: 1.1em/1.5em "Courier New" , Courier, monospace;
    padding: 10px;
}

.code {
    color: #666666;
    font-family: "Lucida Sans Console" , "Courier New" , Courier, monospace;
    font-weight: bold;
}

abbr {
    border-bottom: 2px solid #F29D4A;
    cursor: help;
    font-weight: bold;
}

abbr:hover, abbr:focus {
    border-bottom: 2px solid #222222;
}

h2 {
    width: 100%;
    background: url(images/left_top.gif) no-repeat;
    color: #FFFFFF;
    font: bold 11px/30px Verdana, sans-serif;
    text-indent: 25px;
}

h3 {
    width: 720px;
    background: #FFFFFF url(images/right-top.gif) no-repeat;
    color: #FFFFFF;
    font: bold 11px/29px Verdana, sans-serif;
    text-indent: 25px;
    display: block;
    clear: both;
}

h4 {
    float: left;
    letter-spacing: -1px;
    border-right: 2px solid #F29D4A;
    font: lighter 1.8em/49px "Trebuchet MS" , "Lucida Sans Unicode" , Corbel, sans-serif;
    display: block;
    margin-left: 10px;
    width: 370px;
}

h5 {
    color: #000000;
    font: lighter 1.6em/1.6em "Trebuchet MS" , "Lucida Sans Unicode" , Corbel, sans-serif;
}

ul li {
    list-style: none;
}

ol li {
    margin: 0.5em 0;
    list-style: decimal-leading-zero;
}

dt {
    color: #1B1B1B;
}

dd {
    padding-left: 2em;
}

del {
    color: #FF0000;
}

/*************************************************************************************************************/
/* HTML                                                                                                      */
/*************************************************************************************************************/

/*************************************************************************************************************/
/* Wrapper                                                                                                   */
/*************************************************************************************************************/

#wrapper {
    display: block;
    width: 900px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.1em;
    position: relative;
    line-height: 1.5em;
    padding: 0 40px;
}

/*************************************************************************************************************/
/* Wrapper                                                                                                   */
/*************************************************************************************************************/

/*************************************************************************************************************/
/* Header                                                                                                    */
/*************************************************************************************************************/

#header {
    float: left;
    height: 100px;
    margin: 0 0 0 0;
    width: 900px;
}

#header h1 {
    font-size: 1px;
}

#header h1 a {
    background: url(images/sogest_header.png) no-repeat left top;
    display: block;
    font: 25%/100px Verdana;
    color: #FFFFFF;
}

/*************************************************************************************************************/
/* Header                                                                                                    */
/*************************************************************************************************************/

/*************************************************************************************************************/
/* Navigation bar                                                                                            */
/*************************************************************************************************************/

#nav {
    background-color: #484E53;
    background: url(images/menu_bg.gif) repeat-x left top;
    float: left;
    height: 40px;
    width: 900px;
    margin-bottom: 1em;
}

#nav ul {
    margin: 0px;
    padding: 0px;
}

#nav #first {
    background: url(images/menu_left.gif) no-repeat left center;
    display: block;
    float: left;
    height: 40px;
    padding-left: 10px;
    width: 1px;
}

#nav li {
    background: url(images/menu_line.gif) no-repeat left center;
    color: #FFFFFF;
    display: block;
    float: left;
    line-height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav #last {
    background: url(images/menu_right.gif) no-repeat right top;
    float: right;
    margin: 0px;
    width: 120px;
    padding: 0px;
    text-align: right;
    font-weight: bold;
}

#nav a {
    color: #FFFFFF;
    display: block;
    margin: 0 4px;
    padding: 0 4px;
    text-decoration: none;
}

#nav a:hover {
    color: #B4D7F1;
}

#nav a.current, #nav a.current:hover {
    color: #6CB3E5;
}

/*************************************************************************************************************/
/* Navigation bar                                                                                            */
/*************************************************************************************************************/

/*************************************************************************************************************/
/* Sidebar menu                                                                                              */
/*************************************************************************************************************/

#menu {
    float: left;
    width: 170px;
    height: 31.5em;
    margin-left: 0;
}

#menu ul {
    display: block;
    float: left;
    margin: 0 0 0 -2px;
    padding: 0 0 0 5px;
    width: 165px;
}

#menu li {
    border-bottom: 1px dotted #484E53;
    display: block;
    list-style: none;
}

#menu a {
    background: #FFFFFF url(images/arrow1.gif) no-repeat left center;
    display: block;
    font-weight: lighter;
    padding: 0.2em 1em;
    text-decoration: none;
    display: block;
    width: 145px;
}

#menu a:hover, #menu a.current {
    background: url(images/arrow2.gif) no-repeat left center;
    color: #3091BB;
}

/*************************************************************************************************************/
/* Sidebar menu                                                                                              */
/*************************************************************************************************************/

/*************************************************************************************************************/
/* Right content                                                                                             */
/*************************************************************************************************************/

#content {
    float: right;
    height: inherit;
    width: 720px;
    margin-right: 0;
}

#content p, #content ul, #content ol, #content h5, content h6, #content code, #content dl {
    border-right: 2px solid #F29D4A;
    border-left: 2px solid #F29D4A;
    clear: both;
    display: block;
    padding: 0.3em 2%;
}

#content .post {
    width: 720px;
    margin-bottom: 1em;
    border-bottom: 2px solid #F29D4A;
}

#content .news {
    width: 334px;
    margin-bottom: 1em;
    border-bottom: 2px solid #F29D4A;
}

.h3_news {
    width: 334px;
    background: #FFFFFF url(images/right-top_news.gif) no-repeat;
    color: #FFFFFF;
    font: bold 11px/29px Verdana, sans-serif;
    text-indent: 25px;
    display: block;
    clear: both;
}

/*************************************************************************************************************/
/* Right content                                                                                             */
/*************************************************************************************************************/

/*************************************************************************************************************/
/* Footer                                                                                                    */
/*************************************************************************************************************/

#footer {
    font-size: 125%;
    width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #525252;
    background: #FFFFFF url(images/footer.gif) no-repeat left top;
    clear: both;
    margin-top: 1em;
    padding: 4em 0;
}

#footer p {
    clear: both;
    margin-top: 10px;
}

#footer a {
    color: #525252;
    text-decoration: none;
    padding: 2px;
}

#footer a:hover {
    background: #525252;
    color: #FFFFFF;
}

/*************************************************************************************************************/
/* Footer                                                                                                    */
/*************************************************************************************************************/

/*************************************************************************************************************/
/* Custom                                                                                                    */
/*************************************************************************************************************/
label {
    float: left;
    width: 160px;
}

.input_required {
    background-color: #FF0000;
}

#logo {
    float: left;
    width: 170px;
    height: 234px;
    background: url(images/sogest_logo.jpg) no-repeat;
    position: relative;
}

.btn {
    font-family: Verdana;
}

th {
    height: 20px;
    color: #FFFFFF;
    background: url(images/gv_header.gif) repeat right top;
}

th a {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 1px;
}

th a:hover {
    text-decoration: none;
}

#content_prv {
    float: right;
    height: inherit;
    width: 720px;
    margin-right: 0;
}

#content_prv p, #content_prv ul, #content_prv ol, #content_prv h5, content_prv h6, #content_prv code, #content_prv dl {
    clear: both;
    display: block;
    padding: 0.3em 2%;
}

#content_prv .post {
    width: 720px;
    margin-bottom: 1em;
    border-bottom: 2px solid #F29D4A;
}

.h7 {
    color: #000000;
    font: bold 1.8em Verdana;
    line-height: 1.8em;
}

.gv_row_over {
    background-color: #FFFF66;
}

.gv_row_bg_1 {
    background-color: #FFFFFF;
}

.gv_row_bg_2 {
    background-color: #F3F3F3;
}

.gv_row_bg_3 {
    background-color: #4BD823;
}

.gv_row_bg_4 {
    background-color: #EBEFEF;
}

#menu hl {
    display: block;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 170px;
}

.separator {
    width: 100%;
    height: 20px;
    background: url(images/separator.gif);
    color: #FFFFFF;
    font-weight: bold;
}

/*************************************************************************************************************/
/* Custom                                                                                                    */
/*************************************************************************************************************/

