﻿/* TYPOGRAPHY */

html, body, p, td, th, li, input, select, textarea 
{
    font: normal normal normal .9em verdana,helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 
{
    font: normal normal 700 1em lucinda,geneva,verdana,helvetica,sans-serif;
}

h1 
{
    font-size: 1.9em;
}

h2 
{
    font-size: 1.6em;
}

h3, h4
{
    font-size: 1.1em;
}
a 
{
    font-weight: bold;
    text-decoration: none;
}

a:link 
{
    color: #00c;
}

a:hover 
{
    color: #ccc;
}

a:visited 
{
    color: #603;
}

img 
{
    border: none;
}

legend {
    font-size: 1.5em;
    font-weight: bold;
}

.warning {
    font-weight: bold;
    color: #800;
}

.required {
    font-weight: bold;
    color: #008;
}

/* Common page styles */

div#breadcrumb 
{
    display: block;
    margin: 10px 0;
    font-size: .8em;
    text-align: right;
}

/* Home page styles */

div.blogEntries 
{
    padding: 0 10px 0 20px;
}

div.blogEntries h3, div.blogEntries p.date 
{
    padding: 0;
    margin: 0;
}

div.blogEntries p.date 
{
    font-size: 0.8em;
}

div.blogEntries p 
{
    line-height: 150%;
}

/* Demo pages styles */

p.note 
{
    margin: 20px;
    padding: 5px;
    font-size: 1em;
    line-height: 160%;
    border: 1px dashed #003;
    background: #eff;
}

div#codeblock
{
    margin-top: 20px;
    border-top: 5px solid #006;
}

/* ASP.NET treeview styles */

a.navmain:link, a.navmain:active, a.navmain:visited
{
    color: #fff;
}

a.navmain:hover 
{
    color: #ccc;
}

/* Generic Control Styles */

.required {
    font-weight: bold;
    color: #00f;
}

/* Layout */

body.twoColFixRtHdr  
{
	background: #eee;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}

.twoColFixRtHdr #container
{ 
	width: 1100px;  
	background: #fff url(media/images/bg.gif) repeat-y;
	margin: 10px auto 10px auto; 
	text-align: left; 
} 

.twoColFixRtHdr #header 
{ 
	background: #006; 
	color: #fff;
	padding: 0 10px 0 20px; 	
	border-bottom: 10px solid #36f;
} 

.twoColFixRtHdr #header h1 
{
	margin: 0; 
	padding: 10px 0; 
}

.twoColFixRtHdr #header h1 a 
{
    color: #fff;
    text-decoration: none;
}

.twoColFixRtHdr #header h1 a:hover 
{
    color: #ccc;
}

.twoColFixRtHdr #sidebar1 
{
	float: right; 
	width: 240px; 
	padding: 15px 10px;
	color: #fff;
}

.twoColFixRtHdr #mainContent 
{ 
	margin: 0 260px 0 0; 
	padding: 10px 20px;
} 

.twoColFixRtHdr #footer 
{ 
	padding: 0 10px 0 20px; 
	background: #006;
	color: #fff;
	font-size: 0.8em;
	text-align: right;
	vertical-align: middle;
	border-top: 10px solid #36f;
} 

.twoColFixRtHdr #footer p 
{
	margin: 0;
	padding: 10px 0 10px 0; 
}

.clearfloat 
{ 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

