.clearFloat
{
	clear:both;
	width:0px;
	height:0px;
	overflow:hidden;
}


.itemViewContainer
{
	clear:left;
	padding-bottom:10px;
}
/*==========================================================*/
.itemScheduleContainer
{
	clear:left;
	padding-top:2px;
}
.container_footer_div
{
	height:30px;
}

.thumbFloatContainer
{	
	border:solid 1px #CCCCCC;
	padding:2px 2px 2px 2px;
	float:left;
	margin-right:5px;
}
/*==========================================================*/
.item_datum
{
	font-weight:normal;
	font-size:8pt;
	padding-right:5px;
	color:#333333;
}

.leftIndexTitle
{
	font-weight:bold;
	font-size:10pt;	
	color:#333333;
	margin-bottom:10px;	
}
.lastLeftIndexItem
{
	margin-bottom:30px;	
}

.item_time
{
	font-weight:bold;
	font-size:8pt;	
	color:#333333;
}

.item_title
{
	font-weight:bold;
	font-size:10pt;
}

.item_description
{
	padding-top:20px;
	font-weight:normal;
	font-size:8pt;
}
.indexTitle
{	
	background-image:url('../Images/icon_bullet2.gif');
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:9pt;
	margin-left:3px;
	padding-bottom:3px;
	padding-top:10px;
	padding-left:10px;
	color:#666666;
}
/*==========================================================*/
A.item_title_shedule:link {
	font-weight:normal;
	font-size:10pt;	
	color:#3399CC;
	text-decoration:none;
}
A.item_title_shedule:visited {
	font-weight:normal;
	font-size:10pt;	
	color:#3399CC;
	text-decoration:none;
}
A.item_title_shedule:hover {
	font-weight:normal;
	font-size:10pt;	
	color:#333333;
	text-decoration:none;
}
A.item_title_shedule:active {
	font-weight:normal;
	font-size:10pt;	
	color:#3399CC;
	text-decoration:none;
}

/*==========================================================*/
A.readMore:link {
	color: #3399CC;	
}
A.readMore:visited {
	color: #3399CC;
}
A.readMore:hover {
	color: #333333;
}
A.readMore:active {
	color: #3399CC;
}
/*==========================================================*/
.divType1
{
	clear:left;border-bottom:dashed 1px #CCCCCC;width:100%;margin-bottom:10px;
}
/*==========================================================*/
.quickPickContainer
{
	clear:left;
	margin-top:25px;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	
	width:100%;
	
	background-color:#F5F5F5;
	padding-top:5px;
	padding-bottom:5px;
}

.quickPickItemContainer
{	
	margin-left:3px;
	margin-bottom:5px;
}

.quickPickItemSizedContainer
{	
	margin-left:3px;
	margin-bottom:5px;
	width:300px;
}

A.item_title_quickPick:link {
	font-weight:normal;
	font-size:8pt;	
	color:#3399CC;
	text-decoration:none;
}
A.item_title_quickPick:visited {
	font-weight:normal;
	font-size:8pt;	
	color:#3399CC;
	text-decoration:none;
}
A.item_title_quickPick:hover {
	font-weight:normal;
	font-size:8pt;	
	color:#333333;
	text-decoration:none;
}
A.item_title_quickPick:active {
	font-weight:normal;
	font-size:8pt;	
	color:#3399CC;
	text-decoration:none;
}

/*==========================================================*/
.searchPanelResultContainer
{	
	width:350px;
	height:100%;
	float:left;	
}

.searchPanelComboResultContainer
{	
	width:350px;
	height:100%;
	float:left;	
	margin-left:10px;
}

.searchPanelContainer
{	
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;	
	width:100%;
	height:100%;
	background-color:#F5F5F5;
	padding-top:5px 5px 5px 5px;
}
.searchPanelTextBox
{
	width:200px;
}

/*=================================================*/	

.listItemRollOver
{
	cursor:pointer;	
	background-color:#E3E8F7;
}

.listItem
{
	cursor:pointer;
	background-color:Transparent;
}

.searchListItemRollOver
{
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid 1px #CCCCCC;
	
	cursor:pointer;	
	background-color:#E3E8F7;
}

.searchListItem
{
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid 1px #CCCCCC;
	
	cursor:pointer;
	background-color:Transparent;
}
/*=================================================*/
.boolTrue
{
	color:#009900;
	font-weight:bold;
}
.boolFalse
{
	color:#FF0033;
	font-weight:bold;
}
/*=================================================*/

.search-input-watermark,
.search-input{	
	color:#3F3F3F;
	border:solid 1px #CCCCCC;
	background:#FFFFFF;		
	font-size:8pt;	
	height:17px;	
	padding-top:3px;
	padding-left:5px;		
	width:150px;
}

.search-input-watermark
{
	color:#666666;
}

.search-button{	
	margin-top:1px;
	border:solid 1px #FFFFFF;/*591609;/*#CCCCCC;*/
	background-color:#EFEFEF; /*#FFFFFF;*/
	font-size:8pt;	
	color:#333333;/*#3F3F3F;*/
	padding:0px 5px 0px 5px;
	height:22px;
	cursor:pointer;	
	width:75px;
}

.search-box
{
	float:right;margin-top:3px;
}