﻿body {
}

/* Controls Styles */
.textbox
{
    border-width:1px;
    border-color:#999999;
    border-style:solid;
    font-family:Trebuchet MS;
    font-size:11px;
    width:200px;
    height:15px;
}

.textarea
{
    border-width:1px;
    border-color:#999999;
    border-style:solid;
    font-family:Trebuchet MS;
    font-size:11px;
    width:284px;
    overflow:auto;
}

.dropdown
{
    border-width:1px;
    border-color:#999999;
    border-style:solid;
    font-family:Trebuchet MS;
    font-size:11px;
    width:203px;
    height:20px;
}

.button
{
    padding-left:25px;
    padding-right:25px;
    padding-top:3px;
    padding-bottom:5px;
    font-family:Trebuchet MS;
    font-size:11px;
    color:#707070;
    background-color: #DBDBDB;
    text-decoration:none;
}

.alert
{
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:5px;
    font-family: Courier New;
    font-size:12px;
    color:#707070;
    background-color: #DBDBDB;
    text-decoration:none;
}

.fixedLabel 
{
    display: block;
    float: left;
    padding-top:3px;
    width:70px;    
}

.fixedLabel1 
{
    display: block;
    float: left;
    padding-top:3px;
    width:110px;    
}


/* Text Styles */

.courier37boldlightgrey
{
    font-family:Courier New;
    font-weight:bold;
    font-size:37px;
    color: #999999;
}

.courier37boldgrey
{
    font-family:Courier New;
    font-weight:bold;
    font-size:37px;
    color: #666666;
}

.courier16darkgrey
{
    font-family:Courier New;
    font-size:16px;
    color: #262626;
}

.courier11lightgrey
{
    font-family:Courier New;
    font-size:11px;
    color: #999999;
}

.Trebuchet11lightgrey
{
    font-family:Trebuchet MS;
    font-size:11px;
    color: #999999;
}

.Trebuchet11grey
{
    font-family:Trebuchet MS;
    font-size:11px;
    color: #B2B2B2;
}

.Trebuchet12grey
{
    font-family:Trebuchet MS;
    font-size:12px;
    color: #B2B2B2;
}

/* Layers Styles */

#divLogin
{
    margin-top:100px;
    margin-left:20px;
}

#divAdd
{
    margin-top:100px;
    margin-left:20px;
}

#divManage
{
    margin-top:100px;
    margin-left:20px;
}

#divAddItem
{
    margin-top:100px;
    margin-left:20px;
}

#divEdit
{
    margin-top:100px;
    margin-left:20px;
}

#divEditItems
{
    margin-top:100px;
    margin-left:20px;
}

#divEditItem
{
    margin-top:100px;
    margin-left:20px;
}

/* Padding Styles */
.paddingtop20
{
    padding-top:20px;
}

.paddingtop50
{
    padding-top:50px;
}

.paddingleft5
{
    padding-left:5px;
}

.paddingleft25
{
    padding-left:25px;
}

.paddingleft46
{
    padding-left:46px;
}

.paddingright5
{
    padding-right:5px;
}

/* Links Style */

a.courier10grey:link {font-family: Courier New;font-size: 10px;color: #666666;	text-decoration: none;}
a.courier10grey:visited {font-family: Courier New;font-size: 10px;color: #666666;	text-decoration: none;}
a.courier10grey:hover {font-family: Courier New;font-size: 10px;color: #666666;	text-decoration: underline;}

a.courier11lightgrey:link {font-family: Courier New;font-size: 11px;color: #999999;	text-decoration: none;}
a.courier11lightgrey:visited {font-family: Courier New;font-size: 11px;color: #999999;	text-decoration: none;}
a.courier11lightgrey:hover {font-family: Courier New;font-size: 11px;color: #999999;	text-decoration: underline;}

a.terbuchet10grey:link {font-family: Trebuchet MS;font-size: 10px;color: #cccccc;	text-decoration: none;}
a.terbuchet10grey:visited {font-family: Trebuchet MS;font-size: 10px;color: #cccccc;	text-decoration: none;}
a.terbuchet10grey:hover {font-family: Trebuchet MS;font-size: 10px;color: #cccccc;	text-decoration: underline;}
