﻿.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px Black;
    background-color: #FFC;
}
.customCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Trebuchet MS, Verdana;
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
    line-height: 1.0em;
    border-right: none;
    border-left: none;
    width: 100%;
    color: red;
}
.customCalloutStyle .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    margin-right: 10px;
    cursor: pointer;
}


.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-image: url(images/accordian-header.png);
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent {
	border: 1px dashed #D3DEEF;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

/* Progress indicator */
#ajax_loader {
  position: absolute;
	
}

#UpdateProgressDiv {
	position: absolute;
	background-color: white;
  padding: 1em;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	z-index: 100;
}

#UpdateProgressDiv img {
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	border: solid 1px #999;
	background-color: #fff; 
	padding: 10px;
	color: #222; font-size:13px;
	width:auto;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.ajax__tab_body {
	font-family:verdana,tahoma,helvetica;
	font-size:10pt;
	border:1px solid #999999;
	border-top:0;
	padding:8px;
}

.accordionHeader
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	padding: 5px;
}

.add-new {
	height: 20px;
}
.add-new a {
	font-weight: bold;
	
}
.add-new a:hover { background-color: #fff; }

.float-header {
	float: left;
	height: auto;
	padding: 2px;
	font-size: 1.1em;
	color: #666666;
	font-weight: bold;
}
.popup-box {
	width: 450px;
	background-color: #fff;
	margin-left:10px;
}

.popup-box .title-bar {
	font: 1em trebuchet ms; color: #FFF; text-align:left; padding: 3px 3px 3px 5px;
	background-color: #5D1A21; background-image: url(images/th-bg.png); height: 26px;
}

.popup-box .title {
	float:left;
	font-size: 1.3em;
}

.popup-box .close {
	float:right;
	background-image: url(images/popup-close.png); background-repeat:no-repeat;
	width:15px;
	margin-top:5px;
}

.popup-box .content {
	padding: 5px;
	border: solid 1px #000;
	text-align:left;
	width: auto;
}

.ajax__calendar_header { background-color: #4d689c; color: #fff; }
.ajax__calendar_today { font-weight:bold; }

