﻿/* ---------- Main stuff ---------- */
       
html
{
    font-family: "Lucida Grande", Verdana;
    font-size: 12px;
}

body 
{ 
    background: #54b2c9 url('../../Static/WallPapers/tapet_club_vectorized.png') repeat;
    background-size: 158px 160px;
    /* #adcedd */
}

a { text-decoration: none; color: #006699; }
a:hover { text-decoration: underline; }

.ActiveSection {
	font-weight:bold;
}

.Pointilles {
	border-bottom: 1px dotted;
}

.helptitle {
    border-bottom: 1px dashed;
    cursor: help;
}

.Bold {
	font-weight:bold;
}

.Italic {
	font-style:italic;
}

.BoldItalic {
	font-weight:bold;
	font-style:italic;
}

.Error {
	font-weight: bold;
	color: #c00;
}

hr 
{ 
	border: 0; 
	height: 1px; 
	margin: 15px 0; 
	background-color: #62a6bd;
}

ul
{
    margin: 0 0 15px 40px;
    padding: 0;
    
}

ul li
{
    list-style-type: disc;
    padding: 0;
    margin: 0 0 5px 0;
}

ul li:last-of-type { margin-bottom: 0; }

ol
{
    margin: 0 0 15px 40px;
    padding: 0;
    
}

ol li
{
    padding: 0;
    margin: 0 0 5px 0;
}

ol li:last-of-type { margin-bottom: 0; }

table 
{ 
    margin: 0 0 15px 10px; 
    padding: 0; 
    border: 0; 
    border-spacing: 0; 
}

table > tr th, tr td 
{ 
    padding: 0 5px 5px 0;
    vertical-align: top; 
}

img { border: 0; }
img.userimage { max-width: 465px; }

input, select, textarea
{
    font-family: "Lucida Grande", Verdana;
    font-size: 12px;
}

/* ---------- Layout control ---------- */

div#wrapper 
{ 
    width: 914px;
    margin: 20px auto 20px auto;
    padding: 0;
    background: #A4CFDF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-top: 5px solid #104d82;
    border-bottom: 3px solid #069 /*#104D82*/;
}

div#header 
{
    position: sticky;
    top: 0;
    background: url('Images/bgr_header42.png') no-repeat 0px -5px;
    background-size: 914px 80px !important;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
    z-index: 999
  /*  min-height: 110px;*/
}


div#header img.logo {
  padding: 0px;
  margin: 0px;
  border: 0px;
  top: -5px;
  max-width: 914px;
  max-height: 72px;
  width: auto;
  height: auto;  
   }

div#topcolumn
{
    margin: 0 20px;
}

div#content 
{
    float: left;
    width: 629px;
    margin: 0 0 0 20px;
    padding: 0;
}

div#content.onecolumn {}

div#content.twocolumn
{
    width: 609px; 
}

div#sidemenu
{ 
    width: 225px; 
    float: right; 
    margin: 0 20px 0 0;
    font-size: 12px !important;
}

div#footer 
{ 
    clear: both;
    text-align: center;
    background-color: #E2EFF1;
    height: 20px;
    line-height: 20px;
    border-top: 5px solid white;
    margin-top: 15px;
    padding-bottom: 0px;
}    

/* ---------- Game images ---------- */

div.gameimage
{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 15px;
}

div.avatar, div.avatar_clean
{
    height: 156px;
    width: 114px;
	background-size: 100% !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.avatar { float: left; margin-right: 10px; }

/* ---------- Header menu ---------- */

div#headermenu { margin-bottom: 0px; background-color: #E2EFF1; height: 22px; line-height: 22px; border-bottom: 7px solid white;  }        
div#headermenu ul { margin: 0; padding: 0; }
div#headermenu ul li { display: inline; margin: 0; padding: 0; margin: 0 7px 15px 7px; } 
div#headermenu ul li a { color: #096f9a; }  
img.Separator { padding: 0 2px 0 2px }

/* ---------- Menu : Skills, Recipes, Items, Locales --------*/
div.SkillMenu, div.RecipeMenu, div.ItemMenu, div.LocaleMenu { padding: 0 0 5px 10px }
a.SkillMenu, a.RecipeMenu, a.ItemMenu, a.LocaleMenu { padding-top: 2px }
/*li.SkillMenu { padding-bottom: 20px; }*/

/* ---------- Content ---------- */

div.content h1 
{ 
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 7px 0; 
}

div.content h2 
{ 
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 7px 0;  
}

div.content h3 
{ 
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 7px 0;  
}

div.content h4 
{ 
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 7px 0; 
}

div.content p 
{
    padding: 0 10px;
    margin: 0 0 15px 0;  
}

div.content p.actionbuttons
{
    text-align: right;
}


/* ---------- Boxes ---------- */
    
div.box, div.boxmenu
{
    margin: 0 0 15px 0; 
    padding: 10px;
    background: #E2EFF1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*overflow: auto;*/
}   

div.box_hidden
{
    padding: 10px 10px 0px 10px !important;
    background: #5FA6BE !important;
    overflow: hidden;
}

div.box div.box 
{
    background: #fff;
}

/*div.boxSticky
{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}*/

div.box div.box:last-of-type
{
    margin-bottom: 0px !important;
}

div.box h1, div.box h2, div.box h3, div.box p { padding: 0; }
div.box table { margin-left: 0px; }

div.box h2
{
    margin: -10px -10px 10px -10px;
    background: #3D849C;
    padding: 5px 5px 5px 42px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

div.box div.box h2
{
    background: #3D849C;
}

div.box h2 a
{
    color: #fff;
}

div.box h3
{
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 2px 0;      
}

div.box > p:last-child
{
    margin-bottom: 0;
}

div.box > p:last-child
{
    margin-bottom: 0;
}

div.box ol { margin: 0 0 15px 20px; padding: 0; }
div.box ol li { margin-bottom: 4px; }
div.box ol li:last-of-type { margin-bottom: 0; }

div.box ul, div.boxmenu ul, div.boxmenu_hidden ul { margin: 0 0 15px 0; padding: 0; }
div.box ul li, div.boxmenu ul li, div.boxmenu_hidden ul li { list-style-type: none; margin: 0 0 4px 0; }
div.box ul li:last-of-type { margin-bottom: 0; }
div.boxmenu ul li:last-of-type { margin-bottom: 0; }
div.boxmenu_hidden ul li:last-of-type { margin-bottom: 0; }

/* sometimes we have another level of ul lists */
div.box ul.header { }
div.box ul.header li { font-weight: bold; }
div.box ul.header li ul { padding-left: 15px; margin: 5px 0 15px 0; }
div.box ul.header li ul li { font-weight: normal; } /* fix for nested lists */

div.box p.actionbuttons
{
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    margin-bottom: 0 !important;
    text-align: right;
}

#GlobalList hr {
  margin:5px -10px 5px -10px !important;
  background: #a4cfdf;
}

#MembersList hr {
  margin:5px -10px 10px -10px !important;
  background: #a4cfdf;
}

#AdminList hr {
  margin:5px -10px 5px -10px !important;
  background: #dea2a2 !important;
}

/* ---------- Table: sortable ---------- */

table.sortable {}
table.sortable th.header { background-color: #666; background-image: none; cursor: pointer; }
table.sortable th.header:hover { background-color: #444; }
table.sortable th.headerAsc { background-image: url('Images/SortableAsc.png'); background-repeat: repeat-x; background-position: top; }
table.sortable th.headerDesc { background-image: url('Images/SortableDesc.png'); background-repeat: repeat-x; background-position: bottom; }
span.sortkey { display: none; }

/* ---------- Table: style data ---------- */
    
table.data
{ 
    width: 100%; 
    border: 0; 
    border-spacing: 0; 
    margin: 0 0 15px 0; 
}

table.data th
{
    background: #666;
    text-align: left;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

table.data th a { color: #fff; }

table.data tr > th:first-of-type { -webkit-border-radius: 7px 0 0 7px; -moz-border-radius: 7px 0 0 7px; border-radius: 7px 0 0 7px; padding-left: 10px; }
table.data tr > th:last-of-type { -webkit-border-radius: 0 7px 7px 0; -moz-border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0; padding-right: 10px; }
table.data tr > td:first-of-type { -webkit-border-radius: 7px 0 0 7px; -moz-border-radius: 7px 0 0 7px; border-radius: 7px 0 0 7px; padding-left: 10px; }
table.data tr > td:last-of-type { -webkit-border-radius: 0 7px 7px 0; -moz-border-radius: 0 7px 7px 0; border-radius: 0 7px 7px 0; padding-right: 10px; }

table.data th, table.data td
{
    vertical-align: top;
    padding: 5px;
}

table.data tr.even td
{
    background: #eeeeee;
}

table.data tr.even_pending td
{
    background: #ffddaa;
}

table.data tr.odd td {}

table.data tr.odd_pending td
{
    background: #ffccaa;
}

table.data tr.group td
{
    padding-top: 10px;
    font-weight: bold;
}

/* Fix to normal table */
table.data tr:last-of-type td { padding-bottom: 5px !important; }

/* Ability to color cells in a data table */
tr.odd td.green { background: #00dd00 !important; }
tr.odd td.red { background: #ee0000 !important; }
tr.even td.green { background: #00ee00 !important; }
tr.even td.red { background: #ff0000 !important; }

/* Single cell headers */

table.data tr th.single, table.data tr td.single { -webkit-border-radius: 7px !important; -moz-border-radius: 7px !important; border-radius: 7px !important; }

/* ---------- Table: style box in div.box ---------- */
    
div.box table.data th
{
    color: #fff;
    background: #3D849C;
}

div.box table.data tr.even td
{
    background: #E2EFF1;
}

div.box table.data tr.odd td
{
	background: #fff;
}

div.box table.data tr.group td
{
    padding-top: 10px;
    font-weight: bold;
}

/* Fix to normal table */
div.box table.data tr:last-of-type td { padding-bottom: 5px !important; }

/* ----------- Table: hoverable switch for table or tr ---------- */

table.hoverable tr:hover td, table.hoverable tr.selected td, table.data tr.hoverable:hover td, table.data tr.selected td 
{
    background: #ffcc00 url('Images/bgr_shortfade.png') repeat-x !important;
}

/* ---------- Tabbed menu inside box ---------- */

div.box div.tabs
{
    margin: -10px -10px 10px -10px !important;
    background: #3D849C;
    font-weight: bold;
    font-size: 12px;  
    vertical-align: top;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0; 
    padding: 0 5px;
}

div.box div.tabs div.tabsend
{
    height: 0;
    clear: both;
}

div.box div.tabs a 
{ 
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
    color: #fff; 
    text-decoration: none; 
    float: left;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; 
}

div.box div.tabs a:hover { text-decoration: underline; background: #80AAB0; }
div.box div.tabs a.active { color: #000; background: #E2EFF1; }


/* ------------------------------------ Colored text properties ------------------------------------ */

div.cText_Light
{
    background: #fff;
    display: inline;
    padding: 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

span.cText_Light
{
    background: #fff;
    display: inline;
    padding: 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.cText_Success
{
    background-image:url('../../Static/Images/Bible/bgr-notification-success-20px.png');
    background-color:#3aab38;
    background-repeat:repeat-x;
    color: white;
    display: inline;
    padding: 1px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
}

div.cText_Error
{
    background-image:url('../../Static/Images/bgr-notification-error-20px.png');
    background-color:#cf2d2d;
    background-repeat:repeat-x;
    color: white;
    display: inline;
    padding: 1px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
}

div.cText_Diary
{
    background-image:url('../../Static/Images/bgr_shortfade.png');
    background-color:#ccc;
    background-repeat:repeat-x;
    color: black;
    display: inline;
    padding: 1px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-weight: bold;
}

div.cText_Dark
{
    background: #000;
    display: inline;
    padding: 1px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* ---------- Form elements ---------- */

input.round, textarea.round, select.round
{
    //background: #fff;
    font-family: "Lucida Grande", Verdana;
    font-size: 12px;
    border: 1px solid #999;
    padding: 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;    
}

/* textarea.round { height: 100px; } */

fieldset {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #3d849c;
}

fieldset legend {
  font-size: 16px;
  color: #3d849c;
  //background-color: #3d849c;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 5px;
  font-weight: bold
}

/* ---------- Normal ul in boxes ---------- */

div.box ul.normal 
{
    margin: 3px 0 0 20px;
}

div.box ul.normal li
{
    list-style-type: disc;
    margin-bottom: 3px;
}

div.box ul.normal li:last-of-type
{
    margin-bottom: 15px;
}

div.box ul.normal li ul
{
    margin: 5px 0 0 15px;
}

div.box ul.normal li ul li
{
    list-style-type: circle;
    margin-bottom: 5px;
}

a.abusereport { display: none; }
a.rightcornerabuse 
{ 
    float: right; 
    margin: 5px 5px 0 0; 
    background: white; 
    padding: 5px; 
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important; 
}


/* ---------- Fixes, should be at the end ---------- */

div.box ul:last-of-type { margin-bottom: 0; }
div.box table:last-of-type { margin-bottom: 0; }
div.box table tr:last-of-type td { padding-bottom: 0; }
div#sidemenu div.box h2 { background: #3D849C; }
div#sidemenu img.viponly { margin-left: 5px; }