@charset "utf-8";
/******************** COLORS *******************************
	dark-grey:					#e6e6e6
	
/******************** TAGS *********************************/
html {
}
body {
	margin: 0px;
	background-color: #000;	
}
.body{
	background-image:url(/images/sitebackground.jpg);
	background-position:center top;
	background-repeat:repeat-x;	
}
body, p, input, textarea, select, ul, ol {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
}
a {
	color:#ff0000;
}
label {
	width:100px;
	text-align:right;
	color:#000;
	font-weight:bold;
}
h4 strong{font-weight:bold;}
h1 {
	font: 24px/28px Arial, Helvetica, sans-serif;
	color:#000;
	letter-spacing:-1px;
	margin:0 0 7px 0;
}
h2 {
	font: 24px/28px Arial, Helvetica, sans-serif;
	color:#f00;
	letter-spacing:-1px;
	margin:0 0 3px 0;
}
h3 {
	font: 21px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:-1px;
	margin:0 0 3px 0;
}
h4 {
	font: 16px/21px Arial, Helvetica, sans-serif;
	color:#000;
	letter-spacing:0px;
	margin:4px 0 3px 0;
	font-weight:bold;
}
h5 {
	font: 16px/21px Tahoma, Arial, Helvetica, sans-serif;
	color:#f00;
	letter-spacing:-1px;
	margin:0px 0 3px 0;
}
p {
	margin:0;
	padding:0;
}
form {
	width:840px;
}
hr {
	height:1px;
	color:#666;
	background-color:#666;
	border:none;
	margin: 14px 0 14px 0;
}
/********************* IDENTIFIERS *************************/
#page {
	position:relative;
	width: 973px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height:100%;
}
#toppart {
	position:relative;
	width: 973px;
	height:193px;
	background-image:url(/images/topbar.gif);
	background-position:right bottom;
	background-repeat:no-repeat;			
}
#menupart {
	position:relative;
	float:left;
	width: 958px;
	height:63px;
	background-image:url(/images/menubar.gif);
	background-repeat:no-repeat;	
	overflow: hidden;
	text-align:center;
	padding-left:15px;
}
#midpart {
	position:relative;
	float:left;
	width: 860px;
	min-height:250px;
	background-color:#fff;
	margin-left:7px;
	padding:25px 50px 0 50px;
	font-size:1.0em;	
}
#autodesklogo{
	position:absolute;
	left: 960px;
	top:0px;
}
#layout_logotop {
	position:relative;
	float:left;
	padding-top:100px;
	width:647px;
	height:93px;
}
#layout_content {
	position:relative;
	float:left;
	width:860px;
	padding-bottom:15px;
}
#layout_content a {
	color: #666;
}
#layout_langtop {
	position:relative;
	float:left;
	width:320px;
	height:30px;
	color:#666;
	text-align:right;
	font-size:1.0em;
	padding-top:5px;
}
#layout_langtop a{
	color:#CCC;	
}
#layout_newstop {
	position:relative;
	float:left;
	width:260px;
	height:98px;
	background-image:url(/images/newsbg.png);
	background-repeat:no-repeat;		
	padding:40px 20px 20px 20px;
	overflow:hidden;
}
#bottompart {
	position:relative;
	float:left;
	width:973px;
	height:64px;
	text-align:center;
	background-image:url(/images/bottombar.gif);
	background-position:center bottom;	
	background-repeat:no-repeat;	
	margin-bottom:30px;
	padding-top:0px;
}
#wheels-debug-area {
	width:960px;
	margin: 0 auto 0 auto;
}
#tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	position:absolute;
	border:1px solid #fff;
	background:#666;
	padding:8px;
	display:none;
	width:275px;
	text-align:left;
	cursor:pointer;
}
#oos_logo{
	padding-left:350px;	
}
#divNews{
	color:#fff;	
	overflow: hidden;
}
#divNews a{
	color:#F00;	
}
#eventListLoading{
	text-align:center;
	background-color:#efefef;
	color:#333;
	padding:5px;
}
#eventFilter{
	padding:10px;
	width:800px; 
	border:solid 1px #f00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	margin-bottom:10px;
}
#divAddthis{
	width:860px;
	text-align:right;
}
/************************* CLASSES ************************/
.indicator{
	position:absolute;
	top:65px;
	left:15px;

	margin-top:-18px;
	margin-bottom:-18px;
	clear:both;
}
.wide{
	width:860px !important;	
}
.divDate{
	border:solid 1px #f00;
	color:#f00;
	font-size:0.7em;
	line-height: 1.0em;
	display:table;
	position:absolute;
	right:0px;
	bottom:5px;
	height:10px;
	width: 120px;
	padding: 1px 0 1px 0;
	margin-left:4px;
	text-align:center;
}
span.spanMenubutton{
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
}
.tblMainmenu{
	height:63px;
	width:960px;	
	font-size:18px;
	margin-left: 7px;
	margin-top:-10px;
}
.tblMainmenu a{
	color:#000;	
}
.tblMainmenu td{
	padding-left:0px;
	padding-right:0px;
	position:relative;
}
.divBlockIndustry{
	width:285px;
	display:inline;
	float:left;
}
.divBlockIndustrySeparator{
	width:860px;
	clear:both;
}
.link{
	width:90%;
	font-size:1.0em;
	line-height:1.3em;
	margin-top:10px;	
}
.link a{
	text-decoration: none;
}
.link a:hover{
	text-decoration:underline;
	color:#f00 !important;
}
.textInfo{
	color:#F30;
	font-size:0.9em;
}
.divContent{
	font-size:0.9em;
	width:840px;
	overflow-x:hidden;
	margin:5px 0 5px 0;
	padding: 10px 10px 10px 10px;
	border-top:1px solid #f00;
	border-bottom:1px solid #f00;
}
.tblListing{
	font-size:0.9em;	
	width: 860px;
}
.tblListing th{
	text-align:left;
	background-color:#f00;
	color:#fff;
	padding-left:3px;
	padding-right:3px;	
	background-image:url(/images/thBackground.gif);
	background-position:right bottom;
	background-repeat:repeat-x;	
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border:solid 1px #f00;
}
.tblListing td{
	text-align:left;
	background-color:#efefef;
	vertical-align:top;
	padding-left:3px;
	padding-right:3px;	
}
.tblListing td.tdLink{
	padding-right:15px;
	background-color:#fff !important;	
	border-top:1px solid #f00;
	border-right:1px solid #f00;
	border-bottom:1px solid #f00;	
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	
}
.tdLink a{
	text-decoration: none;	
}
.filterOptions{
	margin-bottom:5px;
}
.tblColumns td{
	vertical-align:top;
	width:195px;
}
.tblColumns{
	width:780px;	
}
.inputButton{
	background-color:#f00;
	font-weight:bold;
	padding:4px;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #f00;	
}
.tblEventDetails{
	width: 840px;
}
.tblEventDetails .tdLabel{
	width:75px;
	color:#f00;
	font-weight:bold;
	border:1px solid #f00;
	text-align:center;
	vertical-align:top;
	padding:4px;
	
}
.tblEventDetails .tdContainer{
	vertical-align:top;
	width:342px;
	background-color:#efefef;
	padding:4px;
}
.tblEventDetails .tdContainer p,
.tblEventDetails .tdContainer div{
	margin:0 0 1.1em 0;	
}
.divFormSplitLeft{
	width:395px;
	padding-right:20px;
	float:left;
	clear:none;
	border-right:solid 1px #f00;
}
.divFormSplitRight{
	width:400px;
	padding-left:20px;
	float:left;
	clear:none;	
}
.divFormFull{
	width:840px;
	clear:both;
	float:left;
	display:inline;
	margin-top:20px;
	border-top:solid 1px #f00;	
	padding-top:20px;
}

input.inputBox, select.inputBox, textarea.textareaBox{
	background-color:#efefef;
	border: 1px solid #bbb;;
	padding:3px;
	width:300px;
}
.divCheckbox label{
	font-weight:normal !important;	
}
.inputError{
	background-color:#FCC !important;
	border:solid 1px #f00 !important;
}
.error {
	width:810px;
	color:#f00;
	font-weight:bold;
	border:1px solid #f00;
	background-color:#FCC;
	padding:5px 15px 5px 15px;
	margin:5px 0 5px 0;
}
.success {
	width:810px;
	color:#090;
	font-weight:bold;
	border:1px solid #090;
	background-color:#CFC;
	padding:5px 15px 5px 15px;
	margin:5px 0 5px 0;
}
.trLink td, .trColorbox td{
	cursor:pointer;	
}
.divTweet a{
	/* wrapping long links  */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* IE 5.5+ */	
}
.divMenuButtonBlock{
	display:inline;
	position:relative;
	padding: 0 0 0 15px;
	clear:none;
	float:left;
	padding-top:16px;
}
.divSeparatorLine{
	width: 860px;
	clear:both;	
	height: 2px;
	border-bottom:solid 1px #FF0000;
}
.divBlockIndustrySuites{
	width:255px;
	display:inline-block;
	float:left;	
	padding: 15px 15px 15px 15px;
	height:250px;
	position:relative;
}
.linkRight{display:block; right:15px; bottom:15px; position:absolute; }
.linkRight a{padding:1px 4px; background-color:#CCC; border:solid 1px #999; text-decoration:none;}
