﻿body  
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.alignLeft
{
	text-align: left;
}

a, a:visited, a:active, a:hover
{
	color: #0066cc;
}

#adminTagLinksHeader
{
	border: 3px solid Gray;
	font-weight: bold;
	color: White;
	width: 115px;
	font-size: 15px;
	background-color: Gray;
}
#adminTagLinksHidden
{
	border: 3px solid Gray;
	width:115px;
	background-color: White;
	padding-bottom: 3px;
	padding-top: 2px;
}

#adminTagLinks
{
	border: 3px solid Gray;
	width:115px;
	background-color: White;
	padding-bottom: 3px;
	padding-top: 2px;
}

#adminTagLinks a
{
	margin-left: 3px;
	color: #0066cc;
	
}

h3 
{
	font-size: 13px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.help
{
	display: none; 
	width: 400px; 
	border: 1px solid black;
	background-color: #eee; 
	padding: 2px;
}

.error
{
	color: Red;
}

.adminVideoTable_Header td
{
	font-weight:bold;
	background-color:White;
	font-size: 14px;
}

.adminVideoTable
{
	vertical-align: top;
}	

.adminVideoTable_Alt1 td
{
	background-color:Silver;
	padding: 3px;
}

.adminVideoTable_Alt2 td
{
	background-color: White;
	padding: 3px;
}

.result
{
	color: Green;
}

#headerText
{
	width: 500px;
	height: 20px;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	z-index: 2;
	text-align: left;
	float:left;
}

.iHTHdr #container 
{ 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.iHTHdr #header 
{ 
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.iHTHdr #header img 
{ 
	float: left; 
	padding: 0;
}

.iHTHdr #userUtil 
{ 
	background: #FFFFFF; 
	text-align: right;
	padding: 4px 0px 0px 0px; 
	width: 550px; 
	float: right;
} 

#centerContent
{
	float: left;
	width: 440px;
}

#titlelink a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

.iHTHdr #search 
{
	text-align: center;
	padding: 6px 0px 0px 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
} 

.iHTHdr #search a 
{
	color: #0066cc;
}

.iHTHdr #navBottom 
{
	padding: 0px;
	background-color: #0066cc;
	height: 5px;
	width: 780px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #014b88;
	margin: 0px;
} 

.tabNav 
{
	text-align: right;
	padding: 0px;
	width: 436px;/*327px;/*436 max;*/
	height: 35px;
	float: right;
	margin-top: 7px;/*57px;*/
	margin-bottom: 0px;
} 

.iHTHdr #header h1 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.iHTHdr #sidebar1 
{
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #eeeeee; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px;
	margin: 0px;
}

.iHTHdr #leftNavLinks h3 
{
	margin: 0px;
	padding: 10px 0px 3px 0px;
}

.iHTHdr #leftNavLinks img 
{
	margin: 2px 2px 0px 0px;
}

.iHTHdr #leftNavLinks .bullet 
{
	margin: 6px 4px 0px 0px;
}

.leftnavlinkitems a
{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 120px;
}

.iHTHdr #leftNavLinks a {
	text-decoration: none;
	color: #000000;
}

.iHTHdr #leftNavLinks a:hover {
	background-color: #FFFFFF;
	color: #0066cc;
}
.iHTHdr #mainContent {
	margin: 0px 0px 0px 140px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.iHTHdr #rightSidebar {
	float: right;
	width: 155px;
	padding: 0px 0px 0px 0px;
}

.iHTHdr #videoInfo 
{
	width: 426px;
	font-size: 11px;
	padding: 6px;
	margin-top: 10px;
	border: 1px solid #0066cc;
}

.iHTHdr #ratingInfo 
{
	font-size: 11px;
}

.iHTHdr #videoCenter {
	width: 450px;
}
.iHTHdr #videoCenter a {
	color: #0066cc;
}
.iHTHdr #features {
	width: 440px;
}

.iHTHdr #footer 
{
	padding: 0px 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3399ff;
} 

.iHTHdr #footer p 
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 9px;
}

#divEntries
{
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	color: #000000;
}

.entriesNoLine 
{
	width: 440px;
}
.entries 
{
	width: 440px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3399ff;
} 

/*.entries h3 
{
	font-size: 16px;	
	margin: 0px;
	padding: 0px;
} 

.entries a 
{
	color: #0066CC;
} */

.buttonType 
{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft 
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.miniPodcasts 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.miniPodcasts h3 
{
	background-color: #CCCCCC;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 5px;
}

.miniPodcasts a 
{
	text-decoration: none;
	color: #000000;
}

.miniArticles 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.miniArticles h3 
{
	background-color: #CCCCCC;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 5px;
}
.miniArticles a 
{
	text-decoration: none;
	color: #000000;
}
#footer 
{
	line-height: 14px;
}

.miniVideos 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.miniVideos h3 
{
	background-color: #CCCCCC;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 5px;
}

.miniVideos a 
{
	text-decoration: none;
	color: #000000;
}

.miniSpeakers 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.miniSpeakers h3 
{
	background-color: #CCCCCC;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 5px;
}
.miniSpeakers a 
{
	text-decoration: none;
	color: #000000;
}

.articleTitle
{
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.articleLinks
{
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #0066cc;
	width:200px;
}
.articleLinks div
{
	padding: 2px
}
.articleAuthor
{
	float: left;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	width: 275px;
}
.articleContent
{
	
}
.profileBlock
{
	border: solid 2px #0066CC;
	margin-bottom: 10px;
	/*width: 250px;*/
	overflow: hidden;
}
.profileBlock h4
{
	background-color: #B5D2ED;
	margin: 0;
	padding: 5px;
}

.profileBlock .profileBlockContent
{
	padding: 5px;
}

#divAccountProfile
{
	float: right;
	width: 175px;
	margin-left: 10px;
}
#divAccountStats, #divAccountSettings
{
	width: 240px;
}

.divSpeakerBlock
{
	float: left;
	text-align: center;
	width: 140px;
	height: 210px;

}

.contributorPicture
{
	float: right;
	padding: 10px;
}

.sponsorBlock
{
	clear: both;
	border-bottom: dotted 1px #3399FF;
	overflow :hidden;
	padding: 5px;
}
.sponsorLogo
{
	float: right;
	clear: both;
	padding: 5px 0px 5px 10px;
	text-align: center;
	height: 100px;
	width: 160px;
	overflow: hidden;
}

.sponsorName
{
	font-size: 12pt;
	padding: 5px 0px;
	overflow :hidden;
}

.sponsorDescription
{
	width: 250px;
	/*float: left;*/
	overflow: hidden;
}

.sponsorLink
{
	/*float: left;*/
	clear: both;
	overflow: hidden;
	padding: 5px 0px;
	width: 250px;
}

.addthis
{
	padding-top: 30px;
	clear: both;
	width: 100%;
	text-align: center;

}
.addthis img
{
vertical-align: -30%;
}
.addthis a
{
	text-decoration: none;
}
.viewMore
{
	border-top: 1px dotted #3399FF;
	padding-top: 20px;
	clear: both;
	width: 100%;
	text-align: center;
}
.viewMore a
{
	text-decoration: none;
}

.ratingCount
{
	color: #666666;
}

.commentSeperator
{
	color: #0066CC;
	margin:10px 0;
	clear: both;
}
.commentContainer
{
	padding-top:10px;
}
.comment
{
	padding:5px;
	margin-bottom: 5px;
}
.altcomment
{
	background-color:#EEF4FA;
}
.featuredcomment
{
	background-color:#CDE1F5;
	border: 2px solid #0066CC;
}
	.comment .postedby
{
	font-weight:700;
}
.comment .posted
{
	color:#666666;
}
.commentText
{
	padding: 5px 5px 0px;
}
.commentreply
{
	float:right;
	padding-right: 10px;
}
.commentreplies
{
	margin-left:20px
}
#shareLinks a
{
	width: 33%; 
	display: block; 
	float: left; 
	text-align: center;
	text-decoration: none;
}
#shareLinks img
{
	vertical-align: middle;
}
#sharing
{
	background-color: #EEEEEE;
	margin: 6px -6px;
	padding: 6px;
	border-bottom: 1px solid #0066CC;
	border-top: 1px solid #0066CC;
}
.sectionHeading
{
	font-size: 13px;
	font-weight: 700;
}
#bannerAd
{
	padding-top: 10px;
}
#bannerAd img
{
	border-width: 0px;
}
#overlay
{
	left: 0px;
	top: 0px;
	display: none;
	background-color:#666666;
	opacity: .5;
	filter:alpha(opacity=50);
	position: fixed;
}
#popup{
	background:url(../images/pop_up-bg-2.png) no-repeat top left;
	width:430px;
	height:290px;
	z-index: 100;
}

#close-signup{
	background:url(../images/popup-close.png);
	width:99px;
	height:33px;
	display:block;
	float:left;
	margin: 27px 7px;
	padding:0;
	z-index: 1001;
}
#signup-inputs{
	width:280px;
	margin-top:182px;
	float:right;
	z-index: 1001;
}
#signup{
	width:175px;
	float:left;
	padding:2px;
	margin:2px 7px 0 0;
	height:20px;
	font-size:14px;
	z-index: 1001;
}
#submit-btn{
	background:url(../images/popup-submit.png) ;
	width:73px;
	height:34px;
	display:block;
	float:left;
	border:none;
	cursor:pointer
}
.no-show{
	display:none
}
