
/* Colors */ /* "#cddeef" */


/* App-Based Colors */

/* Text */

/* New Offering Details */



/*** Element Styles ***/
a {
	color: #003366;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
body {
	/* Layout */
	margin: 0px;
}
body, td, th, div, textarea {
	/* Text */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form {
	margin: 0px; padding: 0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
img { border: 0px; }
strong { font-weight: bold; }
sup {	font-size: 10px; }
ul {
	list-style-image: url(../../images/ListBullet_Diamond_DxLogoBlue.gif);
}


/*** Global Text Styles ***/

.ErrorList, .ErrorHeader, .ErrorList a {
	color: red;
	font-size: 11px;
}

.ErrorList a {
	text-decoration: underline;
}

.Highlight {
	color: #990000;
}
.Copy, .Copy td, .Copy th {
	font-size: 11px;
}
.LinkDisabled {
	color: #505050;
}

/*** Accessibility Tools ***/

.hidden {
	position:absolute;
	left:-10000px; top: auto;
	width:1px; height:1px;
	overflow: hidden;
}

/*** Classes for Input Controls ***/
.Button, .Button_disabled {
	font-weight: bold; font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	border-bottom: 1px solid #003366;
	border-right: 2px solid #003366;
	border-top: 1px solid #b4e1fb;
	border-left: 1px solid #b4e1fb;
	background-color: #336699;
}
.Button {
	color: white;
}

.DetailsButton, .DetailsButton_disabled {
	font-weight: bold; font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	border-bottom: 1px solid #8b0000;
	border-right: 2px solid #8b0000;
	border-top: 1px solid red;
	border-left: 1px solid red;
	background-color: #990000;
}
.DetailsButton {
	color: white;
}
.Button_disabled, .DetailsButton_disabled {
	color: #bababa;
}

.SharpBox { border: 1px solid #7f9db9; }


/*** Classes for front-end forms ***/
.FormBoxContainer {
	border: 10px solid #cccccc;
}

.FormBox {
	background-color: #ffffff;
	border: 1px solid #888888;
	width: 350px;
}
.FormBox .Title {
	color: #003366;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 0px;
	width: 100%;
	text-transform: uppercase;
}
.FormBox .Title h2 {
	margin-bottom: 0px;
	padding-left: 5px;
	font-size: 10px;
}
.FormBox .Content {
	padding: 10px;
	padding-top: 0px;
	width: 100%;
}
FormBox .InputLabel {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-align:right;
    padding-right: 5px;
    padding-bottom: 4px;
    vertical-align:text-bottom;
}
.FormBox .InputField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	text-align:left;
}
.FormBox .dx-date-tbl {
	width: 100%;
}

.FormBox .StaticField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	color: #003366;
	padding: 2px;
}
.LabelBoxHeader, .RegWizardBoxHeader 
{
	color: #003366;
	font-weight: bold;
	border: 0px solid #888888;
	padding: 5px;
	text-align: center;
}
.LabelBoxHeader 
{
	padding-bottom: 0px;
	width: 350px;
}
.RegWizardBoxHeader
{
	font-size: 9.5pt;
	color: black;
	width: 100%;
}
a.AddLinkText 
{
	font-size: 8.5pt;
	font-weight: bold;
	color: #003366;
}
.RequiredFieldIndicator {
	color: #FF0033;
}
/**** Misc. Global Utilities ***/

img.InlineTextDividerImage {
	margin-left: 8px; margin-right: 8px;
}

