@charset "utf-8";

@font-face {
	font-family: 'TuffyRegular';
	src: url('fonts/Tuffy-webfont.eot');
	src: local('☺'), url('fonts/Tuffy-webfont.woff') format('woff'), url('fonts/Tuffy-webfont.ttf') format('truetype'), url('fonts/Tuffy-webfont.svg#webfontmvIlLqd0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TuffyItalic';
	src: url('fonts/Tuffy_Italic-webfont.eot');
	src: local('☺'), url('fonts/Tuffy_Italic-webfont.woff') format('woff'), url('fonts/Tuffy_Italic-webfont.ttf') format('truetype'), url('fonts/Tuffy_Italic-webfont.svg#webfontG9KLGHP5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TuffyBold';
	src: url('fonts/Tuffy_Bold-webfont.eot');
	src: local('☺'), url('fonts/Tuffy_Bold-webfont.woff') format('woff'), url('fonts/Tuffy_Bold-webfont.ttf') format('truetype'), url('fonts/Tuffy_Bold-webfont.svg#webfontRBPEAfOG') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TuffyBold-Italic';
	src: url('fonts/Tuffy_Bold_Italic-webfont.eot');
	src: local('☺'), url('fonts/Tuffy_Bold_Italic-webfont.woff') format('woff'), url('fonts/Tuffy_Bold_Italic-webfont.ttf') format('truetype'), url('fonts/Tuffy_Bold_Italic-webfont.svg#webfontnRZzVXAD') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KomikaAxisRegular';
	src: url('fonts/KOMIKAX_-webfont.eot');
	src: local('☺'), url('fonts/KOMIKAX_-webfont.woff') format('woff'), url('fonts/KOMIKAX_-webfont.ttf') format('truetype'), url('fonts/KOMIKAX_-webfont.svg#webfontpqcItU5K') format('svg');
	font-weight: normal;
	font-style: normal;
}









body{
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	font-family: 'TuffyRegular', Helvetica, Arial, sans-serif;
	background-image: url(images/leatherBak.jpg);
	background-position: center top;
}

h1, h2, h3, h4, h5 {font-family: 'KomikaAxisRegular', Helvetica, Arial, sans-serif;}

h1 {
	font-size: 1.6em;
	margin-bottom: .75em;
	margin-top: 0em;
	line-height: 1.4em;
	
}

input {-webkit-appearance: caret;}
#loading {
	line-height: 100%;
	color: #666;
	background-color: #000;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5000;
}
#loading .content {
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	width: 300px;
	text-align: center;
	margin-top: 100px;
}
#loading .content a {
	color: #005182;
	text-decoration: none;
}
#loading .content p {
	margin-bottom: .5em;
}




#borderContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* CSS Document */

#container {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
}

.endColumn {
	width:270px;
	margin: 10px;
	float: left;
}
.centerColumn {
	width:345px;
	margin: 10px;
	float: left;
	padding-left: 10px;
}


#container #content h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
}
#content h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
}
.close  {
	clear: both;
	text-align: right;
	position: absolute;
	z-index: 100;
	height: 30px;
	width: 240px;
	margin-top: -10px;
}
.close a  {
	color: #000;
	text-decoration: none;
	background-image: url(images/close.png);
	background-position: center center;
	display: block;
	height: 30px;
	width: 30px;
	float: right;
}

.tutorial label {
	display: block;
	margin-bottom: -5px;
}

#alertMe {
	width: 300px;
	position: absolute;
	z-index: 1000;
	margin-top: 200px;
	margin-left: 15px;
}

#alertMe .close {
	width: 300px;
}

#alertMe .alert, #userHintBox {
	background-color: #F0DA8E;
	padding: 10px;
	border: 3px solid #DB9C1A;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-weight: bold;
	line-height: 1.4em;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	filter:DropShadow(Color=#000, OffX=1, OffY=1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
	margin-bottom: 1em;
}

#userHintBox  {
	display: none;
}
.player  {
	padding: 5px;
	cursor: pointer;
	border: 1px solid #CCC;
	margin: 5px;
	line-height: 50px;
	height: 30px;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.player:hover {
	border: 1px solid #999;
	background-color: #d6d6d6;
}

.player:hover input.playerPoints, .player:hover input.playerName {
	background-color: #d6d6d6;
	}

.playerSelected {
	border: 1px solid #333;
	background-color: #D6D6D6;
}

.playerSelected input.playerPoints, .playerSelected input.playerName {
	background-color: #D6D6D6;
	}

.healthSelected, .healthSelected:hover  {
	border: 1px solid #1D5594;
	background-color: #ADCCEF;
}

.healthSelected input.playerPoints, .healthSelected input.playerName, .healthSelected:hover input.playerPoints, .healthSelected:hover input.playerName {
	background-color: #ADCCEF;
	}

.attackedPlayer , .attackedPlayer:hover{
	border: 1px solid #900;
	background-color: #FFB3B3;
}

.thumpSelected input.playerPoints, .thumpSelected input.playerName, .thumpSelected:hover input.playerPoints, .thumpSelected:hover input.playerName {
	background-color: #FFE26F;
	}
	
.thumpSelected , .thumpSelected:hover{
	border: 1px solid #DB971A;
	background-color: #FFE26F;
}

.attackedPlayer input.playerPoints, .attackedPlayer input.playerName, .attackedPlayer:hover input.playerPoints, .attackedPlayer:hover input.playerName {
	background-color: #FFB3B3;
	}	

.player input.playerPoints {
	float: right;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 20px;
	width: 60px;
}
.player input.playerName {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 20px;
	font-size: 20px;
	width: 125px;
}



#gameButtons {
	margin-bottom: 1em;
}

#gameButtons li {
	padding-bottom: 5px;

}
#gameButtons a {
	display: block;
	padding: 5px;
	width: 245px;
	text-decoration: none;
	background-color: #D6D6D6;
	border: 1px solid #666;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	color: #4f4f4f;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
	background: -moz-linear-gradient(top, #ededed, #c4c4c4);

	filter: progid:DXImageTransform.Microsoft.gradient  (startColorstr=#ededed, endColorstr=#c4c4c4);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#gameButtons a:hover {
	background-color: #ddd!important;
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	filter:DropShadow(Color=#000, OffX=1, OffY=1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	}
#gameButtons .addPlayer a {
	margin-left: 7px;
}
#gameButtons .deletePlayer a {
	margin-left: 7px;
}
#gameButtons .tutorial {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-left: 7px;
	font-size: 1.1em;
	font-weight: bold;
}
#gameButtons .tutorial label {
	margin-right: 7px;
}





#description {
	margin-top: .5em;
}
#cardButtons {

}



#cardButtons li {
	display: inline;
}


#cardButtons a.button  {
	float: left;
	height: 100px;
	width: 73px;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 40px;
	line-height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	
	background-color: #D6D6D6;
	border: 1px solid #666;
	text-align: center;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	color: #4f4f4f;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #acacac;
	/*border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
	background: -moz-linear-gradient(top, #ededed, #c4c4c4);
	filter: progid:DXImageTransform.Microsoft.gradient  (startColorstr=#ededed, endColorstr=#c4c4c4);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;*/
	
	
	
	
	
	
	
	
	}
#cardButtons .number .button   {
	background-color: #6CF;
}
#cardButtons .number .buttonContainer {
	height: 102px;
	width: 75px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}



.cardSelected {
	box-shadow: 0 0 5px rgba(255,255,255,1)!important;
	filter:DropShadow(Color=#fff, OffX=1, OffY=1)!important;
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,1!important);
	-moz-box-shadow: 0 0 5px rgba(255,255,255,1)!important;
	background-color: #5B5C5D!important;
	display: block;
}

#cardButtons .card2,
#cardButtons .card3, 
#cardButtons .card4, 
#cardButtons .card5, 
#cardButtons .card6, 
#cardButtons .card7, 
#cardButtons .card8, 
#cardButtons .card9, 
#cardButtons .card10, 
#cardButtons .card15 {
	height: 102px;
	width: 75px;
	display: block;
	
	}
	
/*#cardButtons .card2 img {
	box-shadow: 0 0 5px rgba(0,0,0,1);
	filter:DropShadow(Color=#000, OffX=1, OffY=1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,1);
	border: 1px solid #000;
	background-color: #000;
}	*/
	
#submitButtonContainer a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	color: #4f4f4f;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #999!important;
	border-top-color: #333!important;
	border-left-color: #333!important;
	border-bottom-color: #999!important;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
	background: -moz-linear-gradient(top, #ededed, #c4c4c4);
	filter: progid:DXImageTransform.Microsoft.gradient  (startColorstr=#ededed, endColorstr=#c4c4c4);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
}




#cardButtons .submit {
	background-color: #D6D6D6;
	display: block;
	border: 1px solid #666;
	width: 243px;
	text-decoration: none;
	text-align: center;
	clear: right;
	float: left;
	line-height: 55px;
	height: 55px;
	font-size: 28px;
	margin-bottom: 10px;
}
#cardButtons .smallSubmit {
	background-color: #D6D6D6;
	display: block;
	border: 1px solid #666;
	width: 115px;
	text-decoration: none;
	text-align: center;
	float: left;
	line-height: 33px;
	height: 33px;
	font-size: 24px;
	margin-bottom: 10px;
}
.marginLeft {
	margin-left: 10px;
}

#attackButton .button, #healthButton .button, #PMButton .button, #thumpButton .button    , #defendButton .button{

	
}


.buttonSelected {
	background-color: #900!important;
	color: #D2D0D0!important;
	cursor: pointer;
	text-shadow: 1px -1px 1px #420404!important;
	/*border: 1px solid #7b0000!important;*/
	/*border-top-color: #cf0202!important;
	border-bottom-color: #680202!important;
	background: -webkit-gradient(linear, left top, left bottom, from(#b20303), to(#660202))!important;
	background: -moz-linear-gradient(top, #b20303, #660202)!important;
	filter: progid:DXImageTransform.Microsoft.gradient  (startColorstr=#b20303, endColorstr=#660202)!important;*/

}
#healthButton .button {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -310px top;
	text-indent: 9999px;
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000!important;
	border-right-color: #999!important;
	border-bottom-color: #999!important;
	border-left-color: #000!important;
}
#healthButton .buttonSelected {
	color: #D2D0D0!important;
	cursor: pointer;
	border: 1px solid #69D2E9!important;
	background-image: url(images/allCards.jpg)!important;
	background-repeat: no-repeat;
	background-position: -387px top!important;
	background-color: #09F;
	box-shadow:inset 0 0 0px #000000;
	-moz-box-shadow:inset 0 0 0px #000000;
}
#attackButton .button {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -155px top;
	text-indent: 9999px;
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000!important;
	border-right-color: #999!important;
	border-bottom-color: #999!important;
	border-left-color: #000!important;
}
#attackButton .buttonSelected {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -232px top!important;
	box-shadow:inset 0 0 0px #000000!important;
	-moz-box-shadow:inset 0 0 0px #000000!important;
	border: 1px solid #C30!important;
}

#defendButton .button {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -618px top;
	text-indent: 9999px;
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000!important;
	border-right-color: #999!important;
	border-bottom-color: #999!important;
	border-left-color: #000!important;
}
#defendButton .buttonSelected {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -694px top!important;
	box-shadow:inset 0 0 0px #000000!important;
	-moz-box-shadow:inset 0 0 0px #000000!important;
	border: 1px solid #3C3!important;
}
#pmButton .button {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -78px top;
	text-indent: 9999px;
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000!important;
	border-right-color: #999!important;
	border-bottom-color: #999!important;
	border-left-color: #000!important;
}
#pmButton .buttonSelected {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -2px top!important;
	box-shadow:inset 0 0 0px #000000!important;
	-moz-box-shadow:inset 0 0 0px #000000!important;
	border: 1px solid #FFF!important;
}
#thumpButton .button {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -464px top;
	text-indent: 9999px;
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000!important;
	border-right-color: #999!important;
	border-bottom-color: #999!important;
	border-left-color: #000!important;
}
#thumpButton .buttonSelected {
	background-image: url(images/allCards.jpg);
	background-repeat: no-repeat;
	background-position: -540px top!important;
	box-shadow:inset 0 0 0px #000000!important;
	-moz-box-shadow:inset 0 0 0px #000000!important;
	border: 1px solid #FC0!important;
}


#content p, #content ul li {
	margin-bottom: .5em;
	line-height: 1.4em;
}
#content  ul {
	margin-left: 1em;
}
#content ul li {
	list-style-type: disc;
	margin-left: 0.5em;
}
#content  ul .noBullet {
	list-style-type: none;
}
#attackCards ul , #healthCards ul, #defendCards ul , #thumpCards ul, #pmCards ul{
	margin: 0px;
	padding: 0px;
	display: none;
}
#attackCards ul li , #healthCards ul li, #defendCards ul li, #thumpCards ul li{
	display: none;
	list-style-type: none;
	/* [disabled]width: 75px; */
}
#score {
	width: 270px;
	height: 85px;
	clear: both;
}
ul#score {
	padding: 0px;
	margin: 0px;
}

#score li {
	padding: 0px;
	list-style-type: none;
	display: block;
	height: 75px;
	width: 58px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#cardValue , #thumpValue, #totalPoints, #damage{
	width: 50px;
	float: left;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
}
.value label {
	margin-bottom: 0.25em;
	display: block;
	font-size: 12px;
}

.value {
	width: 50px;
	padding: 1px;
	float: left;
	margin-right: 5px;
}

#content a .caption {
	display: none;
}
#content {
	font-size: .9em;
}
#content  h3 {
	font-size: 16px;
	font-weight: bold;
}

#content ul.callOut {
	display: block;
	background-image: url(images/arrowBlue.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	clear: both;
	padding-top: 10px;	
}
#content ul.callOut li {
	display: block;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #17618C;
	border-right-color: #399FDD;
	border-bottom-color: #399FDD;
	border-left-color: #17618C;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.showCardAttack, .showCardDefend, .showCardHealth, .showCardPM, .showCardThump {
	height: 102px;
	width: 75px;
	float: right;
	margin-left: 5px;
	background-position: center center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #999;}

.showCardAttack {
	background-image: url(images/attackBak.png);
	}
.showCardPM {
	
	background-image: url(images/PMBak.png);
	
}

.showCardThump {
	
	background-image: url(images/thumpBak.png);
	
}
.showCardDefend {
	background-image: url(images/defendBak.png);
}

.middleNote {color: #FFF;
	font-size: 1em;
	margin-top: .5em;
	line-height: 1.4em;}

#footNote {
	margin-top: 1em;
}

#mainBox {
	height: 230px;
	width: 270px;
	margin-bottom: 1em;
	background-image: url(images/logoEmbossed.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#mainBox p, #footNote p {
	color: #FFF;
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 20px;
}
#mainBox a, #footNote a{
	color: #79CDFF;
	text-decoration: none;
}
#mainBox a:hover, #footNote a:hover{
	color: #66C6FF;
	text-decoration: underline;
}



#drawCard, #actionPlay , #attackCards, #defendCards, #healthCards, #thumpCards, #pmCards{
	background-color: #C4E3F6;
	padding: 5px;
	border: 3px solid #399FDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#pmCards ol li {
	margin-bottom: .5em;
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
}
#pmCards ol {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
	margin-left: 1.5em;
}
#pmCards ol li p {
	margin-bottom: .5em;
}





#cardContainer  {
	text-align: center;
	position: absolute;
	z-index: 5000;
	padding: 15px;
	display: none;
	margin-top: 2em;
	background-color: #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#cardContainer .imageContainer {
	height: 326px;
	width: 240px;
	color: #FFF;
}
#cardContainer img {
}

#cardContainer .caption {
	text-align: left;
	margin-top: 8px;
	color: #FFF;
	width: 230px;
	font-size: 1.1em;
}


a.linkButton, #content  .caption .pmButton, #content  .caption .thumpButton {
	display: block;
	padding: 5px;
	width: 110px;
	text-decoration: none;
	background-color: #D6D6D6;
	border: 1px solid #666;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	color: #4f4f4f;
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
	background: -moz-linear-gradient(top, #ededed, #c4c4c4);

	filter: progid:DXImageTransform.Microsoft.gradient  (startColorstr=#ededed, endColorstr=#c4c4c4);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
a.linkButton:hover, #content  .caption .pmButton:hover, #content  .caption .thumpButton:hover {
	background-color: #ddd!important;
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	filter:DropShadow(Color=#000, OffX=1, OffY=1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	}
	
a.linkButton:active, #content  .caption .pmButton:active,  #content  .caption .thumpButton:active {
	background-color: #ddd!important;
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	box-shadow: 0 0 5px rgba(255,255,255,1);
	filter:DropShadow(Color=#fff, OffX=1, OffY=1);
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,1);
	-moz-box-shadow: 0 0 5px rgba(255,255,255,1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed));
	background: -moz-linear-gradient(top, #ededed, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient  (startColorstr=#ededed, endColorstr=#ededed);
	}	
	
#content  .caption .pmButton, #content  .caption .thumpButton {
		width: 230px;

}	
.tutorialButton {
	margin-right: auto;
	margin-left: auto;
	margin-top: .5em;
	border-top-width: 2px!important;
	border-right-width: 2px!important;
	border-bottom-width: 2px!important;
	border-left-width: 2px!important;
	border-top-style: solid!important;
	border-right-style: solid!important;
	border-bottom-style: solid!important;
	border-left-style: solid!important;
	border-top-color: #000!important;
	border-right-color: #666!important;
	border-bottom-color: #666!important;
	border-left-color: #000!important;
}
.tutorialButton:hover {

	border-top-color: #666!important;
	border-right-color: #666!important;
	border-bottom-color: #666!important;
	border-left-color: #666!important;
}

.leftColumnCopy {
	width:270px;
	margin: 10px;
	float: left;
}
.topMargin {
	color: #FFF;
	margin-top: 100px;
}

