﻿.vtext
    {
        width:100px;
        height:100px;
        -ms-transform:rotate(270deg); /* IE 9*/ 
        -moz-transform:rotate(270deg); /* Firefox */
        -webkit-transform:rotate(270deg); /* Safari and Chrome */
        -o-transform:rotate(270deg); /* Opera */
        padding:2px;
        display: table-cell; 
        vertical-align: middle;
        text-align:center;
        color: white;
    }

.tile
{ height:25px; 
    width:250px; 
    float:left; 
    margin:0 5px 0 0;
    padding:2px; 
    background:#4682B4;
    display: table-cell; 
    vertical-align: middle;
    color: white;
    text-align:center;
    cursor:pointer;
}

.tilesinglelineLink {
    margin-top:2px;
}

.tilemultilineLink {
    margin-top:2px;
}

.firstTile {
    margin-left: 5px;
}

.tileLarge { 
    width:210px; 

}

.tileSmall { 
    width: 70px; 

}

.tileMedium { 
    width: 85px; 

}

.tilegreen{
    background-color:green;
}       

.tilelightgreen{
    background-color:lightgreen;
}       

.tileblue{
    background-color:#28a6f8;
}

.tilemedblue {
    background-color: #4682B4;
}

.tilelightblue {
    background-color: lightblue;
}

.tiledarkblue {
    background-color: darkblue;
}

.tilevarblue {
    background-color: #4a4ae6;
}


.tilemaroon {
    /*background-color:#ff6a00 ;*/
    background-color:#fa781a;
}

.tilepurple {
    background-color: purple ;
}

.tileplum {
    background-color: #e80fe8 ;
}

.tilegold {
    background-color:#ffd800 ;
}

.tileyellow {
    background-color:yellow;
}

.tilebrown {
    background-color: saddlebrown;
}

.tilelightbrown {
    background-color: sandybrown;
}

.tiledarkgray {
    background-color:#5e5a5a;
}

.tilegray {
    background-color:#808080;
}

.tilelightgray {
    background-color:#efecec;
}

.tilerow{
    width:1050px;
    padding:2px;
    height:auto;
    display:table; 
    font-family: Cambria; /*'Segoe UI';    */
    font-size: medium;
}

.selectedTile {
    background-color: #00ff21;
}

.tilecontent{
    width:1000px;
    padding:12px;
    height:400px;
    display:table;
    border:inset; 
    border-color: yellow;
    border-radius: 25px;
    font-family: Cambria; /*'Segoe UI';    */
    font-size: medium;
    color: aqua;
    background-color: wheat;
}