﻿/*Modal Popup*/
.modalBackground {
	background-color:#F5F5F5;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	/*background-color:#ffffdd;*/
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:850px;
}

/*Textbox Watermark*/
.unwatermarked
{
    height: 18px;
    width: 148px;
    font-weight: bold;
}

.watermarked
{
    height: 20px;
    width: 150px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
    font-style:italic;
}

/*Hover Menu*/
.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
    z-index: 1;
}

/*Header*/
.customTabStyle .ajax__tab_header
{
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}
/*Body*/
.customTabStyle .ajax__tab_body
{
    border: 1px solid #b4cbdf;
   /* border-top: 2px solid #3B6183;*/
    padding-top: 0px;
}
/*Tab Active*/
.customTabStyle .ajax__tab_active .ajax__tab_tab
{
    color: #ffffff;
    background: url("../Img/tab_active.gif") repeat-x;
    height: 20px;
}
.customTabStyle .ajax__tab_active .ajax__tab_inner
{
	color: #ffffff;
	background: url("../Img/tab_left_active.gif") no-repeat left;
	padding-left: 10px;
}
.customTabStyle .ajax__tab_active .ajax__tab_outer
{
	color: #ffffff;
	background: url("../Img/tab_right_active.gif") no-repeat right;
	padding-right: 6px;
}
/*Tab Hover*/
.customTabStyle .ajax__tab_hover .ajax__tab_tab
{
	color: #000000;
	background: url("../Img/tab_hover.gif") repeat-x;
	height: 20px;
}
.customTabStyle .ajax__tab_hover .ajax__tab_inner
{
	color: #000000;
	background: url("../Img/tab_left_hover.gif") no-repeat left;
	padding-left: 10px;
}
.customTabStyle .ajax__tab_hover .ajax__tab_outer
{
	color: #000000;
	background: url("../Img/tab_right_hover.gif") no-repeat right;
	padding-right: 6px;
}
/*Tab Inactive*/
.customTabStyle .ajax__tab_tab
{
	color: #AAAAAA;
	background: url("../Img/tab_Inactive.gif") repeat-x;
	height: 20px;
}
.customTabStyle .ajax__tab_inner
{
	color: #AAAAAA;
	background: url("../Img/tab_left_inactive.gif") no-repeat left;
	padding-left: 10px;
}
.customTabStyle .ajax__tab_outer
{
	color: #AAAAAA;
	background: url("../Img/tab_right_inactive.gif") no-repeat right;
	padding-right: 6px;
	margin-right: 2px;
}