/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color:#333333;
	background-color: #cecbcb;
	font-size:.8em;
	}

/******************
FORM STYLES
******************/

#content-container-inner form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container-inner fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	background-color:#FFFFCC;
	}

/* a nested fieldset */
#content-container-inner fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	background-color:#FFFFD9
	}

#content-container-inner legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#333333;
	font-weight:bold;
	font-size:1.2em;
	}

/* a nested legend */
#content-container-inner fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	font-weight:bold;
	}

#content-container-inner label {
	display:block;
	padding-top:8px;
	}

/******************
SIDE SEARCH FORM
******************/

#side form {
	margin:10px 0px 0px 0px;
	padding:0px;
	}
	
#side fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}
	
#side legend {
	display:none;
	}

#side label {
	display:none;
	}
	
#side input {
	display:block;
	}

.button-search {
	margin:7px 0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.searchbox {
	height:14px;
	margin:0px;
	padding:0px;
	width:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	vertical-align:baseline;
	}
	
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#9D080D;
	}

a:visited {
	color:#913502;
	}

a:hover {
	color:#FF0009;
	text-decoration:none;
	}

a:active {
	color:#7AAD00;
	text-decoration:none;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:2em;
	}

h2 {
	font-size:1.4em;
	}

h3 {
	font-size:1.2em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
/******************
SITE NAME LAYOUT 
******************/

#sitename-container {
	position:absolute;
	top:10px;
	right:50px;
	text-align:right;
	color:#FFFFFF;
	float:right;
	}
	
#sitename {
	text-align:right;
	color:#FFFFFF;
	font-size:1.8em;
	margin:0px;
	font-weight:bold;
	}

#sitename a {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:none;
	}

#slogan {
	font-size:.65em;
	margin:0px;
	text-align:right;
	}
	
#logotext {
	font-size:70px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	}

/******************
CONTENT LAYOUT 
******************/

/* 
	Mozilla browsers add a 5 pixel button padding to 
	in-line images. So, we set the two layout images 
	below to "block". When set to "block" there is no
	bottom padding on these images 
*/
   
#content-container-outer img{
	display:block;
	}
	
#side-container-outer img{
	display:block;
	}
	
/******************
CONTENT LAYOUT 
******************/

#content-container-outer {
	width:75%;
	position:absolute;
	top:120px;
	right:0px;
	padding-bottom:100px;
	table-layout:fixed;
	}

#content-container-inner {
	table-layout:fixed;
	}
	
#block-content-top-right {
	width:8%;
	height:85px;
	background: url(block-content-top-right.gif) no-repeat;
	}
	
#block-content-top-left {
	width:92%;
	height:85px;
	}

#content-background-color{
	background: #929E8E;	
	}
	
#content {
	background: #FFFFFF;
	width:82%;
	padding:0 5% 20px 5%;
	}	
	
#block-content-bottom-right {
	width:8%;
	height:85px;
	background: url(block-content-bottom-right.gif) no-repeat bottom left;
	}
	
#block-content-bottom-left {
	width:92%;
	height:85px;
	}
	
#footer-container {
	border-top:5px solid #5F7558;
	padding-top:15px;
	margin-top:30px;
	}
	
#footer-left {
	font-size:50px;
	font-weight:bold;
	}
	
#footer-right {
	font-weight:bold;
	}

/******************
SIDE LAYOUT 
******************/

#side-container-outer {
	width:20%;
	position:absolute;
	top:120px;
	left:0px;
	padding-bottom:100px;
	}
	
#side-container-inner {
	width:100%;
	table-layout:fixed;
	}

#block-side-top-right {
	width:92%;
	height:25px;
	}
	
#block-side-top-left {
	width:8%;
	height:25px;
	background: url(block-side-top-left.gif) no-repeat top right;
	}

#side-background-color{
	width:8%;
	background: #929E8E;
	}

#side {
	background: #FFFFFF;
	width:70%;
	padding:0 12% 10px 10%;
	}	
	
#block-side-bottom-left {
	width:8%;
	height:25px;
	background: url(block-side-bottom-left.gif) no-repeat bottom right;
	}
	
#block-side-bottom-right {
	width:92%;
	height:25px;
	}

/******************
Three Column Section
******************/

#three-column-container {
	margin:10px 0px;
	}

#three-column-left {
	width:32%;
	padding-right:2%;
	vertical-align:top;
	}
	
#three-column-middle {
	margin:32%;
	vertical-align:top;
	}

#three-column-right {
	width:32%;
	padding-left:2%;
	vertical-align:top;
	}

/******************
Menu Items
******************/

#side ul {
	margin:0px;
	padding:0px;
	font-size:1.3em;
	}

#side li {
	padding-bottom:10px;
	list-style:none;
	}

/******************
LISTS - IN THE CONTENT AREA
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position:0 .3em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a {
	padding:1px 0px 1px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position:0 .3em;
	}

/******************
TABLE STYLES
******************/

table.table {
	width:89%;
	border:5px solid #5F7558;
	background-color:#EBECF4;
	border-collapse:collapse;
	}

thead th {
	padding:6px;
	}

tfoot th {
	padding:6px;
	}

.table-row-1 td {
	padding:2px 6px;
	border:1px solid #5F7558;
	background-color:#DDDDDD;
	}

.table-row-2 td {
	padding:2px 6px;
	border:1px solid #5F7558;
	}

/******************
CLASSES & TABLE STYLES
******************/

img.photobig, img.photosmall {
	border:10px solid #5F7558;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.separator-side-column {
	border-top:2px solid #5F7558;
	margin:8px 0px 10px 0px;
	padding:0px 0px 8px 0px;
	}

.section-title-not-heading {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

input.button-big {
	margin-top:10px;
	padding:4px 12px;
	font-weight:bold;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}


.appmenu 
{
	text-align: center;
}

.font-white
{
	color: #ffffff;
	text-decoration: none;
}

.table-msdn
{
	border: 1px;
	border-style: solid;
	border-color: #aa904b;
}

.table-msdn-header
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background-color: #aa904b;
}

.table-msdn-header-expand
{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	background-color: #aa904b;
	text-decoration: none;
}

.table-msdn-small
{
	color: #ffffff;
	font-size: small;
	font-size: 10px;
	background-color: #aa904b;
}

.logo
{
	font-family: Verdana;
	font-weight: bold;
	font-size: large;
}

.button-hidden
{
	visibility: hidden;
}

.ajax-loading
{
	color: Green;
	text-decoration: blink;
}

.comments
{
	font-size: 11px;
}

.commentstext
{
	color: Gray;
}