/* CSS Document for the LoGD ailean skin by Ben Wong,
   based on a concept by Ailean */

/*  --------------------------------------------------------------------
**  General Tag Defaults
*/

/** tables **/
table {
}
td {
    font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
}

/** links **/
a {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

/** input fields (e.g. village chats) **/
input {
    font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    background-color: #000000;
    border: 1px solid;
    border-color: #000000 #707070 #707070 #000000;
    color: #FFFFFF;
}

/** select boxes (e.g. user preference drop-downs) **/
select {
    background-color: #000000;
    border: 1px solid #707070 #000000 #000000 #707070;
    color: #FFFFFF;
}

fieldset {
    border: 1px solid;
    border-color: #707070 #000000 #000000 #707070;
    background-color: #000000;
}
legend {
    padding: 3px;
    color: #CCCCCC;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

/*  --------------------------------------------------------------------
**  Global Classes
*/

/** the main page heading (e.g. "Degolburg, the Capital City", "LoGD News") **/
.pagetitle {
    font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: none;
    color: #CCCCCC
}

/** nav menu categories (e.g. City Gates, Store Street, Info) **/
.navhead {
    background-image: url('Duskryn/stattitle.png');
	text-decoration: none;
    width: 175px;
    /*border: 1px solid;
    border-color: #707070 #000000 #000000 #707070;*/
    height: auto;
    padding-left: 2px;
    line-height: 20px;
    float: left;
    clear: none;
    background-color: #000000;
    font-weight: bold;
    text-align: left;
    
}

/** help for nav menu categories **/
.navhelp {
    color: #CCCCCC;
    text-decoration: none;
    width: 175px;
    height: auto;
    padding: 1px;
    float: left;
    clear: none;
    border: thin none;
    border-color: #707070 #000000 #000000 #707070;
}

/** nav hot keys (e.g. [F]orest, [T]ravel) **/
.navhi {
color: #CCCCCC;
text-decoration: underline;
}


/** input fields (e.g. the textarea in YOMs) **/
.input {
    background-color: #000000;
    border: 1px solid;
    border-color: #000000 #707070 #707070 #000000;
    color: #FFFFFF;
}

/** input buttons (e.g. Submit, Search, Add) **/
.button {
    font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    color: #FFFFFF
    background-color: #000000;
    border: 1px solid;
    border-color: #707070 #000000 #000000 #707070;
}

.block {
    padding: 3px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
    line-height: 120%;
}


.pagetitle {
  font-weight: bold;
	font-family: "Gisha";
	font-size: 30px;
	color: #CCCCCC;
}
/** text colours **/
.colDkBlue    { color: #CCCCCC; }
.colDkGreen   { color: #CCCCCC; }
.colDkCyan    { color: #CCCCCC; }
.colDkRed     { color: #CCCCCC; }
.colDkMagenta { color: #CCCCCC; }
.colDkYellow  { color: #CCCCCC; }
.colDkWhite   { color: #CCCCCC; }
.colLtBlue    { color: #CCCCCC; }
.colLtGreen   { color: #CCCCCC; }
.colLtCyan    { color: #CCCCCC; }
.colLtRed     { color: #CCCCCC; }
.colLtMagenta { color: #CCCCCC; }
.colLtYellow  { color: #CCCCCC; }
.colLtWhite   { color: #FFFFFF; }
.colLtBlack   { color: #CCCCCC; }
.colOrange  { color: #CCCCCC; }
.colDkOrange  { color: #CCCCCC; }
.colBlue  { color: #CCCCCC; }
.colLime  { color: #CCCCCC; }
.colBlack  { color: #000000; }
.colRose { color: #CCCCCC; }
.colblueviolet { color: #CCCCCC; }
.coliceviolet{ color: #CCCCCC; }
.colLtBrown { color: #CCCCCC; }
.colDkBrown { color: #CCCCCC; }
.colXLtGreen{color: #CCCCCC; }
.colSweinrot  { color: #CCCCCC; }
.colSbabrosa  { color: #CCCCCC; }
.colSorange  { color: #CCCCCC; }
.colSmint { color: #CCCCCC; }
.colSgreen { color: #CCCCCC; }
.colSolive{ color: #CCCCCC; }
.colSeier { color: #CCCCCC; }
.colStuerkis { color: #CCCCCC; }
.colSgrau{color: #CCCCCC }
.colAttention { background-color: #CCCCCC; color: #CCCCCC;}
.colWhiteBlack { background-color: #FFFFFF; color: #CCCCCC; }
.colBack  { background-color:#00FFFF; color:#CCCCCC; }
.trhead  { background-color:#000000; color:#CCCCCC; }
.trlight { background-color:#000000; }
.trdark  { background-color:#000000; }
.trlight { background-color:#000000; }
.trdark  { background-color:#000000; }

/** table rows (e.g. Game Setup Info, Hall o' Fame) **/
.trhead  { background-color:#000000; color:#000000; }
.trlight { background-color:#000000; color:#FFFFFF; }
.trdark  { background-color:#000000; color:#FFFFFF; }
.trhilight { background-color: #000000; color: #FFFFFF}
.buchhead  { background-color:#000000; color:#FFFFFF; }
.buchlight { background-color:#000000; }
.buchdark  { background-color:#000000; }


/*  --------------------------------------------------------------------
**  Specific Tags and Classes
*/

/** links - navigation **/
a.nav { /* nav link (e.g. Forest, Quit, Travel) */
    color: #CCCCCC;
	text-decoration: none;
    width: 176px;
    height: auto;
    padding: 1px;
    float: left;
    clear: none;
    background-color: #000000;
    border-left: 0px solid #707070;
}
a:hover.nav { /* nav link on mouseover */
    background-color: #000000;
    color: #CCCCCC;
}

/** for adding things to the bottom of the nav table */
div.nav {
    color: #CCCCCC;
    text-decoration: none;
    width: 170px;
    height: auto;
    padding: 1px 1px 1px 4px;
    float: left;
    clear: none;
    background-color: #000000;
    border-left: 1px solid #707070;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-left: 2px;
}


/** links - motd **/
a.motd {
  text-decoration: none;
  text-align: center;
	color:#CCCCCC;
  font-size: 10px;
	clear: none;
}
a:hover.motd {
  font-weight: bold;
	color:#CCCCCC;
  font-size: 10px;
	text-decoration: line-through;
  text-align: center;
	clear: none;
}
a.mail {
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	width: 181px;
	height: 16px;
	padding: 1px;
	float: left;
	clear: none;
	background-color: #000000;
	border-top: 1px solid #3E3E3E;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
	border-bottom: 1px solid #3E3E3E;
}
a.hotmotd {
  font-weight: bold;
	color:#d90000;
  font-size: 10px;
	text-decoration: blink;
  text-align: center;
	clear: none;
}

/** links - pirat **/
a.pirat { /* for pirat */
    color: #00CC66;
    width: auto;
    height: auto;
}
a:hover.pirat { /* mouseover for pirat */
    height: auto;
    width: auto;
    color: #FFFF99;
}

/** links - translator tool **/
a.t {
    width: 8px;
    height: 11px;
    border: 1px dotted #0000ee;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
}
a.thot {
    width: 8px;
    height: 11px;
    border: 1px solid #ee0000;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
}

/** tables - navigation **/
table.nav {
    color: #CCCCCC;
    background-color: #000000;
    border-left: 1px solid #707070;
    border-right: 1px solid #000000;
    width: 175px;
}
td.nav a.thot {
    color: #CCCCCC;
    position: absolute;
    left: 0px;
    height: auto;
}
td.nav a.t {
    color: #CCCCCC;
    position: absolute;
    left: 0px;
    height: auto;
}

/** tables - character stats (i.e. "vital info") **/
table.vitalinfo { /* the whole vital info 'wrapper' table */
    background-color: #000000;
    border: none;
    width: auto;
}
table.charinfo { /* the sub-table with the data */
    background-color: #000000;
    width: auto;
    border-left: 1px solid #707070;
    border-right: 1px solid #000000;

}
td.charhead { /* vital info category heading */
    background-image: url('Duskryn/stattitle.png');
	padding-left: 2px;
    background-color: #000000;
    border-top: none;
    cursor: default;
    font-weight: bold;
    
    /*border: 1px solid;
    border-color: #707070 #000000 #000000 #707070;*/
}
td.charinfo { /* vital info data */
    padding-left: 8px;
    /*border-top: 1px solid #707070;*/
    border-bottom: 1px solid #000000;
    cursor: default;
}

/** tables - main page **/
td.pageheader { /* heading for the main page */
    color: #CCCCCC;
	background-color: #000000;
    border-bottom: 2px solid #000000;
}

/** tables - popups **/
td.popupheader { /* heading in a popup (e.g. motd, yom)*/
    border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/** tables - footers **/
table.noborder { /* table in the footer */
    border: none;

}
table.withborder { /* table in the footer */
    border-top: 2px solid #000000;
}
td.footer { /* data for a footer */
    /*border-top: thin solid #663300;*/
    background-position: top;
}
td.noborder { /* borderless data in the footer */
    border: none;
}

/** debugging **/
div.debug {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px dotted #707070;
    width: auto;
    height: auto;
    font-size: 11px;
}