body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif
}

.ok_msg
{
	font-weight:bold;
	font-size:24px;
	color:#282;
	margin:20px;
}
.error_msg, .mistake_msg
{
	font-weight:bold;
	font-size:24px;
	color:#F00;
	margin:20px;
}
.pnl_table, .deviation_table, .session_table {
	margin: 20px;
}
.pnl_table td, .deviation_table td, .session_table td {
	text-align: right;	
	overflow: hidden;
	font-family: monospace;
}
.pnl_table td {
	width:100px
}
.session_table td{
	width:80px
}
.pnl_table th, .deviation_table th, .session_table th {
	text-align: right;	
}
.deviation_table_ev {width:80px;}
.deviation_table_timestamp {width:200px;}
.deviation_table_hand {width:35px;}
.deviation_table_vs {width:25px;}
.deviation_table_act {width:25px;}
.deviation_table_bs {width:25px;}
.deviation_table_rc {width:40px;}
.deviation_table_tc {width:60px;}
.deviation_table_ev_act {width:80px;}
.deviation_table_ev_opt {width:80px;}
.deviation_table_ev_bs {width:80px;}
.deviation_table_bet {width:60px;}
.session_table_id {width:40px;}


.pnl_table_row_label {
	text-align: left !important;
}
.input_bet {
	width: 100px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
input[type=submit] {
	cursor: pointer;
	width: 100px;
	height: 40px;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
input[type=radio] {
	margin-left:10px;
	margin-bottom:10px;
}
.pick_rules {
	font-size: 18px;
}
.button_stand {
	background: #BDF;
}
.button_hit {
	background: #CFC;
}
.button_double {
	background: #FDD;
}
.button_split {
	background: #FCF;
}
.button_surrender {
	background: #CCC;
	width:120px !important;
}
.button_insure_yes {
	background: #CFC;
	width: 120px !important;
}
.button_insure_no {
	background: #FCC;
	width: 120px !important;
}
.button_ack {
	background: #DDD;
	width: 150px !important;
}
.button_bet {
	background: #ADA;
}

#med_delay, #rules {
	font-family: monospace;
	margin-left:20px;
}

.footer {
	width: 100%;
	border-top: 2px solid;
	border-color: #DDD;
	margin-top: 5px;
	overflow: hidden;
}
.header {
	width: 100%;
	border-bottom: 2px solid;
	border-color: #DDD;
	margin-bottom: 5px;
	overflow: hidden;
}
.header_left {
	float:left;
}
.header_right {
	float:right;
}
.header a {
	margin-left: 4px;
	margin-right: 4px;
}
.header a:link, .header a:visited {
	color:#00F;
	text-decoration: none;
}
.header a:hover, .header a:active {
	color:#00F;
	text-decoration: underline;
}
.bs {
	border-collapse: collapse;
}
th.bs_chd, th.bs_chdidx, td.bs_rhd {
	font-weight:bold;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	font-family:monospace;
	border:1px solid;
}
th.bs_chd, td.bs_rhd {width:20px;}
th.bs_chdidx {width:70px;}
.bs td {
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	font-family:monospace;
	width:20px;
	border:1px solid;
	margin:0px;
}
.bs_H {background: #CCC; }
.bs_S {background: #FF4; }
.bs_DH, .bs_DS, .bs_D {background: #88F; }
.bs_PH, .bs_P {background: #4F4; }
.bs_RH, .bs_R {background: #F88; }

.session_player {width: 65px;}
.session_casino {width: 120px;}
.session_pnl {width: 60px;}
.session_time {width: 100px;}
.session_comments {width: 400px;}
.session_edit {width: 40px;}
.session_delete {width: 40px;}
.deviation_table td.odd {background-color: #DDF;}
.deviation_table td.even {background-color: #FFD;}

/* #### bootstrap Form #### */
.bootstrap-frm {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding: 20px 30px 20px 30px;
	font-size: 12px;
	/* font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; */
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border:1px solid #DDD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bootstrap-frm h1 {
	font-size: 25px;
	/* font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif; */
	padding: 0px 0px 10px 40px;
	display: block;
	border-bottom: 1px solid #DADADA;
	margin: -10px -30px 30px -30px;
	color: #888;
}
.bootstrap-frm h1>span {
	display: block;
	font-size: 11px;
}
.bootstrap-frm label {
	display: block;
	margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #333;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm input[type="password"], .bootstrap-frm textarea, .bootstrap-frm select{
	border: 1px solid #CCC;
	color: #888;
	height: 20px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 6px 12px;
	width: 59%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font: normal 14px/14px; /* "Helvetica Neue", Helvetica, Arial, sans-serif; */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	width: 72%;
	height: 30px;
}
.bootstrap-frm textarea{
	height:100px;
}
.bootstrap-frm .button {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 10px 25px 10px 25px;
	color: #333;
	border-radius: 4px;
}
.bootstrap-frm .button:hover {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
}
