body
{
	margin: 0px;
	overflow: hidden;
}

body, td, a, div
{
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	color: white;
}

a
{
	text-decoration: none;
}

.backgrounddiv, .foregrounddiv
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.backgrounddiv
{
	overflow: hidden;
	background-color: #E9E3E3;
}

.foregrounddiv
{
	overflow: auto;
}

.backgroundleft, .backgroundright
{
	height: 800px;
}

.backgroundleft
{
	width: 1024px;
	background-image: url(../images/backgroundleft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.backgroundright
{
	width: 100%;
	background-image: url(../images/backgroundright.jpg);
	background-repeat: repeat-x;
	background-color: red;
}

.backgroundunder
{
	background-image: url(../images/backgroundunder.jpg);
	background-repeat: repeat-y;
}

.minwidthdiv
{
	position: relative;
	visible: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
}

.themetd
{
	background-color: #FCCA40;
	padding-top: 1px;
	padding-bottom: 1px;
}

.contenttable
{
	background-color: white;
}

.contenttd
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.menubartable
{
	width: 100%;
}


.menubartable .selected
{
	color: #fe1402;
}

.menubartable td
{
	padding-right: 4px;
}

.logotd
{
	padding: 17px;
}

.logotd div
{
	width: 185px;
	height: 114px;
	background-position: top left;
	background-repeat: no-repeat;
}

.native .logotd div
{
	background-image: url(../images/kartelogo.png);
}

.directx .logotd div
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/kartelogo.png',sizingMethod='scale');
}