/* CSS Document */

body {
	background-color: white;
	margin:0px;
	font-family:Arial;
	color:#333333;
	font-size:12px;
	line-height:1.4;
}

div {
	margin: 0px;
	padding: 0px;
	float:left;
}

div.sortableitem {
	float: none;
}

div.sortable_header {
	float: none;
	width: 97.5%;
}

div.side-bar-horizontally {
	float: none;
	width: 100%;
}

span.edit_area {
	float: left;
	width: 100%;
}

#sortHelper {
	float: none;
}

.input_editable {
	float: left;
	width: 98%;
}

a {
	text-decoration: none;
	color:#3392C2;
}

a:hover, a:focus {
	text-decoration: underline;
	color:#E87C10;
}


.wiki_list {
	padding-left: 12px;
	margin: 0px; 
  list-style-type:square;
}


h1 {
	font-family:Arial;
	font-size:30px;
	margin:0;
	color:#A9A9A9;
	font-weight:normal;
	text-transform: uppercase;
}

h2 {
	font-family:Arial;
	font-size:20px;
	margin:0;
	padding:0;
}

h3 {
	font-family:Arial;
	font-size:16px;
	margin:0;
	padding:0;
}


h4 {
	font-family:Arial;
	font-size:12px;
	margin:0;
	padding:0;
}


img {
	border:none
}

p {
	margin: 0px;
	padding: 3px 0 3px 0;
	line-height: 1.5;
}

.left {
	float:left;
}


/*###################################################################################################################################################*/

#top {
	width:967px;
	padding:0 5px 0 30px;
}

#top span {
	float:right;
	margin:5px 10px;
	font-size:11px;
}

#top ul {
	list-style: none;
	width:100%;
	margin:15px 0 0 3px;
	padding: 0px;
}

#top li {
	float:left;
	margin:5px 34px 0 10px;
	padding: 0px;
	line-height: 0;
	height: 37px;
}

#top li.top1 {
	background:url(../i/nav01.gif) no-repeat;
}

#top li.top1:hover, #top li.top1.active {
	background:url(../i/nav01.gif) 0 -37px no-repeat;
}

#top li.top2 {
	background:url(../i/nav02.gif) no-repeat;
}

#top li.top2:hover, #top li.top2.active {
	background:url(../i/nav02.gif) 0 -37px no-repeat;
}

#top li.top3 {
	background:url(../i/nav03.gif) no-repeat;
}

#top li.top3:hover, #top li.top3.active {
	background:url(../i/nav03.gif) 0 -37px no-repeat;
}

#top li.top4 {
	background:url(../i/nav04.gif) no-repeat;
}

#top li.top4:hover, #top li.top4.active {
	background:url(../i/nav04.gif) 0 -37px no-repeat;
}

#top li.top5 {
	background:url(../i/nav05.gif) no-repeat;
}

#top li.top5:hover, #top li.top5.active {
	background:url(../i/nav05.gif) 0 -37px no-repeat;
}

#top li.top6 {
	background:url(../i/nav06.gif) no-repeat;
}

#top li.top6:hover, #top li.top6.active {
	background:url(../i/nav06.gif) 0 -37px no-repeat;
}

#top li.top7 {
	background:url(../i/nav07.gif) no-repeat;
}

#top li.top7:hover, #top li.top7.active {
	background:url(../i/nav07.gif) 0 -37px no-repeat;
}


/*###################################################################################################################################################*/


.boxpadding {
	padding:10px 20px;
}

.rightpadding {
	padding:10px;
	width:220px;
}

.padding5 {
	padding:5px;
	float:left;
}

.imgborder {
	border:#999999 solid 1px;
}

a .imgborder:hover {
	border:#E87C10 solid 1px;
}

.usermax {
	max-width:150px;
	max-height:150px;
}

.line {
	background:#D0D0D0;
	width:100%;
	height:1px;
}

small {
	font-size:11px;
}

.image_left {
	float:left;
	margin:0 10px 10px 0;
}