﻿
/*
    ActionBar
*/
body.actionbar_body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;    
}

.actionbar_buttonCell
{
    padding-right:30px;
    vertical-align:middle
}

.actionbar_logoCell
{
    padding-left:7px
}

a.actionbar_link
{
    color:#FFFFFF; 
    padding-right: 15px;
    text-decoration:none;
}
a:hover.actionbar_link
{
    color:#FFFFFF; 
    padding-right: 15px;
    text-decoration:none;
}

.actionbar_link
{
    text-decoration:underline;
}

table.actionbar
{
    background-color: #00204e;
    width:100%;
    height:80px;
}

.actionbar_image
{
    border-width:0px;
    position:relative;
    bottom:-4px;
    padding-right: 7px;
}

.actionbar_deco_row_top
{
    height:1px;
    background-color:#FFFFFF;    
}
.actionbar_deco_row_middle
{
    height:3px;
    background-color:#F8DD51;    }
.actionbar_deco_row_bottom
{
    height:1px;
    background-color:#FFFFFF;    }


/*********************************************
    Action Navigator (a)
*********************************************/

a.a_link
{
    color:#FFFFFF; 
    font-weight:bold;
    text-decoration:none;
}

a:HOVER.a_link, a.a_link_hover
{
    color:#D9E1F0;
    text-decoration:underline;
}

a:VISITED.a_link, a.a_link_visited
{
    color:#D9E1F0;
}

    
body.a_body
{
    background-color: #00204e;
    background-repeat:repeat-x;
    }
   
table.a_bar
{
    width:100%;
    height:39px;
    }
td.a_rightCell, td.a_leftCell
{
    width:50%;
    }
    
table.a_button_pan
{
    width:500px;
    height:39px;
    }
    
table.a_aplly_pan
{
    width:110px;
    height:39px;
    }

table.a_button_pan img, table.a_aplly_pan img
{
    text-decoration:none;
    }
    
table.a_button_pan a, table.a_aplly_pan a
{
    margin-left:5px;
    }

table.a_button_pan td, table.a_aplly_pan td
{
    vertical-align:middle;
    white-space:nowrap;
    padding-top:7px;
    }

    
td.a_cell_vline
{
    background-image: url(/JS24Web/AdvancedView/img/separate_bottom.gif);
    background-repeat:no-repeat;
    }

/*********************************************
    Action SearchResultNavigator(srn)
*********************************************/


a.srn_link
{
    color:#FFFFFF; 
    font-weight:bold;
    text-decoration:none;
}

a:HOVER.srn_link
{
    color:#D9E1F0;
    text-decoration:underline;
}

a:VISITED.srn_link
{
    color:#D9E1F0;
}

a.srn_link img
{
    text-decoration:none;
    border-width:0px;
    margin-bottom:5px;
    }

.srn_logo_cell
{
    width:50%;
    padding-top:0px;
    padding-left:7px;
    }
    .srn_logo_cell img
    {
		margin-top:-5px;
		}
    
.srn_button_cell
{
    vertical-align:middle;
    }
.srn_right_cell
{
    width:50%;}

table.srn_bar
{
    width:100%;
    height:77px;
    }
table.srn_button_pan
{
    width:300px;
    }

table.srn_button_pan td
{
    width:100px;
    height:77px;
    vertical-align:middle;
    }
td.srn_cell_vline
{
    
    background-image: url(/JS24Web/AdvancedView/img/separate_top.gif);
    background-repeat:no-repeat;
    }

body.srn_bar
{
    background-color: #00204e;
    background-repeat:repeat-x;
    }
/*************************************************************************/

/*
    Others
*/

.av_box_HeaderBar
{
	padding: 4px;
	background-color: #000066;
}


.av_box_ActionBar
{
	padding: 4px;
	background-color: #FF6600;
}

bc
{
    color:White;    
}

a.bc
{
    color:White;    
}
a:hover.bc
{
    color:White;    
}



.av_box_neutral_ActionBar
{
	padding: 4px;
	background-color: white;
}