﻿body
{
    background-color: #cfcfcf;
}

#header
{
    position: relative;
    background-image: url('images/mapsgrcityus_blk2.png');
    background-repeat: no-repeat;
    background-position: left;
    background-color: Black;
    width: 100%;
    height: 50px;
    vertical-align:middle;
}

#welcome_lbl
{
    font-size: x-large;
    font-weight: bold;
    color: White;
}
#title
{
    font-size: x-large;
    font-weight: bold;
    color: White;
    width:400px;
    height: 50px;
}

#welcome_div
{
    position: relative;
    left: 350px;
    height:50px;
    top: 11px;
    vertical-align:middle;
}

#main
{
    background-image: url('images/faded_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #cfcfcf;
    height: 600px;
    width: 100%;
}

.tableheader
{
    font-size: large;
    font-weight: bold;
    text-align: left;
}

#tablediv
{
    margin: 0 auto;

}

#LaunchCell
{
    width: 10%;
    font-weight: bold;
    text-align:left;
}

#ToolCell
{
    width: 12%;
    text-align:left;
}

#FunctionCell
{
    width: 70%;
    text-align: left;
}

.function
{
    font-weight: bold;
}


.tool_title
{
    font-weight: bold;
}
.func_desc
{
    font-weight: bold;

}
.launch_btn
{
text-align:left;
}



