table.form-table
{
        width : auto;
        border:1px solid #6FDF4A;
        background-color: #D9F8CD;
        border-collapse:collapse;
        font-weight:normal;
}

table.form-table th
{
        padding: 5px 5px;
        vertical-align:top;
        text-align: left;
}

table.form-table tfoot th
{
        text-align: center;
}

table.form-table tbody td
{
        text-align: left;
}

table.form-table tbody th
{
        align: right;
}


table.form-table thead th, table.form-table tfoot th
{
        border:1px solid #6FDF4A;
        background-color: #A3EA8A;
        color:#555555;
}

table.form-table tfoot input
{
        /*color:#25639A;*/
        padding: 2px 5px;
        color:#555555;
        border: 1px solid #25639A;
        background-color: #D9F8CD;
        font-weight: bold;
}

table.form-table td
{
        padding: 5px 5px;
}

table.form-table tr.delimiter td
{
        font-size: 1pt;
        height: 3px;
        background-color: #A3EA8A;
}

table.form-table .required
{
        color: red;
}

table.form-table .error-fld
{
        display: block;
        float: left;
        height: 13px;
        width: 15px;
        background-repeat: no-repeat;
        background-image: url(images/icon_warn.gif);
}

table.form-table tr.errors td
{
	text-align: left;
	color: red;
}



/***************** download ***********************/
.files-list {
	width: 500px;
}

.files-list table {
	width: 100%;
}

.files-list tr {
	height: 48px;
	background-color: #f0f0f0;
}

.files-list .descr {
	width: 50%;
}

.files-list .size  {
	width: 25%;
	text-align: center;
}

.files-list .link  { 
	text-align: center;
}


/************* recommend *********************/
.recommends table.form-table
{
        width : auto;
        border:1px solid #6FDF4A;
        background-color: #D9F8CD;
        border-collapse: collapse;
        font-weight: normal;
}

.recommends table.form-table table 
{
        margin: 0 auto;
}

.recommends table.form-table th
{
        padding: 5px 5px;
        vertical-align: top;
        text-align: left;
}

.recommends table.form-table tfoot th
{
        text-align: center;
}

.recommends table.form-table tbody td
{
        text-align: center;
}

.recommends table.form-table tbody th
{
        text-align: center;
}


.recommends table.form-table tbody th, .recommends table.form-table tfoot th
{
        border:1px solid #6FDF4A;
        background-color: #A3EA8A;
        color:#555555;
}

.recommends table.form-table tfoot input
{
        /*color:#25639A;*/
        padding: 2px 5px;
        color:#555555;
        border: 1px solid #25639A;
        background-color: #D9F8CD;
        font-weight: bold;
}


.recommends table.form-table td
{
        padding: 5px 5px;
}

.recommends table.form-table tr.delimiter td
{
        font-size: 1pt;
        height: 3px;
        background-color: #A3EA8A;
}

.recommends table.form-table .form-table-required
{
        color: red;
}

.recommends table.form-table tr.errors td
{
	text-align: center;
	color: red;
}

.recommends table.form-table .error-fld
{
        display: block;
        float: left;
        height: 13px;
        width: 15px;
        background-repeat: no-repeat;
        background-image: url(images/icon_warn.gif);
}


/************ Webinars *****************/
.webinar-catalog
{
	width:500px;
	overflow: hidden;
	background-color: #eeeeee;
	padding: 10px 10px;
}

.webinar-catalog .navigator
{
	width: 100%;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}

.webinar-catalog table
{
	width: 100%;
	border-collapse: collapse;
}

.webinar-catalog thead th
{
	padding: 5px 5px;
	vertical-align:top;

	text-align: left;
	text-decoration : underline;
	/*color: #B01F23;
	color: #235C10;*/
	color: #555555;
}


.webinar-catalog td
{
	padding: 5px 5px;
	vertical-align:top;

	border-bottom: 1px solid #eeeeee;
	background-color : white;
	color: black;
}

.webinar-catalog .webinar { width: 40%; font-weight: bold;}
.webinar-catalog .managers { width: 10%}
.webinar-catalog .price { width: 10%; text-align: center; }
.webinar-catalog .start_time { width: 20% }
.webinar-catalog .duration { width: 10%}
.webinar-catalog .registered { width: 10%}

.webinar-catalog .reg_btn
{
	width: 100px; 
	background-color: #dddddd;
	text_decoration: none;
	border: 1px solid gray;
}

.webinar-catalog a.reg_btn:hover
{
	background-color: #eeeeee;
}


.webinar UL, .webinar OL {
	padding-left : 80px;
}

.webinar table
{
	width: 100%;
	border-collapse: collapse;
}

.webinar th { text-align: right; }

.webinar td { text-align: left; padding-left: 10px; }

.catalog-price {
	 color:red;
}
