{
margin:0;
padding:0;
font-family: "Verdana",Helvetica,sans-serif; font-size:10pt;
}

body  {
    background-color: rgb(64, 64, 64);
	font-family: "Verdana",Helvetica,sans-serif; font-size:10pt;
}

#bodywidth {
    width: 94%;
    margin: 20px auto;
	border-radius: 30px 30px 16px 16px;
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.8);
    background-color: #C0C0C0;
}

/** TRICKS **/
.floatclear{clear: both;}

/** HEADER **/
header{
	width: 100%;
	height: 120px;
	border-radius: 30px 30px 0px 0px;
	background: #35537A;
	background: -moz-linear-gradient(top, #35537A 0%,#1d2d42 100%);
	background: -webkit-linear-gradient(top, #35537A 0%,#1d2d42 100%);
	background: -o-linear-gradient(top, #35537A 0%,#1d2d42 100%);
	background: -ms-linear-gradient(top, #35537A 0%,#1d2d42 100%);
	background: linear-gradient(top, #35537A 0%,#1d2d42 100%);
}

#logo{
	display: block;
	width: 24%;
	min-width: 22%;
	height: 120px;
	float: left;
	background-image: url("./iocupcLOGO.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 30px 0px 0px 0px;
}

#wikiheader{
	float: right;
	border-radius: 0px 30px 0px 0px;
	width: 76%;
	height: 120px;
}

#wikititle{
	float: left;
	margin-left: 50px;
	color: #e3e7ea;
	text-shadow: 0px 0px 0.2em rgb(49, 140, 231);
	font-size: 3.4em;
}

#wikicmds{
	float: right;
	display: block;
	padding-top: 7px;
	padding-right: 20px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: right;
	color: white;
}

#wikicmds ul li{
	display: inline-block;
	margin: 4px;
}

#wikicmds ul li a{
	font-size: 0.9em;
	color: white;
	text-decoration: none;
}

#wikicmds ul li a:hover{
	font-size: 1.1em;
}

/** TOP MENU **/
#faketop{
	float: left;
	font-size: 0.6em;
    width: 100%;
    background-color: black;
}

#toplinks{
	float: left;
	margin: 1% 0px 0px 5%;
	color: white;
	font-size: 1.9em;
}

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

#search{
	float: right;
	margin: 1% 2% 0px 0px;
	/*max-width: 180px;*/
}

#search #inputbox searchbox{
	border: 1px solid grey;
	width: 100px;
}

#search #inputbutton searchbutton{
	cursor: pointer;
	position: relative;
}

/** CONTENT **/
container{
	width: 100%;
}

#datable{
	font-family: "Verdana",Helvetica,sans-serif; font-size:10pt;
	margin: 0;
	width: 100%;
}

.nav{
	width: 26%;
	padding: 10px;
}

nav{
	width: 90%;
	padding: 3% 5% 1% 5%;
	line-height: 250%;
	background-color: #25436A;
	border: 1px solid #1d2d42;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.8);
}

nav ul{
	list-style:none;
}
/* Navigation table	*/
/* Colors */
nav a{
	text-decoration:none;
	color: white;
	/*Grey color*/
	background-color: rgb(80,80,80);
	border: 1px solid #333333;
	/**/
	border-radius: 0px 15px 15px 0px;
	padding: 5px;
    	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
}

nav a:hover{
	color: white;
	background-color: black;
	margin-left: 10px;
}

.editSideBar{
	border: none;
	background-color: transparent;
	font-size: 0.9em;
	color: white;
	text-decoration: none;
	border: none;
	border-radius: none;
    box-shadow: none;
}

.editSideBar:hover{
	color: white;
	background-color: transparent;
}

.article{
	width: 74%;
	vertical-align: top;
	background-color: white;
	border-left: 1px solid rgb(128, 128, 128);
	padding: 15px;
}

article{
	width: 100%;
}

footer{
	clear: both;
	width: 100%;
	padding: 2% 0px;
	text-align: center;
	font-size: 0.7em;
	color: #99FF33;
	border-radius: 0px 0px 16px 16px;
	background-color: black;
}

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

footer a:hover{
	font-size: 1.1em;
}
