* {
	font-family: verdana;
	font-size: 8pt;
	color: #3a3a3a;
}

body {
	margin: 0px;
	padding: 0px;
}

iframe {
	margin: 0px;
	padding: 0px;
	border: none;
}
.ui-autocomplete {width:50px;}
H1 {
	font-family: verdana;
	font-size: 14pt;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

H2 {
	font-family: verdana;
	font-size: 12pt;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: bold;
}

H3 {
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	font-weight: bold;
}

H4 {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
}

A {
	color: #229922;
	text-decoration: none;
	font-size: inherit;
}

A:hover{
	color: #55bb55;
}


form {
	margin: 0px;
	padding: 0px;
}

TH {
	background-color: #efefef;
 	border-bottom: 1px solid #afafaf;
 	background: #fcfcfc url(/images/design/table_bg.png);
 	text-align: left;
 	font-weight:bold;
}



legend {
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #ccc;
	font-size: 10pt;
	padding-right: 3px;
	padding-left: 3px;
}

fieldset {
	display: block;
	border: 1px solid #ccc;
	/*background-color: #f5f5f5;*/
	padding: 5px;
}

.CustomerReport {
	border: 1px solid #afafaf;
	background-color: white;

}

.Login {
	font-weight: bold;
}


.Flags {
	margin-left: 4pt;
}

.InfoTable {


}

.InfoTableXL *{
	font-size: 9pt;
}

.ErrorTable {
	background-color: #ffffdd;
 	border: 1px solid #afafaf;
 	padding: 5px;
 	margin-bottom: 5px;
 }

INPUT {
	border: 1px solid #c6c6c6;
	WIDTH: 180px;
	padding-left: 5px;
	height: 18px;
	/*background: #fcfcfc url(/images/design/input_bg.png);*/
}

.calendarInput {
	border: 1px solid #c6c6c6;
	WIDTH: 149px;
	padding-left: 5px;
	height: 18px;
	border-right: none;
	/*background: #fcfcfc url(/images/design/input_bg.png);*/
}

.calendarButton {
	cursor: pointer;
	border: 1px solid #c6c6c6;
	border-left: none;
	background: white;
}

.readOnly {
	border: 1px solid #afafaf;
	background-color: #efefef;
}

.Button {
	font-weight: bold;
	width: 150px;
	height: 30px;
	background: #dbd6c0;
	text-align: center;
	background: #fcfcfc url(/images/design/table_bg.png);
	cursor: pointer;
	color: #229922;
}

.checkbox {
	width: 14px;
	border: 0px;
	margin: 0px;
	padding:0px;

}

hr {
	background-color: #afafaf;
}

.hr {
	line-height: 1px; /*needed for IE/win*/
	font-size: 1px; /*needed for IE/win*/
	width: 1px;
	background: #aaa;
	margin: 15px 0px;
}

.vr {
	line-height: 1px; /*needed for IE/win*/
	font-size: 1px; /*needed for IE/win*/
	height: 1px;
	background: #aaa;
	margin: 15px 0px;
}

.ImageButton{
	cursor: pointer;
	border: none;
	color: #229922;
}

.TopMenu {
	padding: 2px;
	padding-left: 170px;

/*	font-size: 15px;*/
}

.TopMenu A {
	font-family: verdana;
	font-size: 11px;
	color: black;
	background: #a3cfea;
	border: 1px solid #7ea1b7;
	height: 25px;
	padding: 4px;
	padding-right: 20px;
	padding-left: 20px;
}

.TopMenu A:Hover {
	background: #CEE5F3;
	color: black;
}

.layoutTop {
	background-color: #8ac4e9;
 	border-top: 1px solid #afafaf;
 	border-bottom: 1px solid #afafaf;

}

.layoutBottom {
	padding: 5px 1px;
	text-align: center;
	background-color: #8ac4e9;
 	border-top: 1px solid #afafaf;
 	border-bottom: 1px solid #afafaf;
 	clear: both;
 	margin-top: 10px;
}

.OuterInfoTable {
	background-color: #fafafa;
 	margin:0px;
}

.subMenu {
	/*background-color: #E3E0CF;*/
 	/*border: none;*/
 	/*border: 1px solid #afafaf;*/
	/*padding: 5px;*/
}

.subMenuFront {
	background-color: #e3e0cf;
 	/*border: none;*/
 	border: 1px solid #afafaf;
	padding: 5px;
	width: 140px;
}

.subMenu A {
	display: block;
	text-indent: 20px;
	width: 140px;
	background: url(/images/buttons/menuback.gif) no-repeat;
	text-decoration: none;
	font-size: 11px;
	height: 14px;
	color: #666666;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom:8px;
	margin-bottom:0px;
}


.subMenu A:hover{
	color: #55BB55;
}


.LinkButton {
	display: block;
	text-indent: 20px;
	width: 140px;
	background: url(/images/buttons/menuback-2.gif) no-repeat;
	text-decoration: none;
	font-size: 11px;
	height: 14px;
	color: #666666;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom:8px;
	margin-bottom:0px;
}

img {
	margin: 0px;
	padding: 0px;
	border:0px;
}


.popUp {
	margin: 3px;
}

.Sum {
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	background: #fcfcfc url(/images/design/table_bg.png);
	font-weight: bold;
}

.contactTable {
	background-color: #fdfdfd;
	border: 1px solid #afafaf;
}


.pitchLinkButton {
	border: 1px solid #afafaf;
	width:100px;
	color:black;
	font-weight:bold;
	background: #DBD6C0;
	text-align: center;
	background: #fcfcfc url(/images/design/table_bg.png);
	cursor: pointer;
}

.pitchLinkButton DIV{
	border: 1px solid #afafaf;
	width:100px;
	color:black;
	font-weight:bold;
	background: #DBD6C0;
	text-align: center;
	background: #fcfcfc url(/images/design/table_bg.png);
	cursor: pointer;
}

.SubInfo {
	background-color:white;
	height:40px;
	border: #afafaf 1px solid;
}

.Beta {
	border: 1px solid #afafaf;
	background: #FFEEFF;
	background-image:  url(/images/design/beta.gif);
	background-repeat: no-repeat;
	padding: 5px;
}

.BetaFunction {
	border: 1px solid #afafaf;
	background: #FFEEFF;
	padding: 5px;
}

ABBR {
	cursor: help;
	border-bottom: 2px dotted #cccccc;
}

B {
	color: inherit;
}

.SubTab {
	margin-top: 5px;
	padding: 6px;

}
.SubTab A {
	border-top: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	padding: 6px;
	margin: 6px;

}

.SubTab A:active {
	border-top: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	padding: 5px;
	margin: 5px;
	background-color: #dbd6c0;
}

DIV#LOGOTEXT {
	font-size: 40px;
	padding: 10px;
	height: 50px;
	/*text-align: middle;*/
}

.dialog {
	background: #f5f5f5;
	border: 1px solid #afafaf;
}

	.featureBox {
		position: relative;
		width: 150;
		overflow: hidden;
		margin-bottom: 1em;
	}
	.featureBoxBGColor {
		background-color: #e3e0cf;

	}
	.featureBoxTextNotification {
		padding: .7em;
	}
	.featureBoxIcon {
		margin-left: 1em;
	}
	.boxContent {
		border-left: 1px #ccc solid;
		border-right: 1px #ccc solid;
		height: 500px;
	}
	.boxTop {
		border-top: 1px #ccc solid;
		border-left: 1px #ccc solid;
		border-right: 1px #ccc solid;
		height: 5px;
	}
	.bc {
		position: relative;
		width: 5px;
		height: 5px;
		font-size: 1px;
		background-repeat: no-repeat;
		margin-bottom: -1px;
	}
	.ctr {
		float: right;
		background-image: url(/images/ctr.gif);
		margin-right: -1px;
		margin-top: -1px;
	}
	.ctl {
		float: left;
		background-image: url(/images/ctl.gif);
		margin-left: -1px;
		margin-top: -1px;
	}
	.cbr {
		float: right;
		background-image: url(/images/cbr.gif);
		margin-right: -1px;
		margin-top: 1px;
	}
	.cbl {
		float: left;
		background-image: url(/images/cbl.gif);
		margin-left: -1px;
		margin-top: 1px;
	}

	.boxBtm {
		border-bottom: 1px #ccc solid;
		border-left: 1px #ccc solid;
		border-right: 1px #ccc solid;
		height: 5px;
	}

	.break {
		clear: both;
	}

	.ResultHeader{
		font-family: verdana;
		font-size: 10pt;
		margin: 0px;
		font-weight: bold;
	}

	.ResultText{
		color: #636363;
	}

	.TableCaption {

	}