/* Main Tags */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #ccc;
}

h1 {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	color: #930;
}

p {
	line-height: 130%;
}

/* Topmenu */
#topmenu {
	padding: 5px;
	background: #eee;
	border-bottom: 1px solid gray;
}

#topmenu a {
	text-decoration: none;
	padding-right: 10px;
}


/* Menu */
#menu {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
}

#menu ul li.title {
	padding: 0.3em 0.2em 0.3em 0.3em;
	border-bottom: 1px dashed #000;
	margin-bottom: 2px;
	font-weight: bold;
}

#menu ul li.submenu a {
	padding-left: 10px;
}

#menu ul a {
	display: block;
	color: #000;
	font-weight: bold;
	width: 100%;
	padding: 0.3em 0.2em 0.3em 0.3em;
	text-decoration: none;
	border: 1px solid #eee;
	margin-bottom: 5px;
}

#menu ul a:hover {
	border: 1px solid #ccc;
}

#content {
	margin-left: 200px;
	padding: 1em;
}


/* Lists */
.list {
	width: 		100%;
}
.list th, .list td {
	padding:	2px;
}
.list th {
	border-bottom: 1px solid #000;
}
.list tr.row1 {
	background-color: #eee;
}
.list tr.row2 {
	background-color: #ccc;
}





/* Menu 2 */
#menu2 {
	width: 170px;
	margin: 0px;
	padding: 5px;
	
	float: left;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #eee;
}

#menu2 ul ul {
	margin-left: 10px;
}

#menu2 ul li {
	margin: 0px;
	padding: 0px;
}

#menu2 ul li.menu_top {
	background: url('../images/menu_top.png') no-repeat;
	height: 15px;
}
#menu2 ul li.menu_bottom {
	background: url('../images/menu_bottom.png') no-repeat;
	height: 15px;
}

#menu2 ul a {
	display: block;
	color: #000;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}

#menu2 ul a:hover {
	background-color: #ccc;
}


