
/* Colors */ /* "#cddeef" */


/* App-Based Colors */

/* Text */

/* New Offering Details */



/*** Element Styles ***/
a {
	color: #004D93;
	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: 15px; 
	font-weight: bold;
	color: #00346D;
}
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;
}

.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;
	
	background-color: #00346D;
}
.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: 1px solid #BBCBDF;
}

.FormBox {
	background-color: #EEF2F7;
	border: 1px solid #888888;
	width: 350px;
}
.FormBox .Title {
	color: #00346D;
	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: #00346D;
	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: #004D93;
}
.RequiredFieldIndicator {
	color: #FF0033;
}
/**** Misc. Global Utilities ***/

img.InlineTextDividerImage {
	margin-left: 8px; margin-right: 8px;
}

.BlueGradientButton, .RedGradientButton, .Button {
	color:white;
	height: 22px;
	font-weight:bold;
	border-width:1px;
	font-size: 11px;
	cursor: pointer;
}
.BlueGradientButton[disabled], .RedGradientButton[disabled], .Button[disabled] {
	color: Gainsboro;
}

.BlueGradientButton, .Button {
	background-color: #00346D;
	/* For IE */
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0, 
		StartColorStr='#0075D0', 
		EndColorStr='#00346D'
	);

	/* For Chrome & Safari */
	background: -webkit-gradient(
					linear, 
					left top, 
					left bottom, 
					from(#0075D0), 
					to(#00346D)
				);
	
	/* For Mozilla 3.6 and above. <3.6 will see the regular button control */
	background: -moz-linear-gradient(
		center bottom,
		#00346D,
		#0075D0

	);
	
	/* Set a default background color for browsers that don't support the gradient filters */
	background-color: #00346D;
}

.RedGradientButton, .DetailsButton {
	/* For IE */
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0, 
		StartColorStr='#FF4B44', 
		EndColorStr='#990000'
	);

	/* For Chrome & Safari */
	background: -webkit-gradient(
					linear, 
					left top, 
					left bottom, 
					from(#FF4B44), 
					to(#990000)
				);
	
	/* For Mozilla 3.6 and above. <3.6 will see the regular button control */
	background: -moz-linear-gradient(
		center bottom,
		#990000,
		#FF4B44

	);
	
	/* Set a default background color for browsers that don't support the gradient filters */
	background-color: #CE1126;
}

.ButtonLookingLinkExtrasGrayIE, .ButtonLookingLinkExtrasRedIE, a.ButtonLookingLinkExtrasGrayIE:active{
    text-decoration: none;position: relative;top: 0px;left: 3px;
    padding-top:4px !important;border-top: 2px solid white!important;
    padding-right: 15px!important;padding-left: 14px!important;
    padding-bottom: 0px!important;border-bottom: 0px black solid;
    border-right: 0px black solid;border-top: 0px white solid;
    border-left: 0px white solid;height:22px;
}

a.ButtonLookingLinkExtrasGrayIE, a.ButtonLookingLinkExtrasRedIE{
	cursor:default;text-decoration: none;
}
a.ButtonLookingLinkExtrasGrayIE:link, .ButtonLookingLinkExtrasRedIE:link{
}
a.ButtonLookingLinkExtrasGrayIE:visited, a.ButtonLookingLinkExtrasRedIE:visited{
}
a.ButtonLookingLinkExtrasGrayIE:hover, a.ButtonLookingLinkExtrasRedIE:hover{
	cursor:default;
	text-decoration: none;
}
a.ButtonLookingLinkExtrasRedIE:active{
	cursor:default;text-decoration: none;left:3px;
	padding-top:5px!important;padding-bottom:0px!important;padding-left:15px!important;
	padding-right:14px!important;border-top:0px white solid;border-left:0px white solid;
	border-bottom:0px white solid;border-right:0px white solid;
}
.ButtonLookingLinkExtrasGrayIE {
	color:gray;
}

.ButtonLookingLinkExtrasGray, .ButtonLookingLinkExtrasRed, a.ButtonLookingLinkExtrasGray:active {
    text-decoration:none;position:relative;top:6px;left:-1px;
    padding-top:5px!important;padding-left:4px!important;padding-right:4px!important;padding-bottom:2px!important;
    border-top:2px white solid;border-left:2px white solid;border-right:solid #000 1px;border-bottom:solid #000 1px;
}

a.ButtonLookingLinkExtrasGray:link, .ButtonLookingLinkExtrasRed:link{cursor:default;text-decoration:none;}
a.ButtonLookingLinkExtrasGray:visited, a.ButtonLookingLinkExtrasRed:visited{cursor:default;text-decoration:none;}
a.ButtonLookingLinkExtrasGray:hover, a.ButtonLookingLinkExtrasRed:hover{cursor:default;text-decoration: none;}
a.ButtonLookingLinkExtrasRed:active{cursor:default;text-decoration: none;
	position:relative;top:6px;left:0px;
	padding-left:4px!important;padding-top:5px!important;padding-bottom:2px!important;padding-right:4px!important;
	border-top:solid 1px gray;border-left:solid 1px gray;border-bottom:solid 1px white;border-right:solid 2px white;
}
a.ButtonLookingLinkExtrasRed{border-bottom: solid 1px gray;border-right: solid 1px gray;}

a.ButtonLookingLinkExtrasGray, a.ButtonLookingLinkExtrasRed{cursor:default; text-decoration: none;}
.ButtonLookingLinkExtrasGray {color:#ccc;}

.CenteredOuter {
	width: 100%;
	text-align: center;
}

.Centered {
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

.ActionRequired {
	color: #CE1126; 
	font-weight: bold;
}

