html{
	/* height:100%; BG */
}
body {
	margin:0;
	font:12px/14px Arial, Helvetica, sans-serif;
	/* height:100%; BG */
	background-image: url("/App_Themes/Pyles/images/bg-body-static.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
img{border-style:none;}
a{color:#E36C26;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
#wrapper{
	 width:100%; 
	position:relative;
	/*background:url("/App_Themes/Pyles/images/bg-wrapper.jpg") no-repeat 50% 0;*/
	overflow:hidden;
}
.w1{
	position:relative;
	left:50%;
	float:left;
	width:1200px;
}
.w2 {
	width:1200px;
	left:-50%;
	float:left;
	position:relative;
	overflow:hidden;
	z-index:1;
}
/*style of bg page start*/
.bg-body{
	position:absolute;
	top:0;
	left:0;
	/* width: 100%; USED TO EXPAND BG*/
	

}
/*style of bg page end*/
/*style of header start*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:1200px;
	z-index:150;
}
#header .holder{
	position:relative;
	width:960px;
	height:209px;
	margin:0 auto;
}
#header .holder:after{
	content:"";
	display:block;
	clear:both;
}
/*style of logo start*/
h1.logo{
	margin:0;
	position:absolute;
	top:3px;
	left:119px;
	z-index:200;
}
strong.logo,
h1.logo strong{
	float:left;
	text-indent:-9999px;
	background: url(/App_Themes/Pyles/images/logo.png) no-repeat 0 0;
	width:377px;
	height:149px;
	margin:10px 0 0 7px;
}
strong.logo a,
h1.logo strong a{
	position:relative;
	display:block;
	width:377px;
	height:149px;
}
/*style of logo end*/
#main{
	margin:0 auto;
	padding:209px 0 0;
	position:relative;
	width:960px;
	z-index:20;
	overflow:hidden;
}
.show-details{
	width:380px;
	float:right;
	overflow:hidden;
	margin:38px -11px 0 0;
}
.show-details .nav{
	background:#f00;
	width:190px;
	float:left;
	background: url(/App_Themes/Pyles/images/bg-nav.gif) repeat-y 100% 0;
}
.show-details .last{
	background:none;
}
.show-details .nav .shadow-p{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/App_Themes/Pyles/images/blog-header.png) no-repeat;
	width:140px;
	height:40px;
	margin:0;
}
.header-a{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(/App_Themes/Pyles/images/editorial-header.png) no-repeat;
	margin:11px 0 0;
	width:140px;
	height:40px;
}
.show-details .nav p{
	margin:0;
	color:#fff;
	margin:1px 0 0 15px;
	font-weight:bold;
}
.show-details .nav ul{
	margin:5px 0 20px 16px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.show-details .nav ul li{
	padding:0 0 4px 6px;
	background: url(/App_Themes/Pyles/images/bullet.gif) no-repeat 0 5px;
}
.show-details .nav a{
	color:#fff;
}
.show-details .nav a:hover{
	text-decoration:none;
}
.show-details .nav .menu li{
	float:left;
	margin:0 3px 0 -3px;
	padding:0 4px 0 6px;
	background: url(/App_Themes/Pyles/images/bullet1.gif) no-repeat 0 10px;
}
.alter {
	float:right;
	width:130px;
	font-size:10px;
	margin:0 15px 0 0;
	display:inline;
}
.head-alter{
	width:127px;
	height:32px;
	background:url(/App_Themes/Pyles/images/txt-alter.png) no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 6px;
}
.alter .time{
	float:right;
	width:84px;
	height:30px;
	text-indent:-9999px;
	background:url(/App_Themes/Pyles/images/txt-time.png) no-repeat;
}
.show-details .news{
	float:left;
	background:url(/App_Themes/Pyles/images/txt-slogan-home-page.png) no-repeat;
	text-indent:-9999px;
	width:169px;
	height:70px;
	margin:0 0 7px;
}
.show-details .link{
	display:block;
	clear:both;
	background:url(/App_Themes/Pyles/images/txt-link-home-page.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:261px;
	height:14px;
}
/*style of main nav start*/
.top-menu{
		position:absolute;

	bottom:7px;
	left:0;
	clear:both;
	width:958px;
	border:1px solid #b3b3b3;
	background:url(/App_Themes/Pyles/images/bg-menu.gif) no-repeat;
	
}
#nav{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
}
#nav:after{
	content:"";
	clear:both;
	display:block;
}
#nav li{
	line-height:13px;
	float:left;
	padding:11px 10px 9px;
	background:url(/App_Themes/Pyles/images/separator.gif) no-repeat;
}
#nav a{
	color:#282828;
	text-decoration:none;
	font-size:12px;
}
#nav a:hover{
	color:#de771c;
}
#nav li.active a,
#nav li.active a:hover{
	color:#282828;
	font-weight:bold;
}
#nav li.active-inner a{
	color:#282828;
	background:url(/App_Themes/Pyles/images/active.gif) no-repeat 100% 2px;
	padding:0 20px 0 0;
}
/*style of main nav end*/
/*style of pop-up start*/
.popup{
	z-index:200;
	position:absolute;
	top:100%;
	left:-1px;
	width:234px;
	padding:0 7px;
	border:1px solid #aeaeae;
	background:#ccc url(/App_Themes/Pyles/images/bg-popup.gif) repeat-x;
}
.popup ul{
	margin:0;
	padding:0;
	list-style:none;
}
.popup ul li{
	padding:3px 0;
	border-bottom:1px solid #c4c4c4;
}
.popup ul a{
	color:#000;
	text-decoration:none;
}
.popup ul a:hover{color:#de771c;}
/*style of pop-up end*/
/*style of header end*/
.box-banner{
	padding:0 0 7px;
	width:960px;
	height:97px;
	overflow:hidden;
	background:url(/App_Themes/Pyles/images/banner01.jpg) no-repeat;
}
/*style of content start*/
#content{
	width:651px;
	float:left;
}
#contentwide{
	width:960px;
	float:left;
}
.box-issue{
	width:650px;
	margin:0 0 11px;
}
.box-issue img{
	vertical-align:top;
}
.box-issue .head{
	padding:1px 0 2px 11px;
	width:101px;
	margin:0 8px 0 0;
	float:left;
	background:url(/App_Themes/Pyles/images/bg-head-issue.gif) no-repeat;
}
.box-issue .info{
	height:1%;
	overflow:hidden;
	background:#000406;
	color:#fefefe;
}
.issue-day{
	height:34px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/App_Themes/Pyles/images/ttl-issue-day.gif) no-repeat;
}
.box-issue .info strong{
	display:block;
	font-size:13px;
	margin:11px 0 6px;
}
.box-issue p{
	margin:0;
}
/*style small blocks start*/
.container{
	background:url(/App_Themes/Pyles/images/bg-container.gif) repeat-y -1324px 0;
	width:651px;
	margin:0 0 10px;
	overflow:hidden;
}
.container .holder{
	width:651px;
	background:url(/App_Themes/Pyles/images/bg-container.gif) no-repeat;
}
.container .frame{
	overflow:hidden;
	background:url(/App_Themes/Pyles/images/bg-container.gif) no-repeat -662px 100%;
	width:662px;
	margin:0 -11px 0 0;
}
.container .box{
	width:307px;
	float:left;
	margin:0 11px 0 0;
	padding:1px 1px 1px 12px;
}
.container .box .visual{
	float:right;
	margin:0 0 0 7px;
}
.container .box h2{
	margin:5px 0;
	text-indent:-9999px;
	overflow:hidden;
	height:16px;
}

.container .box .blog2{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-blog.gif) no-repeat;
}



.container .box .forbidden{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-forbidden.gif) no-repeat;
}

.container .box .health{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-health.gif) no-repeat;
}

.container .box .alter{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-alter.gif) no-repeat;
}

.container .box .ecology{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-ecology.gif) no-repeat;
}







.container .box .unexplained{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-unexplained.gif) no-repeat;
}

.container .box .ufo{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-ufo.gif) no-repeat;
}


.container .box .conspiracy{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-conspiracy.gif) no-repeat;
}

.container .box .soul{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-soul.gif) no-repeat;
}

.container .box .ancient{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-ancient.gif) no-repeat;
}

.container .box .space{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-space.gif) no-repeat;
}

.container .box .science{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-science.gif) no-repeat;
}

.container .box .seeing{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-seeing.gif) no-repeat;
}

.container .box .religion{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-religion.gif) no-repeat;
}

.container .box .weird{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-weird.gif) no-repeat;
}

.container .box .editorial{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-editorial.gif) no-repeat;
}

.container .box .queries{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-queries.gif) no-repeat;
}

.container .box .interview{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-interview.gif) no-repeat;
}

.container .box .special{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-special.gif) no-repeat;
}

.container .box .afterlife{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-afterlife.gif) no-repeat;
}

.container .box .energy{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-energy.gif) no-repeat;
}

.container .box .nomatter{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-nomatter.gif) no-repeat;
}

.container .box .ghosts{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-ghosts.gif) no-repeat;
}

.container .box .technology{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-technology.gif) no-repeat;
}

.container .box .prophecies{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-prophecies.gif) no-repeat;
}

.container .box .crypto{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-crypto.gif) no-repeat;
}

.container .box .nature{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-nature.gif) no-repeat;
}

.container .box .research{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-research.gif) no-repeat;
}

.container .box .psychology{
	width:180px;
	background:url(/App_Themes/Pyles/images/ttl-psychology.gif) no-repeat;
}
.container .box p{
	margin:0 0 12px;
}
.container .box .btn{
	height:1%;
	overflow:hidden;
	padding:0 0 6px;
}
.more{
	cursor:pointer;
	float:left;
	text-decoration:none;
	color:#000;
	font-size:10px;
	background:url(/App_Themes/Pyles/images/bg-link-more-r.gif) repeat-x;
}
.more .bg-left{
	background:url(/App_Themes/Pyles/images/bg-link-more-left.gif) no-repeat;
	float:left;
	width:2px;
	height:21px;
}
.more .bg-right{
	background:url(/App_Themes/Pyles/images/bg-link-more-right.gif) no-repeat;
	float:left;
	width:17px;
	height:21px;
}
.more em{
	font-style:normal;
	float:left;
	padding:3px 6px 4px;
}
/*style small blocks end*/
.block-social{
	overflow:hidden;
	margin:0 0 24px;
	padding:14px 0 11px 10px;
	width:640px;
	background:url(/App_Themes/Pyles/images/bg-block-bottom.gif) no-repeat;
}
.block-social .follow{
	float:left;
	background:url(/App_Themes/Pyles/images/txt-follow.png) no-repeat;
	width:146px;
	height:30px;
	font-size:10px;
	text-indent:-9999px;
	overflow:hidden;
}
.block-social ul{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.block-social ul li{
	padding:5px 5px 6px;
	margin:0 12px 0 11px;
		float:left;
	width:122px;
	background:url(/App_Themes/Pyles/images/bg-nav-social.png) no-repeat;
}
.block-social ul li a{
	position:relative;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
}
.block-social .rss{
	background:url(/App_Themes/Pyles/images/link-rss.gif) no-repeat;
	width:97px;
}
.block-social .twitter{
	background:url(/App_Themes/Pyles/images/link-twitter.gif) no-repeat;
	width:75px;
}
.block-social .facebook{
	background:url(/App_Themes/Pyles/images/link-facebook.gif) no-repeat;
	width:116px;
}
/*style of content end*/
/*style of sidebar start*/
#sidebar{
	width:300px;
	float:right;
}
#sidebar a.banner{
	display:block;
	margin:0 0 12px;
}
.block{
	width:299px;
	overflow:hidden;
	margin:0 0 10px;
}
.block .t{
	height:2px;
	width:100%;
	background:url(/App_Themes/Pyles/images/bg-block-t.png) no-repeat;
	overflow:hidden;	
}
.block .c{
	width:281px;
	padding:0 9px;
	background:url(/App_Themes/Pyles/images/bg-block-r.png) repeat-y;
	overflow:hidden;
}
.block .b{
	height:2px;
	width:100%;
	background:url(/App_Themes/Pyles/images/bg-block-b.png) no-repeat;
	overflow:hidden;
}
/*style of carusel start*/
.carusel{
	padding:15px 0 25px;
	position:relative;
	overflow:hidden;
	height: 493px;	 
	width: 280px;
}
/*.carusel div{
	width:280px;
	height:493px;
	overflow:hidden;
	position:relative;
}*/

.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	
	/* vertical scrollers have typically larger height than width */	
	height: 463px;	 
	width: 280px;
}
.items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}
.items div{
	margin:0;
	padding:7px 0;
	list-style:none;
	border-top:1px solid #6d6d6d;
}
/*.carusel ul li{
	width:270px;
	padding:5px 5px 4px;
	overflow:hidden;
	border-bottom:1px solid #6d6d6d;
}*/
.items div h4{
	font-size:12px;
	color:#fff;
	margin:0 0 4px;
}
.items div img{
	float:left;
	border:1px solid #d0d0d1;
	margin:0 11px 0 0;
}

.tinyImage {
	float:left;
	border:1px solid #d0d0d1;
	margin:0 11px 0 0;
}

.items div p{
	color:#fff;
	margin:0;
height: 50px;
}
.items div a{
	color:#faca10;
	font-weight:bold;
	text-decoration:none;
}
.items div a:hover{
	text-decoration:underline;
}
.recent-issues{
	margin:0 0 15px;
	font-size:10px;
	text-indent:-9999px;
	background:url(/App_Themes/Pyles/images/ttl-recent-issues.gif) no-repeat;
	height:12px;
	width:178px;
}
.carusel .prevPage,
.carusel .nextPage{
	display:block;
	position:absolute;
	right:0px;
	text-indent:-9999px;
	overflow:hidden;
	width:14px;
	height:11px;
}
* html .carusel .prevPage,
* html .carusel .nextPage{
	right:8px;
}
.carusel .prevPage{
	top:15px;
	background:url(/App_Themes/Pyles/images/arrow-up.gif) no-repeat;
}
.carusel .nextPage{
	bottom:9px;
	background:url(/App_Themes/Pyles/images/arrow-down.gif) no-repeat;
}
/*style of carusel end*/
.video{
	padding:15px 3px 25px;
	width:275px;
}
.video .holder{
	height:1%;
}
.video .holder img{
	vertical-align:top;
}
.head-video{
	margin:0 0 17px;
	font-size:10px;
	text-indent:-9999px;
	background:url(/App_Themes/Pyles/images/ttl-video.gif) no-repeat;
	height:12px;
	width:178px;
	width:67px;
}

.pollside{
	padding:15px 3px 25px;
	width:275px;
}
.pollside .holder{
	height:1%;
	color: #ffffff;
}
.pollside .holder img{
	vertical-align:top;
}
.head-poll{
	margin:0 0 17px;
	font-size:10px;
	text-indent:-9999px;
	background:url(/App_Themes/Pyles/images/ttl-poll.gif) no-repeat;
	height:13px;
	width:178px;
	width:46px;
}

/*style of sidebar start*/
/*style of page content start*/
#content h1{
	font:24px Arial, Helvetica, sans-serif;
	margin:9px 0 0 9px;
}
#contentwide h1{
	font:24px Arial, Helvetica, sans-serif;
	margin:9px 0 0 9px;
}
.autor{
	height:100px;
	overflow:hidden;
}
.autor ul{
	margin:18px 0 0 10px;
	padding:0;
	list-style:none;
}
.autor ul li{
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	color:#606060;
}
.autor ul li a{
	font-weight:bold;
	text-decoration:underline;
	color:#606060;
}
.autor ul li a:hover{
	text-decoration:underline	;
}
.autor h1 {
	font:24px Arial, Helvetica, sans-serif;
	margin:9px 0 0 9px;
}
.share{
	float:right;
}
.share{
	margin:0;
	padding:14px 8px 0;
	list-style:none;
}
.share li{
	background:url(/App_Themes/Pyles/images/bg-link.gif) no-repeat;
	width:119px;
	vertical-align:top;
	padding:0 0 0 7px;
	height:22px;
}
.share li a{
	color:#454545;
	font:11px/16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
}
.share li a:hover{
	text-decoration:underline;
}
.share .sand {
	padding:3px 0 0 7px;
	height:20px;
}
.share .sand a{
	background:url(/App_Themes/Pyles/images/bg-sand.gif) no-repeat;
	padding:0 0 0 24px;
}
.share .print{
	padding:3px 0 0 7px;
}
.share .print a{
	background:url(/App_Themes/Pyles/images/bg-print.gif) no-repeat;
	padding:0 0 0 23px;
}
.share .cont{
	background:none;
}
.share .cont{
	/*display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/App_Themes/Pyles/images/share.gif) no-repeat;*/
}
.main-holder{
	overflow:hidden;
	height:1%;
	padding:0 0 29px;
}
.epsilon{
	width:615px;
	padding:7px 8px 0;
	margin:0 auto 4px;
	overflow:hidden;
	background:#f5f5f5;
}
#content h2{
	line-height:18px;
	font-weight:normal;
	font-size:18px;
	margin:13px 0 8px;
}


#content h2 a{
	color:#de771c;
	text-decoration:underline;
}

.epsilon .emblem{
	border:1px solid #575757;
	float:left;
	margin-right:11px;
}
.epsilon .emblem img{
	border:4px solid #efefef;
}
.epsilon .epsilon-info{
	float:left;
	width:485px;
}
.epsilon-info p{
	font-size:12px;
	line-height:15px;
	margin:-2px 0 10px;
}
#content .epsilon h2{
	margin:0;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	margin:3px 0 7px 3px;
}
.epsilon ul{
	margin:0 0 14px 4px;
	padding:0;
	list-style:none;
}
.epsilon ul li{
	background:url(/App_Themes/Pyles/images/bullet5.gif) no-repeat 0 6px;
	padding:0 0 0 9px;
}
.epsilon ul li a{
	color:#353535;
	font:12px/18px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.epsilon ul li a:hover{
	text-decoration:none;
}
.blog{
	height:1%;
	overflow:hidden;
	padding:0 7px 0 9px;
}
.blog p{
	line-height:18px;
	margin:3px 0 11px;
}
.blog .alter{
	margin:0 0 10px 10px;
	float:right;
	border:1px solid #525252;
	padding:3px 4px;
	width:320px;
}
.search-hold{
	position:relative;
	overflow:hidden;
	width:100%;
}
.search-hold .search{
	background:url(/App_Themes/Pyles/images/input-search.gif) no-repeat;
	float:left;
	width:245px;
	height:31px;
}
.search-hold .search input{
	font-size:11px;
	line-height:12px;
	padding:8px 6px;
	width:233px;
	border:0;
	background:none;
}
.search-hold .btn-search{
	float:left;
}
.search-hold a{
	color:#98a1a8;
	line-height:20px;
	text-decoration:none;
}
.search-hold a:hover{
	text-decoration:underline;
}
#sidebar .banner-b{
	display:block;
	border:1px solid #fff;
}
#sidebar .banner-b img{
	vertical-align:top;
}
/*style of footer start*/
#footer{
	position:relative;
	z-index:30;
	width:960px;
	margin:0 auto 100px;
	overflow:hidden;
}
#footer ul{
	margin:0 0 12px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#footer ul li{
	float:left;
	background:url(/App_Themes/Pyles/images/bullet2.gif) no-repeat 0 7px;
	padding:0 2px 0 6px;
	line-height:16px;
	margin:0 3px 0 -3px;
}
#footer ul li a{
	color:#282828;
}
#footer ul li a:hover{
	text-decoration:none;
}
#footer p{
	margin:0 0 3px;
}
#footer .nav-bottom{
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#footer .nav-bottom li{
	float:left;
	background:url(/App_Themes/Pyles/images/bullet3.gif) no-repeat 0 3px;
	padding:0 5px;
	margin:0 1px 0 -1px;
}
#footer .nav-bottom li a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#footer .nav-bottom li a:hover{
	text-decoration:underline;
}
/*style of footer end*/
.box-banner img{
	vertical-align:top;
}
/*style of breadcrumbs start*/
.breadcrumbs{
	width:960px;
	background:url(/App_Themes/Pyles/images/top-breadcrumbs.gif) no-repeat;	
	padding:1px 0 0;
	margin:0 0 6px;
	height:1%;
}
.breadcrumbs div{ 
	overflow:hidden;
	height:1%;
	padding:8px 0 8px 12px;
	background:#000 url(/App_Themes/Pyles/images/b-breadcrumbs.gif) no-repeat 0 100%;	
}
.breadcrumbs strong{
	color:#fff;
	float:left;
}
.breadcrumbs ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.breadcrumbs ul li{
	float:left;
	color:#faca10;
	font-weight:bold;
	background:url(/App_Themes/Pyles/images/bullet4.gif) no-repeat 0 7px;
	padding:0 5px;
	margin:0 3px 0 -3px;
}
.breadcrumbs ul a{
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}
.breadcrumbs ul a:hover{
	text-decoration:underline;
}
/*style of breadcrumbs end*/
.holder-content {
	width:100%;
	margin:0 0 8px;
	min-height:623px;

}
.holder-content .t{
	background:url(/App_Themes/Pyles/images/content-t.gif) no-repeat;
	height:2px;
	width:100%;
	overflow:hidden;
}
.holder-content .b{
	background:url(/App_Themes/Pyles/images/bg-content-b.gif) no-repeat;
	height:2px;
	width:100%;
	overflow:hidden;
}
.holder-content .c{
	background:#fff url(/App_Themes/Pyles/images/bg-content-r.gif) repeat-x;
	width:100%;
	overflow:hidden;
	min-height:611px;
}
.holderwide-content {
	width:100%;
	margin:0 0 8px;
}
.holderwide-content .t{
	background:url(/App_Themes/Pyles/images/content-tw.gif) no-repeat;
	height:2px;
	width:100%;
	overflow:hidden;
}
.holderwide-content .b{
	background:url(/App_Themes/Pyles/images/bg-content-bw.gif) no-repeat;
	height:2px;
	width:100%;
	overflow:hidden;
}
.holderwide-content .c{
	background:#fff url(/App_Themes/Pyles/images/bg-content-r.gif) repeat-x;
	width:100%;
	overflow:hidden;
}
.form h3.search{
	margin:9px 0 11px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/App_Themes/Pyles/images/ttl-search.gif) no-repeat;
	width:109px;
	height:12px;
	font-size:10px;
}

.horizontalCMSMenu
{
margin: 10px;
}

.horizontalsubCMSMenu
{
margin: 11px 0 0 0;
padding:11px 7px 12px 9px;
line-height:13px;	
background:#ccc url(/App_Themes/Pyles/images/bg-popup.gif) repeat-x;

	
}

.horizontalsubCMSMenu tr
{
	padding:3px 0;
}

.horizontalsubCMSMenuItem
{
	white-space: nowrap;
	display: block;
}

.horizontalsubCMSMenuItem, .horizontalsubCMSMenuItemMouseOver, .horizontalsubCMSMenuItemMouseDown,
.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown
{
	padding: 5px 3px;
	min-width: 81px;
	white-space: nowrap;
	display: block;
	color:#000;
border-bottom:1px solid #c4c4c4;
}

.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown, .horizontalsubCMSMenuItemMouseOver
{
	color:#de771c;

	text-decoration:none;

}

.horizontalCMSMenuItem, .horizontalCMSMenuItemMouseOver, .horizontalCMSMenuItemMouseDown, 
.horizontalCMSMenuHighlightedMenuItem, .horizontalCMSMenuHighlightedMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseDown, 

.horizontalCMSMenuItemMouseUp, .horizontalCMSMenuHighlightedMenuItemMouseUp
{
	font-size: 15px;
	padding: 0px 10px;
	background: url(/App_Themes/Pyles/images/separator.gif) no-repeat top right;
}

.horizontalCMSMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItem, 
.horizontalCMSMenuHighlightedMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItemMouseDown
{
	color:#de771c;
}

/*#Forum#*/

.ForumModerationInfo
{
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.ForumModerationInfoText
{
	margin: 15px;
	border: solid 1px #cccccc;
	padding: 35px;
	background-color: #fff6df;	
}

.ForumSearchResultsInfo
{
	background-color:#cccccc;
	padding: 8px;
	font-weight:bold;
}
	
.Forum .Unapproved
{
	background-color:#fff2cf;
}

.Post img
{
	border: 0px;
}

.PostAttachments
{
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin: 10px 0px;
}

.PostAttachments .PostAttachmentsList
{
	padding: 2px 0px;
}

.PostAttachments .PostAttachmentsHeader
{
	color: gray;
}

.PostAttachments .PostAttachmentsList a
{
	color: black;
}

/*#Forum/Attachments#*/

.ForumAttachments
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


.ForumAttachments .AttachmentTable
{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 12px;
}

.ForumAttachments .AttachmentTable td
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader
{
	background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction 
{
	text-align: center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader .AttachmentFileName
{
	text-align: left;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload input
{
	height: 23px;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload .Button
{
	width: 100px;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .Title
{
	font-size: 16px;
	font-weight: bold;
}

/*#Forum/Extended actions#*/

.PostExtendedActions
{
	border-top: solid 1px #eeeeee;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.PostExtendedActions span
{
	display: none;
}

.PostExtendedActions .SendMessage
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/sendmessage.gif);
	margin-right: 7px;
}

.PostExtendedActions .Friendship
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/CMSModules/Forums/LiveImages/friendship.gif);		
}

/*#Forum/Extended search#*/

.ForumExtendedSearch .TextBox 
{
	width: 300px;
}

.ForumExtendedSearch .DropDownList
{
	width: 304px;
}


.ForumExtendedSearch .Button
{
	margin-top: 20px;
	width: 150px;
}

/*#Forum/Mark as answer#*/

.Post .AcceptedSolution
{
	background-color: #efffef;
}

.AcceptedSolutionArea
{
	color:Green;
	font-size:14pt;
	width:100%;
	margin-bottom: 5px;
}

.AcceptedSolutionArea td 
{
 	padding-left: 5px !important;
	padding-bottom: 5px !important;
}
 
.AcceptedSolutionArea .AcceptedSolutionText
{
	width:100%;
}

/*#Forum/Quote#*/

.PostText blockquote
{
	border: solid 1px #d4d4d4;
	background-color: #eeeeee;
	padding: 4px;
	margin-left: 10px;
}

.PostText blockquote cite 
{
	display: block;
	font-weight: bold;
}

/*#Forum/Manage#*/

.ForumManage
{
	border: 1px solid #cccccc;
	margin: 4px 0px 5px 5px;
	padding: 2px 5px;
	background-color: #eeeeee;
}

.PostManageEdit table

{
	border: none !important;
}

.PostManageEdit .ForumNewPost td
{
	border-bottom: none !important;
}

.ForumNewPost .SignatureAreaItem
{
	width: 500px;
	height: 50px;
}

.SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.ForumTree .PostTree .SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}


/*#Forum/Forum Group#*/
.ForumGroup
{
	width: 100%;
}

.ForumGroup *
{
	font-family: Arial;
}

.ForumGroup .Table
{
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
}

.ForumGroup .Table td
{
	padding: 6px;
}

.ForumGroup .Table .Header td
{
	font-weight: bold;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
}

.ForumGroup .Table .Info td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
	height: 55px;
	vertical-align: top;
}

.ForumGroup .Table .GroupName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #ffffff;
}

.ForumGroup .Table .GroupDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}


.ForumGroup .Table .ForumInfo
{

	padding-top: 10px;
	padding-bottom: 10px;
}

.ForumGroup .Table .Threads
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumGroup .Table .PostTime
{
	white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumGroup .ForumOdd td
{
	background-color: #f8f8ff;
}

.ForumGroup .Forum td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}



.ForumGroup .Forum .ForumName
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: black;
	
}

.ForumGroup .Forum .ForumDescription
{
	padding: 0 0 0 10px;	
	margin: 5px 0 0 0;
}


/*#Forum/Forum flat layout#*/
.ForumFlat *
{
	font-family: Arial;
}

.ForumFlat .Table
{
	width: 100%;
	background-color: #ffffff;
}

.ForumFlat .Table td
{
	padding: 6px;
}


.ForumFlat .Table .Info td
{
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top left;
	height: 55px;
	vertical-align: top;
}

.ForumFlat .Table .ForumContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*font-size: 110%;*/
}

.ForumFlat .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumFlat .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumFlat .Table .Informations td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	background-color: #fffec0;
}

.ForumFlat .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumFlat .Table .Actions .ActionLink
{
	color: #e36c26; 
	text-decoration: underline;
	padding: 0px 5px 0 5px;
}


.ForumFlat .Table .Posts td
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumFlat .Table .PostsTable
{
	width: 100%;
}

.ForumFlat .Table .PostsTable td
{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td
{
	background-color: #eeeeee;
	border: none;
	padding: 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
}

.ForumFlat .Pager a
{
	font-weight: bold;
	text-decoration: underline;
	color: #E36C26;
}

.ForumFlat .ThreadTable
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .ThreadTable td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../App_Themes/CorporateSite/Images/genbackground.gif);
}

.ForumFlat .ThreadTable .Author
{
	text-align: center;
	width: 200px;
	color: #e36c26;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
	text-align: center;
	width: 50px;
}

.ForumFlat .ThreadTable .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .PostTime
{
	white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{

	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumFlat .ThreadTable .ThreadInfo
{
	text-align: left;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
	font-weight: bold;
	text-decoration: underline;

	color: #e36c26;
}

.ForumFlat .ForumBreadCrumbs

{


	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumNewPost
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/*#Forum/Forum flat layout/Post#*/
.ForumFlat .ForumPost
{
	padding: 8px 8px 8px 8px;
}

.ForumFlat .PostIndent .ForumPost
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .PostIndent
{
	padding-left: 30px;
}

.ForumFlat .PostUser, .ForumFlat .PostUserLink
{
	white-space: nowrap;
	font-weight: bold;
	color: #e36c26;
}

.ForumFlat .PostUser
{
	text-decoration: underline;
}

.ForumFlat .PostSubject
{

	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumFlat .PostText
{
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumFlat .PostActionLink
{
	text-decoration: underline;
	color: #e36c26;
	padding: 0px 5px 0px 5px;
}

/*#Forum/New post form#*/
.ForumNewPost
{
	padding: 5px;
	font-family: Arial;
}

.ForumNewPost .PostReply
{
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding
{
	/*border: solid 1px #cccccc;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .Title
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.ForumFlat .ForumNewPost .PostForm td
{
	border: none;
}

.ForumNewPost .ItemLabel
{
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}

.ForumNewPost .Button
{
	width: 100px;
}

.ForumNewPost .TextboxItem
{
	width: 500px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}



.ForumNewPost .TextareaItem
{
	width: 500px;
	height: 200px;
}


/*#Forum/Tree layout#*/
.ForumTree *
{
	font-family: Arial;
}

.ForumTree .Table

{
	width: 100%;
	background-color: #ffffff;
}

.ForumTree .Table td
{
	padding: 6px;
}


.ForumTree .Table .Info td
{
	background-color: #5c99e8;
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x top 

left;
	height: 55px;
	vertical-align: top;
}

.ForumTree .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumTree .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumTree .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumTree .Table .Actions .ActionLink
{
	color: #e36c26;
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.ForumTree .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree td
{
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree
{
	padding: 5px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.ForumTree .ForumNewPost .PostForm td
{
	border: none;
}

/*#Forum/Tree layout/Post#*/
.ForumTree .ForumPost
{
	padding: 8px 8px 8px 8px;
}

.ForumTree .PostDetail .ForumPost
{
	border-bottom: solid 1px #cccccc;
}

.ForumTree .PostUser, .ForumTree .PostUserLink
{
	color: #e36c26;
	font-weight: bold;
	white-space: nowrap;
}

.ForumTree .PostUser
{
	text-decoration: none;
}

.ForumTree .PostSubject
{
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumTree .PostText
{
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumTree .PostActionLink
{
	color: #e36c26;
	padding: 0px 5px;
	text-decoration: underline;
}

.ForumTree .PostTree .ForumPost
{
	 border: solid 1px #cccccc;
	 width: 600px;
}

/* Overall */






.HiddenButton
{
	display: none;
}



/* Tree Items*/
.ForumTree .PostTree td
{
	vertical-align: top;
}

.ThreadPost, .SubThreadPost, .RootPostItem, .ThreadPostSelected
{
	padding: 3px 3px 1px 3px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}

.ThreadPostSelected
{
	background-color: #cccccc;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	padding: 3px 20px 1px 3px;
}


.PostSeparator
{
	padding: 0 3px;
}

/*#Forums/Images#*/
.ForumGroup .Forum .ForumImageDefault, .ForumGroup .Forum .ForumImage, .ForumGroup .Forum .ForumImageLocked, 
.ForumFlat .ThreadTable .ThreadImageDefault, .ForumFlat .ThreadTable .ThreadImage, .ForumFlat .ThreadTable .ThreadImageLocked, .ForumFlat .ThreadTable .ThreadImageAnnouncement, .ForumFlat .ThreadTable .ThreadImageSticky
{
	background-repeat:no-repeat;
	background-position:center;
	border-right: none;
	width: 24px;
	text-align: center;
	border-right: 1px solid #cccccc;
}

.ForumGroup .Forum .ForumImageDefault, .ForumGroup .Forum .ForumImage
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Forum_default.gif);
}

.ForumGroup .Forum .ForumImageLocked
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Forum_locked.gif);
}


.ForumFlat .ThreadTable .ThreadImageDefault, .ForumFlat .ThreadTable .ThreadImage
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Thread_default.gif);
}

.ForumFlat .ThreadTable .ThreadImageLocked
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Thread_locked.gif);
}

.ForumFlat .ThreadTable .ThreadImageAnnouncement
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Thread_announcement.gif);
}

.ForumFlat .ThreadTable .ThreadImageSticky
{
	background-image: url(../App_Themes/Default/Images/CMSModules/Forums/LiveImages/Thread_sticked.gif);
}


.OfficeName
{
	padding: 2px 0 2px 0;
	font-weight: bold;
}
/*#Examples/Media Libraries#*/


.MediaLibraryListDescription
{
	vertical-align: top;	
}

.MediaLibraryListDescription a
{
	font-size: 18px;
}

.MediaLibraryListPhoto
{
	padding: 4px 20px 1px 5px; 
}


.MediaListItem
{
	margin: 10px 0px; 
	width: 743px;
	background: url(../App_Themes/CorporateSite/Images/Examples/MediaListTop.gif) no-repeat;
}

.MediaListItemBottom
{
	height: 6px;
	background: url(../App_Themes/CorporateSite/Images/Examples/MediaListBottom.gif) no-repeat;

}

.MediaLibraryListDescriptionText
{
	padding-top: 10px;
	font-size: 12px; 
}

/*#Media library#*/
.mediaItem
{
	background: url('../App_Themes/CorporateSite/Images/Examples/bg_photo.gif') no-repeat;
	float: left;
	font-size: 10px;
	width: 132px;
	margin: 6px;
}

.mediaItemBottom
{
	height: 4px;
	background: url('../App_Themes/CorporateSite/Images/Examples/bg_photo_bottom.gif') no-repeat;
	font-size: 0;
	line-height: 0;
}

.mediaItem a
{
	color: Black;
	text-decoration: none;

	font-weight: bold;
	font-size: 11px;
}

.mediaLibraryPhoto
{
	height: 122px;
	width: 132px;
	text-align: center;

}

.mediaLibraryDescription
{
	padding: 0px 3px;
	color: #737373;
}


.MediaLibrarySort
{
	padding-bottom: 13px;
}


.MediaLibrarySort span
{
	font-weight: bold;
}


.MediaLibrarySort a
{
	color: Black;
}

.MediaLibrarySort a:hover
{
	text-decoration: none;
}


.MediaGalleryFolderTree
{
	float: left;
	width: 180px;
	overflow: auto;
}

.MediaGalleryFolderTree a
{
	color: Black;
}

.MediaGalleryContent
{
	float: left;
	width: 480px;
}

.MediaGalleryDetail
{
	width: 560px;
	background: url('../App_Themes/CorporateSite/Images/Examples/bg_photo_detail.gif') no-repeat;
	text-align: center;
	padding: 15px 0px;
	
}

.MediaGalleryDetailBottom
{
	width: 544px;
	padding-top: 5px;

	padding-right: 16px;
	text-align: right;
	background: url('../App_Themes/CorporateSite/Images/Examples/bg_photo_detail_bottom.gif') no-repeat;
}

.MediaGalleryDetailBottom img
{
	border: none;
}

.SelectedFolder
{
	font-weight: bold;
}

.MediaGalleryDetailBottom h2

{
	padding-top: 5px;
	margin: 0;
	color: #737373;
	font-size: 16px;
	width: 400px;
	text-align: left;
}

.MediaGalleryContent .Pager
{
clear: both;
text-align: center;
}

.MediaGalleryPagger
{
    padding-bottom: 10px;	
}

.MediaGalleryPagger a
{
	display: block;
	color: Black;
	background: url('../App_Themes/CorporateSite/Images/Examples/button_back.gif') 0px 1px no-repeat;
	padding-left: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}

.MediaGalleryDetail object
{
background: #efefef;
}

a.MediaBack
{
	display: block;
	color: Black;
	background: url('../App_Themes/CorporateSite/Images/Examples/button_back.gif') 0px 1px no-repeat;
	padding-left: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.CommentUserName {
	text-decoration: underline;
}

.ContentTree
{
	float: left;
	width: 150px;
	height: 500px;
}

.MediaContent
{
	float: left;
	width: 540px;
}


.MediaFileUploader
{
	padding-bottom: 30px;
}

/*#Blog#*/

.BlogPTitle a
{
	color: #ffffff;
	font-weight: bold;
}

.BlogPTitle
{
	background:#000000 url(../App_Themes/CorporateSite/Images/genbackground.gif) repeat-x scroll left top;
	color: #ffffff;
	padding: 5px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

.BlogPBody
{
	padding: 10px 15px;
	border: solid 1px #cccccc;
}

.BlogPBody img
{
	border: none;
}

.BlogPDateWhole
{
	background-color: #f1f1f1;
	padding: 3px 5px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.comments hr
{
	border: solid 1px #cccccc;
}

.BlogCommentsTitle, .BlogLeaveComment
{
	font-weight: bold;
	font-size: 110%;
}

.blogDetail .comments .TextAreaField
{
	width: 280px;
}

.TextAreaField
{
	width: 280px;
	height: 100px;
}

.IE7 .PageTitleHeader table
{
	text-align: left;
}

.PollTitle
{
	font-weight:bold;
	display:none;
	margin-bottom:10px
}

.PollAnswers{
	font-size:12px/14px;
	margin-top: 5px;
}

.PollGraph
{
	height: 8px;
	border: 1px solid gray;
}

.PollGraph div
{
	height: 8px;
	background: url(../App_Themes/CorporateSite/Images/poll02.gif) 100% 0% repeat-x;
	line-height: 0px;
	font-size: 0px;
}

.PollGraph div.PollGraph0
{
	background: url(../App_Themes/CorporateSite/Images/poll01.gif) 100% 0% repeat-x;
}

.PollGraph div.PollGraph2
{
	background: url(../App_Themes/CorporateSite/Images/poll03.gif) 100% 0% repeat-x;
}

.PollQuestion
{
	font-size:14px;
	font-weight: bold;
}

.PollCount
{
	text-align: right;
	padding-left: 8px;
}

.PollFooter
{
	margin-top:10px;
}
