﻿/*
-----------------------
Quickranks general layout
-----------------------
*/
.ms_table ul { padding: 6px 0px 0px 0px; }
.ms_table li { padding: 0px 2px 0px 10px; }
.left_col { width: 225px; float: left; padding: 0px 0px 0px 0px; }
.middle_col { width: 225px; float: left; padding: 0px 0px 0px 0px; }
.right_col { width: 240px; float: left; padding: 0px 0px 0px 0px; }
.bottomAd { width: auto; margin: 30px 0px 20px 0px; clear: both; }

/*
-----------------------
Quickranks buttons
-----------------------
*/
.ms_button_qr, 
input.ms_submit_button  { display : inline-block; width:auto; height:auto; padding:2px 6px; margin-left: 5px; font-size: 11px; font-weight:bold; line-height: 13px; color: #333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #eee; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee)); background-image: -moz-linear-gradient(90deg, #eee, #fff); background-image: -ms-linear-gradient(#fff, #fff 25%, #eee); background-image: -o-linear-gradient(#fff, #ffffff 25%, #eee); background-image: linear-gradient(#fff, #fff 25%, #eee); background-repeat: no-repeat; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); border:1px solid #999; border-bottom-color: #888; -webkit-box-shadow:1px 1px 0 rgba(0, 0, 0, .1); -moz-box-shadow:0 1px 0 rgba(0, 0, 0, .1); box-shadow:0 1px 0 rgba(0, 0, 0, .1); cursor: pointer; *margin-left: .3em; }
.ms_button_qr:hover, 
input.ms_submit_button:hover { color: #333333; text-decoration: none; background-color: #eee; background-position: 0 -15px; -webkit-transition: background-position 0.1s ease-out; -moz-transition: background-position 0.1s ease-out; -ms-transition: background-position 0.1s ease-out; -o-transition: background-position 0.1s ease-out; transition: background-position 0.1s ease-out; }
.ms_button_qr:focus, 
input.ms_submit_button:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.ms_button_qr.active, 
input.ms_submit_button.active, 
.ms_button_qr:active, 
input.ms_submit_button:active {   background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #eee; background-color: #d9d9d9 \9; color: rgba(0, 0, 0, 0.5); outline: 0; }
.ms_button_qr.disabled, 
input.ms_submit_button.disabled, 
.ms_button_qr[disabled], 
input.ms_submit_button[disabled] { cursor: default; background-image: none; background-color: #eee; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
