@charset "utf-8";

/* CSS Document */


p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1,
.heading-1 {
	font-size: 2em;
	font-weight: 500;
}

h2,
.heading-2 {
	font-size: 1.8em;
	font-weight: 500;
}

h3,
.heading-3 {
	font-size: 1.6em;
	font-weight: 500;
}

h4,
.heading-4 {
	font-size: 1.4em;
	font-weight: 500;
}

h5,
.heading-5 {
	font-size: 1.2em;
	font-weight: 500;
}

h6,
.heading-6 {
	font-size: 1.1em;
	font-weight: 500;
}

img { border: 0px; }

fieldset { border: 2px inset #333333; }

legend {
	font-size: 120%;
	font-weight: 500;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 2px;
	color: #999999;
	background-color: #999999;
	border: 0px solid #999999;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/

.clearfix { display: block; }

/* End hide from IE Mac */


.clear-both {
	display: block;
	clear: both;
	font-family: monospace;
	font-size: 1px;
	line-height: 1px;
}

.padding-2 { padding: 2px; }

.padding-2-t { padding-top: 2px; }

.padding-2-b { padding-bottom: 2px; }

.padding-2-l { padding-left: 2px; }

.padding-2-r { padding-right: 2px; }

.padding-4 { padding: 4px; }

.padding-4-t { padding-top: 4px; }

.padding-4-b { padding-bottom: 4px; }

.padding-4-l { padding-left: 4px; }

.padding-4-r { padding-right: 4px; }

.padding-5 { padding: 5px; }

.padding-5-t { padding-top: 5px; }

.padding-5-b { padding-bottom: 5px; }

.padding-5-l { padding-left: 5px; }

.padding-5-r { padding-right: 5px; }

.padding-10 { padding: 10px; }

.padding-10-t { padding-top: 10px; }

.padding-10-b { padding-bottom: 10px; }

.padding-10-l { padding-left: 10px; }

.padding-10-r { padding-right: 10px; }

.padding-40-l { padding-left: 40px; }

.separator-5 {
	height: 5px;
	width: auto;
	clear: both;
}

.separator-10 {
	height: 10px;
	width: auto;
	clear: both;
}

.separator-20 {
	height: 20px;
	width: auto;
	clear: both;
}

.separator-40 {
	height: 40px;
	width: auto;
	clear: both;
}

.hidden { display: none; }

.hidden-v { visibility: hidden; }

.boldText { font-weight: 500 !important; }

.normalText { font-weight: 300 !important; }

.italicText { font-style: italic !important; }

.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }

.smallText-9 { font-size: 9px !important; }

.smallText-10 { font-size: 10px !important; }

.smallText-11 { font-size: 11px !important; }

.smallText-12 { font-size: 12px !important; }

.bigText-14 { font-size: 14px !important; }

.bigText-16 { font-size: 16px !important; }

.bigText-18 { font-size: 18px !important; }

.bigText-20 { font-size: 20px !important; }

.bigText-24 { font-size: 24px !important; }

.noUnderline a,
.noUnderline { text-decoration: none !important; }

.underline,
.underline a { text-decoration: underline; }

.nowrap { white-space: nowrap; }

.word-break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.noPadding { padding: 0px !important; }

.noMarging { margin: 0px !important; }

.noBGIMG,
tr.noBGIMG td,
td.noBGIMG,
.noBGIMG a { background-image: none !important; }

.floatRight { float: right !important; }

.floatLeft { float: left !important; }

.grayText-1,
.grayText-1 a { color: #CCC !important; }

.grayText-2,
.grayText-2 a { color: #999 !important; }

.grayText-3,
.grayText-3 a { color: #666 !important; }

.grayText-4,
.grayText-4 a { color: #333 !important; }

.redText-light,
.redText-light a { color: #FF414F !important; }

.redText,
.redText a,
.redText-1,
.redText-1 a { color: #F00 !important; }

.redText-2,
.redText-2 a { color: #C00 !important; }

/*a:hover.redText,
.redText a:hover {
	color: #990000 !important;
}
*/

.blueText,
.blueText a { color: #0099FF !important; }

.blueText-2,
.blueText-2 a { color: #0CF !important; }

/*a:hover.blueText,
.blueText a:hover {
	color: #000 !important;
}*/

.greenText,
.greenText a { color: #009900 !important; }

.whiteText,
.whiteText a { color: #FFF !important; }

.blackText,
.blackText a { color: #000 !important; }

.width-5per { width: 5% !important; }

.width-9per { width: 9% !important; }

.width-10per { width: 10% !important; }

.width-14per { width: 14% !important; }

.width-15per { width: 15% !important; }

.width-16per { width: 16% !important; }

.width-17per { width: 17% !important; }

.width-18per { width: 18% !important; }

.width-19per { width: 19% !important; }

.width-20per { width: 20% !important; }

.width-22per { width: 22% !important; }

.width-24per { width: 24% !important; }

.width-25per { width: 25% !important; }

.width-27per { width: 27% !important; }

.width-28per { width: 28% !important; }

.width-29per { width: 29% !important; }

.width-30per { width: 30% !important; }

.width-35per { width: 35% !important; }

.width-39per { width: 39% !important; }

.width-40per { width: 40% !important; }

.width-45per { width: 45% !important; }

.width-48per { width: 48% !important; }

.width-49per { width: 49% !important; }

.width-50per { width: 50% !important; }

.width-55per { width: 55% !important; }

.width-59per { width: 59% !important; }

.width-60per { width: 60% !important; }

.width-64per { width: 64% !important; }

.width-65per { width: 65% !important; }

.width-69per { width: 69% !important; }

.width-70per { width: 70% !important; }

.width-72per { width: 72% !important; }

.width-75per { width: 75% !important; }

.width-79per { width: 79% !important; }

.width-80per { width: 80% !important; }

.width-85per { width: 85% !important; }

.width-89per { width: 89% !important; }

.width-90per { width: 90% !important; }

.width-95per { width: 95% !important; }

.width-99per { width: 99% !important; }

.width-100per { width: 100% !important; }

.auto-centered {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.col-2 {
	float: left;
	width: 49%;
}

.col-2 + .col-2,
.force-col-2 { width: 50%; }

.col-3 {
	float: left;
	width: 31%;
	margin-right: 2%;
}

.col-4 {
	float: left;
	width: 24%;
}

.col-4 + .col-4,
.force-col-4 { margin-left: 1%; }

.one-col .col-A,
.one-col .col-B {
	width: 100%;
	float: left;
	clear: both;
	text-align: left;
	margin-bottom: 4px;
	padding: 0px;
}

.one-col .col-A { font-weight: 500; }

.two-col { }

.two-col .col-A {
	float: left;
	width: 25%;
	font-weight: 500;
	margin-bottom: 4px;
}

.two-col .col-B {
	float: right;
	width: 74%;
	margin-bottom: 4px;
	text-align: left;
}

ul.menu {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.menu * {
	display: inline-block;
}

ul.menu a { display: block; }

ul.menu li {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

/*ul.pipe li + li,
.force-pipe-li {
	padding-left: 1px;
	background-image: url(../graphics/menu-separator.png);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.pipe.standard li + li,
.force-pipe-stdr-li {
	padding-left: 6px;
	margin-left: 5px;
	background-image: url(../graphics/menu-separator-dg.png);
}*/

ul.vmenu {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.vmenu>* { display: block; }

/*ul.vmenu>* a {
	float: left;
}*/



ul.vmenu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

.lined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

.lined-2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

.dotted { border-bottom-style: dotted !important; }

.lined-auto + .lined-auto {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.lined-2-auto + .lined-2-auto {
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.lined-1-auto + .lined-1-auto.dotted-auto,
.lined-1-auto.dotted-auto.force-lined-1-auto {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.lined-2-auto + .lined-2-auto.dotted-auto,
.lined-2-auto.dotted-auto.force-lined-2-auto {
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.borders { border: 1px solid #CCCCCC; }

table,
.table { display: table; }

tr,
.tr { display: table-row; }

thead,
.thead { display: table-header-group; }

tbody,
.tbody { display: table-row-group; }

tfoot,
.tfoot { display: table-footer-group; }

col,
.col { display: table-column; }

colgroup,
.colgroup { display: table-column-group; }

td,
th,
.td,
.th {
	display: table-cell;
	vertical-align: top;
}

caption,
.caption { display: table-caption; }

.listStyle {
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1.3em;
}

.listStyle li { list-style-type: square; }

.listStyle .decimal li { list-style-type: decimal; }

.listStyle .upper-alpha li { list-style-type: upper-alpha; }

.listStyle-num {
	list-style-type: decimal;
	margin: 0px;
}

.listStyle-num li {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

ul.listStyle-alpha-num {
	list-style-type: upper-alpha;
	margin: 0px;
}

.listStyle-alpha-num ul {
	list-style-type: upper-alpha;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.listStyle-alpha-num ul li {
	margin-bottom: 5px;
	margin-top: 5px;
}

.listStyle-alpha-num ul li ul { list-style-type: decimal; }

.listStyle-alpha-num ul li ul li { }

.listStyle-none,
.listStyle-none li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.cursor-pointer { cursor: pointer; }

.cursor-grab {
	cursor: move;
	cursor: -webkit-grab;
}
