﻿.outline {
    outline: 1px solid black;
}

option.Red { background-color: red;color: white;}
option.Blue { background-color: blue;color: white;}
option.Brown { background-color: brown;color: white;}
option.Green { background-color: green;color: white;}
option.Gray { background-color: gray;color: black;}
option.Purple { background-color: purple;color: white;}
option.Orange { background-color: orange;color: black;}

.smallAvatar { height: 20px;width: 20px;}

.opponentHeightDiv { height: 255px;position: relative;}

.opponentHeightTable { height: 200px;position: relative;}

.chatBox { overflow-y: auto; height: 174px;}

.woodPanel {
    background-image: url('/Content/Background/Wood_Grain.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.greenFelt {
    background-image: url('/Content/Background/Green_Felt.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hidden { display: none;}

.startButton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 12.5px 25px;
   -webkit-border-radius: 23px;
   -moz-border-radius: 23px;
   border-radius: 23px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.startButton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.startButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }