body{
	font-size : .95em;
	color: #3b3b3b;
	line-height:22px;
	font-family : Calibri, Arial, Helvetica, sans-serif;
	margin : auto;
	width:100%;
	padding: 0px;
	min-height:100%;
	background-color: #cfd4da;
	background-image:url('http://blogs.technet.com/photos/stanca/images/3277493/original.aspx');
	background-repeat:repeat-y;
	background-position:center;

}

a:visited,
a:active,
a:link {	
	color : #eb6d00;
	text-decoration: none;
}

a:hover
{
	color: #b55401;
	text-decoration: underline;
}

.post
{
	margin: 25px 0 20px 0px;
}

.posthead
{
	border-style: dashed;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #c7c8c9;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 4px;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: none;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.posthead a:link, .posthead a:visited, .posthead a:active
{
	color: #eb6d00;
	text-decoration: none;
}

.posthead a:hover
{
	color: #b55401;
	text-decoration: underline;
}

.postfoot 
{
	margin-top: 10px;
	border-style: dashed;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #c7c8c9;
	padding-top: 6px;
	padding-bottom: 6px;	
	color: #666666;
	font-size:.8em;
}

.postfoot a:link, .postfoot a:visited, .postfoot a:active
{
	color: #999999;
	text-decoration: none;
}

.postfoot a:hover
{
	color: #999999;
	text-decoration: underline;
}

.postfoot .em
{
	color: #666666;
}

.pageTitle
{
	color: #eb6d00;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
}

#leftmenu {
	float: right;
	width : 150px;
	margin: 30px 50px 10px 10px;
	overflow: hidden;
	padding-left: 0px;
}

#leftmenu h3 {
	font-size : .8em;
	text-transform: lowercase;
	font-weight: normal;
	color: #666666;
	border-style: dashed;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #c7c8c9;
	margin : 0px;	
	margin-bottom: 6px;
	padding: 0px;
	}

#leftmenu ul {
	list-style : none;
	font-size : 0.8em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	text-transform: none;
}

#leftmenu ul li
{
	color: #eb6d00;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: normal;
}

#leftmenu ul a:link, #leftmenu ul a:visited, #leftmenu ul a:active
{
	color: #eb6d00;
	text-decoration: none;
}

#leftmenu ul a:hover
{
	color: #b55401;
	text-decoration: underline;
}

#main {
	width: 640px;
	overflow: hidden;
	padding-left: 0px;
	margin-left:50px;
}


#footer {
	margin: 0px;	
	clear: both;
	text-align: left;
	padding-left: 60px;
	font-size:.8em;
	color:#bdbab8;
	
}
#footer a:link, a:link, .postfoot a:visited, .postfoot a:active
{
	color: #666666;
	text-decoration:none;
}

#footer a:hover
{
	color: #333333;
	text-decoration: underline;
}

#quicklinks 
{
	padding-top: 10px;
	
}

input.text 
{
	width : 300px;	
}

textarea 
{
	width : 300px;
	height : 200px;	
	
}

#relatedlinks ul 
{
	list-style : none;
	margin-left : 10px;
	padding : 0px;
}

fieldset
{
	margin-top: 16px;
	padding: 0 20px 20px 20px;
}

legend
{
	color: #eb6d00;
	font-weight: normal;
}

fieldset textarea
{
	width: 450px;
}

fieldset .smallbox
{
	width: 450px;
}

#comments h2
{
	color: #7cc10b;
	font-size: 1em;
	margin-top: 16px;
}

.CommentArea
{
	margin: 8px 0px 8px 0px;
}

.CommentAreaOwner
{
	margin: 8px 0px 8px 0px;
}

.CommentAreaOwner .CommentText3
{
	background-color: #f3f3f3;
}

.CommentTitle
{
	margin-bottom: 6px;
	font-size: 1em;
	font-weight: normal;
}

.CommentAreaOwner .CommentTitle
{
	font-weight: bold;
}

.CommentArrow
{
	background-image: url(../images/summer-comment-arrow.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-bottom: -7px;
}

.CommentText
{
	padding-bottom: 3px;
	background-image: url(../images/comment-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.CommentText2
{
	border: solid 1px #bcbcbc;
	padding: 3px;
}

.CommentText3
{
	padding: 5px;
	font-size: .9em;
}

.CommentFooter
{
	margin-top: 4px;
	font-size: .7em;
	color: #999999;
	padding-left: 16px;
}

#news
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.copyright  /* used to format the content owner's copyright notice */
{
    text-align: center;
    font-size : .65em;
    font-style:italic;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 1px;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
	border-color: #cc9933;
	cursor: pointer;
	padding: 1px;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 1px;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
	border-color: #cc9933;
	cursor: pointer;
	padding: 1px;
}

.CommonRateControlReadOnly img, .CommonRateControl img, .CommonRateControlActive img
{
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#content
{
	padding: 26px 0px 6px 0px;
	width: 920px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
background-color:transparent;
}

/* The masthead sits at the top of the page.*/
#masthead 
{
	background: #ffffff;
	background-image:url('http://blogs.technet.com/photos/stanca/images/3277978/original.aspx');
	background-repeat:no-repeat;
	width: 910px;
	height: 197px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;

}
#masthead ul {
	color: #333;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#masthead ul li {
	display: inline;
}
#masthead ul li a {
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #00F;
	text-decoration: none;
}

#userArea
{
	float: right;
	margin-top: 6px;
	padding-right: 6px;
height:100px;
}

#welcome
{
	background-color: transparent;
	padding: 0px 20px 6px 6px;
	font-size: .75em;
	color: #3b3b3b;
	text-align: center;
}

#welcome a:link, #welcome a:visited, #welcome a:active, #welcome a:hover
{
	color: #b55503;
	font-weight: normal;
	text-decoration: none;
}
#welcome a:hover
{
	text-decoration: underline;
	}

#Search
{
	margin-top: 0px;
	padding-right: 20px;
}

#Search .searchBox 
{
	width: 100px;
	border: 1px solid #fdb614;
	font-size: .8em;
	background-color:#FFFFFF;
	height:20px;
	padding:2px;
	padding-bottom:0px;
	padding-left:6px;
	color:#3b3b3b;
}

.SearchButtonOuter
{
	background-image: url('');
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 10px;
	text-transform:uppercase;
	padding-left: 2px;
	font-weight: normal;
	margin-left: 4px;
margin-bottom:4px;
}

.SearchButton
{
	background-image: url('');
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 10px;
	padding-left: 9px;
	padding-right: 9px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffdf0d;
}

#Search a:link, #Search a:visited, #Search a:active, #Search a:hover
{
	color: #3b3b3b;
	text-decoration: none;
}

#title
{
	position: relative;
	top: 0px;
	width:100%;
	overflow: hidden;
	float:left;
	left: 0px;
	line-height:32px;
	font-size:1em;
	font-weight:normal;
	margin: 0px 20px 30px 100px;
	padding: 0px;
	text-align: left;
	color:#999999;
	font-style:italic;
	font-family:Segoe UI, Tahoma, Verdana;
}

#title h1
{
	font-size:2em;
	font-weight:normal;
	margin: 0px 0px 0 0px;
	padding: 0px;
	text-align: left;
	color:#eb6d00;
	font-family:Segoe UI, Tahoma, Verdana;
	font-style:normal;
	}


#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: #eb6d00;
}

#nav
{
	width: 888px;
	height: 35px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	position:relative;
	padding: 0px;
	background-color: transparent;
}

#navbar
{
	background: transparent url('');
	height: 35px;
}

#navbar ul
{
	list-style-type: none;
	margin: 0px;
	margin-left:15px;
	padding: 0px;
}

#navbar li
{
	float: left;
	padding-left: 10px;
	padding-top: 9px;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	background-image: url('');
	padding-top: 9px;
}

#navbar a:link, #navbar a:visited, #navbar a:active
{
	color: #eb6d00;
	text-decoration: none;
}

#navbar a:hover
{
	text-decoration: underline;
}

/* Tag Styles */

.TagCloud
{
	background-color: #f7f7f7;
	padding: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #999999;
	line-height: 180%;
	list-style-type: none;
}

.SidebarTagCloud
{
	font-size: 80%;
	line-height: 200%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.Tag1, .Tag2, .Tag3, .Tag4, .Tag5, .Tag6 
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.Tag1 a:link, .Tag1 a:visited, .Tag1 a:active
{
	margin-right: 6px;
	color: #eb6d00;
	font-size: 160%;
	font-weight: 900;
	text-decoration: none;
}

.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
	margin-right: 6px;
	color: #eb6d00;
	font-size: 145%;
	font-weight: 800;
	text-decoration: none;
}

.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
	margin-right: 6px;
	color: #eb6d00;
	font-size: 130%;
	font-weight: 600;
	text-decoration: none;
}

.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
	margin-right: 6px;
	color: #eb6d00;
	font-size: 120%;
	font-weight: 500;
	text-decoration: none;
}

.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
	margin-right: 6px;
	color: #eb6d00;
	font-size: 110%;
	font-weight: 300;
	text-decoration: none;
}

.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
	margin-right: 6px;
	color: #eb6d00;
	font-size: 100%;
	font-weight: 200;
	text-decoration: none;
}

.Tag1 a:hover, .Tag2 a:hover, .Tag3 a:hover, .Tag4 a:hover, .Tag5 a:hover, .Tag6 a:hover
{
	text-decoration: underline;
}

/* Inline tag editor */
.InlineTagEditor
{
	padding: 4px;
	border: solid 1px #999999;
	background-color: #f3f3f3;
}

.TextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.TextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

/* Modal Styles */

.ModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.Modal
{
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	border-right-width: 3px;
	border-right-color: #888888;
	border-bottom-width: 3px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
}

.ModalTitle
{
	font-family: Tahoma, Arial, Helvetica;
	height: 18px;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #dddddd;
	color: #000000;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	text-align: left;
}

.ModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../../../default/images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.ModalContent
{
	background-color: #ffffff;
}

.ModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.ModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../../../default/images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}