

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(/public/docroot/softgames/v1/images/bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Tahoma,Verdana,sans-serif;
	color: #545f64;
	text-align: center;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a.readmore {
	background-image: url(/public/docroot/softgames/v1/images/gfx/link/arrow_orange.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #ff802b;
}

div.reference-external a, div.reference-external-grey a {
	background-image: url(/public/docroot/softgames/v1/images/gfx/link/external.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #ff802b;
}

div.reference-internal a, div.reference-internal-grey a {
	background-image: url(/public/docroot/softgames/v1/images/gfx/link/internal.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #ff802b;
}

div.text-file a, div.text-file-grey a {
	background-image: url(/public/docroot/softgames/v1/images/gfx/link/download.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #ff802b;
}

/** Global definition ********************************************************/

#All {
	width: 844px;
	margin: 0px auto;
	background-color: #ffffff;
	border-bottom: 3px #545f64 solid;
	border-right: 3px #545f64 solid;
	text-align: left;
}

/** Landing page *************************************************************/

#LandingAll {
	width: 650px;
	height: 144px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	text-align: left;
	top: 35%;
	vartical-align: middle;
	background-color: #ffffff;
	border-bottom: 3px #545f64 solid;
	border-right: 3px #545f64 solid;
}

#LandingLogo {
	width: 233px;
	float: left;
}

#LandingWelcome {
	width: 200px;
	float: left;
	margin: 12px;
}

#LandingWelcome h1 {
	
}

/** Layout *******************************************************************/

#Top {
	position: relative;
	width: 844px;
	height: 34px;
}

#Main {
	clear: both;
}

#Content {
	width: 700px;
	float: right;
}

#Content.two-columns #ContentColumnLeft {
	width: 350px;
	float: left;
}

#Content.two-columns #ContentColumnRight {
	width: 350px;
	float: right;
}

/** Content ******************************************************************/

#ContentHeadline {
}

/** Keyvisual ****************************************************************/

#Keyvisual {
	position: relative;
	height: 178px;
}

#KeyvisualLogo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}

#KeyvisualImage {
    position: absolute;
    top: 0px;
    left: 144px;
    z-index: 10;
}

/** Navigation ***************************************************************/

#Navigation {
	position: relative;
	margin-left: 24px;
	top: 10px;
	width: 104px;
	float: left;
}

#Navigation ul {
	padding-left: 0px;
	margin: 5px 0px 12px 0px;
	margin-left: 0px;
	list-style-type: none;
}

#Navigation ul.level-0 {
	padding-left: 0px;
}

#Navigation ul.level-1 {
	padding-left: 12px;
}

#Navigation li {
	margin-bottom: 6px;
}

#Navigation a {
	text-decoration: none;
	font-size: 12px;
	color: #545f64;
}

#Navigation a.current {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ff802b;
}

#Navigation a.inpath {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #545f64;
}

#Breadcrumb {
	margin-top: 12px;
	line-height: 16px;
	font-stretch: wider;
}

#Breadcrumb a {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
}

#Breadcrumb a.breadcrumbnr {
	background-image: url(/public/docroot/softgames/v1/images/gfx/breadcrumb/arrow.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 11px;
}

/** Login ********************************************************************/

#Languages {
	position: relative;
	float: right;
	width: 494px;
	height: 34px;
}

#Languages a {
	float: right;
	margin: 6px 6px 0 0;
}

#Login {
	position: relative;
	float: right;
	width: 350px;
	height: 34px;
	background-color: #e0e0e0;
}

#LoginForm, #FormLoggedIn {
}

#LoginForm td {
	height: 34px;
	vertical-align: middle;
}

#LoginForm .inputText, #LoginForm .inputPassword {
	width: 110px;
	border: 0px;
	font-size: 10px;
	color: #666666;
	padding: 1px;
	background-color: #ffffff;
}

div#LoggedInForm a {
	color: #545f64;
	text-decoration: none;
}

div#LoggedInForm td {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #545f64;
	padding-right: 16px;
}

/** Text *********************************************************************/

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #ff802b;	
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ff802b;
}

p {
	line-height: 16px;
	font-stretch: wider;
}

/** Common HTML **************************************************************/

table {
}

/** Paragraphs ***************************************************************/

div.text-standard {
	margin: 0 12px 0 0;
}

div.text-standard ul {
	margin: 6px 0 0 12px;
	padding: 0 0 0 10px;
}

div.text-standard ul li {
	list-style-image:url(/public/docroot/softgames/v1/images/gfx/list/li.gif);
	margin-bottom: 6px;
}

div.text-file {
}

div.text-file-grey {
	margin: 12px 0px 12px 0px;
	padding: 12px 12px 12px 12px;
	background-color: #eeeeee;
}

.reference-news {
	margin: 12px 0 12px 0;
	padding: 12px;
	background-color: #eeeeee;
}

/*#ContentColumnRight .reference-news {
	border: 1px #dddddd solid;
	border-right: 0;
}*/

div.reference-news h2 {
	margin: 0px;
}

div.reference-news a {
	color: #ff802b;
}

div.reference-news p.date {
	margin: 0px;
	font-size: 11px;
	color: #999999;
}

div.reference-news p.leadin {
	margin: 3px 0 0 0;
}

div.reference-internal {
}

div.reference-internal-grey {
}

#ContentColumnLeft div.reference-internal-grey {
	margin: 12px 12px 12px 0;
	padding: 12px;
	background-color: #eeeeee;
}

#ContentColumnRight div.reference-internal-grey {
	margin: 12px 0 12px 0;
	padding: 12px;
	background-color: #eeeeee;
}

div.reference-internal p, div.reference-internal-grey p {
	margin: 0px;
}

div.reference-external {
}

div.reference-external-grey {
}

#ContentColumnLeft div.reference-external-grey {
	margin: 12px 12px 12px 0px;
	padding: 12px;
	background-color: #eeeeee;
}

#ContentColumnRight div.reference-external-grey {
	margin: 12px 0px 12px 0px;
	padding: 12px;
	background-color: #eeeeee;
}

div.reference-external p, div.reference-external-grey p {
	margin: 0px;
}

/** Footer *******************************************************************/

#Footer {
	clear: both;
	margin: 0px 0px 0px 0px;
}

#FooterLinks {
	position: relative;
	width: 350px;
	height: 34px;
	left: 494px;
	text-align: center;
}

#Footer.dark #FooterLinks {
	background-color: #e0e0e0;
}

#FooterLinks a {
	position: relative;
	top: 8px;
	color: #545f64;
	margin: 0px 10px 0px 10px;
	text-decoration: none;	
}

/** Case study ***************************************************************/

#Content.casestudy {
	background-image: url(/public/docroot/softgames/v1/images/bg-rightgrey.gif);
	background-repeat: repeat-y;
}

#Content.casestudy #ContentColumnLeft {
	width: 350px;
	float: left;
}

#Content.casestudy #ContentColumnRight {
	width: 350px;
	float: right;
}

#CaseStudyImageSelection {
	width: 138px;
	float: right;
}

#CaseStudyImageSelection a {
	background-image: url(/public/docroot/softgames/v1/images/gfx/link/select.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #545f64;
}

#CaseStudyImageSelection a.active {
	background-image: url(/public/docroot/softgames/v1/images/gfx/link/selected.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #ff802b;
}

#CaseStudyDetail {
	margin: 36px 12px 12px 12px;
}

#CaseStudyImages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#CaseStudyImages ul li {
	margin-bottom: 6px;
}

#CaseStudyData h2 {
	margin: 12px 0 0 0;
}

#CaseStudyData p {
	margin: 6px 0 0 0;
}

/** UI Elements **************************************************************/

#ModalBackground {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#PageNotTranslatedDialogBox {
	display: none;
	position: absolute;
	margin: 0 auto;
	width: 300px;
	height: 100px;
	padding: 12px;
	border: 6px solid #ff802b;
	background-color: #ffffff;
	z-index:1002;
	overflow: auto;
}

