/* Nav Box */

.dialogB {
	font-size:14px;
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:976px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}
.dialogB .contentB, .dialogB .tB, .dialogB .bB, .dialogB .bB div {
	background:transparent url(images/dialog2-LB-1000x1600.png) no-repeat top right;
}
.dialogB .contentB {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:8px 12px 0px 0px;
	background-image: url(images/dialog2-LB-1000x1600.png);
}
.dialogB .boxtitleGrey {
	color:#ccc;
	font-size:14px;
	font-weight:bold;
	padding:3px 0 0 0;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 1px;
}
.dialogB .boxtitleB {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 1px;
}
.boxtitleB a, .boxtitleB a:active, .boxtitleB a:visited {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 1px;
	text-decoration:none;
}
.boxtitleB a:hover {
	text-decoration:underline;
}
.dialogB .tB {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialogB .bB {
	/* bottom */
 position:relative;
	width:100%;
}
.dialogB .bB, .dialogB .bB div {
	height:10px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialogB .bB {
	background-position:bottom right;
}
.dialogB .bB div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}


.boxtitle {
	color:#111;
	}
.dialogTitles {
	width:100%;
}

.dialogG {
	font-size:12px;
	position:relative;
	margin:5px auto;
	min-width:8em;
	max-width:976px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0px; /* spacing under dialog */
}
.dialogG .contentG, .dialogG .tG, .dialogG .bG, .dialogG .bG div {
	background:transparent url(images/dialog2-G-1000x1600.png) no-repeat top right;
}
.dialogG .contentG {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:10px 12px 0px 0px;
	background-image: url(images/dialog2-G-1000x1600.png);
}
.dialogG .boxtitleG {
	height:20px;
	color:#222;
	font-size:12px;
	font-weight:bold;
	width: 50%;
	padding:3px 0 0 0;
}
.dialogG .dialogTitles .boxtitleG {
	float:left;
	height:20px;
	color:#222;
	font-size:12px;
	font-weight:bold;
	width: 50%;
	padding:3px 0 0 0;
}
.dialogG .boxtitleRight {
	color:#333;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	float:right;
	position:relative;
	padding:3px 0 0 0;
}
.dialogG .boxtitleG2 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:3px 0 0 0;
}
.dialogG .tG {
	/* top+left vertical slice */
 	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialogG .bG {
	/* bottom */
	position:relative;
	width:100%;
}
.dialogG .bG, .dialogG .bG div {
	height:10px; /* height of bottom cap/shade */
}
.dialogG .bG {
	background-position:bottom right;
}
.dialogG .bG div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
	font-size:14px;
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:976px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}
.dialog .content, .dialog .t, .dialog .b, .dialog .b div {
	background:transparent url(images/dialog2-W-1000x1600.png) no-repeat top right;
}
.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:8px 12px 0px 0px;
	background-image: url(images/dialog2-W-1000x1600.png);
}
.dialog .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialog .b {
	/* bottom */
 position:relative;
	width:100%;
}
.dialog .b, .dialog .b div {
	height:10px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialog .b {
	background-position:bottom right;
}
.dialog .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}



/*   -- Grey with title bar --*/
.dialogGT {
	font-size:14px;
	position:relative;
	margin:5px auto;
	min-width:8em;
	max-width:976px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}
.dialogGT .contentGT, .dialogGT .tGT, .dialogGT .bGT, .dialogGT .bGT div {
	background:transparent url(images/dialog2-GT-1000x1600.png) no-repeat top right;
}
.dialogGT .boxtitle {
	text-align:left;
	height:20px;
	font-size:12px;
	font-weight:bold;
	padding:3px 0 0 0;
}

.dialogGT .contentGT {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:5px 12px 0px 0px;
	background-image: url(images/dialog2-GT-1000x1600.png);
}
.dialogGT .tGT {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialogGT .bGT {
	/* bottom */
 position:relative;
	width:100%;
}
.dialogGT .bGT, .dialogGT .bGT div {
	height:10px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialogGT .bGT {
	background-position:bottom right;
}
.dialogGT .bGT div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}

/* 
  -- big folder reports --
*/

.dialogF {
	font-size:14px;
	position:relative;
	margin:5px auto;
	min-width:8em;
	max-width:776px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}
.dialogF .contentF, .dialogF .tF, .dialogF .bF, .dialogF .bF div {
	background:transparent url(images/dialogFolder-800x1200.png) no-repeat top right;
}
.dialogF .contentF {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:5px 12px 0px 0px;
	margin:0 0 0 10px;
	background-image: url(images/dialogFolder-800x1200.png);
}
.dialogF .contentF .boxtitle {
	color:#333;
	height:25px;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	padding:7px 0 0 2px;
}

.dialogF .tF {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:20px; /* top slice width */
	margin-left:-20px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialogF .bF {
	/* bottom */
 	position:relative;
	width:100%;
}
.dialogF .bF, .dialogF .bF div {
	height:10px; /* height of bottom cap/shade */
	font-size:0px;
}
.dialogF .bF {
	background-position:bottom right;
}
.dialogF .bF div {
	position:relative;
	width:10px; /* bottom corner width */
	margin-left:-10px;
	background-position:bottom left;
}
.dialogF .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:1000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.dialogF h1, .dialogF p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. 
	padding:0.5em 0px 0.5em 0px;*/
}
.dialogF h1 {
	padding-bottom:0px;
}

/* 
  -- reads employee Totals --
*/

.dialogE {
	font-size:12px;
	position:relative;
	min-width:8em;
	max-width:776px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-top:-26px;
	margin-left:0px; /* default, width of left corner */
	margin-bottom:0.2em; /* spacing under dialog */
}
.dialogE .contentE, .dialogE .tE, .dialogE .bE, .dialogE .bE div {
	background:transparent url(images/dialogEmployee-800x1200.png) no-repeat top right;
}
.dialogE .contentE {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:5px 12px 0px 0px;
	margin:0 0 0 0px;
	background-image: url(images/dialogEmployee-800x1200.png);
}
.dialogE .contentE .boxtitle {
	color:#333;
	height:25px;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	padding:7px 0 0 2px;
}

.dialogE .tE {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:10px; /* top slice width */
	margin-left:-10px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialogE .bE {
	/* bottom */
 	position:relative;
	width:100%;
}
.dialogE .bE, .dialogE .bE div {
	height:10px; /* height of bottom cap/shade */
	font-size:0px;
}
.dialogE .bE {
	background-position:bottom right;
}
.dialogE .bE div {
	position:relative;
	width:10px; /* bottom corner width */
	margin-left:-10px;
	background-position:bottom left;
}
.dialogE .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:1000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}


/* 
  -- white grey border --
*/
.dialogW a{
	color:#222;
	text-decoration:none;
}
.dialogW a:hover{
	color:#222;
	text-decoration:underline;
}
.dialogW {
	font-size:15px;
	/*position:relative;*/
	margin:5px auto;
	min-width:8em;
	max-width:776px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0px; /* spacing under dialog */
}
.dialogW .contentW, .dialogW .tW, .dialogW .bW, .dialogW .bW div {
	background:transparent url(images/dialog-W-gl-800x1200.png) no-repeat top right;
}
.dialogW .contentW {
	font-size:14px;
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:10px 10px 0px 0px;
	background-image: url(images/dialog-W-gl-800x1200.png);
}
.dialogW p {
	margin:0;
}
.dialogW .boxtitleW {
	height:14px;
	color:#222;
	font-size:12px;
	font-weight:bold;
	padding:0px 0 0 0;
}
.dialogW .boxcontentW {
	color:#222;
	font-size:12px;
	font-weight:normal;
	padding:10px 0;
}
.dialogW .boxtitleW2 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:3px 0 0 0;
}
.dialogW .boxtitleHome {
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:1px 0 0 0px;
}
.dialogW .tW {
	/* top+left vertical slice */
 	position:absolute;
	left:0px;
	top:0px;
	width:10px; /* top slice width */
	margin-left:-10px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialogW .bW {
	/* bottom */
	position:relative;
	width:100%;
}
.dialogW .bW, .dialogW .bW div {
	height:10px; /* height of bottom cap/shade */
}
.dialogW .bW {
	background-position:bottom right;
}
.dialogW .bW div {
	position:relative;
	width:10px; /* bottom corner width */
	margin-left:-10px;
	background-position:bottom left;
}