/*Left adjustment BPHAM*/
.leftalign
{
	width:180px;
	height:auto;
	float:left;
	text-align: left;
}

/*pagelevel_navi starts here*/
.page_level_whole
 {
    width: 180px;
    height: auto;
    float: left;
    overflow: hidden;
}

.page_level_title 
{
    height: 32px;
    width: 180px;
    float: left;
    overflow: hidden;
}

.page_level_top_one 
{
    height: 10px;
    width: 180px;
    float: left;
}

.page_level_left
 {
    height: 10px;
    width: 11px;
    float: left;
    background-image: url('/CMS/assets/media/images/styleimages/page_level_curve1.gif');
    background-repeat: no-repeat;
}

.page_level_border
 {
    height: 10px;
    width: 156px;
    float: left;
    background-image: url('/CMS/assets/media/images/styleimages/page_level_border1.gif');
    background-repeat: repeat-x;
}

.page_level_right 
{
    height: 10px;
    width: 13px;
    float: left;
    background-image: url('/CMS/assets/media/images/styleimages/page_level_curve2.gif');
    background-repeat: no-repeat;
}

.page_level_top_two
 {
    height: 22px;
    width: 180px;
    float: left;
    overflow: hidden;
}

.page_level_center
 {
    height: 22px;
    width: 180px;
    float: left;
    background-image: url('/CMS/assets/media/images/styleimages/page_level_center.gif');
    background-repeat: no-repeat;
    overflow: hidden;
}

.page_level_text
 {
   	height: 20px;
	width: 180px;
	float: left;
	margin-left: 16px;
	display: inline;
	color: white; /* added by ezio */
	font-family: Tahoma,Helvetica,Arial,San Serif; /* added by ezio */
	font-weight: bold; /* added by ezio */
	font-size: 14px; /* added by ezio */


}

.page_level_textover:link
 {
    color: white;
    text-decoration: none;
    font-family: tahoma;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0px;
    float: left;
}

.page_level_textover:visited 
{
    color: white;
    text-decoration: none;
    font-family: tahoma;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0px;
    float: left;
}

.page_level_textover:hover 
{
    color: white;
    text-decoration: underline;
    font-family: tahoma;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-top: 0px;
}

.page_level_bottom 
{
    height: 20px;
    width: 180px;
    float: left;
    background-image: url(/CMS/assets/media/images/styleimages/page_level_bottom.gif);
}

.tundra .dijitAccordionPane .dijitAccordionTitle
 {
    border-left: 1px solid #BBB6A1;
    border-right: 1px solid #BBB6A1;
    background-image: url(/CMS/assets/media/images/styleimages/page_level_title.gif);
    background-repeat: repeat-x;
    height: 32px;
}

.tundra .dijitAccordionPane-selected .dijitAccordionTitle
 {
    border-left: 1px solid #BBB6A1;
    border-right: 1px solid #BBB6A1;
    height: 27px;
    background-image: url(/CMS/assets/media/images/styleimages/page_level_title1.gif);
}

.tundra .dijitAccordionPane .dijitAccordionBody 
{
    background: #fff;
    border-left: 1px solid #BBB6A1;
    border-right: 1px solid #BBB6A1;
}

.tundra .dijitAccordionPaneFocused .dijitAccordionText
 {
       height: 15px;
    /* width: 75px; - removed by ezio */
    float: left;
    margin-left: 5px;
    display: inline;
    margin-top: 7px;
    color: red;
}

.tundra .dijitAccordionPane .dijitAccordionText 
{
    height: 15px;
    /* width: 75px; - removed by ezio */
    float: left;
    margin-left: 5px;
    display: inline;
    margin-top: 7px;
}

.tundra .dijitAccordionPane .dijitAccordionArrow
 {
    background-image: url(/CMS/assets/media/images/styleimages/page_level_pointer.gif);
    width: 8px;
    height: 9px;
    margin-top: 10px;
    background-repeat: no-repeat;
    float: left;
}

.newdiv 
{
    height: 15px;
    width: auto; /* width: 100px; - modified by ezio */
    float: left;
    margin-top: 3px;
    margin-left: 5px;
    display: inline;
}

.tundra .dijitAccordionPane-selected .dijitAccordionArrow 
{
    background-image: url(/CMS/assets/media/images/styleimages/page_level_pointer1.gif);
    width: 8px;
    height: 9px;
    margin-top: 10px;
    background-repeat: no-repeat;
    float: left;
}

.tundra .dijitAccordionPane-selected-no-content .dijitAccordionArrow
 {
    background-image: url(/CMS/assets/media/images/styleimages/page_level_pointer.gif);
    width: 8px;
    height: 9px;
    margin-top: 10px;
    background-repeat: no-repeat;
    float: left;
}

.tundra .dijitAccordionPane-selected-no-content .dijitAccordionTitle 
{
    border-left: 1px solid #BBB6A1;
    border-right: 1px solid #BBB6A1;
    height: 27px;
    background-image: url(/CMS/assets/media/images/styleimages/page_level_title1.gif);
}

a.text:link 
{
    text-decoration: none;
    color: #52483d !important;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
}

a.text:visited 
{
    text-decoration: none;
    color: #52483d;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
}

a.text:hover
 {
    text-decoration: underline;
    color: #52483d;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
}

a.text:active 
{
    text-decoration: none;
    color: #990101 !important;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
}

a.subLink:link 
{
    text-decoration: none;
    color: #52483d;
    font-size: 10px;
    font-family: tahoma;
}

a.subLink:visited 
{
    text-decoration: none;
    color: #52483d;
    font-size: 10px;
    font-family: tahoma;
}

a.subLink:hover 
{
    text-decoration: underline;
    color: #52483d;
    font-size: 10px;
    font-family: tahoma;
}

a.subLink_selected:link 
{
    text-decoration: none;
    color: #990101;
    font-size: 10px;
    font-family: tahoma;
}

a.subLink_selected:visited
{
    text-decoration: none;
    color: #990101;
    font-size: 10px;
    font-family: tahoma;
}

a.subLink_selected:active 
{
    text-decoration: none;
    color: #990101;
    font-size: 10px;
    font-family: tahoma;
}

a.subLink_selected:hover 
{
    text-decoration: none;
    color: #990101;
    font-size: 10px;
    font-family: tahoma;
}

.page_nav_inner_div 
{
    width: 120px;
    height: 14px;
    margin-left: 20px;
    display: inline;
    float: left;
}

a.selectedText:active
 {
    text-decoration: none;
    color: #990101;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
}

a.selectedText:visited
 {
    text-decoration: none;
    color: #990101;
    font-size: 11px;
    font-family: tahoma;
    font-weight: bold;
}

/* added by ezio - start */

a.selectedText_sec_lev:active 
{
    text-decoration: none;
    color: #047fbd;
    font-size: 11px;
    font-family: tahoma;
    
}
a.selectedText_sec_lev:visited
 {
    text-decoration: none;
    color: #047fbd;
    font-size: 11px;
    font-family: tahoma;
   
}
a.text_sec_lev:link
 {
    text-decoration: none;
    color: #52483d !important;
    font-size: 11px;
    font-family: tahoma;
    
}

a.text_sec_lev:visited
 {
    text-decoration: none;
    color: #52483d;
    font-size: 11px;
    font-family: tahoma;
    
}

a.text_sec_lev:hover 
{
    text-decoration: underline;
    color: #52483d;
    font-size: 11px;
    font-family: tahoma;
    
}

a.text_sec_lev:active 
{
    text-decoration: none;
    color: #990101 !important;
    font-size: 11px;
    font-family: tahoma;
   
}

/* added by ezio - end */
/*pagelevel_navi ends here*/
.newdiv 
{
    height: 15px;
    width: auto; /* width: 100px; - modified by ezio */
    float: left;
    margin-top: 3px;
    margin-left: 5px;
    display: inline;
}

