/* Sample .CSS file for the flexi skin, it only shows the different areas
   and a possible positioning within the page */
body {
	padding:0px;
	margin:0px;
         font-family: Verdana, Arial;  font-size:83%; color: #AFC9F3; background-color:#25245E;
}

#wikilogo { text-align:center; }

#FlexiAll {
         border:1px solid black;
}
#FlexiTop {
	margin:0px;
	height:135px;
         border-bottom: 1px solid #110E29;
         background: #333e68 url(gfx/flexi/headbg.jpg) no-repeat center;
}
#FlexiLeft {
	float:left;
	width:15%;
         padding:0.6%;
         margin-left:1%;

}

#Flexileft a, #FlexiLeft a:link, #FlexiLeft a:visited, #FlexiLeft a:active {
         color: #69f;;

             }
#FlexiLeft a:hover {
         color: #AFC9F3;
         }

#FlexiLeft ul, #FlexiLeft li {margin: 0px; padding:0; list-style:none; }
.sidehead {font-weight:bold; }

#FlexiHeader {
	margin:0.5em;
	margin-left:18%;
	width:56.3%;
	height:1.5em;
         text-align:right;

}

#FlexiTitle {
	width:56.3%;
	margin:0.5em;
	margin-left:20%;
         border-bottom: 1px solid #69f;;
}
#FlexiMain {
	width:62%;
	margin:0.5em;
	margin-left:20%;
	padding:0.2%;
}

#FlexiMain ul li  {line-height:1.2em; list-style-image:url(gfx/flexi/moonstone.gif);
}


#FlexiFooter {
         width:62%;
	margin:0.5em;
	margin-left:20%;
	height:3em;
         text-align:right;
}

#FlexiRight {
	position:absolute;
	top:135px;
	left:83%;
	width:15%;
         padding: 0.6%;
}

#FlexiRight ul, #FlexiRight li {margin: 0px; padding:0; list-style:none; }


#FlexiRight a, #FlexiRight a:link, #FlexiRight a:visited, #FlexiRight a:active {
         color: #69f;;

             }
#FlexiRight a:hover {
         color: #AFC9F3;
         }

#FlexiBottom {
         clear:left;
	margin:0px;
	height:5em;
	border-top:1px solid #000000;
	background: #333e68 url(gfx/flexi/headbg.jpg) no-repeat center;
         text-align:center;
}

h1 {font-weight: bold; color: #8C8CFF;}
h2 { font-weight: bold; color: #6A6AFF;}
h3 {font-weight: bold; color: #8C8CFF;}
h4 {color: #B0B0FF; }
h5 {color: #E6E6FF;}

a, a:link, a:active         {text-decoration: none;  color: #69f;}
a:visited {text-decoration:none; color:#0090E0; }
a:hover   {color: #FFFFFF; text-decoration:underline;}
