/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #inhalt a {
	width: 1%;
}

* { behavior: url(iepngfix.htc) }

a, a:link, a:visited, a:focus, a:hover, a:active {
	border-width: 0px;
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.gen,a.genmed,a.gensmall, a:link,a:active,a:visited, td.rowtitles {
	color: #990000; /* LINKS */
}

a.gen:hover,a.genmed:hover,a.gensmall:hover, a:hover {
	color: #990000;
	text-decoration: underline; /* LINKS EFFECTS / COLOURED LINKS */
}

a.maintitle {
	color: #003366;
}

a.white, a.white:visited, .forumtitle {
	color: #000000; /* WHITE LINKS/TEXT */
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

div.inforight {
	float: right;
	padding-right: 20px;
}

div.menubarright {
	float: right;
}

div.pm {
	width: 300px;
}

h1, .topictitle1 {
	color: #003366;
	font-size: 18px;
	font-style: italic;
}

h2 {
	color: #003366;
	font-size: 14px;
	font-style: italic;
	padding: 0;
	margin-bottom: 0;
}

h3 {
	color: #003366;
	font-size: 12px;
	font-style: italic;
	padding: 0;
	margin-bottom: 0px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

img, .helpline {
	border: 0;
}

input.post, textarea, select, .button {
	border: 1px dashed #FF9900; /* BORDERS */
}

span.postbody {
	font-size: 0.75em;
}

span.postdetails {
	font-size: 0.70em;
}

table.forumborder, .mainoption, .quote, .code, .liteoption, .forumline, .pagination, .pmbox {
	border: 2px dashed #FF9900; /* BORDERS */
}

table.forumborder {
	text-align: left;
}

td.row1, td.icon, td.row3, .thcornerl, .thtop, .thcornerr, .catsides, .thhead, .catleft, .catright, .cat {
	background-color: #FFF2E6; /* LIGHTEST SUBCOLOUR */
}

td.row2, td.menu, .catbottom, .helpline {
	background-color: #FFE9D2; /* MEDIUM SUBCOLOUR */
}

td.rowtitles, th.menu {
	background-color: #FFF3C4; /* GRAY BAR BELOW TITLE */
}

th.menu {
	height: 25px;
}

.center {
	text-align: center;
	width: 100%;
}

.code {
	color: #993433;
}

.code {
	background-image: url("/phpBB2/templates/alexis2/images/background.gif");
	background-position: top right;
	background-repeat: no-repeat;
	font-family: "courier new";
}

/* ALL COLOURS SET ABOVE THIS LINE */
/* FONT SIZES AND PROPERTIES SET BELOW THIS LINE
        EM REFERS TO PERCENT OF BROWSER SET FONT SIZE
        NOTE: TO CHANGE TO SET SIZE, CHANGE ALL EM SIZES TO PX SIZES.
                EX: 0.8EM TO 12PX */
.gen, .gen2, .genmed, span.postinfo, a.nav, td.row1, td.row2, td.row3, .menu, .nav, .code, .quote, p, .pm, .admin {
	font-size: 0.9em;
}

.gen,.genmed,.gensmall, .gen2, span.info, span.postinfo, .cattitle, a.nav, a.grey, td.info, .quote, .menubar2 {
	color: #333333; /* TEXT COLOUR */
}

.gensmall {
	text-decoration: none;
}

.gensmall, span.info, span.small, td.rowtitles, .menu, .pagination, .subtitle, td.info, td.forumtitle, th.forumtitle, .small, .menubar, .menubar2 {
	font-size: 75%;
}

.liteoption, .mainoption, .button {
	height: 22px;
}

.mainoption {
	font-weight: bold;
}

/* ALL FONT SIZES AND PROPERTIES ABOVE THIS LINE */
/*This is the main section, or body. It is centered. */
.main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	min-height: 100%;
	min-width: 700px;
	padding: 0px;
	width: 100%;
}

.mainoption, .liteoption, .button, .helpline {
	background-image: none;
}

.menubar {
	padding: 5px;
}

.menubar, td.mnu, td.rowtitles, .menubar2, .subtitle, .quote, .code, .forumborder, .main {
	background-color: #FFFFFF; /* GRAY BAR BELOW TITLE */
}

.menubar2 {
	padding: 5px;
	text-align: center;
}

.pagination {
	padding: 2px;
}

.pm {
	border: 2px dashed #CCCCF5;
}

.pm, .pagination {
	background-color: #EFEFEF; /* LIGHTER GRAY */
}

.quote {
	background-image: url("/phpBB2/templates/alexis2/images/quotes.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

.right {
	text-align: right;
}

.title2 {
	background-image: url('/phpBB2/templates/alexis2/images/alexis2.gif');
	background-position: right top;
}

.topsection {
	background-image: url('/phpBB2/templates/alexis2/images/alexis.gif');
	background-position: right bottom;
}

/* SET COLOUR BELOW THIS LINE. SET TO ANY HEX VALUE.
WILL CHANGE ALL PARTS TO THE SAME COLOUR */
.topsection, .forumtitle, .title, .title2 {
	background-color: #FFFF9B; /* MAIN COLOUR */
}

/* OTHER MISC SETTINGS */
.topsection, .title2 {
	background-repeat: no-repeat;
	width: 100%; /*        height: 100px;
*/
}

#comments {
	float:right;
	background-color: #F2F2FF;
	border: 2px dashed #CCCCF5;
	margin-top: 10px;
	width: 100%;
}

#comments td td, div.info {
	padding-left: 20px;
}

#comments th {
	padding-top: 7px;
	text-align: left;
}

#form .button, #form .autowidth {
	width: auto;
}

#form th {
	vertical-align: top;
	white-space: nowrap;
	width: 10%;
}

#form, #form input, #form select, #form textarea {
	width: 100%;
}

#inhalt a {
	border: 0px;
	border: 0px;
	color: #000000;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	width: 141px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}

#inhalt a:hover {
	background-color: #FFFF9B;
	border: 1px dashed #FF9900;
	color: #000000;
	padding: 0px;
	width: 141px;
}

#inhalt ul, #inhalt li {
	border-width: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#inhalt li {
	padding-left: 7px;	
}

#liste {
	background-color: #FFF8F0;
	border: 2px dashed #FF9900;
	width: 100%;
}

#liste .row_1 {
	background-color: #FFF2EC;
	border: 0px;
	margin: 0;
	padding: 3px;
}

#liste th, #liste td {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#signature {
	font-size: 12px;
	padding: 5px;
	text-align: right;
	float:right;
}

#user {
	border: 0px;
	height: 30px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	top: 100px;
	vertical-align: middle;
	width: 95%;
}

/* SILLY OLD ADMIN PANEL */
/* End CSS */
#user a, .thhead {
	font-weight: bold;
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

html, body {
	width: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	background: #FFFFFF;
	
	background-repeat: repeat-y;
	background-image: url(/img/orange_v.gif);
	background-position: 162px 162px;
	
	margin: 0;
	padding: 0;
	color: #333333;
}
#header {
	height: 138px;
	margin: 0px;
	border: 0px;
	background-position: 0px 97px;
	background-image:url(/img/orange_h.gif);
	background-repeat:repeat-x;
	vertical-align: middle;
	text-align: right;
}

#userlogin {
	position: absolute;
	padding: 5px;
	height: 20px;
	width: 500px;	
	left: 488px;
	overflow: hidden;
	top: 100px;
	vertical-align: middle;
	font-size: 75%;
}

#clearheader{height:120px;}/*needed to make room for header*/

#content {
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;
	margin-bottom:-40px;
}

#inhalt {
	position: absolute;
	left: 0;
	top: 160px;
	width: 159px;
	color: #003366;
	font-size: 105%;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

* html #content {height:100%}
body>#content {height:auto}
#contentinner {
	margin-left:180px;
	margin-right: 140px;
}

#skyscraper {
	float: right;
	margin-right: 5px;
}
* html #contentinner {height:1%}/* combat ie 3 pixel jog */
html>body #content{height:auto}
div#footer {
	position:relative;
	height: 30px;
	border: 0px;
	clear: both;
	color: #000000;
	text-align:center;
	font-size: 65%;
}
#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/

#nav {
	float:left;
	width: 159px;
	text-align:center;
}

#yellow_thick{
	position: absolute;
	left: 518px;
	position: absolute;
	background-color: #FFFF9B;
	height: 30px;
	top: 52px;
	width: 100px;
}

#yellow_v {
	position:absolute;
	left: 0;
	width:80%;
	height:3px;
	background-color:#FFCC00;
}

#orange_v {
	position: absolute;
	height: 180px;
	width: 200px;
	background-color: #FFFFFF;
}

#blue_thick {
	position: absolute;
	left: 0;
	background-image:url(/img/nav_back.gif);
	height:420px;
	width:159px;
}

.absolute {
	position:absolute;
	top: 0;
	left: 0;
}

.banner {
	background-color: #FFFFFF;
	height: 60px;
	width: 468px;
	position:absolute;
	vertical-align:bottom;
	top:10px;
	left: 530px;
	margin:0;
	padding:0;
}

.search {
	border: solid #990000 1px;
	color: #666666;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color: #FFFFFF;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	background-color:#FFFFFF;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	background-color:#FFFFFF;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

#keywords {
	float: left;
	text-align: left;
	color: #999999;
	font-style:italic;
	font-size: 0.74em;
	margin-top: 5px;
}

#yellowbox {
	display: table;
	background-color: #FFFFE1;
	border: 2px dashed #FFFF40;
	margin: 10px;
	padding: 3px;
	padding-right: 0;
	padding-top: 0;
	margin-top: 0;
	width: 300px;
	font-size: 90%;
}

#yellowbox th {
	text-align: left;
	vertical-align: top;
	width: 150px;
	white-space: nowrap;
}

#material {
	padding-left: 20px;	
	padding-top: 0;
	margin: 0;
}

#regreq {
	border: 2px dashed #66FF00;
	background-color:#F2FFF2;
	padding: 10px;
	font-size: 0.75em;
}

img.icon {
	height: 16px;
	width: 16px;
}
