ul {
	list-style-position: inside;
}

ol {
	list-style-position: inside;
}

li {
	margin: 5px;
}

html {
	background-color: #EEEEEE;
	font-size: 12px;
}

body {
	margin: 10px auto 10px auto;
	padding: 5px;
	font-family: verdana, tahoma, arial, sans-serif, serif;
	background-color: #fefefe;
	width: 950px;
	border: 1px solid #555555;
	color: #555555;
	box-shadow: 5px 5px 5px 0 gray;
}

.main_page_twit {
	width:100%;
	text-align: center;
	border-spacing: 5px;
}

.main_page_twit div {
	text-align: center;
	margin: 0 auto 0 auto;
}

.twtr-tweet-text:hover {
	background-color: #DDDDDD;
}

#header {
	text-align: center;
	background: url("../images/network.png") no-repeat right -45px;
	text-align: left;
	padding: 3px;
}

#left_menu {
	width: 148px;
	float: left;
	overflow: hidden;
	border-right: 2px solid #555555;
}

#breadcrumb {
	background-color: #555555;
	color: white;
	padding: 3px;
	font-weight: bold;
}

#breadcrumb a {
	color:white;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumb a:hover {
	color:#555555;
	background-color: white;
}

#content {
	width: 782px;
	float: left;
	display: none;
	font-size: 1.1em;
	padding: 8px;
	min-height: 600px;
	border-left: 2px solid #555555;
	color: #1b0e9a;
	position: relative;
	left: -2px;
}

#content a {
	color: #111155;
}

#content a:hover {
	color: white;
	background-color: #555555;
}

#footer {
	background-color: #555555;
	clear: both;
	text-align: center;
	color: white;
}

#footer > div:FIRST-CHILD {
	margin-bottom: 4px;
}

#footer a {
	color: white;
        text-decoration: none;
}

#footer a:HOVER {
	color: #555555;
	background-color: white;
}

.left_menu_category {
	border-bottom: 2px solid #555555;
	color: #761111;
}

.left_menu_category h6 {
	font-size: 1em;
	margin: 2px;
	cursor: pointer;
}

.left_menu_category h6:HOVER {
	color: white;
	background-color: #555555;
}

.left_menu_category > ul {
	display: none;
	list-style: none;
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 0.9em;
}

.left_menu_category > ul > li {
	margin: 0 0 0 6px;
}

.left_menu_category a {
	margin-bottom: 3px;
	display: block;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

.left_menu_category a:HOVER {
	color: white;
	background-color: #555555;
}

.left_menu_category h6 > a {
	color: inherit;
}

#loading_indicator {
	display: none;
	position: fixed;
	top: 48%;
	left: 48%;
	width: 40px;
	z-index: 3000;
}

.selected_category > ul {
	display: block;
}

.selected_li {
	color: #1b0e9a;
	font-weight: bold;
}

