HTML {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}
TD {font-size: 13px;}
INPUT {font-size: 13px;}
select {font-size: 13px;}

P {
	margin: 1em 0 1em 0;
}

.PageIndent {
	width: 1000px;
	margin: 0 auto;
}

#PageTabBar {
	padding: 8px 0 8px 0;
}

.Tab {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 4px 10px 4px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

A.Tab {
	text-decoration: none;
}

#PageContent {
	padding-top: 10px;
}

.InputTable TH {
	text-align: left;
	width: 200px;
	padding: 3px 3px 3px 0px;
}

.InputTable TD {
	text-align: left;
	padding: 3px 3px 3px 0px;
}

INPUT.Nice {
	border: solid 1px #A0A0A0;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

SELECT.Nice {
	border: solid 1px #A0A0A0;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.BigButton {
	padding: 8px 20px 8px 20px;
}

.MediumButton {
	padding: 5px 14px 5px 14px;
}

.RED {
	color: #C00000;
}

.GREEN {
	color: #008000;
}

.AR {
	text-align: right;
}

.WaitImg {
	width: 18px; 
	height: 18px;
	border: 0
}

.AccountSyncSuccess {
	padding: 10px; 
	background-image: url('../images/vback2.png');
	background-position: middle center; 
	color:#006000; font-weight:bold; border-bottom:1px solid #808080; 
}

.AccountSyncFail {
	padding: 10px; 
	background-image: url('../images/vback3.png');
	background-position: middle center; 
	color:#404040; font-weight:bold; border-bottom:1px solid #808080; 
}

.LastUpdateText {
	float: left;
	position: relative;
	top: 4px;
}

.FlagImg {
	width: 30px;
	height: 20px; 
	border: 0;
	padding-left: 3px;
}

.VT {
	vertical-align: top;
}

.ExampleScreenshot {
	width: 400px;
	height: 215px;
	border: 0;
}

.SPACING {
	line-height: 150%;
}

 UL.DisplayList {
 	list-style: disc outside none;
 }

.DisplayList LI {
	margin-top: 0.5em;
	display: list-item;
	padding-left: 0.8em; 
	margin-left:1.5em; 
}