body {
	font: 13px 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
	color: #c8c8c8;
}

a {
	outline: none;
	border: none;
}

li img {display: block; border: 0;}

img {border: 0;}

h1 {visibility: hidden;}

span {display: none;}

#center {
	width: 100%;
	height: 71px;
	margin: 0px auto;
	position: relative;
}

#topdoghead {
	width: 992px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#topdoghead ul {
	margin-top: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
	float: center;
}

#topdoghead li {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#tdbuttons {
	height: 71px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#tdlogo {
	width: 220px;
	height: 71px;
	padding: 0px;
}

#revealheader {
	background: url(../images/pdog2007_2017.png) no-repeat top center;
	background-attachment: absolute;
	width: 992px;
	height: 300px;
	margin: 0px auto;
}

#signinheader {
	background: url(../images/tdindentsignin.png) no-repeat top center;
	background-attachment: absolute;
	width: 992px;
	height: 146px;
	margin: 0px auto;
}

#topdogbody {
	width: 992px;
	height: 71px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}

#topdogbody ul {
	margin-top: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
	float: center;
}

#topdogbody li {
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#tdvrunner {
	background: url(../images/vrunner.gif) repeat-y top center;
	background-attachment: absolute;
	width: 992px;
	margin: 0px auto;
}

#footer {
	background: url(../images/tdindentbm.png) no-repeat top center;
	background-attachment: absolute;
	width: 992px;
	height: 251px;
	margin: 0px auto;
}

#iconsholder {
	z-index					: 999;
	display					: inline-block;
}

#iconsplace {
	width					: 240px;
	height					: 25px;
	padding-top				: 4px;
	z-index					: 999;
	display					: inline-block;
}

a.facebookicon {
	background				: url(../images/pdogfb.png) no-repeat left bottom;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.facebookicon:hover {
	background				: url(../images/pdogfb.png) no-repeat left top;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.twittericon {
	background				: url(../images/pdogtw.png) no-repeat left bottom;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.twittericon:hover {
	background				: url(../images/pdogtw.png) no-repeat left top;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.youtubeicon {
	background				: url(../images/pdogyou.png) no-repeat left bottom;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.youtubeicon:hover {
	background				: url(../images/pdogyou.png) no-repeat left top;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.instaicon {
	background				: url(../images/pdoginsta.png) no-repeat left bottom;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.instaicon:hover {
	background				: url(../images/pdoginsta.png) no-repeat left top;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.twitchicon {
	background				: url(../images/pdogtwitch.png) no-repeat left bottom;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.twitchicon:hover {
	background				: url(../images/pdogtwitch.png) no-repeat left top;
	display					: inline-block;
	width					: 26px;
	height					: 25px;
	text-decoration			: none;
}

a.footlinks {
	color: #363736;
	text-decoration: none;
}

a.footlinks:hover {
	color: #575856;
	text-decoration: none;
}

a.bodylinks {
	font: 12px 'Lucida Grande', Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	color: #949494;
	text-decoration: none;
}

a.bodylinks:hover {
	color: #ffffff;
	font-weight: bold;
}

a.menulinks {
	font: 19px 'Trebuchet MS', Lucida Grande, Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #c3c3c3;
	text-decoration: none;
}

a.menulinks:hover {
	color: #ffffff;
	text-shadow: 0px 0px 6px #c3c3c3;
	font-weight: bold;
}

a.comlinks {
	padding: 6px 6px 6px 10px;
	text-decoration: none;
	display: block;
	font: 12px 'Lucida Grande', Tahoma, Verdana, Sans-Serif; 
	color: #9f9f9f;
	text-align: center;
	background-color: #424242;
	border: 1px #000000 solid; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;  
	-webkit-box-shadow: 1px 1px 4px #000; 
	-moz-box-shadow: 1px 1px 4px #000; 
	box-shadow: 1px 1px 4px #000;
}

a.comlinks:hover {
	padding: 6px 6px 6px 10px;
	color: #FFFFFF;
	background: #151515;
	border: 1px #323232 solid; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;  
	-webkit-box-shadow: 1px 1px 4px #000; 
	-moz-box-shadow: 1px 1px 4px #000; 
	box-shadow: 1px 1px 4px #000;
}

a.squadlinks {
	width: 202px;
	height: 200px;
	padding: 6px 6px 6px 10px;
	text-decoration: none;
	display: block;
	font: 12px 'Lucida Grande', Tahoma, Verdana, Sans-Serif; 
	color: #9f9f9f;
	text-align: center;
	background-color: #151515; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

a.squadlinks:hover {
	padding: 6px 6px 6px 10px;
	color: #FFFFFF;
	border: 0px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;  
	-moz-box-shadow: inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
   	box-shadow: inset 0 0 10px #ccc;
}

a.tablinks {
	text-decoration: none;
	display: block;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

a.tablinks:hover {
	color: #d9d9d9;
}
	

#alphachart {
	padding: 6px 6px 6px 10px;
	color: #FFFFFF;
	background: #151515;
	border: 1px #323232 solid; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

#loginscreen {
	padding: 6px 6px 6px 10px;
	color: #FFFFFF;
	background: #151515;
	border: 1px #323232 solid; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;  
	-webkit-box-shadow: 1px 1px 4px #000; 
	-moz-box-shadow: 1px 1px 4px #000; 
	box-shadow: 1px 1px 4px #000;
}

#contributions {
	background: url(../images/pdogcontributions_title.gif) no-repeat;
	height: 18px;
	text-align: right;
	padding-right: 14px;
	padding-bottom: 2px;
}

a.competebutton {
	width: 181px;
	height: 72px;
	padding: 4px;
	border: 2px #cecece solid;
	display: block;
}

a.competebutton:hover {
	width: 181px;
	height: 72px;
	padding: 4px;
	border: 2px #686868 solid;
	display: block;
}

#checkem {
	background: url(../images/checkmark.png) no-repeat;
	width: 43px;
	height: 47px;
}

form input[type=file] {;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #151515;
	padding: 5px;
	text-decoration:none;
	background:#4e4e4e;
	cursor:pointer;
	
	color:#ffffff;
	font:12px sans-serif;
	width: 165px;
}

form input[type=text],
form input[type=password] {
  	font-size: 14px;
  	padding: 5px;
  	color: #cccccc;
  	background:#151515;	
}
  	
form input[type=text],
form input[type=password] {
  	border:1px solid #4e4e4e;
  	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
  	background:#151515;		
  		
}
  	
form input[type=text] {
  	-webkit-appearance:none;
  	-moz-appearance:none;
}
  	
form input[type=text]:focus,
form input[type=password]:focus,textarea:focus {
	background-color: #000000;
}
	
form input[type=submit],
form input[type=reset] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #151515;
	padding: 5px;
	text-decoration:none;
	background:#4e4e4e;
	cursor:pointer;
	
	color:#FFFFFF;
	font:12px sans-serif;
}

.styled-select select {
	color: #c2c2c2;
        background: #2d2d2d;
        width: 300px;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border:1px solid #3d3d3d;
        border-radius: 5px;
        height: 31px;
        -webkit-appearance: none;
}

#my-div
{
    width    : 740px;
    height   : 160px;
    overflow : hidden;
    position : relative;
}

#my-iframe
{
    position : absolute;
    top      : -5px;
    left     : -5px;
    right    : -10px;
    width    : 1000px;
    height   : 1500px;
}

     