﻿/* Site.css */

div.subHeader {
	width: 100%;
	height: 85px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('/Suppliers/images/VERSATEX_Texture_05.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -475px;
	opacity: 0.75;
}

.requiredFlag {
	color: red;
}

span.requiredFlagDocForm {
	color: red;
	font-size: 12pt;
	font-weight: bold;
}

span.bold {
	font-weight: bold;
}

.controlSizeLarge {
	height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
}

.paddingBottom1 {
	padding-bottom: 4px;
}

.subscript1 {
	color: #555555;
	font-size: 10pt;
}

.subscriptRequiredFlag1 {
	color: red;
	font-size: 10pt;
}

.borderSpacingNone {
	border-collapse: separate;
	border-spacing: 0px 0px;
}

.margin10 {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.paddingNone {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.controlWidth1 {
	width: 95%;
}

.controlWidth2 {
	width: 90%;
}

.popup1 {
	width: 500px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	padding: 15px 15px 15px 15px;
	z-index: 60;
	border: 1px outset #555555;
	opacity: 1.00;
	background-color: #FFFFF4;
	display: none;
}

.cursorHand {
	cursor: pointer;
}

.borderedEntryDiv1 {
	background-color: #fef7e6;
	width: 96%;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 10px;
	border: 1px outset silver;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-border-radius: 8px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.borderedEntryDiv2 {
	background-color: #ffecb5;
	width: 96%;
	padding-top: 5px;
	padding-left: 13px;
	padding-bottom: 10px;
	border: 1px outset silver;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-border-radius: 8px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.roundedCorners1 {
	border: 1px outset silver;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-border-radius: 8px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.roundedCornersTop {
	border: 1px outset silver;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-background-clip: padding;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.button1 {
	width: 125px;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: #FDBE12;
	padding: 10px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-border-radius: 15px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.button1Wide {
	width: 275px;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: #FDBE12;
	padding: 10px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-border-radius: 15px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.button2 {
	width: 125px;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	background-color: #00ecff;
	padding: 10px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-border-radius: 15px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.button2Wide {
	width: 275px;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	background-color: #00ecff;
	padding: 10px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-border-radius: 15px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.button3 {
	width: 125px;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: #ed4e4e;
	padding: 10px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-border-radius: 15px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.button3Wide {
	width: 275px;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	background-color: #ed4e4e;
	padding: 10px;
	cursor: pointer;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-border-radius: 15px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

a.menuLink2 {
	color: #1A49EC;
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
}

a:active.menuLink2 {
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
}

a:hover.menuLink2 {
	color: #FF3300;
	font-weight: normal;
	text-decoration: none;
}

a.menuLink3 {
	color: #1A49EC;
	font-weight: normal;
	text-decoration: none;
	font-size: 12pt;
}

a:active.menuLink3 {
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
}

a:hover.menuLink3 {
	color: #FF3300;
	font-weight: normal;
	text-decoration: none;
}

.dataPanel10 {
	background-color: #fef7e6;
	color: black;
}

.errorPanel1 {
	/* General */
	color: darkblue;
	background-color: #FFF4FF;
	font-size: 14pt;
	font-weight: bold;
	/* Rounded corners */
	border: 1px outset silver;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* Shadow */
	display: inline-block;
	box-shadow: 8px 8px 10px #888888;
	-moz-box-shadow: 8px 8px 10px #888888;
	-webkit-box-shadow: 8px 8px 10px #888888;
	/* Padding */
	padding: 20px 20px 20px 20px;
}

.vtxHeaderLink {
	font-family: Calibri;
	color: #707070;
	text-decoration: none;
	font-size: 14pt;
	font-weight:normal;
}

a:active.vtxHeaderLink {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

a:hover.vtxHeaderLink {
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
}

.radioItem1 {
	font-size: 11pt;
	margin-right: 10px;
}

.documentFrame {
	width: 95%;
	margin: 0;
	xborder: 3px solid blue;
	xoverflow-x: hidden;
	xoverflow-y: hidden;
}

.hidden
{
	display: none;
	visibility: hidden;
}

div.paddingTopMedium
{
	padding-top: 10px;
}

div.verticalSeparatorTiny
{
	height: 3px;
	font-size: 2px;
}

.disabled
{
	background-color: #f4f4f4;
	pointer-events: none;
}
enabled {
	background-color: #ffffff;
}

.gridCellLeft
{
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.gridCellCenter {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
}

.gridCellRight {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

.bold
{
	font-weight: bold;
}

.padding5 {
	padding: 5px 5px 5px 5px
}

.borderAll {
	border: 1px solid silver;
	border-collapse: collapse;
}

.borderTop {
	border-top: 1px solid silver;
	border-collapse: collapse;
}

.borderBottom {
	border-bottom: 1px solid silver;
	border-collapse: collapse;
}

.borderLeft {
	border-left: 1px solid silver;
	border-collapse: collapse;
}

.borderRight {
	border-right: 1px solid silver;
	border-collapse: collapse;
}

.tdLeft {
	text-align: left;
	vertical-align: top;
}

.tdCenter {
	text-align: center;
	vertical-align: top;
}

.tdRight {
	text-align: right;
	vertical-align: top;
}

.shadow1 {
	display: inline-block;
	box-shadow: 8px 8px 10px #888888;
	-moz-box-shadow: 8px 8px 10px #888888;
	-webkit-box-shadow: 8px 8px 10px #888888;
}

.bullet {
	font-size: 10pt;
	color: #777777;
}