﻿.btn {
	display: inline-block;
	background: url(btn.bg.png) repeat-x 0px 0px;
	padding:5px 10px 6px 10px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.btnblue		{background-color: #CCCCCC; color: #141414;}
.btnblue:hover	{background-color: #00c0ff; color: #ffffff;}

.buttonforimage
{
    display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    background: transparent;
    border: none !important;
    font-size:0;
    width: 40px;
    height: 40px;
}

.whitegreenbutton {
    background-color: white;
    color: green;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-appearance: none;
    border-radius: 0;
    /*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;*/
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-appearance: none;
    border-radius: 0;
    /*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;*/
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.pbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-appearance: none;
    border-radius: 0;
    /*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;*/
}
.pbutton:hover {
	text-decoration: none;
}
.pbutton:active {
	position: relative;
	top: 1px;
}

.shortbutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 0.5em 0.5em;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-appearance: none;
    border-radius: 0;
    /*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;*/
}
.shortbutton:hover {
	text-decoration: none;
}
.shortbutton:active {
	position: relative;
	top: 1px;
}


.buttonwidth150
{
    width: 150px;
}

/* blue */
.blue {
	color: white;
	border: solid 1px #539fe1;
	background: #4096EE;
	background: -webkit-gradient(linear, left top, left bottom, from(#60ABF8), to(#0a77d5));
	background: -moz-linear-gradient(top,  #60ABF8,  #0a77d5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#60ABF8', endColorstr='#0a77d5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/*New Button*/
.PlaydatatypeshortcutbuttonGreen {
    width:150px; 
    height:30px; 
    color:#FFF; 
    padding:5px 0 0 0px ; 
    margin:0 0 5px 2px; 
    background-color:#96C049; 
    border:1px solid #dee5ea;
    cursor: pointer;
    text-align: center;
}
.PlaydatatypeshortcutbuttonGreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #94b34d), color-stop(1, #b7ff0f) );
	background:-moz-linear-gradient( center top, #94b34d 5%, #b7ff0f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b34d', endColorstr='#b7ff0f');
	background-color:#94b34d;
}.PlaydatatypeshortcutbuttonGreen:active {
	position:relative;
	top:1px;
}

/* THis is to normalize buttons at index page - otherwise it looks bad on iPad Chrome */

.enterBtn 
{
    width: 70px;
    height: 70px;
    max-height: 70px;
    max-width:70px; 
}

/* ----------- Change course decks ----- */
.ccd_numericfield
{
  display:inline-block; vertical-align:top; 
}

 .numeric_button{background-color:#384B69;color:#FFFFFF; font-size: 45px; font-family:Arial;font-weight:bold;padding:2px;  border:none;}
 .current_page{background-color:#09151F;color:#FFFFFF;font-family:Arial;font-weight:bold;padding:2px;}
 .nextpreviouspagepage {background-color: green; color: yellow; font-size: 42px;}

 .MyButton
{
  /*color: White;*/
  vertical-align:top; 
  display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .1em .1em .1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-appearance: none;
    border-radius: 0;
    
    color: white;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');

}
 
/* -------------- MEDIA QUERIES ------------------*/


@media all and (min-width:701px) and (max-width: 1000px) and (orientation:portrait){
    /* iPad portait mode*/

    /* Top bar */
    .bluetoprightshortcutbuttons { width:32px; height: 32px;  margin-left:1px; margin-right:1px; cursor:pointer;}

}











