﻿#photoContestLink
{
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.rounded-corner
{
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,Sans-Serif;
    font-size: 12px;
    text-align: left;
}

.table-header
{
    border-bottom: 2px solid #6678B1;
    color: #003399;
}

.table-row
{
    color: #666699;
}

.MainTable
{
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    border-left-color: White;
    border-left-style: solid;
    border-left-width: 5px;
    border-bottom-color: White;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-right-color: White;
    border-right-style: solid;
    border-right-width: 5px;
}

.Heading1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 25px;
    color: White;
}



.Heading3
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 13px;
    color: White;
}



.Heading2
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    color: White;
}



.Normal
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
    color: White;
}

.Error
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 11;
    color: Red;
}





.TextBox
{
    background: #000000 none repeat scroll 0%;
    background-color: #000000;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-family: arial;
    font-size: 11px;
    height: 15px;
    padding: 4px;
    width: 169px;
    line-height: 16px;
}

.DropBox
{
    background: #000000 none repeat scroll 0%;
    background-color: #000000;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-family: arial;
    font-size: 11px;
    width: 169px;
    line-height: 16px;
}


#mapToolbar button
{
    width: 29px;
}
.selectIcon
{
    background-image: url(../images/CursorPointer.png);
    width: 25px;
    height: 25px;
}
.clearMapIcon
{
    background-image: url(../images/Toolbar/erase.png);
    width: 25px;
    height: 25px;
}
.uploadImageIcon
{
    background-image: url(../images/Toolbar/Camera.png);
    width: 25px;
    height: 25px;
}
.viewImageIcon
{
    background-image: url(../images/Toolbar/CameraMagnifier.png);
    width: 25px;
    height: 25px;
}
.zoomprevIcon
{
    background-image: url(../images/backward.png);
    width: 25px;
    height: 25px;
}
.zoomnextIcon
{
    background-image: url(../images/forward.png);
    width: 25px;
    height: 25px;
}
.fullExtentIcon
{
    background-image: url(../images/full-extent.png);
    width: 25px;
    height: 25px;
}
.identifyIcon
{
    background-image: url(../images/identify.png);
    width: 25px;
    height: 25px;
}
.measureLengthIcon
{
    background-image: url(../images/measure.png);
    width: 25px;
    height: 25px;
}
.measureSquareIcon
{
    background-image: url(../images/measure-poly.png);
    width: 25px;
    height: 25px;
}

.zoomInIcon
{
    background-image: url(../images/zoom-in.png);
    width: 25px;
    height: 25px;
}

.helpTable
{
    margin-bottom: 5px;
    width: 100%;
    border: solid 1px #DDDDDD;
}
.helpHeading
{
    padding: 3px;
    font-size: 130%;
    font-weight: bold;
    background-color: #EEEEEE;
}
.helpText
{
    font-style: italic;
    padding: 3px;
}
.helpLink
{
    padding: 3px;
}
.helpLink a
{
    color: #000000;
}

.customTab
{
    background: #E2E2E2 url('../images/tabEnabled.png') repeat-x scroll 0 0;
    border: solid 1px #CCCCCC;
    margin-right: 4px;
    padding: 5px;
    display: inline;
    height: 25px;
}

.customTabSelected
{
    background: #FFFFFF scroll 0 0;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #FFFFFF;
    margin-right: 4px;
    padding: 5px;
    display: inline;
    height: 25px;
}

.tabMessage
{
    z-index: 1000;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    border: 1px solid black;
    background-color: rgb(255, 253, 208);
}
