/* Created by Majoc.com */
/* For FlashGameLicense.com */

/* Globals */
*{
  margin: 0;
  padding: 0;
}
img{
  border: none;
}
body{
  background: #fff url(../images/body-bg.png) repeat-x;
  font: 13px Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 18px;
}
a{
  color: #325632;
}
a:hover{
  color: #1A2E1A;
}
#container{
  width: 905px;
  margin: 0 auto;
}
p{
  margin: 12px 0 0 0;
}
h1{
  font-size: 24px;
  color: #3F503F;
  border-bottom: 3px solid #D5DAD4;
  padding: 0 0 5px 0;
  margin: 45px 0 0 0;
}
h2{
  font-size: 16px;
  color: #3F503F;
  margin: 20px 0 0 0;
}
ul{
  margin: 12px 0 0 35px;
}

/* Header */
#intro{
  display: block;
}

/* Copy Section */
#copy{
  margin: 0 0 50px 0;
}
#copyLeftColumn{
  float: left;
  width: 550px;
}
#copyRightColumn{
  float: right;
  width: 300px;
}
.sponsorAdobe,.sponsorFGL{
  float: left;
  display: block;
  height: 121px;
  text-decoration: none;
}
.sponsorAdobe{
  width: 124px;
  background: url(../images/sponsor-adobe.png) no-repeat;
}
.sponsorFGL{
  width: 174px;
  background: url(../images/sponsor-fgl.png) no-repeat;
}
.sponsorAdobe:hover,.sponsorFGL:hover{
  background-position: 0 -121px;
}
#prizeTable {
  width: 100%;
}
#prizeTable th{
  background: #5F795F url(../images/table-hdr.jpg) repeat-x;
  padding: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-right: 1px solid #B4C2B4;
  text-align: left;
}
#prizeTable .tdPlace,#prizeTable .tdPrize,#prizeTable .tdExtra{
  background: #E9E9E7 url(../images/table-td-bg.jpg) repeat-x;
  padding: 12px;
  border-right: 1px solid #A6C8A7;
  border-bottom: 1px solid #A6C8A7;
}
#prizeTable .tdPlace{
  border-left: 1px solid #A6C8A7;
  font-size: 16px;
  color: #;
}
#prizeTable .tdPrize{
  text-align: center;
  color: #299828;
  font-size: 16px;
  font-weight: bold;
}
.gameIcon{
  width: 100px;
  height: 100px;
  float: left;
  margin: 15px 10px 0 0;
}
.viewSubmissions{
  background: url(../images/btn-view-submissions.png) no-repeat;
  display: block;
  width: 221px;
  height: 56px;
  text-decoration: none;
}
.viewSubmissions:hover{
  background-position: 0 -56px;
}

/* Footer */
#footer{
  background: url(../images/footer-bg.png) no-repeat;
  padding: 33px 0 0 25px;
  height: 61px;
  display: block;
}

/* Misc */
.clearAll{
  clear: both;
}

.tooltip
{
  background: #A6C8A7;
  font-size: small;
}
.tooltip p
{
  margin: 0;
}

