#zoybody *
{
    margin: 0px;
    padding: 0px;
    border-box: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

#zoybody *:before, #zoybody *:after
{
    border-box: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

#zoybody a:link, #zoyright a:link
{
    color: #ffffff;
}

#zoybody a:hover, #zoyright a:link
{
    text-decoration: none;
    color: #ffffff;
}

#zoybody a:visited, #zoyright a:link
{
    color: #000000;
}

#zoybody
{
    background: #050811 url(images/spartan-soldier.jpg);
	background-size: cover;
	background-attachment: fixed;
	/* background: #050811 url(images/back_all2.gif) repeat-x; */
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #000000;
}

#zoycontent
{
    margin: 0 auto;
    width: 942px;
}


.zoyheader 
{
    height: 286px;
    width: 682px;
}

#zoymenu1
{
    width: 682px;
    height: 70px;
}

#zoymenu
{
    width: 682px;
    height: 40px;
}

#zoybody ul, #zoymenu ul
{
    list-style: none;
}
#zoybody ul, #zoymenu li 
{
    display: inline;
}

#zoymenu a 
{
    float: left;
    width: 100px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 12px;
}

#zoymenu a:hover {
    width: 100px;
    color: #ff0000;
    text-decoration: underline;
}

.more
{
    text-align: right;
}

#zoylogo {
width: 650px;
height: 126px;
text-align:  right;
padding-right: 20px;
padding-top: 90px;
padding-bottom: 30px;
}


#zoylogo H1 a {
    text-decoration: none;
    text-transform: lowercase;
    font-style: italic;
    font-size: 16px;
    color: #ffffff;
}
#zoylogo H2 a
{
    font-size: 10px;
    color: #ffffff;
}

#zoymain
{
    width: 942px;
    background: url(images/table_back.gif) repeat-y left
}

#zoyleft
{
    width: 260px;
    padding-top: 355px;
    background: url(images/main_image.jpg) no-repeat;
    color: #ffffff
}

#zoyleft H3
{
width: 300px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 19px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}


#zoyleft ul {
    list-style: none;
}

#zoyleft li ul {
    border: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#zoyleft li li {
    padding: 4px 15px;
    background: url(images/small.gif) no-repeat left;
}

#zoyleft .zoytitle_back
{
padding: 10px;
}


#zoyleft a {
    color: #ffffff;
}
#zoyleft a:visited {
    color: #ffffff;
}

#zoyleft p
{
padding: 10px;
padding-left: 40px;
}


#zoycalendar1 {
    padding: 0 10px 20px 10px;
}

#zoycalendar table {
    width: 100%;
    text-align: center;
}

#zoycalendar thead {

}

#zoycalendar tbody td {
    border: 1px solid #F1F1F1;
}

#zoycalendar, #zoyprev {
    text-align: left;
}

#zoycalendar, #zoynext {
    text-align: right;
}

#zoycalendar tfoot a {
    text-decoration: none;
    font-weight: bold;
}

#zoycalendar, #zoynow {
    background: #696969;
    border: 1px solid #ff0000;
    font-weight: bold;
    color: #ffffff
}

#zoyright
{
    float: right;
    width: 682px;
}

#zoyright .zoybox
{
    /*border: 1px solid #C9C9C9;*/
    /*background: #787878 url(images/box_top.gif) repeat-x;*/
    padding: 10px;
    margin: 5px;
}

#zoyright ol, #zoyright ul
{
    margin-left: 30px;
}

#zoyright H4
{
    margin: 0;
    padding: 0px;
    font-size: 12px;
}

#zoyright a
{
    text-decoration: none;
}

#zoyright p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.playerlist {
    position:relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 95%;
   margin: 0px 0px 0px 10px;
}

#zoyright .date2 
{
    margin: 10px;
    padding: 0;
    padding-top: 5px;
}

#zoyright h2 
{
    margin: 0;
    padding: 0;
    padding-top: 10px;
}
.zoydate {
    text-align: right;
    font-size: 11px;
}

.zoydate a {
    color: #FFFFFF;
}


#zoyfooter {
    height: 60px;
    clear: both;
    padding-top: 30px;
    background: url(images/footer.gif) repeat-x;
}

#zoyfooter p {
    margin: 0;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
}

#zoyfooter a {
    color: #ffffff;
}


.ztablewrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 650px;
}

.ztable {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .ztable {
    display: block;
  }
}

.ztablerow {
  display: table-row;
  /* background: #8d86d1; */
}
.ztablerow:nth-of-type(odd) {
  background: #787878;
}
.ztablerow.header {
  font-weight: 900;
  color: #ffffff;
  background: #6f0000;
}
.ztablerow.green {
  background: #27ae60;
}
.ztablerow.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .ztablerow {
    padding: 8px 0;
    display: block;
  }
}

.ztablecell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .ztablecell {
    padding: 2px 12px;
    display: block;
  }
}