/* This is the default CSS for infobox.aspx in CTM user can alter 
this file by copy it and specify the new copied file name in 
CONTENT_PAGE_LAYOUT_CONFIGURATION */
.css_div_content_infobox 
{
    width: 100%;
   /* background-image: url('../image/content_home_bg.jpg'); */
    padding-top: 12px;
    padding-bottom: 5px;
}
.css_tb_infobox_layout
{
    width: 990px;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
}
/*Layout 1 column*/
.css_td_infobox_layout_1col_col1
{
    width: 990px;
    vertical-align: top;
}
/*Layout 2 column*/
.css_td_infobox_layout_2col_col1
{
    width: 495px;
    vertical-align: top;
}
.css_td_infobox_layout_2col_col2
{
    width: 495px;
    vertical-align: top;
}

/*Layout 3 column*/
.css_td_infobox_layout_3col_col1
{
    width: 190px;
    vertical-align: top;
}
.css_td_infobox_layout_3col_col2
{
    width: 470px;
    vertical-align: top;
}
.css_td_infobox_layout_3col_col3
{
    width: 330px;
    vertical-align: top;
}
