﻿.form, .item, .submit, .row, .border
{
    overflow: hidden;
    height: 100%;
}

.expand
{
    height: auto;
    overflow: hidden;
}

.form .left
{
    float: left;
    width: 49%;
}
.form .right
{
    float: right;
    width: 49%;
}

.form .item
{
    padding: 5px 3px;
}

.form label.lbl, .form span.lbl
{
    display: block;
}
.form label.profile, .form span.profile
{
    width: 26%;
    float: left;
    padding: 2px 4px 0px 0px;
    text-align: right;
}
.form input, .form textarea
{
    width: 92%;
}
input.profile, textarea.profile, select.profile
{
    width: 68%;
    float: left;
}
select.profile
{
    width: 66%;
}
input.name
{
    width: 40%;
}
textarea.profile_desc
{
    margin: 0px auto;
}
.form .checks input, .form .platforms input
{
    width: auto;
    float: left;
}
.form .checks label
{
    float: left;
    display: block;
    width: 80%;
}
.form .checks br, .form .platforms br
{
    clear: both;
}
.form .platforms
{
    display: block;
    width: 68%;
    float: left;
}
#left .form .platforms label
{
    width: 80px;
    float: left;
    padding-top: 1px;
}

.borderTop
{
    border: solid 1px Silver;
}
/* inherits from .article in content.css */
.border
{
}
.paddingTop
{
    padding-top: 15px;
}
#content .xtraMargin
{
    margin-top: 10px;
}
.indent
{
    width: 94%;
    margin: 0px auto;
}
.indent textarea, .indent label.lbl
{
    width: 98%;
}

.submit
{
    text-align: center;
}

/* Grids */
.AspNet-GridView table.listing
{
    width: 100%;
    border: solid 1px #E1E1E1;
}
.AspNet-GridView table td, .AspNet-GridView table th
{
    padding: 3px;
}
.AspNet-GridView table th
{
    background-color: #8080FF;
    color: White;
    text-align: left;
    font-weight: normal;
}
#left .AspNet-GridView table th a
{
    background-image: none;
    padding: 0px;
    color: White;
}
.AspNet-GridView table td
{
    border: dotted 1px #E1E1E1;
}
.AspNet-GridView table tbody tr
{
    background-color: #EEEEEE;
}
.AspNet-GridView table td.img, .AspNet-GridView table th.img
{
    width: 1%;
}
.AspNet-GridView table td.cmd, .AspNet-GridView table th.cmd
{
    text-align: center;
    width: 10%;
    white-space: nowrap;
}