﻿div#adminLeftDiv
{
    float: left;
    width: 300px;
}

div#adminRightDiv
{
    float: right;
    width: 380px;
}

table.clsItemList
{
	margin-top: 20px;
	border-collapse: collapse;
	width: 290px;
	border: none;
}

table.clsItemList td
{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

fieldset.adminForm
{
    padding: 10px 17px 10px 17px;
    border: 1px solid #ddd;
}

fieldset.adminForm label.clsFullRow
{
    display: block;
    font-weight: bold;
    margin: 5px 0 0 0;
}

fieldset.adminForm input.clsText
{
    width: 333px;    
}

fieldset.adminForm textarea
{
    width: 333px;
    height: 100px;
}

fieldset.adminForm .saveButtonDiv
{
    text-align: right;
    padding-top: 10px;
}

/* File upload */

.clsPopup
{
    width: 380px;
    height: 150px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 10px;
}

.clsLargePopup
{
    width: 630px;
    height: 550px;
    border: 1px solid #000;
    background-color: #fff;
    padding: 10px;
    overflow: auto;
}

.clsPopup iframe
{
    width: 380px;
    height: 150px;
}

fieldset#fileUpload
{
    border: none;
    height: 115px;
}

fieldset#fileUpload label
{
    display: block;
}

.clsUploadButtonDiv
{
    width: 99%;
    text-align: right;
}

.clsCurrentColor
{
	width: 249px;
	border: 1px solid #000;
	padding: 3px;
}
