@CHARSET "ISO-8859-1";
body {
	background: #FFF;
	font: normal 90.0% "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important;
	color: #000;
	line-height: 1.4em;
	margin: 20px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	border-bottom: 0 !important;
}

/*
a {
	border-bottom: 0px;
	color: #5DB0E6;
}
a:focus {
	outline: 1px dotted #eee;
}
a:active {
	outline: 0px;
}
a:hover {
	color: #7bc4f4;
}
a:visited {
	color: #2AA2EE;
}	
*/

.header {
	height: 140px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.logo {
	width: 170px;
	height: 140px;
	margin: 0px;
}

.logoName {
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	width: 500 px;
	height: 140 px;
}

/* Layout
   -------------------------------- */

.layout-grid {
	width: 100%;
}

.layout-grid td {
	vertical-align: top;
}

.layout-grid td.left-nav {
/*	border-top: 1px solid #eee; */
	width: 150px;
}

.layout-grid td.normal {
	border-left: 1px solid #eee;
/*	border-top: 1px solid #eee; */
	padding: 20px 24px;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}

#feedback { 
	font-size: 1em; 
}
#selectable .ui-selecting {
	background: #FECA40; 
}
#selectable .ui-selected { 
	background: #B7C5C5; 
	color: white; 
}
#selectable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}
#selectable li { 
	margin: 3px; 
	padding: 0.4em; 
	font-size: 1em; 
	border: 1px solid #FCFCFC;  
}

/* Footer
   -------------------------------- */

#footer {
	height: 45px;
	padding: 10px 0;
	position: relative;
}

#footer .inner {
	position: relative;
	z-index: 2;
}

#ie6 #footer .inner {
	zoom: 1;
}

#footer .bg {
	background: url('../images/footer_bg.png') no-repeat left top;
	width: 100%;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#ie6 #footer .bg {
	background: transparent none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_bg.png', sizingMethod='scale');
	zoom: 1x;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #3D3D3D;
	font: normal 9px 'Arial', 'Helvetica', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

#footer p a {

}

#footer span.first {
	display: block;
	float: left;
	padding: 6px 0 0 16px;
}

#footer .block {
	display: block;
	float: left;
}

#footer .block span,
#footer span.empty {
	display: none;
}

#footer .liferay {
	margin: 3px 10px 0px 10px;
	background: url('../images/icon_liferay.gif');
	width: 98px;
	height: 22px;
	border: 0;
}
#footer .filamentgroup {
background:  url('../images/icon_filamentgroup.gif');
width: 180px;
height: 28px;
border: 0;
margin: 3px 22px 0px 3px;
}

.demos-nav, 
.left-nav .demos-nav dt, 
.left-nav .demos-nav dd, 
.left-nav .demos-nav ul, 
.left-nav .demos-nav li {
	margin: 0;
	padding: 0;
}

.left-nav .demos-nav .title {
	margin: 0;
	padding-left: 8px;
	margin-top: 1.5em;
/*	border-bottom: 3px solid #C8C8C8; */
}

.left-nav .demos-nav {
	float: left;
	width: 125px;
	font-size: 1.3em;
	padding: 0px 23px 8px 22px;
}

.left-nav .demos-nav dt,
.left-nav .demos-nav h4 {
	margin: 0;
	padding: 0;
	font: normal 1.1em "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	color: #8CA0A0;
/*	background-color: #F8F8F8; */
}

.left-nav .demos-nav dt,
.left-nav .demos-nav h4{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-bottom:0px;
	line-height: 1.2em;
/*	border-bottom: 1px solid #D4D4D4; */
}

.left-nav .demos-nav dd a,
.left-nav .demos-nav li a,
#secondaryNav dd a {
	border-bottom: 1px solid #D4D4D4;
	display:block;
	padding: 2px 3px 2px 8px;
	font-size: 90%;
	text-decoration: none;
	color: #555 ;
	margin:2px 0;
}

.left-nav .demos-nav dd a:hover,
.left-nav .demos-nav dd a:focus,
.left-nav .demos-nav li a:hover,
.left-nav .demos-nav li a:focus,
#secondaryNav dd a:hover,
#secondaryNav dd a:focus,
#secondaryNav li a:hover,
#secondaryNav li a:focus {
	background: #ADCFE3;
	color: #000000; /*#000; */
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
 .demos-nav dd a.selected,
 #secondaryNav dd a.selected {
	background: #8dbdd8; /* 555 */
	color:#000000;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#demo-header { 
	float:left; 
	width:100%;
	margin-bottom: 10px; 
	border-bottom:1px solid #eee; 
}

.normal #demo-header h3, .normal #demo-header h4 { float:left; width:100%; }
.normal #demo-header h3 { clear:left; font-size:32px; padding:0 0 5px; text-transform: capitalize; }
.normal #demo-header h4 { font-size:10px; text-transform: uppercase; color:#999; padding:8px 0 3px; border:0; margin:0; }

/* Step Carousel styles */
.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 1px solid #eee;
	overflow: scroll; /*leave this value alone*/
	width: 400px; /*Width of Carousel Viewer itself*/
	height: 530px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 1px; /*margin around each panel*/
	width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/*
.panelTitle {
	width: 400px;
	text-decoration: bold;
	text-align: center;
	height: 530px;
	vertical-align: bottom;
}
*/
.breadcrumb {
	padding-bottom: 10px;
}

#classInfo {
	margin: 0;
	padding-top: 0px;
	padding-left: 30px;
}

#classInfo .title {
	font: bold 80.0% "Edwardian Script ITC", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important;
}

.plain-list {
	list-style: none;
}

#classList dd {
  margin: 0; 
  text-align: left;
  padding-left: 1.5em;
}

#classList dd img {
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 0.4em;
}

#classList dt {
  margin: 0; 
  padding-top: 0.4em;
  padding-left: 0;
  padding-bottom: 0.2em;
  padding-right: 0.4em; 
  text-align: left; 
  font-size: 1.2em; 
  font-weight: bold; 
}

#classList dl {
  margin: 0; 
  padding: 0; 
}

#contactform {
	float: left;
	left: 0;
	top: 0;
	padding-top: 2em;
	padding-bottom: 1.5em;
}

#contactform .notification_error {
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
}

#contactform .notification_ok {
	border: 1px #567397 solid;
	height: auto;
	width: 90%;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
}

#contactform .info_fieldset { 
	-moz-border-radius: 7px; 
	border: 1px #8dbdd8 solid; 
}

#contactform .info_fieldset legend {
	border: 1px #8dbdd8 solid; 
	color: black;
	background-color: #8dbdd8;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 3px;
}

#contactform .button {
	color: #333333; 
	-moz-border-radius: 3px;
	float: left;
	margin-left: 5px;
	margin-top: 2.0em;
	width: 25%; 
}

/* Label */
#contactform label  { 
	width: 80%; 
	padding-top: 5px;
	margin-left: 5px; 
	float: left; 
	text-align: left;
	width: 80%;
}

/* Input, Textarea */
#contactform input, textarea {
	margin-left: 5px;
	padding: 3px; 
	float: left;
	border: 1px solid #999999; 
	border-top-color: #CCCCCC; 
	border-left-color: #CCCCCC; 
	color: #333333; 
	-moz-border-radius: 3px;
	width: 90%;
}

/* BR */

#contactform br { clear: left; }
