*{padding:0;margin:0;}
body
{
	background-color:#D4D4D4;
	font-family:tahoma,Verdana,Arial;
	font-size:12px;
}
p
{
	margin-top:10px;
}
a:link{cursor:hand;color:#B70012;text-decoration:none}
a:visited{cursor:hand;color:#B70012;text-decoration:none}
a:hover{cursor:hand;color:#B70012;text-decoration:underline}
a:active{cursor:hand;color:#B70012;text-decoration:underline}
/* INDEX HOME PAGE */
.main_holder
{
	width:1000px;
	margin:0 auto;
}
.top_bar
{
	width:1000px;
	float:left;
	margin:30px 0px 0px 0px;
}
.logo_holder
{
	float:left;
	width:500px;
	height:100px;
}
.login_form_holder
{
	width:500px;
	height:100px;
	float:left;
}
.nav_bar
{
	float:left;
	width:1000px;
	height:60px;
	background-color:#818181;
	margin: 20px 0px 0px 0px;
}
.nav_links
{
	float:left;
	width:630px;
	height:60px;
}
/*NAVIGATION SPRITES*/
.nav_links ul{height:60px;text-indent:-9000px;list-style:none;overflow:hidden;width:630px;float:left;}
.nav_links li {float:left;height:60px;text-decoration: none;}	
.nav_links li a:link, .nav_links li a:visited, .nav_links li a:hover{display:block;height:60px}
#nav_home a{width:94px;background: url(../images/v2/nav_links.jpg)}
#nav_home a:hover{background: url(../images/v2/nav_links.jpg) 0 -60px}
#nav_about a{width:100px;background: url(../images/v2/nav_links.jpg) -94px 0}
#nav_about a:hover{background: url(../images/v2/nav_links.jpg) -94px -60px}
#nav_blogs a{width:102px;background: url(../images/v2/nav_links.jpg) -194px 0}
#nav_blogs a:hover{background: url(../images/v2/nav_links.jpg) -194px -60px}
#nav_news a{width:96px;background: url(../images/v2/nav_links.jpg) -296px 0}
#nav_news a:hover{background: url(../images/v2/nav_links.jpg) -296px -60px}
#nav_videos a{width:106px;background: url(../images/v2/nav_links.jpg) -392px 0}
#nav_videos a:hover{background: url(../images/v2/nav_links.jpg) -392px -60px}
#nav_contact a{width:127px;background: url(../images/v2/nav_links.jpg) -498px 0}
#nav_contact a:hover{background: url(../images/v2/nav_links.jpg) -498px -60px}

#nav_home_active 
{
	background: url(../images/v2/nav_links.jpg) 0 -60px;
	width:94px;
}
#nav_about_active
{
	background: url(../images/v2/nav_links.jpg) -94px -60px;
	width:100px;
}
#nav_blogs_active
{
	background: url(../images/v2/nav_links.jpg) -194px -60px;
	width:102px;
}
#nav_news_active
{
	background: url(../images/v2/nav_links.jpg) -296px -60px;
	width:96px;
}
#nav_videos_active
{
	background: url(../images/v2/nav_links.jpg) -392px -60px;
	width:106px;
}
#nav_contact_active
{
	background: url(../images/v2/nav_links.jpg) -498px -60px;
	width:127px;
}
/*END OF NAVIGATION SPRITES*/

/*SEARCHBOX*/
.search_box
{
	padding:20px 20px 0px 10px;
	float:right;
}
.search_form
{
	height:40px;
	width:220px;
}
.search_input
{
	float:left;
	height:40px;
	width:140px;
}
.search_btn
{
	float:right;
	height:40px;
	width:80px;
	position:relative;
	top:-8px;
}
.search_result_heading
{
	font-size:18px;
	
}
.search_result
{
	font-size:12px;
	margin-top:10px;
}
.search_result_block
{
	margin-top:30px;
}
/*END OF SEARCHBOX*/

.videos_bar
{
	float:left;
	width:1000px;
	height:450px;
	background-color:#fff;
	margin-top:20px;
}
.contents_bar
{
	float:left;
	width:1000px;
	margin:20px 0px 20px 0px;
	padding-bottom:12px;
}
.footer
{
	margin-top:20px;
	padding-top:10px;
	float:left;
	width:100%;
	height:50px;
	background-color:#818181;
	text-align:center;
	color:#B70012;
	font-size:11px;
}
a.nav_link:link{cursor:hand;color:#fff;text-decoration:none}
a.nav_link:visited{cursor:hand;color:#fff;text-decoration:none}
a.nav_link:hover{cursor:hand;color:#fff;text-decoration:underline}
a.nav_link:active{cursor:hand;color:#fff;text-decoration:underline}

/*START OF LATEST BLOGS AND NEWS */
.caption_table_home2
{
	width:427px;
	padding:12px 0px 0px 12px;
	background-color:#818181;
	height:40px;
	font-size:22px;
	color:#FFE00C;
	font-weight:bold;
}
.caption_table_home
{
	width:464px;
	padding:12px 0px 0px 0px;
	background-color:#818181;
	height:40px;
	font-size:22px;
	color:#FFE00C;
	font-weight:bold;
}
.gray_span
{
	color:#2B2B2B;
	font-size:22px;
	font-weight:bold;
}
.latest_blogs_news_div
{
	float:left;
	width:500px;
	margin-right:12px;
	background-color:#818181;
}
.home_left_div
{
	width:476px;
	margin:0px 0px 0px 0px;
	background-color:#fff;
	float:left;
	border-left:12px solid #818181;
	border-right:12px solid #818181;
	border-bottom:12px solid #818181;
}
.blog_content_holder
{
	width:476px;
	float:left;
	padding-bottom:15px;
	border-bottom:1px dotted #747474;
}
.blog_content_holder_inside
{
	margin:20px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	float:left;
	width:456px;
}
.blog_date_holder
{
	float:left;
	width:77px;
	height:96px;
	background-image:url('../images/v2/dialog_blog_bg.jpg');
	
}
.blog_icon
{
	margin-left:2px;
	background-color:#525252;
	padding:5px 0px 3px 0px;
	width:58px;
}
.blog_icon_holder 
{
	margin:0 auto;
}
.blog_holder
{
	padding-left:5px;
	float:left;
	width:300px;
	font-size:11px;
	color:#000;
}
.blog_avatar
{
	margin-left:5px;
}
.blog_date
{
	margin-left:5px;
	width:50px;
	text-align:center;
}
.date_month
{
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.date_day
{
	font-size:19px;
	color:#FFE00C;
	font-weight:bold;
}
.date_year
{
	font-size:11px;
	color:#fff;
	font-weight:normal;
}
.topics_div
{
	margin-bottom:5px;
	width:360px;
}
.topics_link
{
	font-size:16px;
	font-weight:bold;
}
.blogHomeContent
{
	font-size:13px;
	margin-bottom:10px;
	color:#000;
}
.blogHomeAuthor
{
	margin-bottom:10px;
	color:#000;
}
a.topics_link:link{cursor:hand;color:#00649F;text-decoration:none}
a.topics_link:visited{cursor:hand;color:#00649F;text-decoration:none}
a.topics_link:hover{cursor:hand;color:#00649F;text-decoration:underline}
a.topics_link:active{cursor:hand;color:#00649F;text-decoration:underline}

a.comment:link{cursor:hand;color:#B00012;text-decoration:none}
a.comment:visited{cursor:hand;color:#B00012;text-decoration:none}
a.comment:hover{cursor:hand;color:#B00012;text-decoration:underline}
a.comment:active{cursor:hand;color:#B00012;text-decoration:underline}

/*RIGHT DIV*/
.multimedia_div
{
	float:left;
	width:464px;
	background-color:#fff;
	margin:0px 0px 0px 0px;
	border-left:12px solid #818181;
	border-right:12px solid #818181;
	border-bottom:12px solid #818181;
}
.home_right_div
{
	width:403px;
	margin:12px 12px 12px 12px;
	background-color:#fff;
	text-align:center;
	color:#000;
}
h1 span 
{
	font-size:16px;
	font-weight:bold;
	color:#00649F;
}
.topics_link_ext
{
	color:#00649F;
}
a.topics_link_ext:link{cursor:hand;color:#00649F;text-decoration:none}
a.topics_link_ext:visited{cursor:hand;color:#00649F;text-decoration:none}
a.topics_link_ext:hover{cursor:hand;color:#00649F;text-decoration:underline}
a.topics_link_ext:active{cursor:hand;color:#00649F;text-decoration:underline}
.pagination
{
	float:right;
	color:#53BEFF;
	font-weight:bold;
	padding:20px;
	font-size:12px;
}
.pagin
{
	color:#53BEFF;
	
}
a.pagin:link{cursor:hand;color:#00649F;text-decoration:none}
a.pagin:visited{cursor:hand;color:#00649F;text-decoration:none}
a.pagin:hover{cursor:hand;color:#00649F;text-decoration:underline}
a.pagin:active{cursor:hand;color:#00649F;text-decoration:underline}
.home_sections2
{
  width:405px;
  padding:0px;
  margin:0px;
  font-size:12px;
}
.hometitle2
{
  padding:10px 5px 0px 5px;
  font-size:13px;
  color:#1B1B1B;
  font-weight:bold;
}
.hometitle3
{
  padding:10px 5px 5px 5px;
  font-size:13px;
  color:#1B1B1B;
  font-weight:bold;
  border-bottom:1px dotted #29AFFF;
}
.ads
{
  padding:10px 0px 20px 0px;
  text-align:right;
  font-size:11px;
  color:#AAAAAA;
}
#a-w-midlife
{
	margin:0 auto;
}
#BF_WIDGET
{
	width:338px;
	margin:0 auto;
}
.news_date_holder2
{
	float:left;
	width:77px;
	min-height:65px;
	margin:0px;
	padding-top:7px;
	background-image:url('../images/v2/dialog_news_bg.jpg');
	background-repeat:no-repeat;
	
}
.news_date_holder_detailed
{
	float:left;
	width:77px;
	height:65px;
	margin:20px 0px 0px 10px;
	padding-top:7px;
	background-image:url('../images/v2/dialog_news_bg.jpg');
	background-repeat:no-repeat;
	
}
/*END OF LATEST BLOGS AND NEWS */

/* LOGIN FORM HOLDER */
.login_form_holder_div
{
	width:330px;
	height:100px;
    float:right;
    background-color:#818181;
}
.login_input_holder
{
    float:left;
    width:230px;
    height:90px;
    padding-top:10px;
}
.login_button_holder
{
    float:left;
    height:0px;
    margin:35px 0px 0px 0px;
    width:90px;
}
.login_input
{
    width:190px;
    padding:7px 0px 0px 20px;
    height:22px;
}
.login_signup_forget
{
    width:210px;
    padding:5px 0px 0px 0px;
    height:22px;
}
.login_label
{
    float:left;
    width:65px;
    font-size:11px;
    text-align:right;
    color:#fff;
}
.login_signup
{
    float:left;
    padding-left:60px;
}
.login_forget
{
    float:right;
}
.login_input_text
{
    float:right;
}
.login_btn
{
    font-size:11px;
}
a.login_btn:link{cursor:hand;color:#B70012;text-decoration:none}
a.login_btn:visited{cursor:hand;color:#B70012;text-decoration:none}
a.login_btn:hover{cursor:hand;color:#B70012;text-decoration:underline}
a.login_btn:active{cursor:hand;color:#B70012;text-decoration:underline}
/* END OF LOGIN FORM HOLDER */


/*START OF CONTENTS VIEW*/
.contents
{
	background-color:#fff;
	width:976px;
	border-top:12px solid #818181;
	border-left:12px solid #818181;
	border-right:12px solid #818181;
	border-bottom:12px solid #818181;
	float:left;
}
.caption_table
{
	width:976px;
	padding:12px 0px 0px 0px;
	background-color:#818181;
	height:40px;
	font-size:22px;
	color:#FFE00C;
	font-weight:bold;
	float:left;
}
.contents_left
{
	width:635px;
	padding:20px 10px 20px 10px;
	float:left;
	color:#000;
	font-size:11px;
}
.contents_right
{
	width:300px;
	padding:10px 10px 10px 10px;
	float:left;
}
/*END OF CONTENTS VIEW*/

/*START OF CONTACT VIEW */
.contactTable
{
	float:left;
}
.contactLabel
{
	width:150px;
	font-size:12px;
}
.contactText
{
	width:262px;
	height:100px;
}
.contactCaptcha
{
	margin-top:5px;
}
.error
{
	color:#B70012;
	font-size:13px;
}
/*END OF CONTACT VIEW */

/*START OF BLOG DETAILED VIEW */
.blog_detailed_holder
{
	float:left;
	width:976px;
	background-color:#fff;
	border-top:12px solid #818181;
	border-left:12px solid #818181;
	border-right:12px solid #818181;
	border-bottom:12px solid #818181;
}
.blog_content_holder2
{
	width:635px;
	float:left;
	padding-bottom:15px;
	border-bottom:1px dotted #747474;
}
.blog_content_holder_inside2
{
	margin:20px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	float:left;
	width:615px;
}
.blog_date_holder2
{
	float:left;
	width:77px;
	height:96px;
	margin:0px;
	background-image:url('../images/v2/dialog_blog_bg.jpg');
	background-repeat:no-repeat;
	
}
.blog_date_holder_detailed
{
	float:left;
	width:77px;
	height:96px;
	margin:20px 0px 0px 10px;
	background-image:url('../images/v2/dialog_blog_bg.jpg');
	background-repeat:no-repeat;
	
}
.blog_ads_holder
{
	float:left;
	width:300px;
}
.author
{
  font-size:11px;
  color:#000;
  font-weight:normal;
}
.blogContent
{
	font-size:12px;
	margin-top:10px;
	width:520px;
}
.topics_div2
{
	margin-bottom:0px;
	width:530px;
}
.blog_holder2
{
	padding-left:5px;
	float:left;
	width:420px;
	font-size:11px;
	color:#000;
}
.title_div
{
	font-size:16px;
	font-weight:bold;
	color:#29AFFF;
	width:490px;
}
.blog_main_holder
{
	float:left;
	padding:20px;
	color:#000;
	width:530px;
}
.blog_detailed_content
{
	float:left;
}
.blog_share_it_holder
{
	float:left;
}
.blog_comment_holder
{
	float:left;
	padding:30px 0px;
	width:400px;
}
.blog_comment_holder_inside
{
	margin:0 auto;
	width:330px;
}
/*END OF BLOG DETAILED VIEW*/

/*START OF SHAREIT VIEW*/
.shareit
{
  padding:10px 0px 10px 5px;
  background-color:#fff;
  margin-top:10px;
  width:500px;
  border:1px solid #D7D7D7;
}	
.shareit_video
{
  padding:5px 0px 10px 5px;
  background-color:#fff;
  margin-top:5px;
  width:395px;
  border:1px solid #D7D7D7;
}	
.sharecapdiv
{
	margin-bottom:3px;
}
.shareitnews
{
  padding:10px 0px 10px 5px;
  background-color:#fff;
  margin-top:10px;
  width:635px;
  border:1px solid #D7D7D7;
}	
.sharet_caption
{
  font-size:12px;
  color:#000;
  float:left;
  margin:5px 0px 0px 5px;
}
.sharet_caption_video
{
  font-size:12px;
  color:#000;
  margin:0px 0px 0px 5px;
}
/*END OF SHAREIT VIEW*/

/*START OF COMMENT FORM*/
.comment_formrow
{
	padding:5px 0px;
	float:left;
	width:330px;
}
.comment_label
{
	float:left;
	width:60px;
	color:#000;
	text-align:right;
	padding-right:10px;
}
.comment_input
{
	float:left;
	width:260px;
}
.comment_text_remain
{
	float:left;
	text-align:right;
	padding-right:10px;
	width:430px;
}
.authorSpan
{
  font-weight:bold;
  font-size:13px;
  color:#0079DF;
}
.authorAvatar
{
  background-color:#B6B6B6;
  font-weight:bold;
  padding:5px;
}
.onSpan
{
  color:#fff;
}
.dateSpan
{
  color:#FF7F00;
  font-size:11px;
}
.comment_table td
{
	padding-left:10px;
}
.commenttext
{
	padding-top:10px;
	color:#000;
	font-size:12px;
}	
.comment_title
{
	font-size:13px;
	color:#000;
	margin-bottom:10px;
}
.comment_title2
{
	font-size:15px;
	color:#000;
	margin:25px 0px 0px 0px;
}
.comments_list
{
  border-bottom:1px dotted #747474;
  margin-top:5px;
  padding-bottom:5px;
}
.comment_name
{
	width:360px;
}
.comment_msg
{
	width:360px;
	height:100px;
}
/*END OF COMMENT FORM*/

/*START OF VIDEO PAGE*/
.title
{
	font-size:16px;
	font-weight:bold;
	color:#29AFFF;
}
/*END OF VIDEO PAGE*/

/*START OF USER PROFILE*/
.username_profile
{
  font-weight:bold;
  font-size:16px;
  color:#fff;
}
.stats
{
  border-top:1px solid #FFFFFF;
  padding-left:10px;
}
.statstext
{
  font-size:11px;
  padding-right:10px;
  color:#2B2B2B;
  font-weight:normal;
}
.statsTotal
{
  font-size:13px;
  color:#fff;
  font-weight:bold;
}
.profileBtn
{
  font-size:12px;
  font-weight:bold;
}
.userpic
{
  border:4px solid #FFF;
}
.welcomeUsername
{
  font-size:15px;
  color:#003A6A;
}
.user_profile
{
  font-size:12px;
  padding:0px 0px 0px 10px;
  color:#B70012;
  width:330px;
  height:100px;
  text-align:left;
}
/*END OF USER PROFILE*/

/*START OF VIDEO VIEW*/
.video_holder
{
	width:1000px;
	height:450px;
}
.video_inside
{
	padding:0px 12px 12px 12px;
	width:976px;
	height:435px;
	background-color:#818181;
}
.video_player_row
{
	float:left;
	width:976px;
	height:345px;
}
.video_list_row
{
	float:left;
	width:976px;
	height:81px;
	margin:10px 0px;
}
.video_player
{
	float:left;
	height:345px;
	width:488px;
		
}
#myvid
{
	z-index:100;
	height:345px;
	width:488px;
	position:absolute;
	left:12px;
}
.vid_html5
{
	float:left;
	z-index:100;
	height:345px;
	width:488px;
}
.video_desc
{
	height:305px;
	width:448px;
	float:right;
	padding:20px;
	overflow:auto;
	background-color:#fff;
}
.video_listing
{
	height:81px;
	width:904px;
	float:left;
}
.video_title
{
	font-size:18px;
	color:#00649F;
	font-weight:bold;
}
.video_desc_text
{
	font-size:12px;
	color:#000;
}
.video_list_holder
{
	width:100px;
	height:70px;
	margin-right:12px;
	float:left;
}
.video_list_holder_arrow
{
	width:30px;
	height:70px;
	margin-right:12px;
	float:left;
}
.video_list_holder_arrow2
{
	width:30px;
	height:70px;
	margin-right:0px;
	float:left;
}
.contents_video
{
	background-color:#818181;
	width:976px;
	border-top:12px solid #818181;
	border-left:12px solid #818181;
	border-right:12px solid #818181;
	float:left;
	margin-top:20px;
}
.videos_bar2
{
	float:left;
	width:1000px;
	height:450px;
	background-color:#818181;
}
.comments_list_video
{
  margin-top:20px;
  padding-bottom:5px;
}
.comment_video_inside
{
	padding-top:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #747474;
}
.video_comment_form_holder
{
	margin-top:20px;
}
.comment_msg_video
{
	width:300px;
	height:100px;
}
.comment_name_video
{
	width:300px;
}
.comment_text_remain_video
{
	float:left;
	text-align:right;
	padding-right:10px;
	width:370px;
}
#video_error
{
	text-align:center;
	padding:10px;
	color:#B70012;
}	
/*END OF VIDEO VIEW*/


/*TOOLTIPS*/
.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #00649F;
	padding: 8px 8px 8px;
	background: url('../images/bubble.png') top left;
}
 
.tip-text {
	font-size: 12px;
	padding: 4px 8px 8px;
	background: url('../images/bubble.png') bottom right;
}
/*TOOLTIPS*/

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* END OF SLIMBOX */

span img
{
	padding:3px 10px 10px 0px;
}

/*FACEBOOK STYLES*/
.connect_widget_vertical_center
{
	
}
.facebook_iframe
{
	border:none; 
	overflow:hidden; 
	width:485px; 
	height:25px;
	background-color:#fff;
	padding:10px;
	margin-top:10px;
	border:1px solid #D7D7D7;
}
.facebook_iframe_video
{
	border:none; 
	overflow:hidden; 
	width:380px; 
	height:25px;
	background-color:#fff;
	padding:10px;
	margin-top:10px;
	border:1px solid #D7D7D7;
}
#video_fb_share
{
	margin-top:10px;
}
.connect_widget_not_connected_text
{

}
/*END FACEBOOK STYLES*/

.edit_tbl
{
	background-color:#818181;
	color:#fff;
}
.edit_td
{
	background-color:#6A6A6A;
	padding:5px;
}