/* 
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%;    
    position            : relative;
    margin              : 0px ;
    padding-top         : 0px;
    text-align          : left;
    min-height          : 700px;
    background          : #759612 url(/converis/images/client/background.jpg) repeat-x scroll top left;
}

.layout #container {
    height              : 100%;    
    position            : relative;
    width               : 943px;
    margin              : 0px auto 0px;
    padding-top         : 0px;
    text-align          : left;
    background-color    : #759612;
    /*background          : #FFFFFF url(/converis/images/client/shadow_left.png) repeat-y scroll left top;*/
}

/* DIV Container used for Left navigation column. */
.layout #leftCol {
   /* background          : #FFFFFF url(/converis/images/client/shadow_left.png) repeat-y scroll left top;*/
    float               : left;
    width               : 195px;
    margin-top          : 0px;
    margin-right        : 0px;
    margin-bottom       : 0px;
    margin-left         : 0px;
    padding-top         : 10px;
    padding-left        : 10px;
    padding-right       : 10px;
    height              : auto !important;
    background-color    : #FFFFFF;
}

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

/* DIV Container used for the main content. */
.layout #mainContent {  
    float               : left;    
    /*width               : 699px;*/
    width               : 941px;
    padding-top         : 0px;
    padding-left        : 0px;
    padding-right       : 0px;
    padding-bottom      : 20px;
    min-height          : 550px;    
    height              : auto !important;
    background-color    : #FFFFFF;
    border-left         : 1px solid #667E0E;
    border-right        : 1px solid #667E0E;
    /*background          : #FFFFFF url(/converis/images/client/shadow_right.png) repeat-y scroll right top;*/
}

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

/* DIV Container used for the main content. */
.layout #innerContent {
    float               : left;
    background-color    : white;
    width               : 460px;
    padding-top         : 8px;
    padding-left        : 25px;
    padding-right       : 0px;
    padding-bottom      : 0px;
    min-height          : 550px;
    border		        : 0;
    height              : auto !important;
}

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

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

.rightColumnContainerHeader {
    color               : #000000;
    font-size           : 11px;
    width               : 210px;
}

/* Style for the container that holds the contents in the left column. */
#leftBoxContainer {
    float               : left;
    padding-top         : 0px;
    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         : 0px;
}

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