/*
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          : #335885 url(/converis/images/client/background.jpg) repeat-x scroll top left;
}

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

/* DIV Container used for Left navigation column. */
.layout #leftCol {
    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;
    background-color    : #FFFFFF;
}

/* DIV Container used for Right columns. */
.layout #rightCol {
    background-color    : #FFFFFF;
    float               : left;
    left                : 715px;
    width               : 210px;
    padding-left        : 5px;
    padding-right       : 5px;
    padding-top         : 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;
    width               : 720px;
    padding             : 0 0 20px;
    min-height          : 550px;
    height              : auto !important;
    background-color    : #FFFFFF;
}

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

/* DIV Container used for the main content. */
.layout #innerContent {
    float               : left;
    background-color    : white;
    width               : 460px;
    padding             : 8px 0 0 25px;
    min-height          : 550px;
    border-left		    : 0px;
    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        : 25px;
}

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

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

/* 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		: 175px;
    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;
}

.keywordSearchResults {
    width: 250px;
    float: left;
    padding-right: 10px;
}

.keywordSearchPanelWrapper {
    float: right;
    width: 130px;
}

.keywordSearchSelectedPanel {
    padding: 3px;
    margin-bottom: 5px;
}

.keywordSearchProposedPanel {
    padding: 3px;
}

.keywordSearchPanelHeader {
    width: 130px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

.keywordSearchPanelWrapper TABLE {
    width: 130px;
}

.blackListKeywordLink {
    background-color:#000000;
    border:1px solid #010101;
    font-weight: bold;
    color:#FFFFFF;
    display:block;
    width: 12px;
    text-align:center;
}

.removeKeywordColorClass {
    background-color:#EE0000;
    border:1px solid #005500;
    font-weight: bold;
    color:#EEEEEE;
    display:block;
    width: 12px;
    text-align:center;
}

.keywordSearchColorClass1 {
    background-color:#93B8E5;
    border:1px solid #005500;
    font-weight: bold;
    color:#EEEEEE;
    display:block;
    width: 12px;
    text-align:center;
}

.keywordSearchColorClass2 {
    background-color:#6388B5;
    border:1px solid #005500;
    color:#EEEEEE;
    display:block;
    width: 12px;
    text-align:center;
}

.keywordSearchColorClass3 {
    background-color:#335885;
    border:1px solid #005500;
    color:#EEEEEE;
    display:block;
    width: 12px;
    text-align:center;
}

.keywordColumnDiv {
    overflow:hidden;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width:93px;
}

.keywordActionColumn {
    float:right;
    width:30px;
}
