﻿/* 
==============================================================================================
D I A L O G   E L E M E N T S
These are tags for formating dialog areas.
==============================================================================================
*/


/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* NAME */

.Dialog_Name {}
/*- - - - - - - - - - - - - - - - -*/
/* Top Row */
.Dialog_Name .tl 
{
	background-image: url(../Images/dialog/Name/tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15pt;
}
.Dialog_Name .tc 
{
	background-image: url(../Images/dialog/Name/tc.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	height: 28pt;
}
.Dialog_Name .tr 
{
	background-image: url(../Images/dialog/Name/tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15pt;
}
/*- - - - - - - - - - - - - - - - -*/
/* Center Row */
.Dialog_Name .cl 
{
	background-image: url(../Images/dialog/Name/cl.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.Dialog_Name .cc
{
	background-color: White;
}
.Dialog_Name .cr 
{
	background-image: url(../Images/dialog/Name/cr.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
/*- - - - - - - - - - - - - - - - -*/
/* Bottom Row */
.Dialog_Name .bl 
{
	background-image: url(../Images/dialog/Name/bl.gif);
	background-repeat: no-repeat;
	width: 15pt;
}
.Dialog_Name .bc 
{
	background-image: url(../Images/dialog/Name/bc.gif);
	background-repeat: repeat-x;
	height: 20pt;
}
.Dialog_Name .br 
{	
	background-image: url(../Images/dialog/Name/br.gif);
	background-repeat: no-repeat;
	width: 15pt;
}
/*- - - - - - - - - - - - - - - - -*/
/* Custom Classes */



/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* Dialog_Blue:  Blue heading fading to a white body. */

/*- - - - - - - - - - - - - - - - -*/
/* Top Row */
.Dialog_Blue
{
	font-size: 9pt;
}
.Dialog_Blue .tl 
{
	background-image: url(../Images/dialog/Blue/tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15pt;
}
.Dialog_Blue .tc 
{
	background-image: url(../Images/dialog/Blue/tc.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	height: 28pt;
}
.Dialog_Blue .tr 
{
	background-image: url(../Images/dialog/Blue/tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15pt;
}
/*- - - - - - - - - - - - - - - - -*/
/* Center Row */
.Dialog_Blue .cl 
{
	background-image: url(../Images/dialog/Blue/cl.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.Dialog_Blue .cc
{
	background-color: White;
}
.Dialog_Blue .cr 
{
	background-image: url(../Images/dialog/Blue/cr.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
/*- - - - - - - - - - - - - - - - -*/
/* Bottom Row */
.Dialog_Blue .bl 
{
	background-image: url(../Images/dialog/Blue/bl.gif);
	background-repeat: no-repeat;
	width: 15pt;
}
.Dialog_Blue .bc 
{
	background-image: url(../Images/dialog/Blue/bc.gif);
	background-repeat: repeat-x;
	height: 20pt;
}
.Dialog_Blue .br 
{	
	background-image: url(../Images/dialog/Blue/br.gif);
	background-repeat: no-repeat;
	width: 15pt;
}
/*- - - - - - - - - - - - - - - - -*/
/* Custom Classes */
.Dialog_Blue A
{
	color: Blue;
	font-size: 9pt;
}



/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* Legend_Blue: Blue heading and border. */

.Legend_Blue {}
/*- - - - - - - - - - - - - - - - -*/
/* Top Row */
.Legend_Blue .tl 
{
	background-image: url(../Images/dialog/Legend/Blue/tl.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15pt;
}
.Legend_Blue .tc 
{
	background-image: url(../Images/dialog/Legend/Blue/tc.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: White;
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	height: 20pt;
	vertical-align: top;
}
.Legend_Blue .tr 
{
	background-image: url(../Images/dialog/Legend/Blue/tr.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15pt;
}
/*- - - - - - - - - - - - - - - - -*/
/* Center Row */
.Legend_Blue .cl 
{
	background-image: url(../Images/dialog/Legend/Blue/cl.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.Legend_Blue .cc
{
	background-color: White;
}
.Legend_Blue .cr 
{
	background-image: url(../Images/dialog/Legend/Blue/cr.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
/*- - - - - - - - - - - - - - - - -*/
/* Bottom Row */
.Legend_Blue .bl 
{
	background-image: url(../Images/dialog/Legend/Blue/bl.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.Legend_Blue .bc 
{
	background-image: url(../Images/dialog/Legend/Blue/bc.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 10pt;
}
.Legend_Blue .br 
{	
	background-image: url(../Images/dialog/Legend/Blue/br.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
/*- - - - - - - - - - - - - - - - -*/
/* Custom Classes */

/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/* Legend_Black: Black heading and border. */

.Legend_Black {}
/*- - - - - - - - - - - - - - - - -*/
/* Top Row */
.Legend_Black .tl 
{
	background-image: url(../Images/dialog/Legend/Black/tl.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15pt;
}
.Legend_Black .tc 
{
	background-image: url(../Images/dialog/Legend/Black/tc.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: White;
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	height: 20pt;
	vertical-align: top;
}
.Legend_Black .tr 
{
	background-image: url(../Images/dialog/Legend/Black/tr.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15pt;
}
/*- - - - - - - - - - - - - - - - -*/
/* Center Row */
.Legend_Black .cl 
{
	background-image: url(../Images/dialog/Legend/Black/cl.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.Legend_Black .cc
{
	background-color: White;
}
.Legend_Black .cr 
{
	background-image: url(../Images/dialog/Legend/Black/cr.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
/*- - - - - - - - - - - - - - - - -*/
/* Bottom Row */
.Legend_Black .bl 
{
	background-image: url(../Images/dialog/Legend/Black/bl.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.Legend_Black .bc 
{
	background-image: url(../Images/dialog/Legend/Black/bc.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 10pt;
}
.Legend_Black .br 
{	
	background-image: url(../Images/dialog/Legend/Black/br.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
/*- - - - - - - - - - - - - - - - -*/
/* Custom Classes */
