html {
    margin-bottom: 1px;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
}

body, form, input, button, select, table, textarea {
    color: #656b6f;
    font-family: tahoma, sans-serif;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
}

fieldset {
	border: none;
}

input.narrow-button {
    width: 50px;
}

body#support {
    background-position: 0pt -50px;
}

img, table {
    border:medium none;
}

table.color_table {
	background: #FFFFFF;
    width: 100%;
    text-align: center;
    border-spacing: 1px;
}

table.color_table td {
	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

table.color_table td.title {
	font-weight: bold;
    color: #FFFFFF;
    background-color: #009ec7;
}

table.color_table tr.choose {
	font-weight: bold;
    color: #FFFFFF;
    background-color: #69b4c8;
}

table.webinar_schedule {
    background: #FFFFFF none repeat scroll 0%;
    border-spacing: 1px;
    text-align: center;
    width: 100%;
}

table.webinar_schedule tr.choose {
    background-color: #69b4c8;
    color: #FFFFFF;
    font-weight: bold;
}

table.webinar_schedule tr.other {
	background-color: #DDD;
}

table.webinar_schedule td {
    padding: 5px;
}

table.webinar_schedule td.title {
    background-color: #a0b606;
    color: #FFFFFF;
    font-weight: bold;
}

table.webinar_schedule td.webinar_title {
    width: 30%;
}

table.webinar_schedule td.webinar_date {
    width: 60%;
}

table.webinar_schedule td.webinar_cancel {
    width: 10%;
}

#features a, table.webinar_schedule tr.choose a {
    color: #FFFFFF;
}

.webinar_schedule a {
    color: #428CE7;
}

table.webinar_completed {
    border-spacing: 0px;
}

#wrap {
	padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    margin: 0px auto;
    padding-top: 0px;
    text-align: center;
    max-width: 950px;
    min-width: 760px;
    width: expression(document.body.clientwidth > 950? "950px":"760px" );
}

#container {
    position: relative;
    text-align: left;
    width: 100%;
}

div.blue_light {
    background-color: #009ec7;
}

.headings {
    margin: 6px 0pt 15px;
}

h1, .heading {
    background-repeat: no-repeat;
    display: block;
    font-family: tahoma, sans-serif;
    font-size: 19px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    margin: 0pt;
    overflow: hidden;
    text-indent: -999em;
}

h2 {
    color: #a0b606;
    font-family: tahoma,sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 18px;
    margin: 0pt;
}

h2.white {
	color: #FFF;
}

h3 {
	color:#656b6f;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	MARGIN: 0px;
}

.white a {
	color: #009ec7;
}

a:link {
	color: #009ec7;
}
a:visited {
	color: #009ec7;
}
a:hover {
	text-decoration: none;
}

#colorbar a {
	color: #FFF;
}

.divider {
    background-image: url(../../common/images/layout/divider_white.gif);
    background-repeat: repeat-x;
    clear: both;
    font-size: 0pt;
    height: 1px;
    margin: 15px 0pt;
    overflow: hidden;
    width: 100%;
}

.italic {
    font-style: italic;
}

#colorbar {
    color: #FFFFFF;
    height: 20px;
    padding: 0pt 5px;
}

.gray_dark {
    background-color: #848387;
}

.red {
    color: #FF0000;
}

.box {
	padding-right: 1px;
    padding-left: 1px;
    background: #C4C1CB;
    margin-bottom: 15px;
    padding-bottom: 1px;
    color: #FFF;
    padding-top: 1px;
    border-bottom: #E7E7E7 2px solid;
}

.form {
	width: 100%;
}
.form td {
	padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    padding-top: 5px;
}

.small_text {
    font-size: 10px;
}

span.message {
    font-style: italic;
    color: red;
}

table.buttons {
	width: 100%;
}

table.buttons td.button-left {
    text-align: left;
}

table.buttons td.button-right {
    text-align: right;
}

.horizontal-center {
	text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

table#webinar-participants td.cec-sent {
	padding: 0 0 0 10em;
}
