body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size:80%;
	margin: 0px 0px 16px 0px;
}
.header {
	max-width: 100%;
	height: 4em;
}
.headerBGCenter {
	height: 4em;
}
.headerContent {
	height: 4em;
	line-height: 4em;
}
.headerContent span {
	font-size: 1.3em;
	margin-right: 0.5em;
}

.wrapper {
	width: 75em;
	margin: 0 auto;	
	/* Apply Padding to the bottom to elimintate the overlay of the statusbar */
	padding-bottom: 10px;
}

.headerTools {
	/*The toolbar used below the header */
	width: 75em;
	margin: 0 auto;
	text-align: right;
	/*background: #FF0000;*/
}
.headerTools span, .headerTools input, .headerTools a {
	/*Contents of headerDiv are placed in their own SPAN tag. Place a margin of 15px so they are evenly spaced apart*/
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;

}
.regularToolbar {
	padding: 2px;
}

.dropDownToolbar {
	background-image: url("../images/9_down.png");
	background-repeat: no-repeat;
	padding: 2px 15px 2px 2px;
	background-position: 98% center;	
}

.contentEdge {
	margin-top: 2em;
}

.contentPadding {
	padding: 0em 2.5em 2em 2.5em;
}


h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.statusBox { 
	margin: 1em 0em;
}
.statusBox p {
	margin-left: 3em;
	margin-top: 0.6em;
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

.productLink {
	display: block;
	padding: 5px; 
	font-size: 1.2em; 
}



.list-option {
	/*used for a series of inputs */
	width: 7em; 
	text-align: right; 
	/*background-color: #CCCCFF;*/ 
	display: inline-block;
	padding-right: 1em;
	margin-bottom: 0.5em;
}

.list-optionWider {
	/*used for a series of inputs */
	width: 12em; 
	text-align: right; 
	/*background-color: #CCCCFF;*/ 
	display: inline-block;
	padding-right: 1em;
	margin-bottom: 0.5em;
}


.hidden {
	display: none;
}

.iconButton {
	display: inline-block;
	background-repeat: no-repeat;
	padding: 3px 6px 3px 22px;
	background-position: 3px center;
	overflow: visible;
}
.iconSettings {
	background-image: url('../images/16_settings.png');
}
.iconList {
	background-image: url('../images/16_list.png');
}
.iconDatabase {
	background-image: url('../images/16_database.png');
}
.iconSave {
	background-image: url('../images/16_save.png');
}
.iconRepeat {
	background-image: url('../images/16_repeat.png');
}
.iconNew {
	background-image: url('../images/16_new.png');
}
.iconDownload {
	background-image: url('../images/16_download.png');
}
.iconForward {
	background-image: url('../images/16_forward.png');
}
.iconBack {
	background-image: url('../images/16_back.png');
}
.iconForm {
	background-image: url('../images/16_form.png');
}
.settingsMenuList {
	/*make the settings menu list div one pixel wider than the margin of the settingsContent to allow the border to overlap */
	float: left; 
	width: 125px; 
	padding-top: 5px;
}
.settingsMenuItem {
	display: block;
	margin-bottom: 7px; 
	padding: 5px;
	text-decoration: none;
}
.settingsMenuItem:hover {
	text-decoration: underline;
}
.settingsMenuItemSelected {
}
.settingsMenuItemInactive{
}
.settingsContent {
	margin-left: 124px;
	padding: 5px;
	min-height: 376px;
}

.linkButton {
	line-height: 1.4em;
	font-size: 1.2em;
}

.authenticationTabSelect {
	padding: 5px;
	margin-right: 2px;
}
.settingNavigationActive {
	color: #FFFFFF;
	background-color: #4287f5;
	border: 1px solid #0c2040;
}
.settingNavigationInactive{
	background-color: #EFEFEF;
	color: #000000;
	border: 1px solid #E0E0E0;
}
.highlight {
	background-color: #FFFF00;
}
.certResponse li {
	margin: 5px 0px;
}

#popupDialog.modal {
  max-width: 800px;
  max-height: 85%;
  border-radius: 0;
  /*line-height: 18px;*/
  padding: 0;
  /*font-family: "Lucida Grande", Verdana, sans-serif;*/
}

.modalHeader {
  margin: 0;
  padding: 7px;
  color: #fff;
  font-size: 14px;
  background: -moz-linear-gradient(top, #2e5764, #1e3d47);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1e3d47),color-stop(1, #2e5764));
  background-color: #1e3d47;
}
.modalContent {
	padding: 0.25em;
}