/* common definition */
body{
	margin:10px;
	padding: 0;
	background: #ffffff url("../images/ellipseswhite.png") no-repeat top left; 
 	font-family: sans-serif;
	font-size: small;
	color: #36352e;
}

.head{
	font-size: large;
}

/* ============================================*/
/* row layouts */

.NameHolder {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	clear: both;
}

#Menu1 {
	position: absolute;
	font-size: medium;
}

#Menu2 {
	position: absolute;
	font-size: medium;
}

#Menu3 {
	position: absolute;
	font-size: medium;
}

.MenuSub a{
	font-size: medium;
	padding-left: 2em;	
	padding-right: 2em;	
	border-right: 1px solid;
}

.Content{
	position: absolute;
	top: 200px; 
	left: 200px;
	margin-right: 10em;	
	border-top: 1px solid #a9a690;
}

#MiscBox{
	position: absolute;
	text-align: left;
	left: 0;
}

#WholePage
{
	display: none;
}

#Loading{
	text-align: center;
	font-size: medium;
	margin-top: 4em;
	margin-bottom: 1000px;
}

/* tables */
table{
	border-collapse: collapse;
	margin: 1px;
}

td{
	border: solid #d9d6b0 1px;
	padding:.5em;
	vertical-align: top	
}

td.UnderLine{
	border-bottom: 1px solid #a9a690;
}

td.LeftRightOpen{
	border-left: none;
	border-right: none;
}

td.LeftOpen{
	border-left: none;
}

td.RightOpen{
	border-right: none;
}

.NoBr { 
	white-space: nowrap; 
}

/* link definition */
a{
	color: #222222;
}

/* seperator */
hr{
	margin-top: 1em;	
	border: 0;
	border-top: 1px dashed #a9a690;
	height: 0;
}
img{
	border: 0;
}

:focus {
outline: 0;
} 

