/* 
    Document   : leftBox
    Created on : Jun 7, 2009, 10:38:50 PM
    Author     : prashant
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

/* =============== Following CSS is for the LEFT BOX ======================= */

.float_left {
float:left;
}

.float_right {
float:right;
}

/* Adjust this width to fit your needs */
.container {
width:175px;
}

.container_head {
height:30px;
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: solid solid solid solid;
border-color: #9999CC;
background-image: url(../images/sidebar_center.jpg);
position: relative;
/*background-color: #666666;*/
}

/* To Center align the title add= text-align:center; */
.container_head_text {
height:23px;
padding: 7px 0px 0px 0px;
/*padding:7px 0px 0px 0px;*/
color:#4863A0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 14px;
font-weight:bold;
}

.container_label_text {
height:5px;
padding:5px 0 0 0;
color:#4863A0;
/*color:#666666;*/
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 12px;
font-weight:bold;
padding:10px;
}

.container_label1_text {
color:#000000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
padding: 5px 1px 0px 18px;
}

.container_content {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color:#666666;
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: none solid solid solid;
border-color: #9999CC;
}


