/*
    //External Site
		//Page Layout Styles Structure for different workarea & workfunction
                .xxxx_body
                    .xxxx_table_body
                        .xxxx_header_body
                            .xxxx_header_menu_left
                            .xxxx_header_menu_right
                            .xxxx_header_logo
							.xxxx_header_toolbar_body
                            .xxxx_header_toolbar_left
                            .xxxx_header_toolbar_right
                            .xxxx_header_image
                        .xxxx_content_body
                            .xxxx_navigation_left
                            .xxxx_navigation_left_top
                            .xxxx_navigation_left_bottom
					
                            .xxxx_content_left
                            .xxxx_content_left_separator
                            .xxxx_content_middle
                            .xxxx_content_right_separator
                            .xxxx_content_right
        //Common Footer
            .common_footer_body

		//Different Page Layout Styles for different WorkArea and WorkFunction

	    //Common Page Layout Style (1 & 2 Column Layout)
        //Main Page Layout Styles (3 Column Layout)
        //Security Page Layout Styles (1 Column Layout)

        //Trademark Page Layout Styles (3 Column Layout)
        //TrademarkFilling Page Layout Styles (2 Column Layout)
        //TrademarkForm Page Layout Styles (1 Column Layout)

        //Company Page Layout Styles (3 Column Layout)
        //CompanyFilling Page Layout Styles (2 Column Layout)
        //CompanyForm Page Layout Styles (1 Column Layout)

        //Business Page Layout Styles (3 Column Layout)
        //BusinessFilling Page Layout Styles (2 Column Layout)
        //BusinessForm Page Layout Styles (1 Column Layout)

	    //Internal Page Layout Style (2 Column Layout)
        //WorkFlowStep Page Layout Styles (2 Column Layout)
*/

/* Page Break */
.page_break
{
    page-break-after :always ;
}

/* Common Footer for all Layouts */
.common_footer_body
{
    width:768px;
    height:24px;
    border-style :solid ;
    border:0px;
    border-color :Black ;    
    background-color :#999999;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif    
}

/* common Page Layout */
.common_body
{
	background-repeat : repeat ;
	background-image: url(Images/Common/Home/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.common_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Black;
    azimuth:center;
}

/* common Header Body */
.common_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.common_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Common/Home/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		
		background-color:#fafad2;
	}

    .common_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Common/Home/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .common_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:209px;
        background-image: url(Images/Common/Home/bg-header-logo.jpg);
    }

	.common_header_toolbar_body
    {
       background-color:#fafad2;
       width:100%;		
       height:24px;
       /*               
       background-image: url(Images/Common/Home/bg-header-toolbar.jpg);
        */
    }

    .common_header_toolbar_left
    {
       /*               
       background-repeat: repeat;
       background-image: url(Images/Common/Home/bg-header-toolbar-left.jpg);
        */
    }

    .common_header_toolbar_right
    {
       /*               
       background-repeat: repeat;
       background-image: url(Images/Common/Home/bg-header-toolbar-right.jpg);
        */
    }
    
    .common_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Common/Home/bg-header-image.gif);*/
        background-color:#dcdcdc;
    }

/* common Content Body */
.common_content_body
{
    width: 768px;
    height: 400px;    
}
    .common_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Common/Home/bg-navigation-left.gif);		
    }

    .common_navigation_left_top
    {
		height:0px;
		background-repeat : no-repeat ;
		background-image: url(Images/Common/Home/bg-navigation-left-top.gif);		
    }
    .common_navigation_left_bottom
    {
	    height:0px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Common/Home/bg-navigation-left-bottom.gif);		
    }

    .common_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Common/Home/bg-content-left.gif);        
    }

    .common_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Common/Home/bg-separator.gif);        
    }

    .common_content_middle
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 74%;
        background-image: url(Images/Common/Home/bg-content-middle.gif);        
    }
    
    .common_single_content_middle
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 100%;
        background-image: url(Images/Common/Home/bg-content-middle.gif);        
    }

/* Main Page Layout */
.main_body
{
	background-repeat : repeat ;
	background-image: url(Images/Main/Home/bg-page.gif);
    background-color:White;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.main_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* Main Header Body */
.main_header_body
{
    width:768px;
    border :1px;
    border-color :Black;
}

	.main_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Main/Home/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
        background-color:#fafad2;
	}

    .main_header_menu_right
    {
	    /*
		background-repeat : repeat ;
        background-image: url(Images/Main/Home/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .main_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:209px;
        background-image: url(Images/Main/Home/bg-header-logo.jpg);
    }

	.main_header_toolbar_body
    {
       width:100%;		
       height:24px;
       background-color:#fafad2;
       /*
       lightsteelgray =  #b0c4de
       tanYellow =#cccc99;  
        Gold = #ffd700
        GoldenRodYellow= #fafad2    
        lightsteelblue = #b0c4de        
       background-image: url(Images/Main/Home/bg-header-toolbar.jpg);
       */
    }

    .main_header_toolbar_left
    {
       /*               
       background-repeat: repeat;               
       background-image: url(Images/Main/Home/bg-header-toolbar-left.jpg);
       */
    }

    .main_header_toolbar_right
    {
       /*               
       background-repeat: repeat;               
       background-image: url(Images/Main/Home/bg-header-toolbar-right.jpg);
       */
    }
    
    .main_header_image
    {
        /*background-repeat: repeat;                
        background-image: url(Images/Main/Home/bg-header-image.gif);*/
        background-color:#dcdcdc;
        
    }

/* Main Content Body */
.main_content_body
{
    width: 768px;
    height: 400px;    
}
    .main_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		/*
		background-repeat : no-repeat ;
		background-image: url(Images/Main/Home/bg-navigation-left.gif);		
        */
    }

    .main_navigation_left_top
    {
		height:0px;
		/*
		background-repeat : no-repeat ;
	    background-image: url(Images/Main/Home/bg-navigation-left-top.gif);		
        */
    }
    .main_navigation_left_bottom
    {
	    height:0px;		
	    /*
		background-repeat : no-repeat ;
		background-image: url(Images/Main/Home/bg-navigation-left-bottom.gif);
        */
    }

    .main_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Main/Home/bg-content-left.gif);        
    }

    .main_content_left_separator
    {
        background-repeat: no-repeat;        
        width: 1%;
        height: 400px;    
        background-image: url(Images/Main/Home/bg-separator.gif);        
    }

    .main_content_middle
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 48%;
        background-image: url(Images/Main/Home/bg-content-middle.gif);        
    }

    .main_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Main/Home/bg-separator.gif);        
    }

    .main_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Main/Home/bg-content-right.gif);        
    }
    
/* security Page Layout */
.security_body
{
	background-repeat : repeat ;
	background-image: url(Images/Security/Home/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.security_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* security Header Body */
.security_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.security_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Security/Home/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .security_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Security/Home/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .security_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:209px;
        background-image: url(Images/Security/Home/bg-header-logo.jpg);
    }

	.security_header_toolbar_body
    {
       width:100%;		
       height:24px;
       background-color:#fafad2;
       /*               
       background-image: url(Images/Security/Home/bg-header-toolbar.jpg);
        */
    }

    .security_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Security/Home/bg-header-toolbar-left.jpg);
        */
    }

    .security_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Security/Home/bg-header-toolbar-right.jpg);
        */
    }
    
    .security_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Security/Home/bg-header-image.gif);*/
        background-color:#dcdcdc;
    }

/* security Content Body */
.security_content_body
{
    width: 768px;
    height: 400px;    
}
    .security_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Security/Home/bg-navigation-left.gif);		
    }

    .security_navigation_left_top
    {
		height:80px;
		background-repeat : no-repeat ;
		background-image: url(Images/Security/Home/bg-navigation-left-top.gif);		
    }
    .security_navigation_left_bottom
    {
	    height:50px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Security/Home/bg-navigation-left-bottom.gif);		
    }

    .security_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Security/Home/bg-content-left.gif);        
    }

    .security_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Security/Home/bg-separator.gif);        
    }

    .security_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 74%;
        background-image: url(Images/Security/Home/bg-content-middle.gif);        
    }
    
    .security_single_content_body
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 100%;
        background-image: url(Images/Security/Home/bg-content-middle.gif);        
    }

/* Trademark Page Layout */
.trademark_body
{
	background-repeat : repeat ;
	background-image: url(Images/Trademark/Home/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.trademark_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* Trademark Header Body */
.trademark_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.trademark_header_menu_left
	{
	    /*
		background-repeat :repeat ;
		background-image: url(Images/Trademark/Home/bg-header-menu-left.gif);
        */
	    background-color:#fafad2;
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
	}

    .trademark_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Trademark/Home/bg-header-menu-right.gif);
        */
        background-color:#fafad2;
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        
    }

    .trademark_header_logo
    {        
        border :0px;
        border-color :Black;
        height:209px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-image: url(Images/Trademark/Home/bg-header-logo.jpg);
        
    }

	.trademark_header_toolbar_body
    {
       width:100%;		
       height:24px;
       background-color:#fafad2;
       /*               
       background-image: url(Images/Trademark/Home/bg-header-toolbar.jpg);
       */
    }

    .trademark_header_toolbar_left
    {
       /*               
       background-repeat: repeat;
       background-image: url(Images/Trademark/Home/bg-header-toolbar-left.jpg);
        */
    }

    .trademark_header_toolbar_right
    {
       /*               
       background-repeat: repeat;
       background-image: url(Images/Trademark/Home/bg-header-toolbar-right.jpg);
        */
    }
    
    .trademark_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Trademark/Home/bg-header-image.gif);
        */
        background-color:#dcdcdc;
    }

/* Trademark Content Body */
.trademark_content_body
{
    width: 768px;
    height: 400px;    
}
    .trademark_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Home/bg-navigation-left.gif);		
    }

    .trademark_navigation_left_top
    {
		height:80px;
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Home/bg-navigation-left-top.jpg);		
    }
    .trademark_navigation_left_bottom
    {
	    height:50px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Home/bg-navigation-left-bottom.gif);		
    }

    .trademark_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Trademark/Home/bg-content-left.gif);        
    }

    .trademark_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Trademark/Home/bg-separator.gif);        
    }

    .trademark_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 48%;
        background-image: url(Images/Trademark/Home/bg-content-middle.gif);        
    }

    .trademark_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Trademark/Home/bg-separator.gif);        
    }

    .trademark_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Trademark/Home/bg-content-right.gif);        
    }

/* trademark_filing Page Layout */
.trademark_filing_body
{
	background-repeat : repeat ;
	background-image: url(Images/Trademark/Filing/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.trademark_filing_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* trademark_filing Header Body */
.trademark_filing_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.trademark_filing_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Trademark/Filing/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .trademark_filing_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Trademark/Filing/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .trademark_filing_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:170px;
        background-image: url(Images/Trademark/Filing/bg-header-logo.jpg);
    }

	.trademark_filing_header_toolbar_body
    {
       width:100%;		
       height:24px;  
       background-color:#fafad2;             
       /*
       background-image: url(Images/Trademark/Filing/bg-header-toolbar.jpg);
        */
    }

    .trademark_filing_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Trademark/Filing/bg-header-toolbar-left.jpg);
        */
    }

    .trademark_filing_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Trademark/Filing/bg-header-toolbar-right.jpg);
        */
    }
    
    .trademark_filing_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Trademark/Filing/bg-header-image.gif);*/
        background-color:#dcdcdc;
    }

/* trademark_filing Content Body */
.trademark_filing_content_body
{
    width: 768px;
    height: 400px;    
}
    .trademark_filing_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Filing/bg-navigation-left.gif);		
    }

    .trademark_filing_navigation_left_top
    {
		height:80px;
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Filing/bg-navigation-left-top.jpg);		
    }
    .trademark_filing_navigation_left_bottom
    {
	    height:50px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Filing/bg-navigation-left-bottom.gif);		
    }

    .trademark_filing_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Trademark/Filing/bg-content-left.gif);        
    }

    .trademark_filing_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Trademark/Filing/bg-separator.gif);        
    }

    .trademark_filing_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 79%;
        background-image: url(Images/Trademark/Filing/bg-content-middle.gif);        
    }

    .trademark_filing_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Trademark/Filing/bg-separator.gif);        
    }

    .trademark_filing_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Trademark/Filing/bg-content-right.gif);        
    }

/* trademark_form Page Layout */
.trademark_form_body
{
	background-repeat : repeat ;
	background-image: url(Images/Trademark/Form/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.trademark_form_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* trademark_form Header Body */
.trademark_form_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.trademark_form_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Trademark/Form/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .trademark_form_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Trademark/Form/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .trademark_form_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:90px;
        background-image: url(Images/Trademark/Form/bg-header-logo.jpg);
    }
    
	.trademark_form_header_toolbar_body
    {
       width:100%;		
       height:24px;    
       background-color:#fafad2;           
       /*
       background-image: url(Images/Trademark/Form/bg-header-toolbar.jpg);
        */
    }
    
    .trademark_form_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Trademark/Form/bg-header-toolbar-left.jpg);
        */
    }

    .trademark_form_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Trademark/Form/bg-header-toolbar-right.jpg);
        */
    }
    
    .trademark_form_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Trademark/Form/bg-header-image.gif);*/
        background-color:#dcdcdc;
    }

/* trademark_form Content Body */
.trademark_form_content_body
{
    width: 768px;
    height: 400px;    
}
    .trademark_form_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Form/bg-navigation-left.gif);		
    }

    .trademark_form_navigation_left_top
    {
		height:80px;
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Form/bg-navigation-left-top.jpg);		
    }
    .trademark_form_navigation_left_bottom
    {
	    height:50px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Trademark/Form/bg-navigation-left-bottom.gif);		
    }

    .trademark_form_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Trademark/Form/bg-content-left.gif);        
    }

    .trademark_form_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Trademark/Form/bg-separator.gif);        
    }

    .trademark_form_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 48%;
        background-image: url(Images/Trademark/Form/bg-content-middle.gif);        
    }

    .trademark_form_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Trademark/Form/bg-separator.gif);        
    }

    .trademark_form_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Trademark/Form/bg-content-right.gif);        
    }

/* Business Page Layout */
.business_body
{
	background-repeat : repeat ;
	background-image: url(Images/Business/Home/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.business_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* Business Header Body */
.business_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.business_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Business/Home/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .business_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Business/Home/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .business_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:209px;
        background-image: url(Images/Business/Home/bg-header-logo.jpg);
    }

	.business_header_toolbar_body
    {
       width:100%;		
       height:24px;       
       background-color:#fafad2;        
       /*
       background-image: url(Images/Business/Home/bg-header-toolbar.jpg);
        */
    }
    
    .business_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Business/Home/bg-header-toolbar-left.jpg);
        */
    }

    .business_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Business/Home/bg-header-toolbar-right.jpg);
        */
    }
    
    .business_header_image
    {
       /* background-repeat: repeat;        
        background-image: url(Images/Business/Home/bg-header-image.gif);*/
       background-color:#dcdcdc;
    }

/* Business Content Body */
.business_content_body
{
    width: 768px;
    height: 400px;    
}
    .business_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Home/bg-navigation-left.gif);		
    }

    .business_navigation_left_top
    {
		height:0px;
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Home/bg-navigation-left-top.jpg);		
    }
    .business_navigation_left_bottom
    {
	    height:0px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Home/bg-navigation-left-bottom.gif);		
    }

    .business_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Business/Home/bg-content-left.gif);        
    }

    .business_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Business/Home/bg-separator.gif);        
    }

    .business_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 48%;
        background-image: url(Images/Business/Home/bg-content-middle.gif);        
    }

    .business_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Business/Home/bg-separator.gif);        
    }

    .business_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Business/Home/bg-content-right.gif);        
    }

/* business_filing Page Layout */
.business_filing_body
{
	background-repeat : repeat ;
	background-image: url(Images/Business/Filing/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.business_filing_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* business_filing Header Body */
.business_filing_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.business_filing_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Business/Filing/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .business_filing_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Business/Filing/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .business_filing_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:170px;
        background-image: url(Images/Business/Filing/bg-header-logo.jpg);
    }

	.business_filing_header_toolbar_body
    {
       width:100%;		
       height:24px;     
       background-color:#fafad2;          
       /*
       background-image: url(Images/Business/Filing/bg-header-toolbar.jpg);
        */
    }

    .business_filing_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Business/Filing/bg-header-toolbar-left.jpg);
        */
    }

    .business_filing_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Business/Filing/bg-header-toolbar-right.jpg);
        */
    }
    
    .business_filing_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Business/Filing/bg-header-image.gif);*/
        background-color:#dcdcdc;
    }

/* business_filing Content Body */
.business_filing_content_body
{
    width: 768px;
    height: 400px;    
}
    .business_filing_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Filing/bg-navigation-left.gif);		
    }

    .business_filing_navigation_left_top
    {
		height:0px;
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Filing/bg-navigation-left-top.jpg);		
    }
    .business_filing_navigation_left_bottom
    {
	    height:0px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Filing/bg-navigation-left-bottom.gif);		
    }

    .business_filing_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Business/Filing/bg-content-left.gif);        
    }

    .business_filing_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Business/Filing/bg-separator.gif);        
    }

    .business_filing_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 79%;
        background-image: url(Images/Business/Filing/bg-content-middle.gif);        
    }

    .business_filing_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Business/Filing/bg-separator.gif);        
    }

    .business_filing_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Business/Filing/bg-content-right.gif);        
    }

/* business_form Page Layout */
.business_form_body
{
	background-repeat : repeat ;
	background-image: url(Images/Business/Form/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.business_form_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* business_form Header Body */
.business_form_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.business_form_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Business/Form/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .business_form_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Business/Form/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .business_form_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:90px;
        background-image: url(Images/Business/Form/bg-header-logo.jpg);
    }

	.business_form_header_toolbar_body
    {
       width:100%;		
       height:24px;  
       background-color:#fafad2;             
       /*
       background-image: url(Images/Business/Form/bg-header-toolbar.jpg);
        */       
    }

    .business_form_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Business/Form/bg-header-toolbar-left.jpg);
        */
    }

    .business_form_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Business/Form/bg-header-toolbar-right.jpg);
        */
    }
    
    .business_form_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Business/Form/bg-header-image.gif);*/
        background-color:#dcdcdc;
    }

/* business_form Content Body */
.business_form_content_body
{
    width: 768px;
    height: 400px;    
}
    .business_form_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Form/bg-navigation-left.gif);		
    }

    .business_form_navigation_left_top
    {
		height:0px;
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Form/bg-navigation-left-top.jpg);		
    }
    .business_form_navigation_left_bottom
    {
	    height:0px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Business/Form/bg-navigation-left-bottom.gif);		
    }

    .business_form_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Business/Form/bg-content-right.gif);        
    }

    .business_form_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Business/Form/bg-separator.gif);        
    }

    .business_form_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 48%;
        background-image: url(Images/Business/Form/bg-content-middle.gif);        
    }

    .business_form_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Business/Form/bg-separator.gif);        
    }

    .business_form_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Business/Form/bg-content-right.gif);        
    }

/* company Page Layout */
.company_body
{
	background-repeat : repeat ;
	background-image: url(Images/Company/Home/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.company_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* company Header Body */
.company_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.company_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Company/Home/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .company_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Company/Home/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .company_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:209px;
        background-image: url(Images/Company/Home/bg-header-logo.jpg);
    }

	.company_header_toolbar_body
    {
       width:100%;		
       height:24px;        
       background-color:#fafad2;       
       /*
       background-image: url(Images/Company/Home/bg-header-toolbar.jpg);
        */
    }

    .company_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Company/Home/bg-header-toolbar-left.jpg);
        */
    }

    .company_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Company/Home/bg-header-toolbar-right.jpg);
        */
    }
    
    .company_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Company/Home/bg-header-image.gif);*/
        background-color:#dcdcdc;
    }

/* company Content Body */
.company_content_body
{
    width: 768px;
    height: 400px;    
}
    .company_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Home/bg-navigation-left.gif);		
    }

    .company_navigation_left_top
    {
		height:0px;
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Home/bg-navigation-left-top.jpg);		
    }
    .company_navigation_left_bottom
    {
	    height:0px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Home/bg-navigation-left-bottom.gif);		
    }

    .company_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Company/Home/bg-content-left.gif);        
    }

    .company_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Company/Home/bg-separator.gif);        
    }

    .company_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 48%;
        background-image: url(Images/Company/Home/bg-content-middle.gif);        
    }

    .company_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Company/Home/bg-separator.gif);        
    }

    .company_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Company/Home/bg-content-right.gif);        
    }

/* company_filing Page Layout */
.company_filing_body
{
	background-repeat : repeat ;
	background-image: url(Images/Company/Filing/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.company_filing_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* company_filing Header Body */
.company_filing_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.company_filing_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Company/Filing/bg-header-menu-left.gif);
        */
	    background-color:#fafad2;
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
	}

    .company_filing_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Company/Filing/bg-header-menu-right.gif);
        */
        background-color:#fafad2;
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
    }

    .company_filing_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:170px;
        background-image: url(Images/Company/Filing/bg-header-logo.jpg);
    }

	.company_filing_header_toolbar_body
    {
       width:100%;		
       height:24px;      
       background-color:#fafad2;         
       /*
       background-image: url(Images/Company/Filing/bg-header-toolbar.jpg);
        */
    }

    .company_filing_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Company/Filing/bg-header-toolbar-left.jpg);
        */
    }

    .company_filing_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Company/Filing/bg-header-toolbar-right.jpg);
        */       
    }
    
    .company_filing_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Company/Filing/bg-header-image.gif);
        */
        background-color:#dcdcdc;
    }

/* company_filing Content Body */
.company_filing_content_body
{
    width: 768px;
    height: 400px;    
}
    .company_filing_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Filing/bg-navigation-left.gif);		
    }

    .company_filing_navigation_left_top
    {
		height:0px;
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Filing/bg-navigation-left-top.jpg);		
    }
    .company_filing_navigation_left_bottom
    {
	    height:0px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Filing/bg-navigation-left-bottom.gif);		
    }

    .company_filing_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Company/Filing/bg-content-left.gif);        
    }

    .company_filing_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Company/Filing/bg-separator.gif);        
    }

    .company_filing_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 79%;
        background-image: url(Images/Company/Filing/bg-content-middle.gif);        
    }

    .company_filing_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Company/Filing/bg-separator.gif);        
    }

    .company_filing_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Company/Filing/bg-content-right.gif);        
    }

/* company_form Page Layout */
.company_form_body
{
	background-repeat : repeat ;
	background-image: url(Images/Company/Form/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.company_form_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* company_form Header Body */
.company_form_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.company_form_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Company/Form/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .company_form_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Company/Form/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        
        border-color: Black;
    }

    .company_form_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:90px;
        background-image: url(Images/Company/Form/bg-header-logo.jpg);
    }

	.company_form_header_toolbar_body
    {
       width:100%;		
       height:24px;
       background-color:#fafad2;               
       /*
       background-image: url(Images/Company/Form/bg-header-toolbar.jpg);
        */
    }

    .company_form_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Company/Form/bg-header-toolbar-left.jpg);
        */
    }

    .company_form_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Company/Form/bg-header-toolbar-right.jpg);
        */
    }
    
    .company_form_header_image
    {
        /*background-repeat: repeat;        
        background-image: url(Images/Company/Form/bg-header-image.gif);*/
        background-color:#dcdcdc;
    }

/* company_form Content Body */
.company_form_content_body
{
    width: 768px;
    height: 400px;    
}
    .company_form_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Form/bg-navigation-left.gif);		
    }

    .company_form_navigation_left_top
    {
		height:80px;
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Form/bg-navigation-left-top.jpg);		
    }
    .company_form_navigation_left_bottom
    {
	    height:50px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Company/Form/bg-navigation-left-bottom.gif);		
    }

    .company_form_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Company/Form/bg-content-left.gif);        
    }

    .company_form_content_left_separator
    {
        background-repeat: no-repeat;        
         width: 1%;
        height: 400px;    
        background-image: url(Images/Company/Form/bg-separator.gif);        
    }

    .company_form_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 48%;
        background-image: url(Images/Company/Form/bg-content-middle.gif);        
    }

    .company_form_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Company/Form/bg-separator.gif);        
    }

    .company_form_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Company/Form/bg-content-right.gif);        
    }
/* internal Page Layout */
.internal_body
{
	background-repeat : repeat ;
	background-image: url(Images/Internal/Home/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.internal_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* internal Header Body */
.internal_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.internal_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Internal/Home/bg-header-menu-left.gif);
        */
		height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .internal_header_menu_right
    {
        /*
		background-repeat : repeat ;
        background-image: url(Images/Internal/Home/bg-header-menu-right.gif);
        */
        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .internal_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:39px;
        background-image: url(Images/Internal/Home/bg-header-logo.jpg);
    }

	.internal_header_toolbar_body
    {       
       width:100%;		
       height:24px;
       background-color:#fafad2;
       /*               
       background-image: url(Images/Internal/Home/bg-header-toolbar.jpg);
        */
    }

    .internal_header_toolbar_left
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Internal/Home/bg-header-toolbar-left.jpg);
        */
    }

    .internal_header_toolbar_right
    {
        /*
       background-repeat: repeat;
       background-image: url(Images/Internal/Home/bg-header-toolbar-right.jpg);
        */
    }
    
    .internal_header_image
    {
        background-repeat: repeat;        
        background-image: url(Images/Internal/Home/bg-header-image.gif);
    }

/* internal Content Body */
.internal_content_body
{
    width: 768px;
    height: 400px;    
}
    .internal_navigation_left
    {
		width :100%;
		font-size :small ;
		font-style :italic ;
		font-family : Verdana ;
		font-weight :bold ;
		background-repeat : no-repeat ;
		background-image: url(Images/Internal/Home/bg-navigation-left.gif);		
    }

    .internal_navigation_left_top
    {
		height:80px;
		background-repeat : no-repeat ;
		background-image: url(Images/Internal/Home/bg-navigation-left-top.gif);		
    }
    
    .internal_navigation_left_bottom
    {
	    height:50px;		
		background-repeat : no-repeat ;
		background-image: url(Images/Internal/Home/bg-navigation-left-bottom.gif);		
    }

    .internal_content_left
    {
        background-repeat: repeat;        
        height: 400px;
        width : 25%;            
        background-image: url(Images/Internal/Home/bg-content-left.gif);        
    }

    .internal_content_left_separator
    {
        background-repeat: no-repeat;        
        width: 1%;
        height: 400px;    
        background-image: url(Images/Internal/Home/bg-separator.gif);        
    }

    .internal_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 75%;
        background-image: url(Images/Internal/Home/bg-content-middle.gif);        
    }
    
    .internal_single_content_middle
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 100%;
        background-image: url(Images/Internal/Home/bg-content-middle.gif);        
    }

    .internal_content_right_separator
    {
        background-repeat: no-repeat;        
        height: 400px;    
        width: 1%;
        background-image: url(Images/Internal/Home/bg-separator.gif);        
    }

    .internal_content_right
    {
        background-repeat: repeat;        
        height: 400px;    
        width: 25%;        
        background-image: url(Images/Internal/Home/bg-content-right.gif);        
    }

/* workflowstep Page Layout */
.workflowstep_body
{
	background-repeat : repeat ;
	background-image: url(Images/Workflowstep/Home/bg-page.gif);
	background-color: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.workflowstep_table_body
{
    width:768px;
    height :100%;
    border:1px;
    border-color :Gray;
    azimuth:center;
}

/* workflowstep Header Body */
.workflowstep_header_body
{
    width:768px;
    border :0px;
    border-color :Black;
}

	.workflowstep_header_menu_left
	{
	    /*
		background-repeat : repeat ;
		background-image: url(Images/Workflowstep/Home/bg-header-menu-left.gif);
        */		
        height: 22px;
		width:50%;
		border: 0px;
		border-color: Black;
		background-color:#fafad2;
	}

    .workflowstep_header_menu_right
    {
		/*background-repeat : repeat ;
        background-image: url(Images/Workflowstep/Home/bg-header-menu-right.gif);*/

        height: 22px;
        width:50%;
        border: 0px;
        border-color: Black;
        background-color:#fafad2;
    }

    .workflowstep_header_logo
    {        
        border :0px;
        border-color :Black;
        background-attachment: fixed;
        background-repeat: no-repeat;
        height:39px;
        background-image: url(Images/Workflowstep/Home/bg-header-logo.jpg);
    }

	.workflowstep_header_toolbar_body
    {
       width:100%;		
       height:24px; 
       background-color:#fafad2;              
       /*background-image: url(Images/Workflowstep/Home/bg-header-toolbar.jpg);*/
    }

    .workflowstep_header_toolbar_left
    {
        /*
        background-repeat: repeat;
        background-image: url(Images/Workflowstep/Home/bg-header-toolbar-left.jpg);
        */ 
    }

    .workflowstep_header_toolbar_right
    {
       /*background-repeat: repeat;
       background-image: url(Images/Workflowstep/Home/bg-header-toolbar-right.jpg);*/
    }
    
    .workflowstep_header_image
    {
        background-repeat: repeat;        
        background-image: url(Images/Workflowstep/Home/bg-header-image.gif);
    }

/* workflowstep Content Body */
.workflowstep_content_body
{
    width: 768px;
    height: 400px;    
}
   .workflowstep_content_top_left
    {
        background-repeat: repeat;        
        height: 200px;
        width : 25%;            
        background-image: url(Images/WorkflowStep/Home/bg-content-left.gif);        
    }

    .workflowstep_content_top_right
    {
        background-repeat: no-repeat;        
        height: 200px;    
        width: 75%;
        background-image: url(Images/Workflowstep/Home/bg-content-middle.gif);        
    }

    .workflowstep_content_bottom_left
    {
        background-repeat: repeat;        
        height: 200px;    
        width: 25%;        
        background-image: url(Images/WorkflowStep/Home/bg-content-right.gif);        
    }

    .workflowstep_content_bottom_right
    {
        background-repeat: repeat;        
        height: 200px;    
        width: 75%;        
        background-image: url(Images/WorkflowStep/Home/bg-content-right.gif);        
    }

/* Web Part Styles*/
.webpart_table
{
    border:0px;
    border-color:Green ;
}

.webpart_title
{
    FONT-WEIGHT: bold ;
    FONT-SIZE: 14px;
    COLOR: #FEE501;
    LINE-HEIGHT: normal;
    HEIGHT :21px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.webpart_body
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR:Gray;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.webpart_verb
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8px;
    COLOR: #FEE501;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/* Form Styles*/

.error_message
{
	width: 100%; 
	/*height :20px;*/
	font-weight: bold; 
	font-size :X-small ; 
	color: Red; 
	background-color: white;
}

.section_title
{
	width: 100%; 
	height :20px;
	font-size :small ; 
	color: white; 
	background-color: #0099ff;	
}

.legend_title
{
	font-weight: bold; 
	font-size: 8pt; 
	color: blue; 
	font-family: Verdana;
}

.control_title
{
	font-size: 8pt; 
	color: black; 
	font-family: Verdana;	
}

.form_table_body
{
    width: 100%; 
    font-size: 8pt;
    font-family: Verdana; 
    background-color:White;
}

.form_table_row
{
    width: 100%;
    font-size: 8pt;
    font-family: Verdana;
    background-color:#dcdcdc;
}

.form_instruction
{
    width: 100%; 
    font-size: 8pt; 
    color: blue; 
    font-family: Verdana; 
    background-color:Silver;
    font-style :italic ;        
}

.Wizard_SideBar_None
{
	display:none;
}

/*
    Step Process Related CSS
*/
.tree_table_body
{
    width: 100%; 
    height:200px;
    font-size: 8pt;
    font-family: Verdana; 
    background-color:White;
}

.action_table_body
{
    width: 100%; 
    font-size: 8pt;
    font-family: Verdana; 
    background-color:White;
}

.action_view_table_body
{
    width: 100%; 
    height:150px;
    font-size: 8pt;
    font-family: Verdana; 
    background-color:White;
}

.view_table_body
{
    width: 100%; 
    height:200px;
    font-size: 8pt;
    font-family: Verdana; 
    background-color:White;
}

