﻿/* ajax modal dialog styles */
.modalBackground 
{
	background-color: #333333;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalBox 
{
	background-color : #777777;
	border-width: 2px;
	border-style: solid;
	border-color: #333333;
	padding: 3px;
}

.modalBox caption 
{
	/* background-image: url(images/window_titlebg.gif); */
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle
{
	padding: 0px;
	font-weight: bold;
	font-size: 1.0em;
	cursor: inherit;
	color: white;
	font-family: Verdana;
	width: 100%;
	height: 18px;
	background-color: navy;
}

.modalPanel 
{
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td 
{
	vertical-align: top;
}

.titleIcon 
{
	padding-right: 20px;
}

/*no width on the last col so it will expand*/
.divColLast
{
	float:left; 
	white-space:nowrap;
}

.caption, table caption 
{
	color: #ffffff;  
	background-color: #777777;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal; 
	padding-left: 0px;
	padding-bottom: 1px;
	padding-top: 0px;
	text-align: left;
	border: 0;
}

.clearer 
{
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter: alpha(opacity=0);
	opacity: 0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

.divCol
{
	font-weight:bold;
	float:left; 
	width:120px;
	text-align:left;
	margin-right:15px; 
	margin-left:15px; 
	white-space:nowrap;
}

.modalTextBoxStlyle {
	background-color : #eeeeee;
	border: 1px solid #777777;
}

.modalTitleWhite
{
    font-family : Verdana, sans-serif	;
    font-size   : 12pt              ;
    font-weight : bold              ;
    font-style  : normal            ;
    color       : #ffffff           ;
}

.modalLoginErrorStar
{
	font-family: Verdana;
	color: #FF7D00;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}

.modalHelpLimitText
{
	color: #333333;  
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal; 
}

.modalFormText
{
	color: #333333;  
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal; 
}

.customCalloutStyle div, .customCalloutStyle td{
border: solid 1px #111111;
background-color:#818181;
color:White;
}
.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: Tahoma;
font-size: 11px;
padding: 5px;
border-right: none;
border-left: none;
width: 100%;
}
.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: 1px;
cursor: pointer;
}


