/* generic template DIV panel */
.cyclopedia .contents DIV.template { margin: 0px; }

/* generic template TABLE class */
.cyclopedia .contents DIV.template TABLE.template 
{
	margin: auto;
	width: auto;
	background-color: #383838;
	text-align: center;
	border-collapse: collapse;
	border: solid 1px #121212;
}
.cyclopedia .contents DIV.template TABLE.template TH { color: #ababab; padding: 1px; text-align: center; font-weight: bold; background-color: #262626; font-size: 11px; border-bottom: solid 1px #1a1a1a; }
.cyclopedia .contents DIV.template TABLE.template TD { padding: 2px 5px 2px 5px; text-align: center; }

/* generic template TABLE class (v2) */
.cyclopedia .contents DIV.template TABLE.template2
{
	margin: auto;
	margin-top: 1px;
	width: auto;
	background-color: #495055;
	text-align: center;
	border-collapse: collapse;
	border: solid 1px #121212;
	font-size: 10px; 
}
.cyclopedia .contents DIV.template TABLE.template2 TH { font-size: 11px; padding: 5px 5px 0px 5px; text-align: center; font-weight: bold; }
.cyclopedia .contents DIV.template TABLE.template2 TD { padding: 2px 5px 0px 5px; text-align: center; }
.cyclopedia .contents DIV.template TABLE.template2 TD.details { padding: 2px 5px 5px 5px; text-align: center; font-style: italic; }
.cyclopedia .contents DIV.template TABLE.template2 TD.icon { background-color: #424649; padding: 2px; border-right: solid 1px black; }
.cyclopedia .contents DIV.template TABLE.template2 TD.icon IMG { border: 0px; }


.cyclopedia .contents DIV.template TABLE.template-mps
{
	font-size: 11px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: solid 1px #404040;
	border-collapse: collapse;
	min-width: 250px;
}
.cyclopedia .contents DIV.template TABLE.template-mps TH { color: #ababab; padding: 1px; text-align: center; font-weight: bold; background-color: #262626; font-size: 11px; }
.cyclopedia .contents DIV.template TABLE.template-mps TD 
{ 
	padding: 2px 5px 2px 5px;
	border: solid 1px #404040;
	text-align: left;
}
.cyclopedia .contents DIV.template TABLE.template-mps TD.label
{
	text-align: right;
	padding: 2px 5px 2px 5px;
	border: solid 1px #404040;
	font-weight: bold;
	color: #FFF5A3;
	background-color: #343434;
}

/* OLD TABLES */
TABLE.MPSTable
{
	margin-left: 5px;
	margin-bottom: 5px;
	border: solid 1px #454545;
	border-collapse: collapse;
	min-width: 250px;
}

TABLE.MPSTable TH
{
	text-align: right;
	width: 80px;
	padding: 2px 3px 2px 2px;
	border: solid 1px #454545;
	font-weight: bold;
	color: #FFF5A3;
	background-color: #343434;
}

TABLE.MPSTable TD
{
	padding: 2px 2px 2px 3px;
	border: solid 1px #565656;
	text-align: justify;
}

.cyclopedia .contents DIV.template TABLE.template-focus { background-color: #3e3e3e; border: solid 1px #9a9a9a; margin: 10px; }
.cyclopedia .contents DIV.template TABLE.template-focus TD { padding: 6px; font-size: 11px; }

.cyclopedia .contents DIV.template TABLE.template-vs { background-image: url('../images/cyclopedia/templates/icons/vs-bg.png'); background-repeat: repeat;
                                                       margin: 10px auto;text-align: center; }
.cyclopedia .contents DIV.template TABLE.template-vs TD { text-align: center; }
.cyclopedia .contents DIV.template TABLE.template-vs TD.title-left { background-image: url('../images/cyclopedia/templates/icons/pike-left.png'); background-repeat: no-repeat; background-position: center center; 
                                                                     border: solid 1px #9a9a9a; border-bottom: 0px; }
.cyclopedia .contents DIV.template TABLE.template-vs TD.title { background-color: #282828; padding: 0px 6px 3px 6px; font-size: 16px; font-weight: bold; color: #FFF5A3; background-color: #282828; border: solid 0px #9a9a9a; border-top: 0px; white-space: nowrap; }
.cyclopedia .contents DIV.template TABLE.template-vs TD.title-right { background-image: url('../images/cyclopedia/templates/icons/pike-right.png'); background-repeat: no-repeat; background-position: center center; 
                                                                      border: solid 1px #9a9a9a; border-bottom: 0px; }
.cyclopedia .contents DIV.template TABLE.template-vs TD.body-left { width: 250px; padding: 10px; border: solid 1px #9a9a9a; border-top: 0px; border-right: 0px; 
                                                                    font-size: 12px; }
.cyclopedia .contents DIV.template TABLE.template-vs TD.body { padding: 10px; width: 50px; background-image: url('../images/cyclopedia/templates/icons/vs.png'); background-repeat: no-repeat; background-position: center center; 
                                                               border: solid 1px #9a9a9a; border-left: 0px; border-right: 0px; }
.cyclopedia .contents DIV.template TABLE.template-vs TD.body-right { width: 250px; padding: 10px; border: solid 1px #9a9a9a; border-top: 0px; border-left: 0px; 
                                                                     font-size: 12px; }

.cyclopedia .contents DIV.template TABLE.template-highlight  { background-image: url('../images/cyclopedia/templates/icons/highlight-bg.png'); background-repeat: repeat;
                                                               margin: 10px auto;text-align: center; }
.cyclopedia .contents DIV.template TABLE.template-highlight TD { text-align: center; }
.cyclopedia .contents DIV.template TABLE.template-highlight TD.title-left { width: 250px; background-image: url('../images/cyclopedia/templates/icons/pike-left.png'); background-repeat: no-repeat; background-position: center center; 
                                                                     border: solid 1px #9a9a9a; border-bottom: 0px; }
.cyclopedia .contents DIV.template TABLE.template-highlight TD.title { background-color: #282828; padding: 0px 6px 5px 6px; font-size: 15px; font-weight: bold; color: #FFF5A3; border-bottom: solid 1px #9a9a9a; white-space: nowrap; }
.cyclopedia .contents DIV.template TABLE.template-highlight TD.title-right { width: 250px; background-image: url('../images/cyclopedia/templates/icons/pike-right.png'); background-repeat: no-repeat; background-position: center center; 
                                                                      border: solid 1px #9a9a9a; border-bottom: 0px; }
.cyclopedia .contents DIV.template TABLE.template-highlight TD.body-text { padding: 10px; border: solid 1px #9a9a9a; border-top: 0px; font-size: 12px; }

.cyclopedia .contents DIV.template TABLE.template-example  { margin: 10px auto; background-color: #393124; border: solid 1px #616161; font-size: 10px; 
															background-image: url('../images/cyclopedia/templates/icons/example-bg.png'); background-repeat: repeat; }
															
.cyclopedia .contents DIV.template TABLE.template-example TD { padding: 10px;  }

.cyclopedia .contents DIV.template TABLE.template-picturebox { float: right; margin: 0px 0px 0px 10px; border: solid 1px #676767; }
.cyclopedia .contents DIV.template TABLE.template-picturebox TH { /* background-image: url('../images/cyclopedia/templates/icons/vs-bg.png'); background-repeat: repeat; */
                                                                  padding: 10px; background-color: #404040; }
.cyclopedia .contents DIV.template TABLE.template-picturebox TH .inner-image { display:inline; }
.cyclopedia .contents DIV.template TABLE.template-picturebox TH .inner-image BR { display: none; }
.cyclopedia .contents DIV.template TABLE.template-picturebox TD  { /* background-image: url('../images/cyclopedia/templates/icons/highlight-bg.png'); background-repeat: repeat;  */
                                                                   font-size: 10px; text-align: center; padding: 0px 10px 10px 10px; background-color: #404040; white-space: normal; }

.cyclopedia .contents DIV.template TABLE.template-PDFContent { display: none; }


/* NON-template classes */
.cyclopedia .contents TABLE.secondary-abilities-table-header { border: 0px; border-collapse: collapse; margin: auto; margin-top: 10px; width: 90%; }
.cyclopedia .contents TABLE.secondary-abilities-table-header TH,
.cyclopedia .contents TABLE.secondary-abilities-table TH.title  { text-align: center; border: 0px; background-color: #282828; font-size: 18px; font-weight: bold; padding: 10px 6px 6px 6px; }
.cyclopedia .contents TABLE.secondary-abilities-table { border: solid 0px #ababab; border-collapse: collapse; margin: auto; margin-bottom: 5px; width: 90%; }
.cyclopedia .contents TABLE.secondary-abilities-table TH.name { width: 120px; } 
.cyclopedia .contents TABLE.secondary-abilities-table TH.cdb { width: 25px; } 
.cyclopedia .contents TABLE.secondary-abilities-table TH.cp { width: 25px; } 
.cyclopedia .contents TABLE.secondary-abilities-table TH.description {  } 
.cyclopedia .contents TABLE.secondary-abilities-table TH { padding: 8px 4px 8px 4px; background-color: #505050; font-size: 12px; font-weight: bold; border: solid 1px #787878; }
.cyclopedia .contents TABLE.secondary-abilities-table TD { padding: 4px; font-size: 11px; font-weight: normal; border: solid 1px #676767; }
.cyclopedia .contents TABLE.secondary-abilities-table TR:nth-child(odd) { background-color: transparent; }
.cyclopedia .contents TABLE.secondary-abilities-table TR:nth-child(even) { background-color: #343434; }

.cyclopedia .contents TABLE.talents-container { margin: auto; width: 620px; text-align: center; }
.cyclopedia .contents TABLE.talents { border: 0px; border-collapse: collapse; margin: 10px 5px 5px 5px; float: left; width: 180px; }
.cyclopedia .contents TABLE.talents TH  { font-weight: bold; text-align: center; background-color: #505050; font-size: 11px; padding: 6px 3px; border: solid 1px #787878; }
.cyclopedia .contents TABLE.talents TD  { font-weight: normal; text-align: center; font-size: 10px; padding: 3px; border: solid 1px #676767; }
.cyclopedia .contents TABLE.talents TR:nth-child(odd) { background-color: transparent; }
.cyclopedia .contents TABLE.talents TR:nth-child(even) { background-color: #343434; }

.cyclopedia .contents TABLE.default { margin-top: 10px; margin-bottom: 10px; text-align: center; border-collapse: collapse; } 
.cyclopedia .contents TABLE.default TH  { font-weight: bold; background-color: #505050; font-size: 11px; padding: 6px 4px; border: solid 1px #787878; }
.cyclopedia .contents TABLE.default TD  { font-weight: normal; font-size: 10px; padding: 4px; border: solid 1px #676767; }
.cyclopedia .contents TABLE.default TR:nth-child(even) { background-color: transparent; }
.cyclopedia .contents TABLE.default TR:nth-child(odd) { background-color: #343434; }
