
body {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: black;
	line-height: 14px;
	background-color: white;
	margin: 2px 10px 6px 10px;
}

a:link, a:visited, a:active {
	color: #0A009C;
	text-decoration: none;
}

a:hover {
	color: #0A009C;
	text-decoration: underline;
}

#vgt {
  width: 750px;
}

.plain {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: black;
	line-height: 14px;
}

.header-title-cell {
	font-family: "Trebuchet MS", Arial; font-size: 12px; font-weight: bold; color: #333333;
	line-height: 16px;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #999999 1px solid;
	padding-top: 3px; padding-right: 8px; padding-bottom: 0px; padding-left: 8px;
	background-color: #DDDDDD;
}

.header-nav-cell {
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	padding-top: 5px; padding-right: 3px; padding-bottom: 4px; padding-left: 3px;
	background-color: #EEEEEE;
}

.header-single-cell {
	font-family: "Trebuchet MS", Arial; font-size: 12px; font-weight: bold; color: #333333;
	line-height: 16px;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	padding-top: 3px; padding-right: 8px; padding-bottom: 3px; padding-left: 8px;
	background-color: #DDDDDD;
}

.header-navitem-cell {
	font-family: Verdana, Arial; font-size: 9px;
	border-right: #999999 1px solid;
	padding-top: 0px; padding-right: 6px; padding-bottom: 0px; padding-left: 6px;
}

.header-navitem-lastcell {
	font-family: Verdana, Arial; font-size: 9px;
	padding-top: 0px; padding-right: 6px; padding-bottom: 0px; padding-left: 6px;
}

.page-title {
	font-family: "Trebuchet MS", Arial; font-size: 16px; font-weight: bold; color: #333333;
	line-height: 16px;
}

.page-title img {
  cursor: pointer; border: none;
  margin-left: 4px;
  vertical-align: middle;
  opacity: 0.50;
  filter: alpha(opacity = 50);
}

.page-title img:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}

.section-header {
	font-family: "Trebuchet MS", Arial; font-size: 16px; font-weight: bold; color: #000000;
	padding-top: 12px; padding-bottom: 4px; padding-left: 8px;
	border-bottom: #CCCCCC 1px solid;
}

.section-subheader {
	font-family: "Trebuchet MS", Arial; font-size: 14px; font-weight: bold; color: #000000;
	padding-top: 12px; padding-bottom: 4px; padding-left: 12px;
	border-bottom: #CCCCCC 1px solid;
}

.table-header {
	font-family: "Trebuchet MS", Arial; font-size: 14px; font-weight: bold; color: #000000;
}

.table-header small {
	font-size: 13px;
}

.body-cell {
	border: #CCCCCC 1px solid;
	padding: 3px;
}

.footer-help img {
  vertical-align: middle;
  margin-right: 3px; margin-left: 2px;
  border: none;
}

.footer-help {
  margin: 0px -3px -3px -3px;
	font-family: Verdana, Arial; font-size: 10px; color: #333333;
	line-height: 12px;
  border-top: #999999 1px solid;
  background-color: #EEEEEE;
  padding-top: 6px; padding-right: 3px; padding-bottom: 6px; padding-left: 8px;
}

.input-label {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: black;
	line-height: 14px; text-align: right;
}

td.field {
  font-family: "Trebuchet MS", Arial; font-size: 12px; color: black; font-weight: bold; line-height: 14px;
  vertical-align: top;
	text-align: right; padding-right: 5px; padding-top: 10px;
}

td.value-fixed {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: black; line-height: 14px;
  vertical-align: top;
	padding-top: 10px; padding-bottom: 6px;
}

td.value-input {
  font-family: "Trebuchet MS", Arial; font-size: 12px; color: black;
  vertical-align: top;
	padding-top: 7px; padding-bottom: 6px;
}

.question-label {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: black;
	padding-left: 10px; padding-top: 12px; padding-right: 15px;
}

.question-text {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: black;
	padding-right: 0px; padding-top: 12px; line-height: 14px;
}

.question-separator {
    border-bottom: #CCCCCC 1px solid;
}

.button-row-cell {
    padding-right: 7px; vertical-align: top;
}

.input-error {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: #CC0000; font-weight: bold;
	line-height: 14px; text-align: right;
}

.input-form {
	margin: 0px;
}

.input-form input {
	font-family: Verdana, Helvetica, sans-serif; font-size: 12px;
}

.input-form select {
	font-family: Verdana, Helvetica, sans-serif; font-size: 11px;
}

.input-title {
	font-family: Verdana, Helvetica, sans-serif; font-weight: bold;
}

.input-form textarea {
	font-family: "Courier New", Courier; font-size: 11px; color: #000000;
	line-height: 14px;
}

.input-form textarea.invalid {
	background-color: #FFEE99;
}

form input.submit-disabled, a.submit-disabled img {
  opacity: 0.5;
  filter: alpha( opacity = 50 );
  cursor: progress;
}

.error-messages {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: #CC0000;
	line-height: 14px;
	border: #FFCCCC 1px solid;
	background-color: #FFEEEE;
	padding: 3px;
}

.warning-messages {
	font-family: "Trebuchet MS", Arial; font-size: 12px; color: #CC0000;
	line-height: 14px;
	border: #FFCCCC 1px solid;
	background-color: #FFEEEE;
	padding: 3px;
}

.help_q {
	font-weight: bold;
	padding-top: 15px;
}

.help_a {
	padding-top: 6px;
}

div#profile-form-status {
  font-family: Monaco, Courier, monospace;
  color: #666666;
  font-size: 11px;
  padding-top: 4px;
}

div.LimitedInput_status {
  color: #666666;
  padding-top: 1px;
  font-size: 11px;
  padding-bottom: 2px;
}
div.LimitedInput_status.warn {
  color: #CC6600;
  font-weight: bold;
}
div.LimitedInput_status.error {
  color: #CC0000;
  font-weight: bold;
}



a.vgtbtn span, span.vgtbtn, input.vgtbtn {
  background-color:#8397B2;
  color: white;
  cursor: pointer;
  padding: 3px 10px;
  border: outset 1px #697D98;
  font-weight:bold;
  font-size: 10px;
  font-family:Verdana, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 6px;
  text-shadow: #001122 0px 0px 2px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

a.vgtbtn span:hover, span.vgtbtn:hover, input.vgtbtn:hover {
  background-color: #6d95c7;
  color: #FFFF99;
}

a.vgtbtn span:active, span.vgtbtn:active, input.vgtbtn:active {
  background-color: #487299;
  color: #ffe799;
}

a.vgtbtn {
  text-decoration: none;
}

.webkit a.vgtbtn span, .ie a.vgtbtn span, .webkit span.vgtbtn, .ie span.vgtbtn {
  padding: 2px 10px 2px 10px;
}

.gecko a.vgtbtn span, .gecko span.vgtbtn {
  padding: 2px 10px 2px 10px;
}

.gecko input.vgtbtn {
  padding: 1px 7px;
}

.gecko input.vgtbtn {
  padding: 1px 7px;
}

.ie input.vgtbtn {
  padding: 2px 0px 1px 0px;
  margin: 0px;
  vertical-align: top;
}

div#vgt div.vgt-youtube-after {
  padding-top: 4px;
}
