﻿#BottomScreenBar_UserControl
{
    position:absolute;
    top:96%;
    height:4%;
    left:0;
    width:100%;
    background-color:#cedeff;  
    text-align:center;
    vertical-align:middle;
}
#BottomScreenBar_TheBody
{
    position:absolute;
    top:15%;
    left:26%;
    font-family:Tahoma;
    font-size:14px;
}

.BottomScreenBar_Link
{
    cursor:pointer;
    text-decoration:none;
}

.BottomScreenBar_Link:hover
{
    cursor:pointer;
    text-decoration:underline;
    color:#ff0000;
}

