*
{
	margin: 0px;
	padding: 0px;
}

a, select, input[type=button], input[type=submit]
{
	cursor: pointer;
}

body
{
    margin: 10px;
    padding: 0px;
    color: #000000;
    background-color: #CCCCCC;
    font-size: 12px;
    font-family: "Verdana";
    text-align: center;
}

#container
{
    width: 980px;
    margin: 0px auto 0px auto;
}

#header
{
    position: relative;
    width: 980px;
    height: 100px;
    background: url(../img/header.gif) 0 0 no-repeat;
}

ul
{
    padding: 0px;
    margin: 0px;
    text-align: left;
}

#mainNavBarNotLogin
{
    height: 32px;
    width: 320px;
    margin: 10px auto;
}

#mainNavBar
{
    height: 32px;
    width: 800px;
    margin: 10px auto;
    left:100px;
}

#mainNavBarNotLogin a, #mainNavBar a
{
    display: block;
    position: relative;
    float: left;
    width: 102px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/main_menu_link.png) no-repeat;
    color: #EB6D00;
}

#mainNavBarNotLogin a:hover, #mainNavBar a:hover
{
    font-size: 12px;
    font-weight: bold;
    background-position: 0 bottom;
    color: #000000;
}

#leftNavBar
{
    width: 130px;
    position: relative;
    float: left;
    padding: 0px 10px;
    background-color: transparent;
    font-size: 12px;
    text-decoration: none;
}

#leftNavBar a
{
    display: block;
    width: 130px;
    height: 20px;
	line-height: 20px;
    position: relative;
    clear: both;
    text-decoration: none;
    background: url(../img/left_menu_link.png) no-repeat;
    color: #EB6D00;
	margin-bottom: 4px;
}

#leftNavBar a:hover
{
    background-position: 0 bottom;
    color: #000000;
}

#leftNavBar h3
{
    width: 150px;
    height: 20px;
	line-height: 20px;
    padding: 0px;
    margin: 0px -10px;
    margin-bottom: 4px;
    font-weight: bold;
    background: url(../img/back.gif) 0 0 no-repeat;
    color: #FFFFFF;
}

#content
{
    background-color: #FFFFFF;
    text-align: left;
}

#footer
{
	width: 980px;
	position: relative;
	clear: both;
/*
    margin-top: 10px;
    width: 980px;
    height: 100px;
    background: url(../img/footer.jpg) 0 0 no-repeat;
*/
}

h1, h2, h3, h4
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
}

h1
{
    font-size: 22px;
    color: #666666;
    text-decoration: underline;
    margin: 0px auto 20px auto;
}

h2
{
    font-size: 16px;
    color: #666666;
    margin: 5px;
}

h3
{
    font-size: 14px;
    color: #666666;
    margin: 5px;
}

p
{
    margin: 10px;
    padding: 0px;
}

#paragraph
{
    margin: 0px 10px;
    padding: 0px;
}

#warning
{
    border: 1px dashed #FF0000;
    background-color: #FFBBBB;
    color: #000000;
    width: 400px;
    margin: 10px;
    padding: 4px;
}

input[type=submit], input[type=button], select
{
    cursor: pointer;
}

#questionTable
{
}

#questionTable td
{
    vertical-align: top;
    font-size: 12px;
}

#solutionstable td
{
    vertical-align: top;
    font-size: 12px;
    border: 10px #FFFFFF;
	margin: 6 0 0 0;
	border-style: solid none none none;

}

#solutionstable tr.d0 td {
	background-color: #FFFFFF;
}
#solutionstable tr.d1 td
{
	background-color: #EAEAEA;
}


#defaultCakeTable
{
    width: 90%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    color: #333;
    background-color: #FFF;
    clear: both;
    padding: 0;
    white-space: normal;
	margin: 10px auto;
}

#defaultCakeTable th
{
    background-color: #E2E2E2;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #003D4C;
    border-bottom: 1px solid #003D4C;
    text-align: center;
    padding:1px 4px;
    font-size: 12px;
}

#defaultCakeTable tr td
{
    border-right: 1px solid #DDD;
    padding: 4px 4px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
}

#defaultCakeTable tr.altRow td
{
    background: #F4F4F4;
}

#defaultCakeTable td.actions
{
	white-space: nowrap;
}

#defaultCakeTable .rowNormal
{
    background-color: #FFFFFF;
    color: #000000;
}

#defaultCakeTable .rowHighlight
{
    background-color: #DDDDFF;
    color: #000000;
}

#chartContainer
{
	display: block;
	text-align: center;
	margin: 10px auto 10px auto;
}

a
{
    cursor: pointer;
    text-decoration: underline;
    color: #000000;
}

a:hover
{
    text-decoration: none;
    color: #FF6600;
}

.rCubeLogo
{
    text-decoration: none;
    border: none;
    position: absolute;
    left: 10px;
    top: 10px;
}

.fifaRM
{
    text-decoration: none;
    border: none;
    position: absolute;
    left: 155px;
    top: 15px;
}

.artLogo
{
    text-decoration: none;
    border: none;
    position: absolute;
    right: 226px;
    top: 10px;
}

.sdkLogo
{
    text-decoration: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.redHighlight
{
    background-color: #FF6666;
    color: #000000;
}

.orangeHighlight
{
	background-color: #FFFF00;
	color: #000000;
}

.blueHighlight
{
	background-color: #33CCCC;
	color: #003366;
}

.greenHighlight
{
    background-color: #66FF66;
    color: #000000;
}

.white
{
	background-color: #FFFFFF;
	color: #000000;
	vertical-align: middle;
}

.layoutCenter
{
    width: 980px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.helpLabel
{
    height: 14px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #FF0000;
    padding: 5px;
    margin-bottom: 10px;
}

.helpBlock
{
    height: auto;
    cursor: pointer;
    border: 1px solid #FF0000;
    padding: 5px;
    margin-bottom: 10px;
}

.contentBorderTop
{
    width: 820px;
    position: relative;
    float: right;
	background: url(../img/border/content_top.gif) 0 0 repeat-x;
	background-color: #FFFFFF;
}

.contentBorderRight
{
	background: url(../img/border/content_right.gif) 100% 0 repeat-y;
}

.contentBorderBottom
{
	background: url(../img/border/content_bottom.gif) 0 100% repeat-x;
}

.contentBorderLeft
{
	background: url(../img/border/content_left.gif) 0 0 repeat-y;
}

.contentBorderTopLeft
{
	background: url(../img/border/content_top_left.gif) 0 0 no-repeat;
}

.contentBorderTopRight
{
	background: url(../img/border/content_top_right.gif) 100% 0 no-repeat;
}

.contentBorderBottomRight
{
	background: url(../img/border/content_bottom_right.gif) 100% 100% no-repeat;
}

.contentBorderBottomLeft
{
	padding: 16px;
	background: url(../img/border/content_bottom_left.gif) 0 100% no-repeat;
}

.center-block
{
	display: block;
	text-align: center;
}

.clearCell
{
	background-color:Transparent;
	
}
.solutiontable
{
	font-size:100px;
}
.lbl
{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}

