﻿body 
{
	font-family: Lucida Sans Unicode, Verdana, Tahoma, Sans-Serif;
	font-size: 0.9em;
	background: white url(img/page-background.png) repeat-x top left;
}

div#Page
{
	width: 700px;
	margin: 0px auto;
}

div#Page p
{
	text-align: justify;
}

div#AuthorInfo
{
	font-size: 7pt;
	color: #BEBEBE;
	margin-top: -2px;
	text-align: right;
}

div#AuthorInfo a:link, div#AuthorInfo a:visited, div#AuthorInfo a:active
{
	font-size: 7pt;
	color: #BEBEBE;
}

strong.RoundedBox
{
	background-color: #E8F3E5;
	padding: 0px 3px;
	border: 1px solid #CBE8C4;/**/
}

strong.RoundedBoxProperty
{
	background-color: #F5F5F5;
}

.RoundedBoxProperty
{
	border: 1px dotted black;
}

code 
{
	font-size: 1em;
}

h1 
{
	text-align: center;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 1.6em;
	color: #FF7300;
	margin: 20px 30px 40px;
	border-bottom: solid 1px #F7BC5B;
	padding-bottom: 10px;
}

h2 
{
	text-align: center;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 1.3em;
	color: #FF7300;
	margin: 40px 200px 10px;
	border-bottom: solid 1px #F7BC5B;
	padding-bottom: 5px;
}

div.ExampleRow 
{
	clear: both;
	padding-top: 30px;
	
}

div.ExampleBox 
{
	width: 230px;
	float: left;
	_font-size: 0.8em;
}

div.ExampleDescription 
{
	padding-left: 250px;
}

div.ExampleDescription p 
{
	margin: 0px 0px 10px;
}

div.ExampleDivider 
{
	margin-top: 20px;
	clear: both;
}

table.StandardTable 
{
	width: 100%;
	margin: 20px 0px;
	border-collapse: collapse;
	BORDER: 2px solid gray;
}

table.StandardTable .Header 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.8em;
	COLOR: white;
	BORDER: 1px solid gray;
	BACKGROUND-COLOR: #AAAAAA;
	TEXT-ALIGN: center;
}

table.StandardTable td 
{
	border: 1px solid gray;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	
}

table#RoundMethodsTable .MethodName 
{
	font-weight: bold;
	vertical-align: top;
}

table#RoundMethodsTable .Col1 
{
	width: 30%;
}

table#RoundMethodsTable .Col2,table#RoundMethodsTable .Col3  
{
	width: 35%;
}

table#RoundMethodsTable .Advantages 
{
	background-color: #F0FFF0;
}

table#RoundMethodsTable .Disadvantages 
{
	background-color: #FFEBCD;
}

table#RoundedBoxProperties .Col1 
{
	width: 30%;	
}

table#RoundedBoxProperties .Col2 
{
	width: 70%;	
}

table#RoundedBoxProperties .PropertyName
{
	font-weight: bold;
}

ol li 
{
	margin-top: 10px;	
	text-align: justify;
}

ul li 
{
	margin-top: 10px;
	text-align: justify;
}
















/* comment */

