﻿body 
{	margin: 0px;
	padding: 0px;
	background: #CDCDCD url(../images/bg-simple.jpg) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	font: 2em Times New Roman, serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #339900;
}

img 
{
	border-style:none;
}

#main_simple 
{	background: #FFFFFF url(../images/bg-login.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
	width: 40em;
	text-align: center;
	border: 1px solid grey;
	padding: 10px;
}

.StepTitle
{	
	font: 2em Tahoma, san-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #339900;
	text-align: center;
}

.Step
{	
	background: #FFFFFF url(../images/bg-step.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	width: 50em;
	text-align: center;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

.confirmation
{	
	background-color:#C0FFC0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	width: 50em;
	text-align: left;
	border: 1px solid black;
	padding: 5px 5px 5px 15px;
}

#login_box 
{	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: center;
}

#header {
	height: 80px;
	margin: 0px auto;
	background: #FFFFFF url(../images/header.gif) repeat-x;
	padding: 0px;
}

#title_image {
	text-align: center;
	padding: 12px;
}

#footer {
	background: #FFFFFF url(../images/footer.gif) repeat-x;
	height: 70px;
}

#legal {
	clear: both;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}

.subject_header 
{
	font: .8em Tahoma, san-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
	
}	

.standard_table 
{
	width: 100%;
}


.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul, 
.rcbHovered ul, 
.rcbDisabled ul
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rcbHeader ul:after,
.rcbFooter ul:after,
.rcbItem ul:after, 
.rcbHovered ul:after, 
.rcbDisabled ul:after
{
    content: ".";
    display: block;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
}

.ChoiceComboBox
{
	padding: 8px 2px 0px 2px;
	clear:both;
}
	
.choose_workshops
{
	padding: 20px 2px 2px 2px;
	font-size: 1.2em;
	font-weight:bold;
    color: Green;
}


.col1
{
    float: left;
    width: 30px;
    margin: 0;
    padding: 0px 2px 0px 2px;
    line-height: 15px;
	height: 20px;
}

.col2
{
    float: left;
    width: 295px;
    margin: 0;
    padding: 0px 2px 0px 2px;
    line-height: 15px;
	height: 20px;
}

.col3
{
    float: left;
    width: 140px;
    margin: 0;
    padding: 0px 2px 0px 2px;
    line-height: 15px;
	height: 20px;
}

.col4
{
    float: left;
    width: 45px;
    margin: 0;
    padding: 0px 2px 0px 2px;
    line-height: 15px;
	height: 20px;
}

.image_button
{
	padding: 10px 10px 10px 10px;
}

.contact_left
{
	width: 150px;
	float:left;
	text-align:right;
	padding: 0 10px;
	font-size: 1.2em;
	font-weight:bold;
}

.contact_right
{
	float:left;
}

#confirm_registration
{
	height: 500px;
}