/* digital 210 king default stylesheet  */

body, div {
	font-family: sans-serif;
	font-size: 14px;
	color: #333333;
}

body, div, ul, ol, li, p, img {
	padding: 0px;
	margin: 0px;
}

body {
  background-color: #F2F6FF;
}

img {
	border: 0px;
}

p {
	margin-top: 12px;
	margin-bottom: 4px;
}

table, tr, td {
  border: 1px solid #666666;
  margin: 0px;
  padding: 0px
}

td {
  vertical-align: top;
  padding: 6px;
}

td.clear {
	border: 0px;
}

td.ltgreen {
	background-color: #d6e3bc;
}

td.ltblue {
	background-color: #daeef3;
}

td.centered {
	text-align: center;
	vertical-align: middle;
}

#autodeskresearch {
	background-color: #000000;
	text-align: center;
}

#header {
}

#headerext {
	float: left;
	position: relative;
	
	top: 313px;
	left: -1000px;
	
	height: 50px;
	width: 1000px;
	
	background-image: url(/img/headerext.gif);
	background-position: top right;
	background-repeat: repeat-x;
}

#page {
	width: 950px;
	margin: 0px auto 0px auto;
}

#frame {
	float: left;
	position: relative;
	
	top: -50px;
	width: 950px;
}

#topbar, #bottombar {
	background-color: #C4CFE9;
}

#topbar {
	width: 950px;
	height: 12px;

	margin: 1px 0px 0px 0px;
}

#bottombar {
	width: 950px;
	height: 4px;

	clear: both;
}

#content, #main {
	border-right: 1px dashed #C4CFE9;
}

#content {
	width: 949px;
	
	clear: both;
}

#main {
	float: left;

	width: 640px;
	min-height: 300px;

	padding: 0px 24px 50px 12px;
}

#main p {
	width: 500px;
	
	line-height: 1.25em;
}

#main p.image {
	width: 640px;
	text-align: center;
	border: 1px solid #DDDDDD;
}

#main p.image span {
	font-size:12px;
	font-style:italic;
}

#sidebar {
	float: left;
	
	width: 272px;
}

#submenu {
	min-height: 200px;

	font-size: 12px;
	
	padding: 12px 12px 0px 12px;
}

#submenu ul {
	list-style: none;
	margin-top: 8px;
}

#submenu li {
	font-size: 12px;
	
	margin-bottom: 8px;
}

#submenu li span.date {
	font-size: 9px;
	font-style: italic;
	color: #666666;
}


#callout {
	font-size: 12px;
	
	padding: 12px 12px 0px 12px;
	
	border-top: 1px solid #C4CFE9;
}

#legal {
	padding: 3px;

	text-align: right;

	font-size: 10px;
	color: #999999;
}

#legal a {
	color: #777777;
}

#legal a:hover {
	color: #BBBBBB;
}

a {
	color: #333333;
}

a:hover {
	color: #777777;
}

a.viewall {
	text-align: right;
	display: block;
}

#menu {
	float: right;
	position: absolute;
	
	left: 830px;
	top: 40px;
}

.blogheader strong {
	font-size: 16px;
}
.blogheader em {
	font-size: 12px;
	color: #666666;
}

p.sectiontitle {
	margin-top: 24px;
	font-weight: bold;
}

p.spacer {
	height: 30px;
}

p.feedback {
	border: 1px dotted #666666;
	font-style: italic;
	background-color: #FFFFFF;
	padding: 4px;
	margin-top: 24px;
}

div.icon {
	float: left;
	margin-right: 10px;
}

div.logo {
	float: right;
	margin-left: 10px;
}

form input {
	border: 1px solid #333333;
	
}