/* Element Customizations */

u {
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
/* Heirarchical Classes and IDs */
.clearFloat {
	clear:both;
}
#bodyContentEn strong {
	font-weight:bold;
}
#bodyContentEn ul li {
	padding-left:10px;
	padding-bottom:5px;
line-height:1.6em;
}
#bodyContentEn ol li {
	padding-left:10px;
	padding-bottom:5px;
line-height:1.6em;
}
#footerLine {
	margin:0 0 10px 0;
	font-size:11px;
}
#callGreenBox {
	width:193px;
	padding:2px 0 0 5px;
}
#callGreenGraIn p {
	line-height:12px;
}
#callGreenGraIn p strong {
	margin-top:10px;
}
#callGreenGraIn a {
	color:#3d3e7e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#callGreenGraIn strong a {
	font-weight:bold;
}
div#callGreenGraIn ul {
	padding:0px;
	margin:10px 0 0 0;
}
#callGreenGraIn li {
	list-style:none;
	margin-bottom:10px;
}

div#eCalendar {
	width:457px;
	padding:10px;
	border-top:1px solid #e69d1c;
	border-left:1px solid #e69d1c;
	border-right:1px solid #e69d1c;
}
div#eCalendar label.form_element {
	font-weight:bold;
	width:15em;
}
div#eCalendar div {
	height:auto;
	margin-bottom: 4px;
}
div#eCalendar div.clear {
	height:auto;
}
div#eventTop {
	background:#fff url(../images/sce/event_top.gif) left center;
	width:479px;
	height:21px;
}
div#bodyContentEn div#eventTop h2 {
	text-align:center;
	font-size:14px;
	font-family:Tahoma;
	color:#e69d1c;
	padding-top:2px;
}
div#eventBottom {
	background:#fff url(../images/sce/event_bottom.gif) left center;
	width:479px;
	height:21px;
}
div#calendarField {
	height:24px;
	line-height:24px;
	margin-bottom: 4px;
}
a#calendarLink {
	background:#fff url(../images/sce/calendar_download.jpg) no-repeat left center;
	display:inline-block;
	width:26px;
	height:24px;
	padding-left:28px;
}


/* Fix for home page systems CSS bugs */
#systemDiv #salesSystem {
	margin-right:2px;
}
#systemDiv #managemtnSystem {
	float:left;
	margin:0 0 0 2px;
}
#systemDiv #leadershipSystem {
	margin:0px;
	float:right;
}


/* ----- Setup Form1 ----- */
.form1 {
	margin: 0px;
	padding: 0px;
}
.form1 fieldset {
	width: 99%;
}
.form1 fieldset legend {
	color:#4A4B99;
	font: bold 13px Arial;
}
.form1 label, .form1 input, .form1 textarea, form1 select {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
}
.form1 input, form1 select {
	border: 1px solid #CCCCCC;
	height: 18px;
}
.form1 textarea {
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
	width:278px;
}
.form1 span{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
	float: left;
	margin-left: 5px;
	visibility: hidden;
	margin-top: 5px;
}
.form1 label {
	width: 195px;
	margin-right: 10px;
	display: block;
	margin-top: 4px;
	text-align: right;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}
.btn {
	border: none;
	font: bold 12px Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	background: #FEBD43;
	height: 24px !important;
	margin-top: 0px;
	padding-bottom: 2px;
}


/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}