﻿
#SeminarListingDiv
{
}

#SeminarListingDiv h1
{
    float: none;
    clear: both;
    margin-bottom: 8px;
	font-size: 15px;
}

#SeminarListingDiv .SeminarListItem, #SeminarListingDiv .SeminarListItemAlt
{
    width: 100%;
    height: 50px;
    float: none;
    clear: both;
    padding: 3px;
    vertical-align: middle;
    position: relative;
    display: block;
}

#SeminarListingDiv .SeminarListItemAlt
{
    background-color: #ECF0F1;
}

#SeminarListingDiv .SeminarListCheckBox
{
    width: 32px; 
    float: left;
    margin-top: 8px;
    display: inline-block;
}

#SeminarListingDiv .SeminarListSummary
{
    float: left;
    cursor: pointer;
    display: inline-block;
	width: 370px;
}

#SeminarListingDiv .SeminarWhen 
{
}

#SeminarListingDiv .SeminarWhat
{
    font-size: 110%;
    text-decoration: underline;
    font-weight: bold;
}

#SeminarListingDiv .SeminarWhere
{
}

#SeminarDescription
{
    width: 200px;
    background-color: White;
    border: solid 3px #B1BBBD;
    position: absolute;
    left: 430px;
    top: 0;
    padding: 16px;
    display: none;
}

#SeminarListingDiv #SeminarDescription #CloseButton
{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#SeminarListingDiv #SeminarDescription .SeminarDescHeading
{
    font-weight: bold;
    margin-bottom: 8px;
}

#SeminarListingDiv #SeminarDescription .SeminarDescText
{
}

#SeminarListingDiv .Separator
{
    clear: both;
    float: none;
    height: 12px;
}

.SeminarSignups
{
    color: Red;
    font-style: italic;
}

/* OrderForm */

#orderForm
{
    padding: 0px;
    width: 440px;
	background-color: #fafafa;
	background-color: Transparent;
}



#orderForm label
{
	font-weight: bold;
	display: block;
	padding: 0 0 2px 0;
}

#orderForm input
{
	width: 205px;
	border: 1px solid #b8bfc1;
	padding: 2px 2px;
}

#orderForm textarea
{
    border: 1px solid #b8bfc1;
}

#orderForm .orderCompany input
{
	width: 440px;
}

#orderForm .submitButton
{
    width: auto;
    float: left;
    clear: both;
}

#orderForm #firstPart
{
	float: left;
}

#orderForm #firstPart p
{
	float: left;
}


