/**
 * Main Smartmix
 */
#smartmix {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#434343;
	width: 560px;
/*	height:307px;	*/
	height:385px;
	margin:15px 0px 2px 0px;
}

#smartmix input {
	font-size:10px;
}

#smartmix select {
	color:#434343;
	font-size:10px;
}

#smartmix option {
	color:#434343;
}

#smartmix .header {
	float: left;
	width: 100%;
	height: 32px;
	background-image:url(../images/headerBG.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}

#smartmix .left {
	float:left;
	width:106px;
}

#smartmix .content {
	float:left;
	width:380px;
}

#smartmix .menu {
	float:left;
	width:70px;
	height: 32px;
	line-height: 30px;
	text-align:center;
	margin-right:1px;
	background-image:url(../images/menuBG.jpg);
	background-repeat:repeat-x;
}

#smartmix .menuSel {
	float:left;
	width:70px;
	font-weight:bold;
	height: 32px;
	line-height: 30px;
	text-align:center;
	margin-right:1px;
	background-color: #fff;
}

#smartmix .header a {
	color:#434343;
	text-decoration:none;
	cursor:pointer;
}

#smartmix .body {
	float: left;
	width: 100%;
	height: 270px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#smartmix .labmSection1 {
/*	height: 206px;	*/
	height: 232px;
}

#smartmix .preload {
	width:350px;
/*	height: 245px;	*/
	height: 269px;
	text-align:center;
}

#smartmix .title {
	font-size:14px;
	font-weight:bold;
	height:40px;
	line-height:40px;
}

#smartmix .copyrightFooter {
	float: left;
	width: 550px;
	font-size:10px;
	font-weight:normal;
	height: 55px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#smartmix .copyrightFooter a {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

#smartmix .copyright_text {
	width: 100%;
	font-size:10px;
	font-weight:normal;
	height: 37px;
	text-align:center;
}

#smartmix .footer {
	float: left;
	width: 100%;
	height: 32px;
	background-image:url(../images/headerBG.jpg);
	background-repeat:repeat-x;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#smartmix .searchButton {
	position:relative;
	left:400px;
	font-size:10px;
	font-weight:bold;
	width:128px;
	height:18px;
	line-height:18px;
	margin-top:7px;
	text-align:center;
	background-image:url(../images/red_button.gif);
}

#smartmix .searchButton a {
	color:#fff;
	text-decoration:none;
}

#smartmix .dateField {
	width:60px;
}


/**
 * Selection Forms
 */

.formCalendar {
	position:relative;
	top:3px;
}

.formLine {
	float: left;
	width:100%;
	padding-bottom:5px;
}

.formLine a {
	color: #434343;
}

.formText {
	float: left;
	width: 150px;
}

.formInput {
	float: left;
	width: 180px;
}

.formLineHalf {
	float: left;
	width:50%;
	padding-bottom:5px;
}

.formTextHalf {
	float: left;
	width:75px;
}

.formInputHalf {
	float: left;
}

