﻿.ajax__tab_adp .ajax__tab_header {color:White;font-family:Arial;font-size:11px;}
.ajax__tab_adp .ajax__tab_inner {padding-left:4px;background:url("/Images/topTab_left_unselected.gif") no-repeat;} 
.ajax__tab_adp .ajax__tab_tab {height:15px;padding:4px;margin:0;background:url("/Images/topTab_unselected.gif") repeat-x;}

.ajax__tab_adp .ajax__tab_outer
{
    background-position: right top;
    background: url("/Images/topTab_right_unselected.gif") no-repeat right;
    border-right-style: solid;
    border-right-width: medium;
    border-right-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #FFFFFF;
    padding-right: 6px;
    padding-top: 1px;
}
.ajax__tab_adp .ajax__tab_active .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;}
.ajax__tab_adp .ajax__tab_active .ajax__tab_inner {padding-left:4px;background:url("/Images/topTab_left_selected.gif") no-repeat;}
.ajax__tab_adp .ajax__tab_active .ajax__tab_tab {color:Black; height:13px;padding:4px; margin:0; background:url("/Images/topTab_selected.gif") repeat-x;}
.ajax__tab_adp .ajax__tab_active .ajax__tab_outer
{
    background-position: right top;
    padding-right: 2px;
    padding-top: 0px;
    margin: 0;
    background: url("/Images/topTab_right_selected.gif") no-repeat right;
    border-right-style: solid;
    border-bottom-style: solid;
    border-bottom-width: thin;
}
.ajax__tab_adp_sub  .ajax__tab_footer
{
    background-position: right;
    background: url("/Images/topTab_right_selected.gif") no-repeat right;
    border-right-style: solid;
    border-right-width: medium;
    border-right-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #C0C0C0;
    padding-right: 1px;

}
.ajax__tab_adp .ajax__tab_body
{
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}

/* ADP sub tab theme */
.ajax__tab_adp_sub  .ajax__tab_header 
{
    font-family:Arial;
    font-size:12px;
    color:Black;

}

.ajax__tab_adp_sub  .ajax__tab_outer {right:auto;background:url("/Images/right_tab.gif") no-repeat right;} 
.ajax__tab_adp_sub  .ajax__tab_inner {left:auto;background:url("/Images/left_Tab.gif") no-repeat; }
.ajax__tab_adp_sub .ajax__tab_body
{
	border-width: 1px 0px 0px 0px;
	border-top-style: solid;
}

.ajax__tab_adp_sub .ajax__tab_tab
{
	background: url("/Images/tab_1pix_tile.gif") repeat-x;
}

.ajax__tab_adp_sub  .ajax__tab_active .ajax__tab_header {color:black;font-family:verdana,tahoma,helvetica;font-size:11px; font-weight:bold;}
.ajax__tab_adp_sub  .ajax__tab_active .ajax__tab_inner {left:auto;background:url("/Images/left_selected_Tab.gif") no-repeat; }
.ajax__tab_adp_sub  .ajax__tab_active .ajax__tab_outer { right:auto;background:url("/Images/right_tab_selected_tab.gif") no-repeat right;border-top-width: 0px;}
.ajax__tab_adp_sub .ajax__tab_active .ajax__tab_tab
{
	background: url("/Images/1pix_tab_selected.gif") repeat-x;
}

.ajax__tab_adp_sub  .ajax__tab_active .ajax__tab_header {color:black;font-family:verdana,tahoma,helvetica;font-size:11px;}
.ajax__tab_adp_sub .ajax__tab_active .ajax__tab_body
{
	border-width: 0px;
}

.adp_text
{
	font-family: Arial;
	font-size: 12px;
}

.adp_text .adp_text_bold
{
	font-weight:bolder;

}

.ImageButton
{
    position: relative;
    float: left;
}

.ImageButton .ButtonLeft
{
    float: left;
    background-repeat:no-repeat;
}
.ImageButton .ButtonMiddle
{
    float: left;
    background-repeat: repeat-x;
}
.ImageButton .ButtonRight
{
    float: left;
    background-repeat:no-repeat;
}
.ImageButton .ButtonText
{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align:center;
    text-decoration: none;
    padding:2px;
}

.altButton .ButtonLeft
{
    width: 8px;
    height: 33px;
    background-image:url("/Images/button_alt_left.gif");
}
.altButton .ButtonMiddle
{
    height: 33px;
    background-image:url("/Images/button_alt_center.gif");
}
.altButton .ButtonRight
{
    width: 8px;
    height: 33px;
    background-image:url("/Images/button_alt_right.gif");
}
.altButton .ButtonText
{
    color: Black;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
}

.adp_text_header_small
{
	font-family: Arial;
	font-size: 10px;
	color:Red;
	vertical-align:text-bottom;
}

/* ADP Custom theme buttons Start*/
.adpButton .ButtonLeft
{
    width: 18px;
    height: 33px;
    background-image: url("/Images/button_left.gif");
    
}

.adpButton .ButtonMiddle
{
    background-image: url("/Images/button_center.gif");
    height: 33px;
}

.adpButton .ButtonRight
{
    width: 10px;
    height: 33px;
    background-image: url("/Images/button_right.gif");
    padding-right: 10px;
}

.adpButton .ButtonText
{
    color: Black;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 25px;
}
/* ADP Custom theme buttons End*/