﻿/* ----------- General Pop-up Styling -------------------------- */
.modalPopup
{
	border: 3px solid #E9ED87;
	background-color: #D1D2D4;
	padding: 3px;
	width: 580px;
}

.modalPopup #name
{
	width: 360px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
}
.modalPopup .close
{
	float: right;
}
.modalPopup #action     { font-weight: bold; padding: 1em; text-align: center; height: 1em; background-color: #E7E7E7; }
.modalPopup .topruler   { float:left; }
.modalPopup .leftruler  { float:left; }
.modalPopup .thumb      { margin:48px 0 0 48px; }
.modalBackground        {background-image:url(../images/modalback.png);}

.modalPopup .bar
{
	margin-top:12px;
	border: 1px solid #C9C9C9;
	background-color: #CBCD82;
	color: #FFFFFF;
}

.popupPanel
{
	border: thin solid #D6DF24;
	font-size: 1em;
	width: 90%;
	margin-left: 22px;
	margin-bottom: 12px;
	margin-top: 16px;
	background-color: #FFFFFF;
	color: #000000;
	padding-top:4px;
}
.popupPanel legend
{
	color: #000000;
	font-weight: bold;
}
.popupPanel fieldset
{
	border: none;
}

.popupPanel select
{
	margin: 0px 0px 4px 0px;
	width: 200px;
}
.popupPanel .selectPrinter
{
	margin: 10px 10px 15px 10px;
	width: 360px;
}

.popupInterior
{
	margin: 4px 4px 0px 4px;
	border: thin solid #D0D6D8;
	background-color: #EAECA1;
}
.popupInterior .options{
	float:left;
	padding: 6px;
}
.popupInterior .options .option{
	display: block;
	padding: 4px 0;
	clear: both;
}
.popupInterior .options .option .label{
	float:left;
	width: 120px;
	text-align: right;
	padding-right: 1px;
	padding-top: 4px;
}
.popupInterior .options .option .control{
	float:left;
}
.popupInterior input
{
	border: solid 2px #D1D2D4;
}
.popupInterior .options .option .text{
	float:left;
	padding-top: 2px;
	padding-left: 4px;
	font-size: 1.3em;
}

.popupInterior a, .popupInterior a:visited
{
	float:left;
	text-align: center;
	display: block;
	margin: 5px 8px;
	padding: 5px 2px 1px 2px;
	border: 1px solid #2283BF;
	background-color: #FFDB83;
	text-decoration: none;
	width: 80px;
	height: 13px;
}

/* Pop-up button styling */
.popupActions{
	clear: both;
	overflow:hidden;
	font-size: 1em;
	height: 4em;
	margin-top: 6px;
	margin-left: 32px;
}
.popupActions a
{
	border: 2px solid #D1D2D4;
	color: #000000;
	background-color: #FAFBEB;
	height: 16px;
	margin-left: 10px;
	margin-right: 0px;
}

.popupActions a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* ----------- Printer Alignmnet Specific Styling -------------------------- */
.alignmentOffsets 
{
	margin-bottom: 12px;
}
.alignmentOffsets .label 
{
	margin-right: 3px;
	margin-left: 20px;
}
.alignmentOffsets .offset
{
	margin-top: 1px;
}
.alignHelp
{
	border: solid 1px #6C91AB;
	background-color: #F9F9F9;
	margin: 0px;
}

#helpScroll 
{
	overflow:scroll;	
}
#helpText
{
	height: 200px;
	width: 420px;
	padding: 0px 30px 1px 10px;
}
#helpText h4 
{
	font-size: small;
	font-weight:bold;
}
#helpText ul li 
{
	list-style-type: square;
	margin-left: 16px;
}
#morehelp 
{
	color:#1C7CAF;
	text-decoration:underline;
	cursor: pointer;
	padding-left: 360px; 
}