@charset "utf-8";
/* CSS Document */

*
{
	outline-width: 0;
	outline-color: transparent;
	outline-style: none;
}

html
{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}
body
{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	font-size:12px;
}

a
{
	text-decoration:underline;
}
	a:hover
	{
		text-decoration:none;
	}
	a img
	{
		border:none;
	}
	
tbody
{
	border:none;
}

.col
{
	float:left;
}
.colr
{
	float:right;
}
.endcol
{
	clear:both;
}
.endcol div
{
	text-align:center;
	font-size:0.83em;
	color:#858585;
	line-height:110%;
	padding:15px 0px 15px 0px;
}
.endcol div a
{
		color:#858585;
}
.enddiv
{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}

/*** header ***/

#header
{
	text-align:center;
}

/*** end header ***/

/*** navbar ***/

#navbar
{
	background:url(images/navbar/menu-bg.png) repeat-x top left;
	height:58px;
	top: 100px;
}
#outer-navbar
{
	width:1002px;
	height:58px;
	margin:0px auto;
	background-image:url(images/navbar/menu.png);
	background-repeat:no-repeat;
}
#inner-navbar
{
	background-image:url(images/navbar/menu-a.png);
	background-repeat:no-repeat;
	background-position: -100px;
}
* html #inner-navbar
{
	background-image:url(images/navbar/menu-a.gif);
}

	#inner-navbar table
	{
		width:754px;
	}
	#navbar td
	{
        text-align:center;
		color:#D0D0D0;
		padding:0px 0px 0px 0px;
		margin:0px;
		font-size:1.1em;
		font-weight:bold;
	}
	#navbar a, #navbar span
	{
		color:#D0D0D0;
		text-decoration:none;
		display:block;
		height:45px;
		margin-top:12px;
	}
		#navbar a:hover
		{
			color:#ED1B2E;
		}

/*** end navbar ***/

/*** main ***/

#main
{
	background:url(images/back2.gif) left top repeat;
	width:100%;
	position:relative;
}
#inner-main
{
	background: url(images/back.png) center top no-repeat;

	text-align:center;
}
#inner-main .chbx
{
	text-align: left;
}
#inner-main div.btn-block
{
	text-align:left;
}
	.count-lnk
	{
		position:absolute;
		top:0px;
		left:0px;
		text-transform:uppercase;
		line-height:110%;
		background:url(images/main/bg_count_block.png) no-repeat top left;
		width:92px;
		height:51px;
	}
		.count-lnk a
		{
			font-size:0.83em;
			color:#FFFFFF;
			text-decoration:none;
			display:block;
			padding:5px 0px 0px 5px;
		}
		.count-lnk span
		{
			display:block;
			font-size:1.40em;
			font-weight:bold;
			cursor:pointer;
		}
			.count-lnk a:hover
			{
				color:#FFB2B2;
			}
	#main .flash-in
	{
		text-align:center;
		padding:10px 0px 30px 0px;
		line-height:100%;
	}

/*** end main ***/

/*** tabs ***/

#tabs
{
	padding:0px;
	background:none;
	border:none;
	width:574px;
	margin:10px auto 0px 14px;
}
	#tabs ul
	{
		padding:0px 0px 0px 0px;
		margin:0px;
		background:none;
		border:none;
	}
	#tabs li
	{
		padding:0px 18px 0px 0px;
		margin:0px;
		list-style:none;
		float:left;
		width:179px;
		height:82px;
		border:none;
		background:url(images/tabs/bg_tabs_li.gif) repeat-x top left;
	}
	#tabs li.last
	{
		padding:0px 0px 0px 1px;
	}
		#tabs li a
		{
			display:block;
			float:left;
			width:100%;
			padding:0px;
			margin:0px;
			text-indent:-9999px;
			height:47px;
			margin-top:35px;
			background:url(images/tabs/tabs_ui.gif) no-repeat top left;
		}
		
		#tabs li a.tb-1
		{
			background:url(images/tabs/tabs_iamatrainer.gif) no-repeat top left;
		}
		#tabs li a.tb-1.instructor_profile
		{
			background:url(images/tabs-profile/tabs_iamatrainer.gif) no-repeat top left;
		}
		#tabs li a.tb-1.tc_profile
		{
			background:url(images/tabs-profile/tabs_trainingcenter.gif) no-repeat top left;
		}
		#tabs li a.tb-2
		{
			background:url(images/tabs/tabs_ivebeentrained.gif) no-repeat top left;
		}
		#tabs li a.tb-2.instructor_profile
		{
			background:url(images/tabs-profile/tabs_ivebeentrained.gif) no-repeat top left;
		}
		#tabs li a.tb-3
		{
			background:url(images/tabs/tabs_ineedtraining.gif) no-repeat top left;
		}
		#tabs li a.tb-3.instructor_profile
		{
			background:url(images/tabs-profile/tabs_ineedtraining.gif) no-repeat top left;
		}
		
		#tabs li a.tb-1:hover
		{
			background:url(images/tabs/tabs_iamatrainer_select.gif) no-repeat top left;
		}
		#tabs li a.tb-1.instructor_profile:hover
		{
			background:url(images/tabs-profile/tabs_iamatrainer_select.gif) no-repeat top left;
		}
		#tabs li a.tb-1.tc_profile:hover
		{
			background:url(images/tabs-profile/tabs_trainingcenter_select.gif) no-repeat top left;
		}
		#tabs li a.tb-2:hover
		{
			background:url(images/tabs/tabs_ivebeentrained_select.gif) no-repeat top left;
		}
		#tabs li a.tb-2.instructor_profile:hover
		{
			background:url(images/tabs-profile/tabs_ivebeentrained_select.gif) no-repeat top left;
		}
		#tabs li a.tb-3:hover
		{
			background:url(images/tabs/tabs_ineedtraining_select.gif) no-repeat top left;
		}
		#tabs li a.tb-3.instructor_profile:hover
		{
			background:url(images/tabs-profile/tabs_ineedtraining_select.gif) no-repeat top left;
		}

		#tabs-preload
		{
		    visibility:hidden;
		}
		#tabs-preload-for-hover-1
		{
			background:url(images/tabs/tabs_iamatrainer_select.gif) no-repeat top left;
		}
		#tabs-preload-for-hover-2
		{
			background:url(images/tabs/tabs_ivebeentrained_select.gif) no-repeat top left;
		}
		#tabs-preload-for-hover-3
		{
			background:url(images/tabs/tabs_ineedtraining_select.gif) no-repeat top left;
		}
	#tabs li.ui-tabs-selected a
	{
		background:url(images/tabs/tabs_ui_act.gif) no-repeat top left;
		height:82px;
		margin:0px;
	}
		#tabs li.ui-tabs-selected a.tb-1
		{
			background:url(images/tabs/tabs_iamatrainer_act.gif) no-repeat top left;
		}
		#tabs li.ui-tabs-selected a.tb-1.instructor_profile
		{
			background:url(images/tabs-profile/tabs_iamatrainer_act.gif) no-repeat top left;
			margin-top: 26px;
		}
		#tabs li.ui-tabs-selected a.tb-1.tc_profile
		{
			background:url(images/tabs-profile/tabs_trainingcenter_act.gif) no-repeat top left;
			margin-top: 26px;
		}
		#tabs li.ui-tabs-selected a.tb-2
		{
			background:url(images/tabs/tabs_ivebeentrained_act.gif) no-repeat top left;
		}
		#tabs li.ui-tabs-selected a.tb-2.instructor_profile
		{
			background:url(images/tabs-profile/tabs_ivebeentrained_act.gif) no-repeat top left;
			margin-top: 26px;
		}
		#tabs li.ui-tabs-selected a.tb-3
		{
			background:url(images/tabs/tabs_ineedtraining_act.gif) no-repeat top left;
		}
		#tabs li.ui-tabs-selected a.tb-3.instructor_profile
		{
			background:url(images/tabs-profile/tabs_ineedtraining_act.gif) no-repeat top left;
			margin-top: 26px;
		}

		#tabs li.ui-tabs-selected a.tb-1:hover
		{
			background:url(images/tabs/tabs_iamatrainer_act.gif) no-repeat top left;
		}
		#tabs li.ui-tabs-selected a.tb-1.instructor_profile:hover
		{
			background:url(images/tabs-profile/tabs_iamatrainer_act.gif) no-repeat top left;
			margin-top: 26px;
		}
		#tabs li.ui-tabs-selected a.tb-1.tc_profile:hover
		{
			background:url(images/tabs-profile/tabs_trainingcenter_act.gif) no-repeat top left;
			margin-top: 26px;
		}
		#tabs li.ui-tabs-selected a.tb-2:hover
		{
			background:url(images/tabs/tabs_ivebeentrained_act.gif) no-repeat top left;
		}
		#tabs li.ui-tabs-selected a.tb-2.instructor_profile:hover
		{
			background:url(images/tabs-profile/tabs_ivebeentrained_act.gif) no-repeat top left;
			margin-top: 26px;
		}
		#tabs li.ui-tabs-selected a.tb-3:hover
		{
			background:url(images/tabs/tabs_ineedtraining_act.gif) no-repeat top left;
		}
		#tabs li.ui-tabs-selected a.tb-3.instructor_profile:hover
		{
			background:url(images/tabs-profile/tabs_ineedtraining_act.gif) no-repeat top left;
			margin-top: 26px;
		}
	
	#tabs .ui-tabs-panel
	{
		padding:0px;
		background:none;
		border:none;
	}
			#tabs .ui-tabs-panel .bg-cont
			{
				background:url(images/tabs/tabs_cont_bg.gif) repeat-y left;
				width:100%;
			}
			#tabs .ui-tabs-panel .bg-bot
			{
				background:url(images/tabs/tabs_cont_bg_bot.gif) no-repeat top left;
				width:100%;
				height:10px;
				overflow:hidden;
			}
		#tabs .ui-tabs-panel .send-btn
		{
			text-align:center;
			background:url(images/tabs/bg_send_btn_block.gif) repeat-x top left;
			margin-top:20px;
		}
		#tabs .ui-tabs-panel .in
		{
			width:95%;
			margin:0px auto;
		}
		.in.text
		{
			font-family: Verdana, Arial, Sans-Serif;
			font-size:12px;
			color:#231F20;
			line-height:110%;
			text-align:left;
		}
		
			#tabs .ui-tabs-panel .in .text
			{
				font-size:12px;
				color:#231F20;
				width:90%;
				padding-bottom:15px;
				padding-top:10px;
				line-height:110%;
				text-align:left;
			}
			#tabs .ui-tabs-panel .in .left-col
			{
				width:260px;
			}
				#tabs .ui-tabs-panel .in .left-col .sub-info
				{
					padding-bottom:5px;
				}
				#tabs .ui-tabs-panel .in .left-col .colr
				{
					float:left;
					font-size:9px;
					color:#8C8C8C;
					line-height:110%;
					padding:30px 0px 8px 6px;
				}
			#tabs .ui-tabs-panel .in .right-col
			{
				width:280px;
			}
			#tabs .ui-tabs-panel .in .input-item input,select
			{
				width:240px;
			}
			#tabs .ui-tabs-panel .in .sub-info-optional
			{
				font-size:9px;
				color:#8C8C8C;
				line-height:110%;
			}
				#tabs .ui-tabs-panel .in .sub-info-optional .colr
				{
					padding-top:7px;
				}

				#tabs .ui-tabs-panel .in .sub-info-optional .col
				{
					padding:7px 0px 7px 0px;
				}
				
		#tabs .ui-tabs-panel .in .buy-block
		{
			padding-bottom:15px;
			padding-top:15px;
			font-size:12px;
			color:#3B9BDD;
		}
			#tabs .ui-tabs-panel .in .buy-block b
			{
				color:#ED1B2E;
			}
			#tabs .ui-tabs-panel .in .buy-block .find-item
			{
				background:url(images/buy_block_find.gif) no-repeat bottom left;
				width:215px;
				height:88px;
				position:relative;
				left:10px;
			}
			#tabs .ui-tabs-panel .in .buy-block .buy-item
			{
				background:url(images/buy_block_buy.gif) no-repeat top left;
				width:243px;
				height:88px;
				position:relative;
				left:10px;
			}
			#tabs .ui-tabs-panel .in .buy-block .btn-block
			{
				position:relative;
				top:2px;
				left:-10px;
				padding-bottom:15px;
			}
			#tabs .ui-tabs-panel .in .buy-block .text-block
			{
				width:150px;
				font-size:10px;
				position:relative;
				left:10px;
			}
			    #tabs .ui-tabs-panel .in .buy-block .text-block a
			    {
			        color:          #3B9BDD;
			        font-weight:	bold;
			        text-decoration:none;
			    }
			    #tabs .ui-tabs-panel .in .buy-block .text-block a:hover
			    {
			        text-decoration:underline;
			    }

/*** end tabs ***/

/*** content ***/

#content
{
	width:650px;
	margin:0px auto;
	cursor: default;
}
	#content .for-flash-block
	{
		float:right;
		width:202px;
		padding:25px 0px 40px 0px;
	}
	#content .cont-block
	{
		float:left;
		width:642px;
		padding:65px 0px 40px 0px;
	}
		#content .cont-block .t
		{
			background:url(images/cont_block/bg_cont_block_top.png) no-repeat top left;
			width:100%;
			height:10px;
			overflow:hidden;
		}
		#content .cont-block .b
		{
			background:url(images/cont_block/bg_cont_block_bot.png) no-repeat top left;
			width:100%;
			height:10px;
			overflow:hidden;
		}
		#content .cont-block .c
		{
			background:url(images/cont_block/bg_cont_block.gif) repeat-y left;
			width:100%;
			position:relative;
		}
			#content .cont-block .c .block-title
			{
				position:absolute;
				top:-32px;
				left:-10px;
				font-size:14px;
				font-weight:bold;
				color:#EDF8FF;
				word-spacing:nowrap;
			}
				#content .cont-block .c .block-title .l-bg
				{
					background:url(images/cont_block/bg_cont-block_title_l.gif) no-repeat top left;
					width:11px;
					height:31px;
					overflow:hidden;
					float:left;
				}
				#content .cont-block .c .block-title .r-bg
				{
					background:url(images/cont_block/bg_cont-block_title_r.gif) no-repeat top left;
					width:11px;
					height:31px;
					overflow:hidden;
					float:left;
				}
				#content .cont-block .c .block-title .title
				{
					float:left;
					background:url(images/cont_block/bg_cont-block_title.gif) repeat-x top left;
					height:31px;
				}
				#content .cont-block .c .block-title .title h1
				{
					padding:0px 0px 0px 0px;
					margin-top: 8px;
					line-height:110%;
					font-size:1.0em;
					color:#EDF8FF;
				}
				
                #content .cont-block .c .block-title .title span
                {
                        color:#93C7EC;
                }
			
			#content .cont-block .c .in-t
			{
				background:url(images/cont_block/bg_cont_block_t_top.gif) no-repeat top left;
			}
			#content .cont-block .c .in-b
			{
				background:url(images/cont_block/bg_cont_block_b_bot.gif) no-repeat bottom left;
			}
			#content .cont-block .c .in-c
			{
				width:602px;
				margin-left: 20px;
				padding:15px 0px 10px 0px;
			}
			#content .cont-block .text
			{
				text-align:justify;
			}
			#content .cont-block .text-right-block
			{
				float:right;
				padding:0px 0px 0px 19px;
			}
			#content .cont-block .text-right-block1
			{
				vertical-align:top;
				text-align:center;
				word-spacing: 20px;
				float:none;
				padding:0px 0px 0px 0px;
			}

			#content .cont-block .submit-your-story-below-text
			{
				text-align:     center;
			}
			#content .cont-block .submit-your-story-below-text a
			{
				text-decoration:none;
				color:          #3B9BDD
			}
			#content .cont-block .submit-your-story-below-text a:hover
			{
				text-decoration :underline;
			}
			
	#content .res-block
	{
		padding:20px 0px 0px 0px;
		width:574px;
		margin:0px auto;
	}
		#content .res-block .item-block
		{
			width:179px;
			float:left;
			margin-right:18px;
		}
			#content .res-block .item-block .title
			{
				text-align:center;
				font-size:18px;
				color:#3B9BDD;
				height:89px;
				width:100%;
				font-weight:bold;
				text-transform:uppercase;
				line-height:100%;
			}
				#content .res-block .item-block .title span
				{
					display:block;
					padding-top:60px;
				}
		#content .res-block .item-public
		{
			margin-right:19px;
		}
			#content .res-block .item-public .title
			{
				background:url(images/res_block/bg_resblock_title_public.gif) no-repeat top left;
			}
		#content .res-block .item-media
		{
			
		}
			#content .res-block .item-media .title
			{
				background:url(images/res_block/bg_resblock_title_media.gif) no-repeat top left;
			}
		#content .res-block .item-training
		{
			margin:0px;
		}
			#content .res-block .item-training .title
			{
				background:url(images/res_block/bg_resblock_title_training.gif) no-repeat top left;
				font-size:16px;
			}
				#content .res-block .item-training .title span
				{
					padding-top:57px;
				}
				#content .res-block .item-training .title b
				{
					display:block;
					font-size:10px;
					font-weight:normal;
					line-height:110%;
				}
		#content .res-block .cont-menu
		{
			background:url(images/res_block/bg_resblock.gif) repeat-y left;
			width:100%;
			font-size:12px;
			color:#3B9BDD;
		}
			#content .res-block .cont-menu a
			{
				color:#3B9BDD;
				text-decoration:none;
			}
			#content .res-block .cont-menu a:hover
			{
				text-decoration: underline;	
			}
			#content .res-block .cont-menu ul
			{
				padding:10px 5px 5px 5px;
				margin:0px 0px 0px 0px;
			}
			#content .res-block .cont-menu li
			{
			    font-size:12px;
			    text-align:center;
				padding:0px 0px 0px 0px;
				margin:0px 10px 10px 10px;
				list-style-image:none;
				list-style-position:outside;
				list-style-type:none;
				line-height:150%;
			}


			#content .res-block .under-link
			{
			    text-align:center;
			}
			
			#content .res-block .under-link a
			{
				color:#3B9BDD;
				text-decoration:none;
			}
			#content .res-block .under-link a:hover
			{
				text-decoration: underline;	
			}
			
		#content .res-block .bot-bg
		{
			background:url(images/res_block/bg_resblock_bottom.gif) no-repeat top left;
			width:100%;
			height:26px;
			overflow:hidden;
		}
		
	#shop-block
	{
		width:      602px;
		height:     315px;
		background: url(images/shop/pic_shop_tmp.jpg);
		margin:     15px 0px 0px 0px;
	}
		#shop-block .shop-block-title
		{
			float:          left;
			width:          155px;
			text-align:     center;
			color:          #329AE1;
			font-weight:    bold;
			font-size:      15px;
			line-height:    13px;
			text-transform: uppercase;
			padding:        8px 0px 0px 0px;
		}
		#shop-block .shop-block-title span
		{
			font-size:      11px;
			text-transform: uppercase;
		}
		#shop-block .shop-block-title-a
		{
			left: 55px;
			position: absolute;
		}
		#shop-block .shop-block-title-b
		{
			left: 236px;
			position: absolute;
		}
		#shop-block .shop-block-title-c
		{
			left: 455px;
			position: absolute;
		}
		
		
		#shop-block .shop-block-btn
		{
			width:      155px;
			float:      left;
			text-align: center;
		}
		#shop-block .shop-block-btn-a
		{
			margin-left: 35px;
		}
		#shop-block .shop-block-btn-b
		{
			margin-left: 43px;
		}
		#shop-block .shop-block-btn-c
		{
			margin-left: 64px;
		}
	
	#content .share-blocks
	{
		width:576px;
		margin:0px auto;
		padding-top:15px;
	}
		#content .share-blocks .items
		{
			padding-bottom:45px;
		}
		#content .share-blocks .items-last
		{
			padding:0px;
		}
			#content .share-blocks .items .t
			{
				background:url(images/share/share_block_bg_top.gif);
				width:100%;
				height:5px;
				overflow:hidden;
			}
			#content .share-blocks .items .b
			{
				background:url(images/share/share_block_bg_bot.gif);
				width:100%;
				height:5px;
				overflow:hidden;
			}
			#content .share-blocks .items .c
			{
				background:url(images/share/share_block_bg.gif) repeat-y left;
				width:100%;
				padding:0px 0px 0px 0px;
				position:relative;
				font-size:12px;
				color:#3B9BDD;
			}
				#content .share-blocks .items .c .block-title
				{
					position:absolute;
					top:-15px;
					left:-13px;
				}
					#content .share-blocks .items .c .block-title .l-bg
					{
						float:left;
						background:url(images/share/share_title_bg_left.gif) no-repeat top left;
						width:15px;
						height:27px;
						overflow:hidden;
					}
					#content .share-blocks .items .c .block-title .r-bg
					{
						float:left;
						background:url(images/share/share_title_bg_right.gif) no-repeat top left;
						width:13px;
						height:27px;
						overflow:hidden;
					}
					#content .share-blocks .items .c .block-title .title
					{
						background:url(images/share/share_title_bg.gif) repeat-x top left;
						height:27px;
						font-size:14px;
						font-weight:bold;
						color:#3B9BDD;
						line-height:27px;
						text-transform:uppercase;
						text-decoration:none;
					}
					#content .share-blocks .items .c .in
					{
						width:546px;
						margin:0px auto;
						padding: 20px 0px 5px 0px;
						display: block;
						text-align:justify;
					}

					#content .share-blocks .items .c .in .widget
					{
						float: right; 
						top: 15px; 
						right: -5px;
						height: 70px;
						position: relative;
						overflow: visible;
					}
						#content .share-blocks .items .c .in .text
						{
							padding-top:20px;
							padding-bottom:5px;
						}
						#content .share-blocks .items .c .in a
						{
							color:          #3B9BDD;
							text-decoration:underline;
						}
						#content .share-blocks .items .c .in a:hover
						{
							text-decoration:none;
						}

						#content .share-blocks .items .c .in .inputs-ul
						{
							color: #000000;
							width: 170px; 
							list-style-type: none; 
							margin: 15px 0px 0px 15px; 
							padding: 0px 0px 0px 0px; 
						}

						#content .share-blocks .items .c .in .inputs-ul input
						{
							cursor: pointer;	
						}
						#content .share-blocks .items .c .in .inputs-ul label
						{
							cursor: pointer;	
						}

						#content .share-blocks .items .c .in .inputs
						{
							float:       left;
							width:       150px;
							margin-left: 30px;
							color: #000;
							height: 90px;
						}
						#content .share-blocks .items .c .in .inputs div
						{
							position: relative;
							top: 16px;
						}
						#content .share-blocks .items .c .in .inputs div input
						{
							position: relative;
							top: 1px;
						}
						#content .share-blocks .items .c .in .image
						{
							float:    left;
							position: relative;
							overflow: visible;
						}
						#content .share-blocks .items .c .in .image img
						{
							position: absolute;
							top:      12px;
						}
						#content .share-blocks .items .c .in .text-right-block
						{
							display:inline-block;
							position:relative;
							top:18px;
						}
						#content .share-blocks .items .c .in .embed-block-prw
						{
							position:relative;
							/*top:12px;*/
						}
						#content .share-blocks .items .c .in .embed-block
						{
							width:160px;
							font-size:14px;
							font-weight:bold;
							color:#5D5D5D;
							line-height:110%;
						}
							#content .share-blocks .items .c .in .embed-block input
							{
								width:135px;
								font-family:Arial, Helvetica, sans-serif;
								font-size:10px;
								color:#000000;
								border:1px solid #90C5EB;
								margin:0px;
								padding:2px;
							}
							#content .share-blocks .items .c .in .embed-block .info
							{
								font-size:10px;
								color:#8C8C8C
							}
						#content .share-blocks .items .c .in .icos-ui
						{
							padding:0px 0px 0px 0px;
							margin:0px;
						}
							#content .share-blocks .items .c .in .icos-ui li
							{
								padding:0px 0px 0px 30px;
								margin:0px;
								list-style:none;
								float:left;
								position:relative;
								top:-17px;
							}
							
	#content .story-block
	{
		width:594px;
		margin:0px auto;
		padding-top:25px;
	}
		#content .story-block .item-block
		{
			padding-bottom:15px;
		}
		#content .story-block .item-block-self
		{
			padding-bottom:40px;
		}
			#content .story-block .item-block .t
			{
				background:url(images/story/story_block_top.gif) no-repeat top left;
				width:593px;
				height:5px;
				overflow:hidden;
			}
			#content .story-block .item-block .b
			{
				background:url(images/story/story_block_bot.gif) no-repeat top left;
				width:593px;
				height:5px;
				overflow:hidden;
			}
			#content .story-block .item-block .c
			{
				background:url(images/story/story_block.gif) repeat-y left;
				width:593px;
			}
				#content .story-block .item-block .c .in
				{
					width:90%;
					margin:0px auto;
					padding:10px 0px;
				}
					#content .story-block .item-block .c .in .photo
					{
						float:left;
		                margin: 5px 0px 0px 0px;
		                padding:0px 0px 0px 0px;
		                width:  90px;
		                height: 90px;
		                background: url(Images/Story/story_image_background.gif);
		                background-repeat:no-repeat;
		                text-align: center;
		                vertical-align:middle;
		                overflow:hidden;
		                border-style:none;
					}
					#content .story-block .item-block .c .in .info-of
					{
						float:left;
						width:430px;
						position:relative;
						left:15px;
						font-size:12px;
						color:#000000;
						line-height:120%;
					}
						#content .story-block .item-block .c .in .info-of .info-of-post
						{
							
						}
							#content .story-block .item-block .c .in .info-of .info-of-post table tr td
							{
								text-align:left;
								vertical-align:middle;
								padding-bottom:8px;
							}
								#content .story-block .item-block .c .in .info-of .info-of-post table tr td span
								{
									color:#BABABA;
								}
							#content .story-block .item-block .c .in .info-of .info-of-post table tr td.location
							{
								text-align:center;
							}
							#content .story-block .item-block .c .in .info-of .info-of-post table tr td.date
							{
								text-align:right;
							}
						#content .story-block .item-block .c .in .info-of .post-text
						{
							width:96%;
							margin:0px auto;
							text-align:justify;
						}
							#content .story-block .item-block .c .in .info-of .post-text a
							{
								color:#3B9BDD;
								text-decoration:none;
							}
								#content .story-block .item-block .c .in .info-of .post-text a:hover
								{
									text-decoration:underline;
								}
						#content .story-block .item-block .c .in .info-of .bot-lnk
						{
							text-align:right;
							padding-top:5px;
						}
							#content .story-block .item-block .c .in .info-of .bot-lnk a
							{
								color:#3B9BDD;
								text-decoration:none;
							}
								#content .story-block .item-block .c .in .info-of .bot-lnk a:hover
								{
									text-decoration:underline;
								}
						#content .story-block .item-block .c .in .bottom-btn-block
						{
							text-align:center;
							width:594px;
							position:absolute;
							left:0px;
						}
								
		#content .list-block
		{
			
		}
			#content .list-block table
			{
				margin:0px auto;
			}
			#content .list-block ul
			{
				padding:0px;
				margin:0px;
			}
			#content .list-block li
			{
				padding:0px 7px 0px 0px;
				margin:0px;
				list-style:none;
				float:left;
				font-size:14px;
				font-weight:bold;
				color:#3B9BDD;
				line-height:110%;
			}
			#content .list-block span
			{
				text-decoration:none;
				padding:0px 0px 0px 0px;
				margin:0px;
				font-size:14px;
				font-weight:bold;
				line-height:110%;
				color:#3B9BDD;
			}
			#content .list-block span span
			{
				text-decoration:underline;
				padding:0px 3px 0px 3px;
			}
			#content .list-block a
			{
				color:#3B9BDD;
				text-decoration:none;
				padding:0px 3px 0px 3px;
			}
			#content .list-block a.disabled-anchor
			{
				color:#BABABA;
				text-decoration:none;
			}
			#content .list-block a:hover.disabled-anchor
			{
				text-decoration:none;
			}
				#content .list-block a:hover
				{
					text-decoration:underline;
				}
				
		#content .story-form-block
		{
			padding-bottom:10px;
		}
			#content .story-form-block .sub-info
			{
				line-height:110%;
				font-size:9px;
				color:#8C8C8C;
				text-align:right;
				font-family:Arial, Helvetica, sans-serif;
			}
				#content .story-form-block .sub-info a
				{
					color:#3B9BDD;
				}


			#content .story-form-block .captcha-sub-info
			{
				line-height:110%;
				font-size:9px;
				color:#8C8C8C;
				font-family:Arial, Helvetica, sans-serif;
			}
			    #content .story-form-block .captcha-sub-info a
			    {
				    color:#3B9BDD;
			    }
			
			#content .story-form-block .left-col
			{
				float:left;
				width:250px;
			}
			    #content .story-form-block .left-col .sub-info
			    {
				    text-align:left;
			    }
			    #content .story-form-block .left-col .captcha-sub-info
			    {
				    text-align:left;
			    }
			#content .story-form-block .right-col
			{
				float:right;
				width:280px;
			}

			    #content .story-form-block .right-col sub-info
			    {
				    text-align:right;
			    }
			    #content .story-form-block .right-col .captcha-sub-info
			    {
				    text-align:right;
				    position:relative;
				    top:-32px;
			    }

			#content .story-form-block .input-item-error
			{
				padding-bottom:4px;
				position: relative;
			}
			#content .story-form-block .input-item-error.select
			{
				left: 16px;
				border-width: 1px;
				border-color: #FF0000;
				border-style: solid;
				width: 232px;
				height:15px;
				text-align: left;
			}
			#content .story-form-block .input-item.select select
			{
				padding: 0 0 0 0;
			}
			#content .story-form-block .input-item-filled.select select
			{
				padding: 0 0 0 0;
			}
			#content .story-form-block .input-item-error.select select
			{
				padding: 0 0 0 0;
			}
			
			#content .story-form-block .input-item
			{
				padding-bottom: 4px;
				position: relative;
				text-align: left;
				height: auto;
			}
			#content .story-form-block .input-item.select
			{
				left: 16px;
				top: 0px;
				border-width: 1px;
				border-color: #FF0000;
				border-style: none;
				width: 232px;
				height:15px;
				text-align: left;
			}
			#content .story-form-block .input-item.select-c
			{
				text-align: left;
			}
			#content .story-form-block .input-item-filled
			{
				padding-bottom: 4px;
				position: relative;
			}
			#content .story-form-block .input-item-filled.select
			{
				left: 16px;
				border-width: 1px;
				border-color: #FF0000;
				border-style: none;
				width: 232px;
				height:15px;
				text-align: left;
				padding-bottom: 8px;
			}
			#content .story-form-block .input-item-filled-s
			{
				padding-bottom:6px;
			}
			#content .story-form-block .input-item-filled-t
			{
				padding-bottom:8px;
			}
			#content .story-form-block .img-sec-block
			{
				padding:5px 0px;
			}
				#content .story-form-block .img-sec-block .img
				{
					padding-right:15px;
				}
					#content .story-form-block .img-sec-block .img img
					{
						border:1px solid #8C8C8C;
					}
					
				#content .story-form-block .input-item input
				{
					margin:0px;
					padding:3px 5px 3px 5px;
					background: #FFFFFF;
					opacity: 0;
					filter: alpha(opacity=0);
					border: solid 1px transparent;
					width:225px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-style:italic;
					color:#BABABA;
				}

				#content .story-form-block .input-item textarea
				{
					float:left;
					margin:0px;
					padding:3px 5px 3px 5px;
					background: #FFFFFF;
					/*background: transparent;*/
					opacity: 0;
					filter: alpha(opacity=0);
					border: solid 1px transparent;
					width:225px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-style:italic;
					color:#BABABA;
				}


				#content .story-form-block .input-item select
				{
					float:left;
					margin:0px;
					padding:3px 5px 3px 5px;
					background: #FFFFFF;
					/*background: transparent;*/
					opacity: 1;
					filter: alpha(opacity=100);
					border: solid 1px transparent;
					width:225px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-style:italic;
					color:#BABABA;
				}
				
				#content .story-form-block .input-item-filled input
				{
					margin:0px;
					padding:3px 5px 3px 5px;
					background:#FFFFFF;
					border:1px solid #66B5ED;
					width:238px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-style:normal;
					color:#4C4C4C;
					opacity: 1;
					filter: alpha(opacity=100);
				}

				#content .story-form-block .input-item-filled textarea
				{
					float:left;
					margin:0px;
					padding:3px 5px 3px 5px;
					background: #FFFFFF;
					border:1px solid #66B5ED;
					width:270px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-style:normal;
					color:#4C4C4C;
					opacity: 1;
					filter: alpha(opacity=100);
					overflow: auto;
					height: 75px;
				}


				#content .story-form-block .input-item-filled select
				{
					opacity: 1;
					filter: alpha(opacity=100);
					float: left;

				}

				#content .story-form-block .input-item-filled .title
				{
					position: absolute;
					left: 6px;
					bottom: 11px;
					float: left;
					color: #BABABA;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 12px;
					font-style: italic;
				}

				#content .story-form-block .input-item .title
				{
					position: absolute;
					color: #BABABA;
					font-family: Arial,Helvetica,sans-serif;
					font-size: 12px;
					font-style: italic;
					line-height: 15px;
					font-weight: normal;
					background-color: #FFFFFF;
					width: 240px;
					height: 15px;
					padding: 3px 5px;
				}
				#content .story-form-block .input-item .select-t
				{
					width: 16px;
					left: 0px;
				}

				#content .story-form-block .input-item-error input
				{
					margin:0px;
					padding:3px 5px 3px 5px;
					background: transparent;
					border:1px solid #FF0000;
					width:238px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-style:normal;
					color:#4C4C4C;
					opacity: 1;
					filter: alpha(opacity=100);
				}
				#content .story-form-block .captcha.input-item-error input
				{
					z-index: 1;
					font-style: italic;
					color: #BABABA;
				}

				#content .story-form-block .input-item-error.error-filled input
				{
					background: none repeat scroll 0 0 #FFFFFF;
				}
				
				#content .story-form-block .input-item-filled-s input
				{
					float:left;
					margin:0px;
					padding:3px 5px 3px 5px;
					background:#FFFFFF;
					border:1px solid #66B5ED;
					width:224px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					font-style:normal;
					color:#4C4C4C;
				}
				
				#content .story-form-block .input-item input.focus-input-error
				{
					border:1px solid #FF0000;
					font-style:normal;
					color:#4C4C4C;
					padding:2px 4px 2px 4px;
					opacity: 1;
					filter: alpha(opacity=100);
				}

				#content .story-form-block .input-item input.focus-input
				{
					border:1px solid #66B5ED;
					font-style:normal;
					color:#4C4C4C;
					padding:2px 4px 2px 4px;
				}

				
					#content .story-form-block .input-item textarea
					{
						float:left;
						margin:0px;
						padding:3px 5px 3px 5px;
						background:#FFFFFF;
						border: solid 1px transparent;
						width:270px;
						height:75px;
						overflow:auto;
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						color:#BABABA;
						font-style:italic;
					}

					#content .story-form-block .input-item-filled-t textarea
					{
						float:left;
						margin:0px;
							padding:2px 4px 2px 4px;
						background:#FFFFFF;
							border:1px solid #66B5ED;
						width:270px;
						height:75px;
						overflow:auto;
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
							font-style:normal;
							color:#4C4C4C;
					}
						#content .story-form-block .input-item textarea.focus-input-error
						{
							border:1px solid #FF0000;
							font-style:normal;
							color:#4C4C4C;
							padding:2px 4px 2px 4px;
						}

						#content .story-form-block .input-item textarea.focus-input
						{
							border:1px solid #66B5ED;
							font-style:normal;
							color:#4C4C4C;
							padding:2px 4px 2px 4px;
						}
			#content .story-form-block .images-of-story
			{
				
			}
				#content .story-form-block .images-of-story .select-img
				{
					background:#FFFFFF;
					width:271px;
					height:88px;
					margin:0px auto;
					padding: 4px 4px 0px 3px;
					overflow:auto;
				}
				#content .story-form-block .images-of-story ul
				{
					padding:0px;
					margin:0px;
				}
				#content .story-form-block .images-of-story li
				{
					padding:0px 10px 0px 0px;
					margin:0px;
					list-style:none;
					float:left;
				}
					#content .story-form-block .images-of-story li img, #content .story-form-block .images-of-story li a
					{
						float:left;
					}

/*** end content ***/

/* TEASER start */
.navbar-teaser
{
	position: relative;
}

.header-teaser
{
	position: relative;
	height:   98px;
}
	.header-teaser .header-teaser-item
	{
		position: absolute;
		left:     0px;
		top:      0px;
		z-index: 100;
	}

.block-teaser
{
	width:  640px;
	margin: 94px auto 40px auto;
}
	.block-teaser .block-teaser-content-bg
	{
		background: url(images/teaser/bg.jpg) left top repeat-y;
	}

	.block-teaser .block-teaser-form-title
	{
		width:100%;
		height: 50px;
	}

	.block-teaser .block-teaser-form-title table
	{
		width:100%;
	}

	.block-teaser .block-teaser-form-title table td
	{
		padding: 0px 0px 0px 0px;
		position: relative;
		text-align: center;
		font-weight: bold;
		font-family: Arial;
	}

	.block-teaser .block-teaser-form-title table .top
	{
		font-size: 13px;
		color: #3B9BDD;
	}

	.block-teaser .block-teaser-form-title table .bottom
	{
		font-size: 12px;
		color: #FF0000;
	}
	
	
	.block-teaser .block-teaser-form
	{
		width:  572px;
		margin: 0px auto 0px auto;
	}
	.block-teaser .block-teaser-form-content-bg
	{
		width:      100%;
		background: url(images/teaser/bg_a.jpg) left top repeat-y;
		text-align: left;
	}

	.block-teaser .block-teaser-form-submit
	{
		height:        24px;
		width:         572px;
		position:      relative;
		margin:        0px auto 0px auto;
		border-bottom: 1px solid #DCDCDC;
	}

	.block-teaser .error-block
	{
		text-align:center; 
		padding-top:7px; 
		height:25px; 
		/*max-height:25px; 
		vertical-align:middle; */
	}
	.block-teaser .block-teaser-form-text
	{
		font-size:  10px;
		color:      #CFCFCF;
		padding:    36px 0px 0px 0px;
		text-align: center;
	}
	.block-teaser .block-teaser-form-text a
	{
		color:           #CFCFCF;
		text-decoration: underline;
	}
	.block-teaser .block-teaser-form-text a:hover
	{
		text-decoration: none;
	}
	.block-teaser .block-teaser-form-submit input.submit
	{
		position: absolute;
		left:     215px;
		top:      20px;
		z-index:  100;
	}
	.block-teaser input.checkbox
	{
		width:            auto;
		height:           auto;
		background-color: #EDF8FF;
		padding:          0px;
		margin:           0px;
		width:            12px;
		height:           12px;
		margin:           0px 6px 0px 0px;
		position:         relative;
		top: -1px;
	}
	
	
	.block-teaser .col-center
	{
		font-size: 13px;
		color: #3B9BDD;
		text-align:center;
		width:100%;
	}

	.block-teaser .col-a
	{
		float:   left;
		width:   288px;
		margin:  0px 0px 0px 22px;
		display: inline;
	}

	.block-teaser .col-a input
	{
		float:left;
		margin:0px;
		padding:3px 5px 3px 5px;
		background:#FFFFFF;
		border:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:italic;
		color:#BABABA;
	}

	.block-teaser .col-a input.focus-input-filled-error
	{
		float:left;
		margin:0px;
		padding:2px 4px 2px 4px;
		background:#FFFFFF;
		border:1px solid #FF0000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:normal;
		color:#4C4C4C;
		width:122px;
	}
	
	.block-teaser .col-a input.focus-input-filled
	{
		float:left;
		margin:0px;
		padding:2px 4px 2px 4px;
		background:#FFFFFF;
		border:1px solid #66B5ED;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:normal;
		color:#4C4C4C;
		width:122px;
	}
	.block-teaser .col-a input.focus-input
	{
		border:1px solid #66B5ED;
		font-style:normal;
		color:#4C4C4C;
		padding:2px 4px 2px 4px;
	}
		
	.block-teaser .col-a input.input
	{
		width: 122px;
	}
	.block-teaser .col-a input.input-a
	{
		width:      265px;
		margin-top: 8px;
	}
	.block-teaser .col-b
	{
		float:     left;
		width:     238px;
		font-size: 10px;
		color:     #8C8C8C;
	}
	
	.block-teaser .col-b .sub-info
	{
		font-size:9px;
		color:#8C8C8C;
		text-align:left;
	}
	
	.block-teaser .col-b a
	{
		color:           #3B9BDD;
		text-decoration: underline;
	}
	.block-teaser .col-b a:hover
	{
		text-decoration: none;
	}
	/*.block-teaser .col-b .imgsec*/
	.block-teaser .col-b .col img
	{
		border:1px solid #8C8C8C; /*#66B5ED;*/
	}
	
	.block-teaser .col-b .col input
	{
		float:      left;
		margin-top: 5px;
		width:      125px;
		margin:5px;
		padding:3px 5px 3px 5px;
		background:#FFFFFF;
		border:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-style:italic;
		color:#BABABA;
	}
	.block-teaser .col-b .col .focus-input
	{
		border:1px solid #66B5ED;
		font-style:normal;
		color:#4C4C4C;
		padding:2px 4px 2px 4px;
	}
	.block-teaser .col-b .col .focus-input-filled-error
	{
		border:1px solid #FF0000;
		font-style:normal;
		color:#4C4C4C;
		padding:2px 4px 2px 4px;
	}
	.block-teaser .col-b .col .focus-input-filled
	{
		border:1px solid #66B5ED;
		font-style:normal;
		color:#4C4C4C;
		padding:2px 4px 2px 4px;
	}
	.block-teaser .col-b .link
	{
		float:  right;
		margin: 6px 4px 0px 0px;
	}
	.block-teaser .col-c
	{
		margin:    6px 0px 0px 0px;
		font-size: 10px;
		color:     #8C8C8C;
	}
	
	
/* TEASER end */



/* BLOCK A start */
#block-a
{
	position: relative;
	overflow: visible;
}
	#block-a .block-a-title
	{
		position: absolute;
		left:     -10px;
		top:      -22px;
		z-index:  100;
	}
	#block-a .block-a-bg-main
	{
		background-color: #FFF;
		width:            100%;
	}
	#block-a .block-a-bg-left
	{
		background: url(images/block_a_bg_left.gif) left top repeat-y;
		width:      100%;
	}
	#block-a .block-a-bg-right
	{
		background: url(images/block_a_bg_right.gif) right top repeat-y;
		width:      100%;
	}
	#block-a .block-a-bg
	{
		background-color: #FFF;
	}
	#block-a .block-a-top table, #block-a .block-a-top table tr, #block-a .block-a-top table td
	{
		border:  0px;
		padding: 0px;
		margin:  0px;
	}
	#block-a .block-a-top table
	{
		width: 100%;
	}
	#block-a .block-a-top table td
	{
		height: 23px;
	}
	#block-a .block-a-top table tr td.ltop
	{
		width:      23px;
		background: url(images/block_a_lt.gif) left top no-repeat;
	}
	#block-a .block-a-top table tr td.top
	{
		background: url(images/block_a_top.gif) left top repeat-x;
	}
	#block-a .block-a-top table tr td.rtop
	{
		width:      23px;
		background: url(images/block_a_rt.gif) right top no-repeat;
	}
	
	#block-a .block-a-bot table, #block-a .block-a-bot table tr, #block-a .block-a-bot table td
	{
		border:  0px;
		padding: 0px;
		margin:  0px;
	}
	#block-a .block-a-bot table
	{
		width: 100%;
	}
	#block-a .block-a-bot table td
	{
		height: 23px;
	}
	#block-a .block-a-bot table tr td.ltop
	{
		width:      23px;
		background: url(images/block_a_lb.gif) left top no-repeat;
	}
	#block-a .block-a-bot table tr td.top
	{
		background: url(images/block_a_bot.gif) left top repeat-x;
	}
	#block-a .block-a-bot table tr td.rtop
	{
		width:      23px;
		background: url(images/block_a_rb.gif) right top no-repeat;
	}
	
	#block-a .block-a-title .block-a-title-left
	{
		height:     31px;
		float:      left;
		width:      6px;
		background: url(images/block_a_title_left.gif) left top no-repeat;
	}
	#block-a .block-a-title .block-a-title-text
	{
		height:      31px;
		line-height: 30px;
		float:       left;
		width:       auto;
		background:  url(images/block_a_title_bg.gif) left top repeat-x;
		font-size:   12px;
		color:       #FFF;
		font-weight: bold;
		padding:     0px 4px 0px 4px;
	}
	#block-a .block-a-title .block-a-title-right
	{
		height:     31px;
		float:      left;
		width:      6px;
		background: url(images/block_a_title_right.gif) left top no-repeat;
	}
/* BLOCK A end */



/* BLOCK ADMIN LOGIN start */
#block-admin-login
{
	width:       568px;
	height:		 222px;
	margin:      0px auto 0px auto;
	padding:     8px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
}
	.block-admin-login-submit
	{
		width:      542px;
		text-align: center;
		margin:     0px auto 26px auto;
		background: url(images/block_admin_login_submit_bg.gif) left top repeat-x;
	}
	.block-admin-login-submit .failure-text
	{
		width:      542px;
		text-align: center;
		margin:     0px 0px 0px 0px;
		padding:    5px 0px 0px 0px;
		height:     21px;
		vertical-align : middle;
	}
	.block-admin-login-submit input
	{
		margin:     0px 0px 5px 0px;
	}
/* BLOCK ADMIN LOGIN end */



/* BLOCK FORM A start */
#block-form-a{}
	#block-form-a .block-form-a-top table
	{
		width:     100%;
		font-size: 1px;
	}
	#block-form-a .block-form-a-bot table
	{
		width:     100%;
		font-size: 1px;
	}
	#block-form-a .block-form-a-top table tr td.ltop
	{
		height:     5px;
		width:      5px;
		background: url(images/block_form_a_lt.gif) left top no-repeat;
	}
	#block-form-a .block-form-a-top table tr td.top
	{
		height:     5px;
		background: url(images/block_form_a_top.gif) left top repeat-x;
	}
	#block-form-a .block-form-a-top table tr td.rtop
	{
		height:     5px;
		width:      5px;
		background: url(images/block_form_a_rt.gif) left top no-repeat;
	}
	
	#block-form-a .block-form-a-bot table
	{
		width: 100%;
	}
	#block-form-a .block-form-a-bot table tr td.ltop
	{
		height:     5px;
		width:      5px;
		background: url(images/block_form_a_lb.gif) left top no-repeat;
	}
	#block-form-a .block-form-a-bot table tr td.top
	{
		height:     5px;
		background: url(images/block_form_a_bot.gif) left top repeat-x;
	}
	#block-form-a .block-form-a-bot table tr td.rtop
	{
		height:     5px;
		width:      5px;
		background: url(images/block_form_a_rb.gif) left top no-repeat;
	}
	
	#block-form-a .block-form-a-main
	{
		width:            100%;
		background-color: #EDF8FF;
	}
	#block-form-a .block-form-a-left
	{
		width:      100%;
		background: url(images/dot_1x1_lblue.gif) left top repeat-y;
	}
	#block-form-a .block-form-a-right
	{
		width:      100%;
		background: url(images/dot_1x1_lblue.gif) right top repeat-y;
	}
/* BLOCK FORM A end */



/* BLOCK ADMIN STORIES start */
#block-admin-stories{}
	#block-admin-stories .block-admin-stories-text
	{
		width:     593px;
		margin:    0px auto 0px auto;
		font-size: 12px;
		color:     #000;
	}
	#block-admin-stories .block-admin-stories-check
	{
		width:     593px;
		margin:    0px auto 0px auto;
		font-size: 10px;
		color:     #8C8C8C;
	}
	#block-admin-stories .block-admin-stories-image
	{
		float: left;
		width: 148px;
	}
	#block-admin-stories .block-admin-stories-image .image-div
	{
		margin: 18px 0px 18px 29px;
		padding:0px 0px 0px 0px;
		width:  90px;
		height: 90px;
		background: url(Images/Story/story_image_background.gif);
		background-repeat:no-repeat;
		text-align: center;
		vertical-align:middle;
		border-style:none;
		overflow:hidden;
	}
	#block-admin-stories .block-admin-stories-image .image-div-small
	{
		margin: 18px 0px 18px 29px;
		padding:0px 0px 0px 0px;
		width:  53px;
		height: 31px;
		background-repeat:no-repeat;
		text-align: center;
		vertical-align:middle;
		border-style:none;
		overflow:hidden;
	}
	#block-admin-stories .block-admin-stories-content
	{
		float: left;
		width: 445px;
	}
	#block-admin-stories .block-admin-stories-userdata
	{
		font-size: 12px;
		color:     #000000;
		float:     left;
		margin:    10px 0px 0px 0px;
	}
	#block-admin-stories .block-admin-stories-userdata span
	{
		color: #BABABA;
	}
	#block-admin-stories .block-admin-stories-userdata-a
	{
		width: 170px;
	}
	#block-admin-stories .block-admin-stories-userdata-b
	{
		width: 160px;
	}
	#block-admin-stories .block-admin-stories-text-a
	{
		font-size: 12px;
		color:     #000;
		width:     420px;
		margin:    6px 0px 0px 10px;
	}
	#block-admin-stories .block-admin-stories-text-a textarea
	{
		width:  420px;
		height: 40px;
		border: 0px;
		margin: 6px 0px 0px 0px;
		resize: none;
	}
	#block-admin-stories .block-admin-stories-text-desc{}
	#block-admin-stories .block-admin-stories-text-desc .desc-a
	{
		float:       left;
		/*width:       185px;
		line-height: 36px;*/
		line-height: 100%;
		font-size:   10px;
		color:       #BABABA;
	}
	#block-admin-stories .block-admin-stories-text-desc .desc-b
	{
		float:       right;
		/*width:       230px;*/
		text-align:  right;
		padding:     9px 0px 0px 0px;
		font-size:   12px;
		color:       #3B9BDD;
	}
	#block-admin-stories .block-admin-stories-text-desc .desc-b a
	{
		color:           #3B9BDD;
		text-decoration: underline;
		margin-left:     35px;
	}
	#block-admin-stories .block-admin-stories-text-desc .desc-b a:hover
	{
		text-decoration: none;
	}

	#block-admin-stories .block-admin-export-import-content
	{
	    width:          100%;
	}

	#block-admin-stories .block-admin-export-links
	{
		margin-left:     35px;
		line-height:     250%;
		float:           left;
	}
	
	#block-admin-stories .block-admin-import-links
	{
		margin-right:    35px;
		margin-top:      10px;
		float:           right;
		/*line-height:     250%;*/
	}

	#block-admin-stories .block-admin-import-log
	{
	    padding:0px 5px 0px 5px;
		width:           100%;
		/*line-height:     250%;*/
	}

	#block-admin-stories .block-admin-import-links span
	{
		font-size:      9px;
	}
	
	#block-admin-stories .block-admin-export-links a
	{
		color:           #3B9BDD;
		text-decoration: underline;
	}
	
	#block-admin-stories .block-admin-export-links a:hover
	{
		text-decoration: none;
	}
	
	#block-admin-stories .block-admin-import-links a
	{
		color:           #3B9BDD;
		text-decoration: underline;
	}
	
	#block-admin-stories .block-admin-import-links a:hover
	{
		text-decoration: none;
	}
	
/* BLOCK ADMIN STORIES end */



/* BLOCK PAGER start */
#block-pager-a
{
	font-size:   14px;
	font-weight: bold;
	color:       #3B9BDD;
	padding:     16px 0px 0px 0px;
	text-align:  right;
}
#block-pager-a span
{
	text-decoration:none;
	padding:    0px 0px 0px 0px;
	margin:     0px 0px 0px 0px;
	font-size:  14px;
	font-weight:bold;
	line-height:110%;
	color:      #3B9BDD;
}

	#block-pager-a span span
	{
		text-decoration: underline;
        padding:0px 3px 0px 3px;
	}

	#block-pager-a a
	{
		color:              #3B9BDD;
        text-decoration:    none;
        padding:            0px 3px 0px 3px;
	}
	#block-pager-a a.disabled-anchor
	{
		color:              #BABABA;
		text-decoration:    none;
	}
	#block-pager-a a:hover.disabled-anchor
	{
		text-decoration:    none;
	}
	#block-pager-a a:hover, #block-pager-a a.act
	{
		text-decoration: underline;
	}
/* BLOCK PAGER end */



/* BLOCK FORM ADMIN LOGIN start */
#block-form-admin-login
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:   10px;
	color:       #8C8C8C;
}
	#block-admin-login form
	{
		padding: 0px;
		margin:  0px;
	}
	#block-form-admin-login .col_a
	{
		float:   left;
		width:   214px;
		margin:  0px 0px 0px 27px;
		display: inline;
	}
	#block-form-admin-login .col_b
	{
		float: left;
		width: 214px;
	}
	#block-form-admin-login .col_c
	{
		padding:    12px 0px 9px 0px;
		text-align: center;
	}
	#block-form-admin-login label
	{
		display: block;
		padding: 10px 0px 2px 0px;
	}
	#block-form-admin-login input.input
	{
		border:     0px;
		width:      188px;
		height:     19px;
		/*color:      #8C8C8C;
		font-style: italic;*/
	}
	
	#block-form-admin-login .input-item input
	{
		background:#FFFFFF;
		border:none;
		padding:1px 1px 1px 1px;
		font-style:italic;
		color:#BABABA;
	}
	
	#block-form-admin-login .input-item-filled input
	{
		background:#FFFFFF;
		border:1px solid #66B5ED;
		padding:0px 0px 0px 0px;
		font-style:normal;
		color:#4C4C4C;
	}

	#block-form-admin-login .input-item-error input
	{
		background:#FFFFFF;
		border:1px solid #FF0000;
		padding:0px 0px 0px 0px;
		font-style:normal;
		color:#4C4C4C;
	}
	
	.remember-login-information
	{
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #8C8C8C;
	    padding: 12px 0px 9px 0px;
	    text-align: center;
	}
/* BLOCK FORM ADMIN LOGIN end */



/* BLOCK ADMIN RESOURCES start */
#block-admin-res
{
	width:  574px;
	margin: 0px auto 0px auto;
}
	#block-admin-res .block-admin-res-item
	{
		float: left;
		width: 179px;
	}
	#block-admin-res .block-admin-res-item h2
	{
		color:          #3B9BDD;
		font-weight:    bold;
		font-size:      16px;
		text-align:     center;
		text-transform: uppercase;
		padding:        0px;
		margin:         49px 0px 0px 0px;
		height:         41px;
		line-height:    41px;
		display:        block;
	}
	#block-admin-res .block-admin-res-item h2 span
	{
		color:          #3B9BDD;
		font-weight:    100;
		font-size:      10px;
	}
	#block-admin-res .block-admin-res-item-links-a
	{
		text-align:   center;
		font-size:    14px;
		border-left:  1px solid #90C5EB;
		border-right: 1px solid #90C5EB;
		padding:      0px 0px 5px 0px;
	}
	
	#block-admin-res .block-admin-res-item-links-a ul
	{
		padding:      10px 5px 5px 5px;
	    margin:       0px 0px 0px 0px;
	}
	#block-admin-res .block-admin-res-item-links-a ul li
	{
	    line-height:        150%;
	    list-style-image:   none;
	    list-style-position:outside;
	    list-style-type:    none;
	    text-align:         center;
	    font-size:          12px;
	    margin:             0px 0px 0px 0px;
	    padding:            0px 0px 0px 0px;
	}

	#block-admin-res .block-admin-res-item-links-a ul li a
	{
		color:           #3B9BDD;
		text-decoration: none;
	}
	
	#block-admin-res .block-admin-res-item-links-a a
	{
		color:           #3B9BDD;
		text-decoration: underline;
	}
	#block-admin-res .block-admin-res-item-links-a a.act
	{
		color:           #CCCCCC;
		text-decoration: none;
	}
	#block-admin-res .block-admin-res-item-links-a span.act
	{
		color:           #CCCCCC;
		text-decoration: none;
	}
	
	#block-admin-res .block-admin-res-item-links-a a:hover
	{
		text-decoration: none;
	}
	#block-admin-res .block-admin-res-item-a
	{
		background: url(images/block_admin_res_item_a_bg.jpg) left top no-repeat;
	}
	#block-admin-res .block-admin-res-item-b
	{
		margin:     0px 0px 0px 19px;
		background: url(images/block_admin_res_item_b_bg.jpg) left top no-repeat;
	}
	#block-admin-res .block-admin-res-item-c
	{
		margin:     0px 0px 0px 18px;
		background: url(images/block_admin_res_item_c_bg.jpg) left top no-repeat;
	}
	#block-admin-res .block-admin-res-bot
	{
		text-align: center;
		font-size:  14px;
		padding:    18px 0px 0px 0px;
	}
	#block-admin-res .block-admin-res-bot a
	{
		color:           #3B9BDD;
		text-decoration: underline;
		margin:          0px 43px 0px 43px;
	}
	#block-admin-res .block-admin-res-bot a:hover
	{
		text-decoration: none;
	}
	#block-admin-res input.input
	{
		border: 0px;
		width:  196px;
		height: 19px;
	}
	#block-admin-res .col_a
	{
		font-size: 14px;
		padding:   18px 0px 2px 12px;
	}
	#block-admin-res .col_a a
	{
		color:           #CCCCCC;
		text-decoration: none;
	}
	
	#block-admin-res .col_a span
	{
		color:           #CCCCCC;
		text-decoration: none;
	}
	
	#block-admin-res .col_b
	{
		float:     left;
		font-size: 10px;
		color:     #8C8C8C;
		padding:   3px 5px 0px 12px;
	}
	#block-admin-res .col_c
	{
		width: 196px;
		float: left;
	}
	#block-admin-res .col_d
	{
		float:     left;
		font-size: 10px;
		color:     #8C8C8C;
		padding:   3px 5px 0px 19px;
	}
	#block-admin-res .col_e
	{
		float: left;
	}
	#block-admin-res .col_f
	{
		float:     left;
		font-size: 10px;
		color:     #3B9BDD;
		padding:   3px 0px 0px 26px;
	}
	#block-admin-res .col_f a
	{
		color:           #3B9BDD;
		text-decoration: underline;
	}
	#block-admin-res .col_f a:hover
	{
		text-decoration: none;
	}

	#block-admin-res .commandField
	{
		font-size:       10px;
		color:           #3B9BDD;
		text-decoration: underline;
	}

	#block-admin-res .command-field-container
	{
	    width:65px;
        padding-top:36px;
	}
	
/* BLOCK ADMIN RESOURCES end */



/*** content 2 ***/
#content2
{
	width:910px;
	margin:0px auto;
}
/*** end content 2 ***/


/*** footer ***/

#footer
{
	background:#FFFFFF;
	padding-top:26px;
}
#inner-footer
{
	background:#FFFFFF url(images/footer/bg_footer.gif) repeat-x top left;
	width:910px;
	margin:0px auto;
}
	#footer .top-block
	{
		padding-top:38px;
		font-size:0.92em;
		color:#BABABA;
	}
		#footer .top-block a
		{
			color:#0267ac;
			text-decoration:none;
		}
		#footer .top-block ul
		{
			padding:0px 0px 0px 0px;
			margin:0px;
		}
		#footer .top-block ul li
		{
			padding:0px 0px 0px 0px;
			margin:0px;
			list-style:none;
			line-height:110%;
			float:left;
			border-left:1px solid #DF4750;
			width:233px;
			/*position: relative;*/
		}
		#footer .top-block ul li.first
		{
			width:285px;
			padding-bottom:10px;
		}
		#footer .top-block ul li.last
		{
			width:155px;
		}
		#footer .top-block h3
		{
			padding:0px 0px 6px 0px;
			margin: 0px;
			line-height:110%;
			font-size: 12px;
			color: #5D5D5D;
			width: 90%;
			margin: 0px auto;
			font-weight: bold;
		}

		#footer .top-block .in-block
		{
			width:85%;
			margin:0px auto;
			text-align:justify;
			color: #5d5d5d;
			font-size: 12px;
			line-height: 16px;
		}
		#footer .top-block li.last .in-block
		{
			text-align:left;
		}
			#footer .top-block li.last .in-block .title
			{
				padding:0px 0px 6px 0px;
				margin: 0px;
				line-height:110%;
				font-size: 12px;
				color: #5D5D5D;
				width: 90%;
				margin: 0px auto;
				font-weight: bold;
			}

#footer .top-block li.last .in-block .black-text
{
	margin: 5px;
}
			#footer .top-block .in-block ul li
			{
				float:none;
				border:none;
				width:auto;
				line-height:110%;
				padding:0px 0px 4px 0px;
			}
	
	#footer .bottom-block
	{
		font-size: 10px;
		color:#5d5d5d;
		line-height: 13px;
		padding:25px 0px 25px 0px;
		text-align: center;
	}
		#footer .bottom-block .item-r div
		{
			display: inline;
			padding-left: 3px;
			padding-right: 4px;
		}

		#footer .bottom-block .item-l
		{
			padding-top: 3px;
		}
		#footer .bottom-block a
		{
			color:#5d5d5d;
		}

/*** end footer ***/
.ss
{
	border-style: inherit;
	border-width: medium;
	border-color: #FF0000;
}

/* Ticker start */

.bot-panel {
	background: url(images/ticker/pic_bot_panel.png) no-repeat 0 0;
	width: 939px;
	height: 49px;
	padding-top: 3px;
	margin: 0;
	color: #fff;
	font-size: 12px;
	bottom: -26px;
	z-index: 900;
	position:absolute;
	/*position:fixed;
	bottom:0;*/
}
.bot-panel .scroll-content {
	float: left;
	padding: 0 10px;
	width: 723px;
	line-height: 41px;
}
.bot-panel .post-shout {
	float: left;
	padding-left: 20px;
	width: 100px;
	position: relative;
	height: 41px;
	line-height: 41px;
	/*text-align:left;*/
}
.bot-panel .post-shout span {
	cursor: pointer;
}
.rupor {
	background: url(images/ticker/pic_rupor.png) no-repeat 0 0;
	width: 81px;
	height: 39px;
	position: absolute;
	bottom: 52px;
	left: 841px;
}
.ps-popup {
	background: url(images/ticker/popup.png) no-repeat 0 0;
	width: 240px;
	height: 83px;
	display: none;
	position: absolute;
	bottom: 3px;
	left: -6px;
	z-index: 1000;
	overflow: hidden;
}
.ps-popup input,
.ps-popup textarea {
	background: none;
	border: none;
	position: absolute;
	width: 155px;
	left: 26px;
}
.ps-text {
	position: absolute;
	top: 42px;
	left: 30px;
}
.ps-popup .name {
	top: 86px;
	padding-top: 3px;
	height: 19px;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #909090;
}
.ps-popup .zip {
	top: 119px;
	padding-top: 2px;
	height: 19px;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #909090;
}
.ps-popup textarea {
	top: 156px;
	height: 61px;
	overflow: auto;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #909090;
	resize: none;
	padding:0;
}
.ps-popup .submit {
	bottom: 30px;
	width: 176px;
	height: 41px;
	left: 12px;
	padding: 0;
	cursor: pointer;
}
.ps-close {
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: absolute;
	background-image: url(images/cancel.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.popup-buts {
	background: url(images/ticker/popup-buts.png) no-repeat 0 0;
	width: 178px;
	height: 41px;
	position: absolute;
	bottom: 34px;
	left: 14px;
	display: none;
}

/* Ticker end */

.error_label
{
	position: absolute;
	color: #ff0000;
    line-height:100%;
	top: 140px;
	left: 20px;
    width: 180px;
}
.text-left
{
	text-align: left;
	padding-top: 7px;
	padding-bottom: 9px;
}

/* Ticker end */

img {
   behavior: url("Scripts/pngbehavior.htc");
}