@import url("/common-style");
/*
@import url("valid.css");
*/
html {
	margin: 0;
	color: black;
	background-color: white;
	background-image: url("back.png");
/*
	background-attachment: fixed;
*/
}

#vxhtml, #vcss {
	width: 80px;
	height: 15px;
}

#mgfoto {
	float: right;
	margin-left: 3px;
	width: 350px;
	height: 350px;
/*	
	padding: 1px;
*/
	border: solid #59f 1px;
}

div.reminder {
	width: auto;
	height: auto;
	position: fixed;
	top: 70px;
	right: 7px;
	left: auto;
	bottom: auto;
	border: solid black 1px;
	color: black;
	background-color: white;
	padding: 3px;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
}

div.sidebar {
	color: white;
        background-color: #027;
	width: auto;
	height: auto;
	position: fixed;
	top: 7px;
	left: 7px;
	right: auto;
	bottom: auto;
	border: dashed 2px #ccc;
	/*
	border-top-color: #eeeeee;
	border-left-color: #cccccc;
	border-right-color: gray;
	border-bottom-color: #666666;
	*/
	padding: 3px;
}

div.sidebar p {
	font-size: x-small;
	text-align: center;
}

div.content {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 200px;
	right: 0;
	bottom: 5px;
	border: 0;
	padding-left: 5px;
	padding-right: 5px;
}

h2.leftmenu, h2.specialmenu {
	text-align: left;
	color: white;
	background-color: inherit;
	margin-bottom: 0;
}

h2.leftmenu {
	font-size: 16pt;
}

h2.specialmenu {
	font-size: 12pt;
	margin-top: 0;
	margin-left: 10px;
}

h5.group {
	text-align: left;
	background-color: inherit;
	color: #555555;
	margin-left: 20px;
	margin-top: 0;
}

a.leftmenu:active, a.leftmenu:link, a.leftmenu:visited {
        color: #00FFFF;
	background-color: inherit;
}

a.leftmenu:hover {
	background-color: inherit;
	color: #FF0000;
}

