<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "utf-8";

/************************************************
 main divs
************************************************/
div.title {
	color: #aa2200;
	font-size: 25pt;
	font-family: gw2, "Poor Richard", Arial;
	text-align: center;
	width: 800px;
	margin-bottom: 40px;
}

div.error {
	color: #FF0000;
	font-size: 12pt;
	text-align: center;
	line-height: 1.5em;
	padding: 0px 25px 0px 25px;
	margin: 0px;
	background-color: #ffcccc;
	width: 650px;
	min-height: 0px;
}

div.menu {
	background-color: white;
	padding: 20px 10px;
	margin-bottom: 5px;
	border-style: solid;
	border-color: #aa2200;
	border-width: 1px;
}

div.warning {
	background-image: url("/images/warning.png");
	background-repeat: no-repeat;
	width: 650px;
	padding: 25px;
	border: solid 1px;
	color: #e06020;
}

div.emblem {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 100px;
}

/************************************************
 main divs
************************************************/
div#global {
	width: 1200px;
	margin: 0 auto;
	margin-top: 0px;
}

div#header {
	height: 250px;
	width: 1200px;
	background-color: lightgrey;
	position: relative;
	background-image: url("header.jpg");
	background-repeat: no-repeat;
}

div#menus {
	float: left;
	width: 220px;
	background-color: white;
	position: relative;
}

div#content {
	background-image: url("content.jpg");
	background-repeat: no-repeat;
	border-style: none;
	position: relative;
	min-height: 100%;
	min-height: 750px;
	margin-left: 220px;
	padding: 40px 20px 30px 20px;
}

div#google {
	margin-top: 80px;
	bottom: 30px;
}

div#footer {
	background-color: #ffeeee;
	border-top: 1px solid #ddcccc;
	height: 100px;
	clear: both;
	position: relative;
	width: 1200px;
}

div#languages {
	float: left;
	width: auto;
	height: 150px;
	position: absolute;
	top: -10px;
	left: 470px;
}

div#login {
	float: right;
	width: 300px;
	height: 150px;
	position: absolute;
	top: 10px;
	right: 230px;
	text-align: right;
	color: #99bb99;
	font-size: 22px;
	font-weight: bold;
	font-family: gw2, Poor Richard, Arial;
}

div#anet {
	float: left;
	position: relative;
	margin-left: 50px;
	text-align: left;
	color: black;
	padding: 20px;
	width: 500px;
	font-style: italic;
	font-size: 8pt;
}

div#credits {
	float: left;
	position: relative;
	margin-left: 50px;
	text-align: left;
	color: black;
	font-family: Arial;
	padding: 20px;
	width: 500px;
	font-style: italic;
	font-size: 8pt;
}

div#links {
	float: right;
	position: absolute;
	right: 50px;
	bottom: 20px;
}

div#eventsmenu {
}

div#guildsmenu {
	
}

div#usermenu {
}

/************************************************
 links
************************************************/
a.link {
	color: #aa6666;
	font-style: italic;
	text-decoration: none;
	font-size: 12pt;
}

a.login {
	color: #aa2200;
	font-size: 16pt;
	text-decoration: none;
	font-family: gw2, Calibri, Arial;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

a.image {
	border: none;
}

a &gt; img { /* IE ... */
	border: none;
}

/************************************************
 body
************************************************/
body {
	background-color: white;
	font-family: Calibri, Arial;
	color: #000022;
	padding: 0px;
	margin: 0px;
}

@font-face {
	font-family: gw2;
	src: url('/styles/GWTwoFont1p1.ttf');
}

td { /* IE ... */
	text-align: left;
}


/************************************************
 form inputs
************************************************/
input, textarea, select {
	color: #aa2200;
	background: #eeeeee;
}

input[type="submit"] {
	color: black;
	margin-top: 10px;
}

input.textinput {
	border-color: grey;
}

input.passwordinput {
	border-color: red;
}

select.select {
	border-color: grey;
}

input:focus, select:focus, textarea:focus {
	background: #f8f8f8;
}

textarea {
	width: 90%;
	height: 150px;
	padding: 5px;
	margin: 0 auto;
}


/************************************************
 form tables
************************************************/
table.formtable {
	border: 1px solid #aa2200;
	width: 700px;
	border-spacing: 8px;
	margin: 0 auto;
}

td.formlabel {
	background-color: #eeeeee;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 15px;
	text-align: right;
}

td.forminput {
	background-color: #f8f8f8;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 15px;
	text-align: left;
}


/************************************************
 info tables
************************************************/
table.infotable {
	border-style: none;
	width: 800px;
}

td.infotitle {
	font-family: gw2, Poor Richard, Arial;
	font-size: 23pt;
	text-align: center;
	text-shadow: 2px 2px 2px grey;
}

td.infodata {
	font-size: 14pt;
	padding-left: 40px;
}

td.infodata2 {
	color: #333333;
	padding-left: 25px;
	font-size : 12pt;
}

td.infodata, td.infotitle, td.infodata2 {
	border-color: black;
	border-style: solid;
	border-width: thin;
}

td.infoimage {
	height: 100px;
	width: 100px;
	border-color: black;
	border-style: solid;
	border-width: thin;
	text-align: center;
}

img.infoimage {
	width: 90px;
}


/************************************************
 images
************************************************/
option.language {
	width: 30px;
	height: 20px;
	margin-top: 5px;
	background-repeat: no-repeat;
}

select.language {
	width: 55px;
	height: 25px;
	background-repeat: no-repeat;
}

img.emblem {
	width: 90px;
}

/************************************************
 menus
************************************************/
img.menuitemimg {
	max-width: 17px;
	max-height: 17px;
	border: none;
}

.menuitem {
	color: #220000;
	text-decoration: none;
	font-size: 13pt;
	font-weight: normal;
	font-family: Calibri, Arial;
}

p.menuitem, a.disabled {
	text-shadow: 1px 1px 5px grey;
	margin-top: 0;
	margin-bottom: 0;
}

p.menutitle {
	font-family: gw2, Poor Richard, Arial;
	color: #aa2200;
	font-size: 18pt;
	margin-top: 0;
	margin-bottom: 0;
}

p.warning {
	color: red;
	font-weight: 600;
	font-size: 12pt;
	font-family: Calibri, Arial;
	margin-top: 0;
	margin-bottom: 0;
}

ul.menu {
	list-style-type: none;
	padding-left: 0px;
}

li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}


/************************************************
 messages
************************************************/

table.messages {
	border: none;
	width: 733px;
	border-spacing: 5px;
}

td.messagetitle {
	text-align: left;
	font-family: gw2, Poor Richard, Arial;
	background-color: #ffeedd;
	font-size: 16pt;
	color: #000000;
	border: 1px solid;
}

td.messagecolumn {
	text-align: center;
	background-color: #eeccbb;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

td.messagesubject, td.messageuser, td.messagedate, td.messagedelete, td.messagetext, td.messagegen {
	color: black;
	background-color: #ffddcc;
}

td.messagetext {
	padding: 10px 10px 30px 10px;
}

td.messagedate {
	width: 140px;
}

td.messageuser {
	width: 170px;
}

td.messagesubject {
	width: 360px;
}

td.messagedelete {
	width: 25px;
}

img.tablelabel {
	width: 20px;
}

a.messagelink {
	text-decoration: none;
	color: #550000;
}

/************************************************
 guild management &amp; index
************************************************/

div.pagepart, div.indexpart {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	position: relative;
	margin: 40px auto;
	width: 730px;
}

div.pagepart {
	text-align: center;
}

div.indexpart {
	text-align: justify;
	padding: 15px;
	line-height: 1.3em;
}

div.toppart {
	margin-top: 100px;
}

p.parttitle {
	font-family: gw2, Poor Richard, Arial;
	color: #000000;
	font-size: 18pt;
	margin: 10px 10px 20px 20px;
	text-align: left;
}


/************************************************
 event tables
************************************************/

table.eventtable {
	border: none;
	width: 750px;
	margin-top: 20px;
	margin-bottom: 20px;
}

td.eventtitle {
	font-family: gw2, Poor Richard, Arial;
	color: black;
	font-size: 14pt;
	text-align: center;
	padding: 10px;
}

td.eventinfo {
	border: 1px solid #777777;
}

span.eventinfo {
	font-weight: bold;
}

td.eventdesc {
	color: #333333;
	font-style: italic;
	border: 1px solid #000000;
}

td.eventteam {
	border: 1px solid #777777;
}

td.eventlinks {
	border: none;
}

tr.eventmessage &gt; td {
	padding: 10px 10px 40px 10px;
}

table.inscrlist {
	margin: 0 auto;
	width: 80%;
	margin-top: 20px;
}

td.inscrtitle {
	font-weight: bold;
	border: 1px solid #aa2200;
}

td.inscrcell {
	border: none;
}


/************************************************
 tooltips
************************************************/

.tooltip, .preview, .screenshot { cursor:pointer; }

#tooltip, #tooltip2, #preview {
	color:#000000;
	background:#eac7bf;
	border: 1px solid #aa2200;
	padding:5px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-align:left;
	display:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

</pre></body></html>