﻿#LeftAdminCol
{
    float:left;
    width:150px;
}

ul
{
    margin-top:40px;
   list-style:none;
}

#RightAdminCol
{
    float:left;
    width:600px;
}

h4
{
	display:block;
	font-size:140%;
	font-weight:bold;
	color:#00A69A;
	padding-bottom:4px;
	margin:15px 0 0 50px;
}

#admintable
{
    margin:30px 0 30px 50px;
}

#admintable td
{
    vertical-align:top;
    padding-right:15px;
    padding-bottom:10px;
}

label
{
    font-weight:bold;
}

.label
{
    vertical-align:top;
}

.txt
{
    width:400px;
}

.Ltxt
{
    width:500px;
    height:200px;
}

.XLtxt
{
    width:500px;
    height:300px;
}

.btn
{
    width:100px;
}

.dd
{
    width:200px;
}

.adminbuttons
{
    text-align:right;
}

div.success
{
    border:1px solid #20ac00;
    padding:8px;
    color:#20ac00;
    background-color:#e8f7e5;
    margin:20px 20px 8px 20px; 
}

div.error 
{
    border:1px solid #ff0000;
    padding:8px;
    color:#ff0000;
    background-color:#ffe5e5;
    margin-bottom:15px;
    margin:20px 20px 8px 20px; 
}


#admintable td.fieldhint {font-size: 83%;font-style:italic;}
#admintable td .fielderror {font-size: 83%;}

.scrolling-checkboxlist-container {height: 100px; overflow:auto; border:solid 1px #ABADB3;padding: 0 5px}
.checkboxlist label {margin: 0 5px; font-weight:normal}
.counter-remaining {text-align:right;font-size:83%; font-style:italic}