/* 
Document   : publicViewTemplateStyles
Created on : 07.07.2008, 13:54:14
Author     : g.gelashvili
Description: Styles for all PublicView templates, layout declarations.
*/

/* The main container the holds the complete page content. */
.layout #maincontainer {
    height              : 100%;
    width               : 100%;
    background-color    : #94908A;
    position            : relative;
    margin              : 0px ;
    padding-top         : 10px;
    padding-bottom      : 10px;
    text-align          : left;
    min-height          : 700px;
}

.layout #container {
    height              : 100%;
    background-color    : #FFFFFF;
    position            : relative;
    width               : 940px;
    margin              : 0px auto 0px;
    text-align          : left;
}

/* DIV Container used for Left navigation column. */
.layout #leftCol {
    background-color    : #FFFFFF;
    float               : left;
    width               : 190px;
    margin-top          : 0px;
    margin-right        : 0px;
    margin-bottom       : 0px;
    margin-left         : 0px;
    padding-top         : 2px;
    padding-left        : 10px;
    padding-right       : 20px;
    border-right        : 1px solid #DCDCDC;
}

/* DIV Container used for Right columns. */
.layout #rightCol {
    background-color    : #FFFFFF;
    float               : left;
    left                : 715px;
    width               : 205px;
    padding-top         : 2px;
    padding-left        : 5px;
    padding-right       : 10px;
    margin-top          : 0px;
    margin-right        : 0px;
    margin-bottom       : 0px;
    margin-left         : 0px;
    border              : 0px;
}

/* DIV Container used for the main content. */
.layout #mainContent {  
    float               : left;
    background-color    : white;
    width               : 455px;
    padding-top         : 2px;
    padding-left        : 20px;
    padding-right       : 20px;
    padding-bottom      : 20px;
    min-height          : 550px;
    border-left         : 1px solid #DCDCDC;
    margin-left         : -1px;
    height              : auto !important;
}

/* For IE6  */
#mainContent {    
    height              : 550px;
}

/* Container that holds all the right column contents. */
#rightBoxContainer {
    float               : left;
    padding-top         : 25px;
    padding-right       : 5px;
    padding-bottom      : 25px;
    padding-left        : 5px;
}

/* Style for the individual right column contents. */
.rightColumnContent {
    background-color    : #FFFFFF;
    width               : 190px;
}
/* Header text style for right column content. */

.rightColumnContainerHeader {
    color               : #9D8A0A;
    font-size           : 11px;
    font-weight         : normal;
    width               : 200px;
}

/* Style for the container that holds the contents in the left column. */
#leftBoxContainer {
    float               : left;
    padding-top         : 4px;
    padding-right       : 4px;
    padding-bottom      : 25px;
    padding-left        : 4px;
}

/* Style for the container that holds navigation tree (or Area tree). */
#leftColumnContent {
    background-color    : #FFFFFF;
    width               : 180px;
    padding-left        : 5px;
    padding-top         : 25px;
}

/* BreadCrumb container Style */
.breadContainer {
    background-color    : #FFFFFF;
    color               : #FFFFFF;
    font-size           : 90%;
    margin              : 0px;
    padding-left        : 0px;
    padding-bottom      : 15px;
    width               : 450px;
}
