body {
margin: 0px;
padding: 0px;
font-family: Helvetica, Verdana, sans-serif;
font-size:0.875em;
color: #3b3b3b;
}
td {
font-family: Helvetica, Verdana, sans-serif;
font-size:0.875em;
color: #3b3b3b;
}
table.gray {
border-width: 2px 2px 2px 2px;
border-spacing: 2px;
border-style: inset inset inset inset;
border-color: #333;
border-collapse: collapse;
background-color: white;
min-width: 500px;
}
table.gray th {
border-width: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
border-style: solid solid solid solid;
border-color: #333;
background-color: rgb(219, 216, 216);
}
table.gray td {
border-width: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
border-style: solid solid solid solid;
border-color: #333;
background-color: rgb(219, 216, 216);
}
table.tasks {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.tasks th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}
table.tasks td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
}
#login_outer {
width: 350px;
height: 190px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -85px;
margin-left: -145px;
background-image:url('images/administratorpanel.jpg');
background-repeat:no-repeat;
}
#login {
border: 1px solid #333;
background-color: #eee;
width: 238px;
height: 78px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -65px;
margin-left: -145px;
padding-top: 25px;
padding-bottom: 25px;
padding-right: 25px;
padding-left: 25px;
}
#menu {
border: 1px dashed #333;
background-color: #eee;
position: relative;
top: 25px;
left: 10px;
width: 120px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
}
#submenu {
border: 1px dashed #333;
background-color: #eee;
position: relative;
top: 35px;
left: 10px;
width: 120px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
}
#text {
border: 1px dashed #333;
background-color: #eee;
position: absolute;
top: 25px;
left: 100px;
margin: 0px 10px 0px 50px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
}
h3 {
font-variant: small-caps;
}
a.menu:link, a.menu:visited{
color: #141414;
text-decoration: none;
font-variant: small-caps;
font-weight: bold;
}

a.menu:hover, a.menu:active{
color: #141414;
text-decoration: underline;
font-variant: small-caps;
font-weight: bold;
}
a:link, a:visited{
color: #2f2f2f;
text-decoration: none;
font-variant: small-caps;
font-weight: bold;
}

a:hover, a:active{
color: #2f2f2f;
text-decoration: underline;
font-variant: small-caps;
font-weight: bold;
}
