/* 
Document   : default
Created on : 13-Jun-2008, 10:50:06
Author     : MJaggard
Description: 
*/

ol, ul, dl
{
	display: block;
}

input.middlename
{
    width: 2em;
}

.boxes
{
    margin: auto;
}

.mainpage li
{
	list-style: none;
}

.box,
.mainpage li a
{
    padding: 10px;
    border: 2px solid black;
    margin: 25px;
    float: left;
}

.existingattributes,
.attributearea,
.membershiparea
{
	margin: 10px 0;
}

.boxes .box
{
    width: 300px;
}

.boxes .big
{
    width: auto;
}

.box table,
.box table
{
    margin-top: 5px;
}

.box td,
.box td,
.box th,
.box th
{
    border: none;
}

.errorinfo,
.successinfo
{
    font-size: 80%;   
}

.error
{
    color: red;
}

.success
{
    color: #00f;
}

.withborders td,
.withborders th
{
    border: 1px solid black;
}

.withborders th
{
    border-width: 2px;
}

td.label,
.labeltable th
{
    text-align: right;
}

textarea#new_attribute_value
{
    width: auto;
}

.big .box
{
    width: auto;
    float: none;
}

.attributearea
{
    width: 410px;
}

.sidemenu li
{
    padding-bottom: 4px;
}

.tdc_header
{
    height: 111px;
}

.tdc_header h1
{
    display: inline;
    position: relative;
    top: -33px;
    padding-left: 10px;
}

.mainpage 
{
	padding-bottom: 1em;
}

#yui-main .yui-b
{
	padding: 1em;
}

.mainpage li
{
	display: block;
	float: left;
}

.tl
{
	padding: 0 0 0 10px;
	background-image: url(../../images/privatelabel/send-bg.gif);
	background-position: top left;
}

.tl .tr
{
	padding: 6px 0 0 0;
	background-image: url(../../images/privatelabel/send-bg.gif);
	background-position: top right;
}

.tl .tr .br
{
	padding: 0 10px 0 0;
	background-image: url(../../images/privatelabel/send-bg.gif);
	background-position: bottom right;
}

.tl .tr .br .bl
{
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url(../../images/privatelabel/send-bg.gif);
	background-position: bottom left;
}

.display_as_normal_text
{
	background-color: inherit;
	border: none;
	color: inherit;
	width: auto;
	overflow: auto;
}

h1 {
	font-size: 18pt;
	margin-top: 5px;
}

div.ui-closable-tab {
	display:none;
}