﻿body
{
}

.Section
{
    display: inline;
    font-size: large;
    font-weight: bold;
    height: 18px;
}

/*Sort*/
.itemOrder ul
{
    padding-left: 0px;
}
.itemOrder li
{
    display: block;
    margin: 5px;
    border: 1px solid #D4E0EE;
}
.itemOrder div
{
    border: 1px none #000040;
    height: 60px;
}
.item
{
    text-align: left;
    vertical-align: middle;
}
#dragHandle
{
    border: none 0px;
    cursor: move;
    width: 60px;
    height: 60px;
    background: url("move.gif" ) no-repeat 15px 15px;
}
/*Sort*/

/*LocalizedField*/
table #LocalizedField td
{
    border: 0px none white !important;
    padding: 0px !important;
}



/* Localized Items */
.localizedItemHeader{
background-color:#E8E8E8;
color:#2F2F2F;
font-weight:bold;
margin-bottom:5px;
padding:5px;
}

.dvButtons{
float:right;
}


/* stats box*/
.stats-box, .settings
{
    border: 1px solid gray;
    background-color: #F1F1F1;
    height: 150px;
    width: 350px;
    margin: 10px;
    padding: 10px;
    float: left;
}

div.settings
{
    width: 800px;
    height: 590px;
    margin: auto;
    float: none;
}
div.settings div
{
    padding-bottom: 10px;
    float: left;
}
.stats-box h3, .settings h3
{
    font-size: 18px;
    font-weight: normal;
    padding-left: 3px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 7px;
    clear: both;
    float: left;
}
.stats-box div{
    width:350px;
    float:left;
}
.stats-box label, .settings label, .stats-box a
{
    float: left;
    padding: 3px;
}
.stats-box a{
    float:right;
    margin-right:10px;
}
div.settings input, div.settings label, div.settings textarea
{
    float: left;
    width: 300px;
    margin-top: 2px;
    margin-bottom: 2px;
}
div.settings label
{
    width: 160px;
}
.stats-box span
{
    font-weight: bold;
    float: left;
    padding: 3px;
}

div.settings input.submitButton
{
    float: right;
    margin-right: 20px;
    clear: left;
    width: 150px;
}
