html, body 
{
	margin: 0; 
	padding: 0; 
	height: 100%;
	overflow: hidden;
}

body 
{
	background-color: #CACAEF;
	padding-bottom: 10px;
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	color: #000055;
}

.button, .buttonDisabled
{
	width: 100%;
	height: 25px;
	vertical-align: middle;
	font-weight: bold;

	border-radius: 5px;
	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.button
{
	background-color: White;
	background-image: url("../images/button.gif") ;
	border: solid 1px #8695FF;
	color: #000055;
	cursor: pointer;
}

.button:hover
{
	color: #555555;
	border: ridge 1px #A0A0E0;
}

.button:active
{
	color: #555555;
	border: inset 1px #A0A0E0;
}

.buttonDisabled
{
	background-color: Silver;
	background-image: url("../images/buttonDisabled.gif");
	border: inset 1px #869595;
	color: #555555;
}

.buttonText
{
	position: relative; 
	top: 5px;
}

.clickable
{
	cursor: pointer;
}

.fullWidth
{
	width: 100%;
}

.hidden 
{
	display: none;
}

.iframe 
{
	width: 0px;
	height: 0px;
}

.inactiveOption
{
	color: gray;
}

.invisible
{
	display: none;
}

.leftAlign
{
	text-align: left;
}

.loadingIcon
{
	padding-top: 5px;
	padding-left: 5px;
	position: absolute;
	float: right;
	width: 15px;
	height: 15px;
}

.mainTable 
{
	width: 100%;
	height: 100%;
	/* IE-specific */
	height: expression('95%');
}

.modelCell
{
	border: solid 1px Gray;
	width: 80%;
	height: 100%;
}

.modelRow 
{
	height: 100%;
}

.tab 
{
	width: 100%;
}

.tabHeader 
{
	width: 100%;
	height: 25px;
	background-color: Silver;
	background-image: url("../images/tabHeaderBG.gif");
	color: #000055;
	border: solid 1px #868599;
	cursor: pointer;
	font-weight: bold;
}

.tabHeader:hover
{
	color: #444455;
}

.tabHeader:active
{
	color: #444455;
	border: inset 1px #868599;
}

.tabHeaderTable 
{
	width: 100%;
}

.tabHeaderTitle 
{
	width: 100%;
	padding-top: 5px;
}

.tabIcon 
{
	padding-right: 3px;
	white-space: nowrap;
}

.tabSubHeader 
{
	width: 100%;
	color: #000055;
	font-weight: bold;
}

.tabTable 
{
	width: 100%;
	border: solid 1px #BBBBBB;
	padding: 3px;
	margin-top: 10px;
}

.tabTableCell 
{
	width: 100%;	
}

.tabsCell 
{
	border: solid 1px Gray;
	padding: 3px;
	vertical-align: top;
	height: 100%;
	background-color: #E0E0FF;
}

.title
{
	font-weight: bold;
	font-size: 20px;
	color: #000055;
}
	
.wideInput 
{
	width: 100%;
}

.x3d 
{
	width: 100%;
	height: 100%;
	/*
	visibility: hidden;
	*/
}