﻿body { font-family: Calibri, Arial, Helvetica, Sans-Serif; font-size: 12pt; }
input, select, textarea { font-family: Calibri,Arial,sans-serif; font-size: 8pt; }
input[type="submit"], input[type="reset"] { font-size: 10pt; }

.errorMsg { font-weight: bold; color: #C00; }
.TextIndicator_TextBox1
{
         background-color:Gray;
         color:White;
         font-family:Arial;
         font-size:x-small;
         font-style:italic;  
         padding: 2px 3px 2px 3px;   
}


.helpHeader { color: #000; border-bottom: 1px solid black; font-style: italic; }
.modalBackground { background-color:Gray; filter:alpha(opacity=70); opacity:0.7; }
.modalPopup
{
	background-color:#333;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:700px;
	height:600px;
	color:#FFF;
}
.modalHelpPopup
{
	background-color:#FFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	width:350px;
	font-family: Frutiger, Arial;
	font-size: 10pt;
	color: #5A5656;
}
.modalOrderPopup
{
	background-color:#FFF;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	width:974px;
	font-family: Calibri, Arial;
	font-size: 10pt;
	color: #5A5656;
}
.modalRowOver { background-color: #EEE; }

.headerMsg { font-weight: bold; }
.indent { padding-left: 15px; }
.err { color: Red; font-weight: bold; }

.doYouHave
{
	font-family: Courier New;
	font-size: 12pt;
	line-height: 20pt;
	display: none;
}

.formHeader
{
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #999;
	width: 100%;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

a { color: #5b5a5a; text-decoration: none; }
a:hover { color: #faa21a; text-decoration: underline; }

/* Context menu for editing items */
/**********************************************/
.ContextMenuPanel { border: 1px solid #868686; z-index: 1000; background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA; cursor: default; padding: 1px 1px 0px 1px; font-size: 11px; z-index: 20000; }
.ContextMenuBreak { margin:1px 1px 1px 32px; padding:0; height:1px; overflow:hidden; display:block; border-top: 1px solid #C5C5C5; }
.ContextMenuUnderline { text-decoration: underline; color: #00F; }
a.ContextMenuItem {	margin: 1px 0 1px 0; display: block; color: #003399; text-decoration: none; cursor: pointer; padding: 4px 19px 4px 33px; white-space: nowrap; }
a.ContextMenuItem-Selected { font-weight: bold; }
a.ContextMenuItem:hover { background-color: #FFE6A0; color: #003399; border: 1px solid #D2B47A; padding: 3px 18px 3px 32px; }
/**********************************************/


/* Account Info
/**********************************************/
.accountBar { padding: 2px; width: 600px; font-size: 8pt; font-weight: bold; height: 15px; padding-left: 5px; }
.accountEntry { width: 50%; margin-top: 5px; font-size: 8pt; }
.isPrinciple { font-weight: bold; color: #F00; }
.isAccountManager { font-weight: bold; }
/**********************************************/

.orderDeets a { color: #00F; text-decoration: underline; }
