body
{
	text-align:left; 
/* 
	min-width:700px;  (now done in JavaScript)
*/
}

th, td 
{
	border: none;
/*
	padding-top:25px;
	padding-bottom:10px;
*/
}

h1, h2, h3
{
	margin-top:2.5em;
	margin-bottom:1em;
}

#ads_simple_div_without_tabs
{
    margin: 0px 0px 20px 20px; 
    padding: 10px 10px 0px 10px; 
    background-color: #EDF5FF; 
    border: 1px solid #808080;
    border-right-style: none;
}

#nav
{
	text-align: right; 
	margin-top: 20px;
	margin-right: 20px;
	padding-top: 60px;
	padding-right: 70px;
	background-image: url(img/common/logo.png);
	background-repeat: no-repeat;
	background-position: right;
}

#nav a
{
	color: black;
	text-decoration: none;
}

#nav a:HOVER 
{
	text-decoration: underline;			
}

#nav a.this_page 
{
	text-decoration: underline;
}

#main_tabs
{
	margin-left: 20px; 
	margin-bottom: 20px;
}

#main_tabs .yui-content 
{
	/* 
		remove right border 
	*/
	border-width: 1px 0px 1px 1px;
}

#ads_tabs
{
	margin-left: 20px; 	
	margin-bottom: 20px;
}

#ads_tabs .yui-content 
{
	/* 
		remove right border 
	*/
	border-width: 1px 0px 1px 1px;
}

img
{
	border-width: 0px;
	border-color: black;
	border-style: solid;
}

code.terminal
{
	background-color:white;
	padding:5px;
	border: 1px solid rgb(150,150,150);
	font-size: 13px;
}

.yui-content ol
{
	line-height:2.5em;
}

.yui-content ul
{
	line-height:2.5em;
}
