@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "sub pages heading";
	src: url(../fonts/TradeGothic-BoldCondTwenty.otf) format("opentype");
}
@font-face {
	font-family: "chat box label";
	src: url(../fonts/TradeGothic.ttf) format("truetype");
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	overflow:hidden; width:100%; position:absolute;
}
.home_header {
	height: 145px;
	width: 100%;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.header_inner_cont {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	display: table;
}
a#contacts[title]:hover:after {
	content: attr(title);
	width: 200px;
	height: 60px;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	background-color: #7a1212;
	padding: 8px 8px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -70px;
	z-index: 999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	box-shadow: 0px 0px 4px #222;
}
a#mail[title]:hover:after {
	content: attr(title);
	width: 200px;
	height: 60px;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	background-color: #7a1212;
	padding: 8px 8px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -70px;
	z-index: 999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #222;
	-webkit-box-shadow: 0px 0px 4px #222;
	box-shadow: 0px 0px 4px #222;
}
.header_comm {
	background-image: url(../images/upper_header_02.png);
	background-repeat: repeat-x;
	width: 100%;
	height: auto;
}
.header_in {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
h4 {
	color: #fff;
}
.logo_cont {
	padding: 36px 20px 0px 0px;
}
.menu_home {
	padding-top: 20px;
}
.menu_home ul {
	list-style: none;
}
.menu_home ul li {
	float: left;
	padding: 11px 10px;
}
.menu_home ul li a {
	background-color: #9CE02E;
	background-image: linear-gradient(to bottom, #9CE02E, #78C312);
	border: 1px solid #5DA301;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.menu_home ul li a:hover {
	color: #333;
	border: 1px solid #dfdfdf;
	background-color: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: linear-gradient(to bottom, #EFEFEF, #FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EFEFEF, endColorstr=#FFFFFF);
}
.tem-menu-btn {
	background-color: #9CE02E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9CE02E), to(#78C312));
	background-image: -webkit-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -moz-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -ms-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -o-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: linear-gradient(to bottom, #9CE02E, #78C312);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9CE02E, endColorstr=#78C312);
	border: 1px solid #5DA301;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.tem-menu-btn:hover {
	color: #333;
	border: 1px solid #dfdfdf;
	background-color: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: linear-gradient(to bottom, #EFEFEF, #FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EFEFEF, endColorstr=#FFFFFF);
}
.banner_cont {
	background: #fbfbfb;
	height: 305px;
	width: 100%;
}
.login_form {
	background: none repeat scroll 0 0 #FF9900;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0 5px 5px #CCCCCC;
	height: 360px;
	margin-top: -10px;
	position: absolute;
	right: 15px;
	width: 334px;
}
.banner_inner {
	width: 960px;
	height: 305px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background: url(../images/home_banner_bg.jpg) 0 0 no-repeat;
}
.user_types {
	width: 550px;
	height: 300px;
}
.user_types ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.user_types img {
	-moz-box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
	margin-top: 10px;
}
.slider_main {
	margin-left: 10px;
}
.slider_main ul {
	list-style: none;
}
/*fawwad's css*/
.login_content_left {
	width: 600px;
	height: auto;
	float: left;
	position: absolute;
	z-index: 2;
}
.login_content_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.login_content_left ul li {
	width: 290px;
	height: 100px;
	float: left;
	margin-left: 20px;
	position: relative;
	z-index: 4;
}
.login_content_left ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	margin-left: 10px;
}
.user_pic_main {
	width: 92px;
	height: 83px;
	box-shadow: 0px 0px 2px #000;
	margin: 10px;
	float: left;
}
.user_pic_text_main {
	width: 370px;
	height: 70px;
	float: left;
	margin-top: 15px;
	background-image: url(../images/main_list_1.png);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px #000;
	position: absolute;
	z-index: 5;
	left: 110px;
	cursor: pointer;
}
.user_pic_text_main_2 {
	width: 370px;
	height: 70px;
	float: left;
	margin-top: 15px;
	background-image: url(../images/main_list_2.png);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px #000;
	position: absolute;
	z-index: 5;
	left: 110px;
}
.user_pic_text_main_3 {
	width: 370px;
	height: 70px;
	float: left;
	margin-top: 15px;
	background-image: url(../images/main_list_3.png);
	background-repeat: no-repeat;
	box-shadow: 0px 0px 3px #000;
	position: absolute;
	z-index: 5;
	left: 110px;
}
.user_pic_text_main_info {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: right;
	display: none;
	margin: 17px;
	margin-right: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 450px;
	height: 50px;
	cursor: pointer;
}
.user_pic_text_main_info a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.learn_more_btn {
	width: auto;
	height: 30px;
	background-color: #075088;
	border-radius: 6px;
	padding: 4px 13px 4px 4px;
	margin-top: 6px;
	box-shadow: 0px 0px 3px #000;
}
.user_arrow_main {
	width: 45px;
	height: 42px;
	float: right;
	background-image: url(../images/arrow_main_1_03.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	position: relative;
	z-index: 4;
	left: 256px;
}
.user_arrow_main_1 {
	width: 45px;
	height: 42px;
	float: right;
	background-image: url(../images/arrow_main_2_03.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	position: relative;
	z-index: 4;
	left: 256px;
}
.user_arrow_main_2 {
	width: 45px;
	height: 42px;
	float: right;
	background-image: url(../images/arrow_main_3_03.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	position: relative;
	z-index: 4;
	left: 256px;
}
/*Fawwad CSS Ends Here */
.signup_cont {
	padding: 20px;
	margin-left: 90px;
}
.signup_cont span {
	color: #484848;
	font-weight: bold;
	font-size: 24px;
}
.signup_cont a {
	color: #229ba6;
	font-size: 22px;
	font-weight: bold;
	font-size: 24px;
}
.signin_cont {
	margin: 30px auto;
	width: 267px;
}
#login_Status {
	color: #000000;
}
.forgot-pswd-style {
	bottom: 66px;
	color: #905600;
	font-size: 18px;
	left: 58px;
	position: absolute;
	text-align: center;
}
.forgot-pswd-style a {
	color: inherit;
	text-decoration: underline;
	float: none;
}
.sign-up-style {
	bottom: 30px;
	color: #905600;
	font-size: 18px;
	left: 58px;
	position: absolute;
	text-align: center;
}
.sign-up-style a {
	color: inherit;
	text-decoration: underline;
	float: none;
}
.signin_cont td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}
.txtbox_main {
	height: 40px;
	width: 255px;
	margin: 10px 0;
	background-color: #fff;
	border: none;
	font-size: 22px;
	color: #000;
	padding: 0 5px;
}
.sign_btn_main {
	width: 120px !important;
	height: 40px !important;
	border: none !important;
	display: block !important;
	background: #fff;
	color: #ff9900;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	cursor: pointer;
}
.sign_btn_main:hover {
	background: #905600;
	color: #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.content_cont_bg {
	background-color: #fff;
	height: auto;
	width: 100%;
	padding: 30px 0px;
}
.content_cont_bg_inner {
	width: 960px;
	margin: 0 auto;
}
.home_text_cont {
	width: 500px;
	height: 135px;
	padding: 18px;
}
p {
	color: #4f4f4f;
	font-size: 17px;
}
h1 {
	color: #79c413;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
.lower_main_left_content {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lower_main_left_content li {
	background: url(../images/tick.png) 0 8px no-repeat;
	font-size: 16px;
	line-height: 36px;
	padding-left: 40px;
}
.benefits {
	background: #e2ffb5;
	padding: 30px 34px;
	border-radius: 20px;
	width: 892px;
	margin: 0 auto 20px;
}
.benefits .floatRight img {
	margin-top: 22px;
	margin-left: 10px;
}
.whatis {
	padding: 30px 0 20px;
}
#message{font-size:100px; display:none; position:absolute; top:50; left:50; width:100px; height:100px; background:#999;}
.photo_video_container_1 {
	width: 222px;
	height: 223px;
	margin: 15px;
	background-color: #00a651;
	padding-top: 25px;
}
.photo_video_container_2 {
	width: 350px;
	height: 65px;
	margin: 15px;
	background-color: #726ba6;
	padding-top: 25px;
}
.video_container_text {
	color: #fff;
	text-align: center;
	font-size: 24px;
	text-decoration: underline;
}
.footer_container_main {
	background: #f6f6f6;
	height: 90px;
}
.copyright {
	float: right;
	height: 55px;
	line-height: 55px;
	font-size: 11px;
	font-weight: normal;
	color: #999
}
.footer_content_main {
	width: 900px;
	padding: 20px 30px;
	margin: 0 auto;
}
.footer_main_list_container {
	width: 960px;
	height: 175px;
	margin: 0 auto;
}
.footer_list_main_1 {
	width: 140px;
	height: 165px;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}
.footer_main_text_heading {
	color: #1f5a83;
	font-size: 14px;
	font-weight: bold;
}
.footer_list_main_1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_list_main_1 ul li {
	margin-top: 10px;
}
.footer_list_main_1 ul li a {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
.upper_header {
	background: #f6f6f6;
	width: 100%;
	min-width: 960px;
	height: 130px;/*	background-image:url(../images/upper_header_02.png);*/
	/*background-repeat:repeat-x;*/
}
.header_container {
	width: 960px;
	background: url(../images/new_skin/header_right_bg.png) no-repeat right;
	height: 100%;
	margin: 0 auto;
}
/***usman css***/
.header_sect1 {
	width: 100%;
	display: block;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
.sect1_cont {
	float: right;
	font-size: 15px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	text-align: right;
}
.sect1_cont2 {
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	text-align: right;
}
.sect1_cont2 a {
	color: #fff;
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
}
.sect1_cont2 a:hover {
	background: none repeat scroll 0 0 #73922d;
	color: #fff;
}

.sect1_cont3 {
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	text-align: right;
}
.sect1_cont3 a {
	color: #fff;
	display: block;
	float: left;
	padding: 4px 15px;
	text-decoration: none;
}
.sect1_cont3 a:hover {
	background: none repeat scroll 0 0 #73922d;
	color: #fff;
}
.sect1_cont3 {
	float: right;
	margin: 0 0;
	width: auto;
}
.bar {
	padding: 0 15px;
}

.sect1_cont a {
	color: #fff;
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
}
.sect1_cont a:hover {
	background: none repeat scroll 0 0 #73922d;
	color: #fff;
}
.border-left {
	border-left: 1px solid #97b948;
}
.border-right {
	border-right: 1px solid #97b948;
}
.sect1_cont2 {
	float: left;
}

.header_sect2 {
	display: table;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}
/***usman css***/



@font-face {
	font-family: "sub pages heading";
	src: url(../fonts/TradeGothic-BoldCondTwenty.otf) format("opentype");
}
.home_middle_container {
	width: 100%;
	height: 262px;
	background-image: url(../images/banner_bg_02.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 0;
	box-shadow: 0px 5px 5px #B0B0B0;
	padding-top: 14px;
}
.home_content {
	width: 1000px;
	height: 280px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.welcome_container {
	width: 295px;
	height: auto;
	float: right;
}
.logo_container {
	width: 325px;
	height: 105px;
	float: left;
	margin-top: 25px;
}
.user_picture_container {
	background-color: #FBFBFB;
	border: 1px solid #F2F2F2;
	border-radius: 5px 5px 5px 5px;
	float: right;
	height: 110px;
	width: 110px;
	overflow: hidden;
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13), 0 0 4px #FFFFFF inset;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13), 0 0 4px #FFFFFF inset;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13), 0 0 4px #FFFFFF inset;
}
.user_picture_container img {
	display: block;
	height: 105px;
	margin: 2.5px;
	vertical-align: middle;
	width: 105px;
	border-radius: 3px 3px 3px 3px;
}
.helper_container img {
	margin-top: 30px;
}
.helper_container {
	width: 300px;
	height: 60px;
	float: right;
	margin-top: 10px;
	padding: 20px;
	padding-top: 10px;
}
.user_name_container {
	color: #666666;
	float: left;
	font-size: 19px;
	height: 110px;
	text-align: right;
	width: 160px;
}
.user_name_container a {
	text-decoration: none;
	color: #238601;
	font-family: Calibri;
	font-size: 24px;
	text-decoration: underline;
	font-weight: bolder;
}
.welcome_text {
	font-size: 22px;
	display: block;
	font-weight: bold;
	color: #000 !important
}
.user_name_text {
	font-size: 21px;
	display: block;
	font-weight: bold;
	color: #000 !important
}
.mid-sett {
	vertical-align: middle;
	margin: 33px 0;
}
.myacc_home {
	background-color: #00a8ff;
	border-radius: 10px 10px 10px 10px;
	width: 96px;
	height: 35px;
	float: left;
	padding-top: 7px;
	text-transform: uppercase;
	width: 130px;
}
.myacc_home a {
	margin-top: 3px;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
}
input[type=button] {
	background-color: #9CE02E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9CE02E), to(#78C312));
	background-image: -webkit-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -moz-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -ms-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -o-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: linear-gradient(to bottom, #9CE02E, #78C312);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9CE02E, endColorstr=#78C312);
	border: 1px solid #5DA301;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
input[type=button]:hover {
	color: #333;
	border: 1px solid #dfdfdf;
	background-color: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: linear-gradient(to bottom, #EFEFEF, #FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EFEFEF, endColorstr=#FFFFFF);
	cursor: pointer
}
.submit_btn {
	background-color: #00a8ff;
	border-radius: 10px 10px 10px 10px;
	height: 42px;
	border: none;
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	margin: 0px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	float: right;
}
.invite_helper_text {
	color: #238601;
	font-family: Calibri;
	font-size: 24px;
	text-decoration: underline;
	font-weight: bolder;
}
.date_print_home {
	color: #6E3B1E;
	font-size: 21px;
	height: 40px;
	line-height: 35px;
	text-align: center;
}
.menu_container {
	width: 1000px;
	height: 90px;
	margin: 0 0 0 43px;
	margin-bottom: 0px;
}
.menu_container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Calibri;
	text-transform: uppercase;
}
.menu_container ul li {
	font-size: 22px;
	font-weight: bold;
	float: left;
	background-image: url(../images/menu_btn_hover.png);
	background-repeat: repeat-x;
	height: 80px;
	cursor: pointer;
	width: 200px;
}
.menu_container ul li:hover {
	font-size: 22px;
	font-weight: bold;
	float: left;
	background-image: url(../images/menu_btn.png);
	background-repeat: repeat-x;
	height: 80px;
	width: 200px;
}
.menu_container ul li #home_select {
	font-size: 22px;
	font-weight: bold;
 color:#FFF  float:left;
	background-image: url(../images/menu_btn.png);
	background-repeat: repeat-x;
	height: 80px;
	width: 200px;
}
.menu_container ul li #classes_select {
	font-size: 22px;
	font-weight: bold;
 color:#FFF  float:left;
	background-image: url(../images/menu_btn.png);
	background-repeat: repeat-x;
	height: 80px;
	width: 200px;
}
.menu_container ul li #photos_select {
	font-size: 22px;
	font-weight: bold;
 color:#FFF  float:left;
	background-image: url(../images/menu_btn_last.png);
	background-repeat: repeat-x;
	height: 80px;
	width: 200px;
}
.menu_container ul li:last-child {
	font-size: 22px;
	font-weight: bold;
	float: left;
	background-image: url(../images/menu_btn_hover_last.png);
	background-repeat: repeat-x;
	height: 80px;
	width: 200px;
}
.menu_container ul li:last-child:hover {
	font-size: 22px;
	font-weight: bold;
	float: left;
	background-image: url(../images/menu_btn_last.png);
	background-repeat: repeat-x;
	height: 80px;
	width: 200px;
}
.menu_container ul li a {
	text-decoration: none;
	color: #fff;
	text-align: left;
}
.menu_container ul li a img {
	margin: 22px 0px 0px 22px;
}
.arrow_slide {
	width: 1000px;
	height: 45px;
	background-image: url(../images/arrow_slide_03.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	z-index: 2;
	display: block;
}
.arrow_slide_2 {
	width: 47px;
	height: 45px;
	background-image: url(../images/arrow_slide_03.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.menu_container_2 {
	width: 1000px;
	height: 75px;
	margin: 0 auto;
	background-image: url(../images/community_bg_new_2_03.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	top: -28px;
}
.menu_container_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin-left: 15px;
}
.menu_container_2 ul li {
	float: left;
	width: auto;
	height: 35px;
	margin-left: 55px;
	padding-top: 20px;
	margin-top: 10px;
}
.menu_container_2 ul li a {
	text-decoration: none;
	color: #fff;
}
.menu_container_2 #community {
	background-image: url(../images/community_menu.png);
	background-repeat: no-repeat;
	background-position: left;
}
.menu_container_2 #community a {
	margin-left: 70px;
	text-shadow: 0.2em 0.1em 0.2em #000;
}
.menu_container_2 #games {
	background-image: url(../images/chess_1.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.menu_container_2 #games a {
	margin-left: 80px;
	text-shadow: 0.2em 0.1em 0.2em #000;
}
.menu_container_2 #internet {
	background-image: url(../images/internet_menu.png);
	background-repeat: no-repeat;
	background-position: left;
}
.menu_container_2 #internet a {
	margin-left: 55px;
	text-shadow: 0.2em 0.1em 0.2em #000;
}
.menu_container_2 #cards {
	background-image: url(../images/cards_menu.png);
	background-repeat: no-repeat;
	background-position: left;
	text-shadow: 0.2em 0.1em 0.2em #000;
}
.menu_container_2 #cards a {
	margin-left: 50px;
}
.plugins_container {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
	padding-top: 20px;
}
.main_plugin_container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
h2 {
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.plugins_text_main {
	font-size: 16px;
	color: #474747;
	font-weight: bold;
}
.plugins_content_2 {
	width: 195px;
	height: 60px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	position: relative;
	right: 0;
	margin-top: 40px;
	z-index: 1;
	float: right;
	margin-bottom: 15px;
	padding-right: 15px;
	-moz-box-shadow: 1px 1px 9px #333;
	-webkit-box-shadow: 1px 1px 9px #333;
	box-shadow: 1px 1px 9px #333;
}
.plugins_content_3 {
	width: 195px;
	height: 60px;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	position: relative;
	right: 0;
	z-index: 1;
	float: right;
	margin-bottom: 15px;
	padding-right: 15px;
	-moz-box-shadow: 1px 1px 9px #333;
	-webkit-box-shadow: 1px 1px 9px #333;
	box-shadow: 1px 1px 9px #333;
}
.headline_news {
	width: 150px;
	height: 20px;
	float: right;
	margin-top: 2px;
}
.headline_news a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.slider_main {
	list-style: none;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
.slider_main li {
	float: left;
	margin-right: 0px;
	margin-left: 10px;
}
.Iframe_Class {
	border: medium none;
	float: left;
	height: 100%;
	margin: 47px 0 0 42px;
	width: 100%;
}
.Iframe_Class2 {
	float: left;
	border: none;
	width: 340px;
	height: 199px;
	margin: 60px 0 0 42px
}
/* Styling for prev and next buttons */
#buttons {
	width: 802px;
	top: -150px;
	position: relative;
	float: left;
	z-index: -1;
	left: -45px;
}
#buttons a {
	display: block;
	width: 43px;
	height: 86px;
	text-indent: -999em;
	outline: 0;
	background-repeat: no-repeat;
}
a#prev_a {
	background-image: url(../images/arrow_left.png);
	height: 86px;
	width: 43px;
	float: left;
}
a#prev_a:hover {
	background-image: url(../images/arrow_left.png);
	height: 86px;
	width: 43px;
	cursor: pointer;
}
a#next_a {
	background-image: url(../images/arrow_right.png);
	height: 86px;
	width: 43px;
	float: right;
}
a#next_a:hover {
	background-image: url(../images/arrow_right.png);
	height: 86px;
	width: 43px;
	cursor: pointer;
}
.footer_container {
	width: 100%;
	height: 55px;
	padding-top: 10px;
	background-image: url(../images/footer_bg_03.png);
	background-repeat: repeat-x;
}
.date_print {
	width: 300px;
	height: 30px;
	text-align: center;
	color: #696969;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin: 10px;
}
.surfcontent {
	width: 100%;
	height: auto;
}
.surfcontent .surfarea {
	width: 960px;
	margin: 0 auto;
	clear: left;
}
.surfcontent .surfarea ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.surfcontent .surfarea ul li {
	float: left;
	position: relative;
}
.surfURLBox {
	width: 670px;
	height: 36px;
	font-size: 16px
}
.surf_ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.surf_ul li {
	float: left;
	padding-right: 20px;
}
.sugessted_tabs {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
#surfURLhttp {
	background: none !important;
	border: none;
	height: 42px;
	line-height: 42px;
	width: 80px;
	padding: 0 10px;
	margin-right: 5px;
	font-size: 28px;
	color: #000
}
.content_area_comm {
	width: 100%;
	height: 90px;/*	background-color:#f68e56;
	margin-top:45px;*/
}
.sub_page_heading {
	font-family: "sub pages heading";
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 34px !important;
	color: #000;
	text-decoration: none;
}
.home_content_new {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	top: -15px;
}
.sugessted_tabs_list_1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sugessted_tabs_list_1 li {
}
.sugessted_tabs_list_1 li a {
	float: left;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	display: inline-block;
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 25px;
	text-decoration: none;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
	margin-right: 5px;/*	height:45px;
	float:left;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	background-color:#7bac41;
	margin-top:5px;
	font-size:18px;
	display:block;
	line-height:45px;
	padding:0 20px;

	border-top-left-radius:7px;
	border-top-right-radius:7px;
	padding: 11px 25px;
    text-align: center;
	display:block;
	text-decoration:none;
	color:#fff;*/
}
.tabactive, .sugessted_tabs_list_1 li a:hover {
	border: 1px solid #5DA301;
	color: #FFFFFF;
	background-color: #9CE02E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9CE02E), to(#78C312));
	background-image: -webkit-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -moz-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -ms-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -o-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: linear-gradient(to bottom, #9CE02E, #78C312);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9CE02E, endColorstr=#78C312);
}
.tabdisactive {
	border: 1px solid #dfdfdf;
	color: #666;
	background-color: #EFEFEF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -moz-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: -o-linear-gradient(top, #EFEFEF, #FFFFFF);
	background-image: linear-gradient(to bottom, #EFEFEF, #FFFFFF);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EFEFEF, endColorstr=#FFFFFF);
}
.sugessted_tabs_list_1 li a:hover {
	background-color: #fe9903;
}
.online_classes_sidebar_text {
	text-decoration: none;
	font-size: 18px;
	color: #000;
	width: 321px;
	display: block;
	float: right;
	text-align: center;
	font-family: Calibri;
}
#chatbox {
	width: 503px;
	background-color: #d7d7d7;
	color: #000;
	min-height: 450px;
	height: auto !important;
	height: 300px;
	float: left;
	margin-top: 20px;
}
#chatbox #send {
	border: solid 1px #bbb;
	background-color: #fff;
	color: #8BAADF;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}
#chatbox input {
	border: solid 1px #bbb;
}
#chatbox #nick {
	width: 150px;
}
#chatbox #message {
	width: 150px;
}
#chatbox #ajax {
	margin-top: 30px;
	height: 300px;
	float: left;
	width: 400px;
}
#chatbox .ajaxtitle {
	border: solid 1px #bbb;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
	color: #8baadf;
	font-weight: bold;
}
#chatbox .acontent {
	border: solid 1px #bbb;
	float: left;
	width: 100%;
	height: 280px;
}
#chatbox .bubble {
	background: url(/uploads/jquerysamples/bubble.jpg);
	float: left;
	width: 48px;
	height: 48px;
	margin-left: 5px;
	margin-top: 5px;
}
#chatbox .aheader {
	letter-spacing: 1px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 12px;
}
#chatbox #msg {
	overflow-y: scroll;
	height: 217px;
	float: left;
	width: 390px;
	padding-left: 10px;
	margin-top: 10px;
}
#chatbox #msg .date {
	font-size: 10px;
}
.chatbox_table {
	margin-left: 50px;
}
.createAlbumBTN {
}
.UploadImageBTN {
	background-image: url(../images/upload_images.png);
	background-repeat: no-repeat;
	width: 80px !important;
	height: 70px !important;
	display: block;
	background-color: transparent !important;
}
.imgContain:hover .textHover {
	display: block;
	text-align: left;
	padding-left: 10px;
	height: 45px;
	margin: 11px;
	width: 170px;
	font-size: 12px;
	font-weight: bold;
}
.albums_create {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	display: none;
}
.closebtn {
	background-color: transparent !important;
	background-image: url(../images/close.png)!important;
	background-repeat: no-repeat !important;
	width: 60px!important;
	height: 60px!important;
	margin: 10px !important;
}
.albums_pics {
	list-style: none;
}
.albums_pics li {
	float: left;
	padding: 5px;
}
.albums_pics li a {
	text-decoration: none;
	background-image: url(../images/blue_album_bg.jpg);
	background-repeat: no-repeat;
	height: 245px;
	width: 198px;
	display: block
}
.albums_pics_general {
	background-image: url(../images/purp_album_bg.jpg) !important;
	background-repeat: no-repeat;
}
.albums_pics_people {
	background-image: url(../images/blue_album_bg.jpg) !important;
	background-repeat: no-repeat;
}
.albums_pics_places {
	background-image: url(../images/pink_album_bg.jpg) !important;
	background-repeat: no-repeat;
}
.albums_pics_nature {
	background-image: url(../images/green_album_bg.jpg) !important;
	background-repeat: no-repeat;
}
.albums_pics li a img {
	margin: 45px 0px 0px 8px;
}
.albums_pics li a:hover {
	text-decoration: none;
}
.albums_pics li span {
	color: #333;
}
.imgContain {
	position: relative;
	text-align: center;
	display: table;
	color: #000 !important
}
}
.textHover {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: white;
}
/*asdasd*/



.community_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.community_list li {
	float: left;
	width: 305px;
	height: 242px;
	position: relative;
	margin: 5px 5px 10px 5px;
box-shadow: 0px 0px;

	
}
.db {
	/*background-image: url(../images/commuity_list_bg_1_03.png);
	background-repeat: repeat-x;*/
}
.db_border, wb_boder {
	border-radius: 0px;
	border: 1px solid #dfdfdf;
	box-shadow: 0 0px 0px #dfdfdf
}
.db_border h2 {
	color: #fff;
	text-align: left;
	font-size: 20px;
margin-left: 55px;
}
.db_border p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
	margin: 0;
	padding: 0 20px 0 65px;
	text-align: left;
}
.wb {
	/*background-image: url(../images/community_list_bg_2_03.png);*/
	background-repeat: repeat-x;
	border-radius: 0px;
	border: 1px solid #dfdfdf;
	box-shadow: 0 3px 3px #dfdfdf;
	overflow: hidden
}
.wb_border h2 {
	color: #fff;
	text-align: left;
	font-size: 20px;
margin-left: 55px;
}
.wb_border p {
	color: #333;
	font-size: 24px;
	line-height: 32px;
	padding: 0px 20px;
	text-align: center;
}
.sugessted_tabs_list_2 {
	width: 957px;
	height: 40px;
	line-height: 38px;
	list-style: none;
	margin: 1px;
	padding: 0;
	background-color: #FE9903;
}
.sugessted_tabs_list_2 li {
	background: #FE9903;
	float: left;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: normal !important;
}
.sugessted_tabs_list_2 li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 0 1px;
}
.sugessted_tabs_list_2 li a:hover {
	color: #fff !important;
	background: #C93 !important
}
.active-tab {
	color: #fff !important;
	background: #C93 !important;
}
.suggested_tabs_child {
	width: 952px;
	margin: 0 2px;
	height: 30px;
	border: solid 1px #efefef;
	display: none;
}
.suggested_tabs_child ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.suggested_tabs_child ul li {
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.suggested_tabs_child ul li a {
	text-decoration: none;
	color: #000;
}
.main_fav_div {
	/*	width:300px;*/
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.main_fav_div a {
	text-decoration: none;
	color: #000;
	margin-left: 16px;
	border: 0px solid #999;
}
/*.favourites_sites_2 li
{
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;	
}
*/

.loading_effect {
	background-image: url(../images/loading_bg.png);
	background-repeat: repeat;
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 5;
}
.loading_inner_cont {
	width: 200px;
	height: 100px;
	background-color: #FFF;
	z-index: 9999;
	text-align: center;
	border-radius: 10px;
	top: 20%;
	position: relative;
	left: 42%;
}
.form_cont {
	position: absolute;
	width: 860px;
	padding: 30px 40px;
	height: 300px !important;
	background-color: #FFF;
	z-index: 9999;
	border-radius: 10px;
	left: 50%;
	margin-left: -480px;
	top: 50%;
	margin-top: -170px;
}
.form_cont h3 {
	font-weight: normal;
	font-size: 24px;
	color: #ff9900;
	margin: 0;
	padding: 0;
	line-height: 50px;
	height: 50px;
}
.form_cont table tr td {
	padding-bottom: 5px;
}
.form_cont label {
	font-size: 14px;
	width: 130px;
	text-align: right;
	display: block;
	padding-right: 10px;
}
.form_cont input[type=text] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #efefef;
	height: 30px;
	width: 230px;
	margin-right: 20px;
}
.invit_table td, th {
	color: #444444;
	height: 26px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 81px;
	border: none;
}
.invit_table {
	border: none;
	width: 95%;
}
.form_cont input[type=password] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #efefef;
	height: 30px;
	width: 230px;
	margin-right: 20px;
}
select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #efefef;
	width: 232px;
	margin-right: 20px;
	padding: 8px 8px;
}
.invite_heading {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 30px !important;
	color: #ff9900;
	text-decoration: underline;
}
.invite_line {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 10px;
	font-size: 16px !important;
}
.sendInvite {
	background-color: #FFF !important;
	background-image: none !important;
	border: none !important;
	color: #0480c7 !important;
	text-transform: none !important;
	font-size: 26px !important;
	font-family: "sub pages heading" !important;
}
.adminbtn_cont {
	height: 30px;
	width: 100px;
	position: fixed;
	top: 0px;
	right: 10px;
	background-color: #fff;
	padding: 10px 10px 5px 10px;
	border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: 0px 0px 1px #333;
	-webkit-box-shadow: 0px 0px 1px #333;
	box-shadow: 1px 1px 4px #333;
}
.adminbtn_cont a {
	color: #000;
	text-decoration: none;
}
.edit_album_img {
	width: 60px !important;
	height: 25px !important;
	font-size: 15px !important;
	background-color: #333 !important;
	margin-right: 10px !important;
	text-transform: none !important;
}
.submenu_cont {
	margin-top: -1px;
	width: 740px;
	float: left;
	border: 1px solid #efefef;
	font-size:20px;
	
}
.submenu_cont ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size:25px;
}
.submenu_cont ul li {
	width: 740px;
	color: #fff;
	display: block;
}
.submenu_cont ul li a {
	vertical-align: middle;
	display: table;
	text-decoration: none;
	color:#4D9DC7;
	font-size:30px;
}
.submenu_cont ul li a:hover {
/*background-color:#fe9903;*/
}
/*fawwad */
.video_container {
	width: 940px;
	display: table;
	height: auto;
	float: left;
}
.video_classes_container {
	width: 250px;
	height: 150px;
	float: left;
	margin: 20px;
	margin-left: 0px;
}
.video_description_container {
	width: 720px;
	height: 130px;
	float: left;
	margin: 20px;
	margin-right: 0;
}
.albums_pics2 {
	list-style: none;
	margin: 0;
	padding: 0
}
.albums_pics2 li {
	float: left;
	padding: 10px 10px 50px 10px;
	border: solid 1px #CCC;
	box-shadow: 0 5px 5px #dfdfdf;
	border-radius: 3px;
	background: #f4f4f4
}
.albums_pics2 li a {
	text-decoration: none
}
.albums_pics2 li a:hover {
	text-decoration: underline;
}
.albums_pics2 li a img {
	border: 1px solid #999;
}
.albums_pics2 li span {
	color: #333;
}
.box-elder {
	height: 210px;
	width: 175px;
	border-radius: 3px;
	z-index: 4;
	overflow: hidden;
	float: left;
	margin: 45px 0 45px 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.box-elder img {
	width: 100%;
	height: 174px;
}
.cap-elder {
	color: #fff;
	background: #a0d55c;
	height: 35px;
	line-height: 35px;
	border-radius: 0px 0 3px 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.hover-elder {
	width: 175px;
	height: 210px;
	position: absolute;
	border-radius: 3px;
	opacity: 1;
	z-index: 2;
	background: #4771a4;
	top: 210px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.top-heading {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 15px;
}
.inner-heading {
	font-size: 14px;
	color: #fff;
	margin: 12px;
	text-align: center;
	display: block;
}
.hover-elder a.butn {
	background: #fff;
	color: #ffb86b;
	margin: 0 auto;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}
.hover-elder a.butn:hover {
	background: #9fd55d;
	color: #FFF;
}
.box-elder:hover > div.hover-elder {
	opacity: 1;
	top: 0px;
}
.form-close-ico {
	position: absolute;
	right: 10px;
	top: 20px;
}
.transition {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.menu_bg {
  background: none repeat scroll 0 0 #F6F6F6;
  height: 160px;
  min-width: 960px;
  width: 100%;
}
.indxmenu_bg {
  background: none repeat scroll 0 0 #F6F6F6;
  height:56px;
  min-width: 56px;
  width: 100%;
}
.menu_wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
.menu_wrap ul {
	display: table;
	list-style: none;
	margin: -26px 10px 0;
	position: absolute;
	padding: 8px 0 0;
	width: auto;
}
.menu_wrap ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.menu-home {
	background: url(../images/new_skin/img_01.png) 0 0 no-repeat;
	width: 178px;
	height: 86px;
	display: block;
}
.menu-home:hover {
	background-position: 0 bottom;
}
.menu-classes {
	background: url(../images/new_skin/img_02.png) 0 0 no-repeat;
	width: 198px;
	height: 86px;
	display: block;
}
.menu-classes:hover {
	background-position: 0 bottom;
}
.menu-Photos {
	background: url(../images/new_skin/img_03.png) 0 0 no-repeat;
	width: 200px;
	height: 86px;
	display: block;
}
.menu-Photos:hover {
	background-position: 0 bottom;
}
.menu-mymail {
	background: url(../images/new_skin/img_04.png) 0 0 no-repeat;
	width: 191px;
	height: 86px;
	display: block;
}
.menu-mymail:hover {
	background-position: 0 bottom;
}
.menu-contact {
	background: url(../images/new_skin/img_05.png) 0 0 no-repeat;
	width: 166px;
	height: 86px;
	display: block;
}
.menu-contact:hover {
	background-position: 0 bottom;
}
/*.meue-active{ background-position:bottom !important;}*/


/*.sub-menu-active{ background-position:bottom !important;}*/
.menu_bg2 {
	height: 56px;
	width: 100%;
	background: #F6F6F6;
	min-width: 960px;
}
.menu_wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
.menu_wrap ul {
	display: table;
	list-style: none;
	margin: -26px 10px 0;
	position: absolute;
	padding: 8px 0 0;
	width: auto;
	z-index: 1;
}
.menu_wrap ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
.sub-menu-community {
	background: url(../images/new_skin/community.png) 0 0 no-repeat;
	width: 205px;
	height: 86px;
	display: block;
}
.sub-menu-community:hover {
	background-position: 0 bottom;
}
.sub-menu-game {
	background: url(../images/new_skin/games.png) 0 0 no-repeat;
	width: 163px;
	height: 86px;
	display: block;
}
.sub-menu-game:hover {
	background-position: 0 bottom;
}
.sub-menu-internet {
	background: url(../images/new_skin/surfinternet.png) 0 0 no-repeat;
	width: 196px;
	height: 86px;
	display: block;
}
.sub-menu-internet:hover {
	background-position: 0 bottom;
}
.sub-menu-designcard {
	background: url(../images/new_skin/design-cards.png) 0 0 no-repeat;
	width: 215px;
	height: 86px;
	display: block;
}
.sub-menu-designcard:hover {
	background-position: 0 bottom;
}
.sub-menu-news {
	background: url(../images/new_skin/sub-news.png) 0 0 no-repeat;
	width: 155px;
	height: 86px;
	display: block;
}
.sub-menu-news:hover {
	background-position: 0 bottom;
}
.menu-contact {
	background: url(../images/new_skin/img_05.png) 0 0 no-repeat;
	width: 166px;
	height: 86px;
	display: block;
}
.menu-contact:hover {
	background-position: 0 bottom;
}
/*.meue-active{ background-position:bottom !important;}*/
.my-mail, .contc {
	position: relative;
}
.tooltip-box {
	background: #396;
	color: #FFF;
	font-size: 14px;
	width: 200px;
	height: 100px;
	display: none;
	position: absolute;
	z-index: 2;
	top: -91px;
	left: 0;
}
.tooltip {
	outline: none;
	text-decoration: none;
}
.tooltip strong {
	line-height: 30px;
}
.tooltip > div {
	width: 200px;
	padding: 10px 20px;
	/*  margin-top: 20px;*/
	margin-left: -85px;
	top: -91px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	-webkit-transition-property: opacity, margin-top, visibility, margin-left;
	-webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	-moz-transition-property: opacity, margin-top, visibility, margin-left;
	-moz-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	-moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	-o-transition-property: opacity, margin-top, visibility, margin-left;
	-o-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	-o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	transition-property: opacity, margin-top, visibility, margin-left;
	transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
/*a.tooltip > span:hover,*/
.tooltip:hover > div {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: 50px;
	display: inline;
	margin-left: -60px;
}
.tooltip div b {
	width: 15px;
	height: 15px;
	margin-left: 20px;
	margin-top: -19px;
	display: block;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: inset -1px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	display: none\0/;
 *display: none;
}
.tooltip > div {
	background-color: #9CE02E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9CE02E), to(#78C312));
	background-image: -webkit-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -moz-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -ms-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -o-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: linear-gradient(to bottom, #9CE02E, #78C312);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9CE02E, endColorstr=#78C312);
	border: 1px solid #5DA301;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.tooltip div b {
	background: #FBF5E6;
	border-top: 1px solid #CFB57C;
	border-right: 1px solid #CFB57C;
}



.tooltip-box {
	background: #396;
	color: #FFF;
	font-size: 14px;
	width: 200px;
	height: 100px;
	display: none;
	position: absolute;
	z-index: 2;
	top: -91px;
	left: 0;
}
.tooltipright {
	outline: none;
	text-decoration: none;
}
.tooltipright strong {
	line-height: 30px;
}
.tooltipright > div {
	width: 120px;
	padding: 10px 20px;
	/*  margin-top: 20px;*/
	margin-left: -160px;
	top: -141px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	-webkit-transition-property: opacity, margin-top, visibility, margin-left;
	-webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	-moz-transition-property: opacity, margin-top, visibility, margin-left;
	-moz-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	-moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	-o-transition-property: opacity, margin-top, visibility, margin-left;
	-o-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	-o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	transition-property: opacity, margin-top, visibility, margin-left;
	transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
/*a.tooltip > span:hover,*/
.tooltipright:hover > div {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: 200px;
	display: inline;
	margin-right:60px;
}
.tooltipright div b {
	width: 15px;
	height: 15px;
	margin-left: 20px;
	margin-top: -19px;
	display: block;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: inset -1px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-o-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	display: none\0/;
 *display: none;
}
.tooltipright > div {
	background-color: #9CE02E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9CE02E), to(#78C312));
	background-image: -webkit-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -moz-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -ms-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: -o-linear-gradient(to bottom, #9CE02E, #78C312);
	background-image: linear-gradient(to bottom, #9CE02E, #78C312);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9CE02E, endColorstr=#78C312);
	border: 1px solid #5DA301;
	border-radius: 3px 3px 3px 3px;
	color: #333;
	display: inline-block;
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.tooltipright div b {
	background: #FBF5E6;
	border-top: 1px solid #CFB57C;
	border-right: 1px solid #CFB57C;
}
.activities {
	background: #f09e0e url(../images/banner_bg_02.png) center 0 no-repeat;
	width: 100%;
	height: 267px;
	min-width: 960px;
}
.activity-wrap {
	display: block;
	height: 267px;
	line-height: 267px;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}
.activity-box {
	background: url(../images/new_skin/activity_bg.png) no-repeat scroll center center #F4F4F4;
	display: inline-block;
	border-radius: 125px;
	height: 195px;
	border: 10px solid transparent;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	width: 195px;
}
.activity-box:hover {
	border: 10px solid #79C413;
}
.activity-box img {
display: block;
height: 90px;
margin: 20px auto 10px;
width: auto;
}
.new-ticker {
	background: #4771a4;
	width: 100%;
	height: 45px;
	min-width: 960px;
}
.new-ticker-wrap {
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	width: 960px;
}
.head-line {
	float: left;
	display: block;
	color: #FFF;
	background: #345379;
	width: 146px;
	text-align: center;
	text-decoration: none;
	z-index:10;
    position:relative;
}
.new-ticker-box {
	float: right;
	width: 820px;
}
/*	.read-more-text{font-size:13px;color:#dcea00; text-decoration:underline;}*/
.read-more-text {
	font-size: 16px;
	color: #FDB288;
	text-decoration: underline;
}
.clearit {
	clear: both;
	height: 0px;
}
.daily-comments {
	background: none repeat fixed 0 0 #40454A;
	z-index: 55555 !important;
	bottom: 0;
	display: block;
	height: 50px;
	min-width: 960px;
	position: relative;
	width: 100%;
}
.comments-wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
.comment-box {
	min-width: 260px;
	float: right;
	width: auto;
	color: #f6f6f6;
	height: 50px;
	line-height: 60px;
	font-size: 19px;
	position: relative;
}
.comment-box span, .comment-box img {
    display: table;
    float: left;
    line-height: 80px;
    margin-top: -8px;
    vertical-align: middle;
    width: auto;
}
.top-header {
	background: url(../images/new_skin/top_header_bg.png) repeat-x;
	width: 100%;
	min-width: 960px;
	height: 47px;
}
.top-header2 {
	background: url(../images/new_skin/top_header_bg_2.png) repeat-x;
	width: 100%;
	min-width: 960px;
	height: 55px;
}
.menuinner{
			width:auto;
			height:55px;
			background-image: url(../images/new_skin/top_header_bg_2.png) repeat-x;
			font-size:21px;
			text-align:center;
			}
.responsive-wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
.content_sponge {
	width: 960px;
	margin: 20px auto 0;
	height: auto;
}
.myalbumdiv {
	width: 960px;
	margin: 0 auto;
	clear: left;
	padding-top: 0px;
}
.myheading {
	font-size: 28px;
	color: #333;
	float: left;
	display: block;
	height: 88px;
	line-height: 88px;
	margin-right: 20px;
}
.albbtn {
	float: left;
}
.addnewalbum {
	width: 920px;
	border: 1px solid #efefef;
	padding: 10px;
}
.addnewalbum {
}
.allalbums {
	width: 960px;
	list-style: none;
	padding: 0;
	margin: 0
}
.allalbums li {
	position: relative;
	float: left;
	margin: 12px 20px;
	width: 200px;
	height: 220px;
	background: url(../images/blue_album_bg.jpg) 0 0 no-repeat;
}
.allalbums li a {
	text-decoration: none
}
.allalbums li a div, .allalbums li a p {
	width: 130px;
	height: 136px;
	margin: 33px 31px 0;
	border: 1px solid #999
}
.allalbums li a div img, .allalbums li a p img {
	width: 130px;
	height: 136px
}
.allalbums li a span {
	display: block;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	font-weight: bold;
	color: #4391D2;
	margin-bottom: 10px;
	clear: both
}
.allalbums li .albumedit {
	display: block;
	width: 63px;
	height: 28px;
	float: left;
	background: url(../images/img_edit.png) 0 0 no-repeat;
	margin-right: 24px;
}
.allalbums li .albumedit:hover {
	background: url(../images/img_edit_o.png) 0 0 no-repeat;
}
.allalbums li .albumdelete {
	display: block;
	width: 85px;
	height: 29px;
	float: left;
	background: url(../images/img_delete.png) 0 0 no-repeat;
}
.allalbums li .albumdelete:hover {
	background: url(../images/img_delete_o.png) 0 0 no-repeat;
}
.allpic {
	width: 960px;
	list-style: none;
	padding: 0;
	margin: 0
}
.allpic li {
	position: relative;
	float: left;
	margin: 12px 20px;
	width: 200px;
	height: 220px;
	background: url(../images/photoback.jpg) 0 0 no-repeat;
}
.allpic li a {
	text-decoration: none
}
.allpic li a div, .allpic li a p {
	width: 130px;
	height: 136px;
	margin: 33px 31px 0;
	border: 1px solid #999
}
.allpic li a div img, .allpic li a p img {
	width: 130px;
	height: 136px
}
.allpic li a span {
	display: block;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	font-weight: bold;
	color: #4391D2;
	margin-bottom: 10px;
	clear: both
}
.allpic li .albumedit {
	display: block;
	width: 63px;
	height: 28px;
	float: left;
	background: url(../images/img_edit.png) 0 0 no-repeat;
	margin-right: 24px;
}
.allpic li .albumedit:hover {
	background: url(../images/img_edit_o.png) 0 0 no-repeat;
}
.allpic li .albumdelete {
	display: block;
	width: 85px;
	height: 29px;
	margin: 0 auto;
	background: url(../images/img_delete.png) 0 0 no-repeat;
}
.allpic li .albumdelete:hover {
	background: url(../images/img_delete_o.png) 0 0 no-repeat;
}
.searchresultbox {
	border: 1px solid #dfdfdf;
	width: 958px;
	margin-top: -1px
}
.wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto
}
.h_iframe {
	position: relative;
}
.h_iframe .ratio {
	display: block;
	width: 100%;
	height: auto;
}
.h_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF
}
.dis-tbl {
	border-color: #efefef;
	border-style: solid;
	color: #333;
}
.dis-tbl td, .dis-tbl td table {
	border-color: #ccc;
	border-style: solid;
	color: #333;
	border-width: 0.5px !important;
}
.dis-tbl td {
	text-indent: 5px;
	color: #333;
	border-color: #efefef;
	border-style: solid;
}
.dis-head {
	padding: 5px 0;
	font-size: 18px;
}
#polls_resp {
	font-size: 14px;
	color: #9C0
}
#polls_resp span, #quiz_resp span {
	font-size: 14px !important
}
/*19-09-20132*/
.point-set center {
	margin-top: 140px;
	color: #000;
}
.my-acount_tbl {
	width: 840px;
	border: 1px solid #efefef;
	padding: 15px 0;
}
.my-acount_tbl td {
	color: #444444;
	font-size: 16px;
	text-align: right;
	width: auto;
	min-width: 130px;
}
.my-acount_tbl td input {
	float: left;
	font-size: 19px;
	height: 30px;
	width: 265px;
}
.my-acount_tbl td select {
	float: left;
	font-size: 17px;
	height: 40px;
	margin: 0;
	width: 270px;
}
.lunch-cont {
	background: url("../images/menu_ico.png") no-repeat scroll 0 0 / 40px auto transparent;
	display: block;
	height: 200px;
	width: 100%;
background-position: 10px 0;
}
.tdy-evnt {
	background: url("../images/Calendar-icon.png") no-repeat scroll 0 0 / 30px auto transparent;
	display: block;
	height: 200px;
	width: 100%;
background-position: 10px 0;
}
.up-cont {
	background: url("../images/up_classes.png") no-repeat scroll 0 0 / 40px auto transparent;
	display: block;
	height: 200px;
	width: 100%;
background-position: 10px 0;
}
#calendar {
	width: 1000px;
	margin: 0px auto;
}
hr {
	background-color: #333;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
}
.calender_new_table td {
	border: solid 1px #000;
	height: 100px;
	vertical-align: top;
	font-size: 17px;
}
.calender_new_table th {
	border: solid 1px #000;
	background-color: #ffa451;
	font-size:23px;
}
.calendar_Title {
	width: 978px;
	padding: 10px;
	border: solid 1px #000;
	height: 25px;
	font-size:25px;
}
.delete_small {
	height: 10px;
	width: 10px;
	display: inline-block;
	background-image: url(../images/delete_xsmall.png);
}
.news-detail-wrap {
	display: block;
	height: 800;
	margin: 0 auto 20px;
	overflow: hidden;
 padding-bottom: 10px width: 960px;
}
.news-detail-wrap .news-detail-wrap div {
	display: table;
	width: 100%;
}
.news-detail-wrap .rssHeader {
	display: none !important;
}
.news-detail-wrap .rssRow {
	height: auto !important;
	padding: 0px 0 !important;
}
.news-detail-wrap .rssRow > div > a {
	display: none !important;
}
 #ticker1 ul li p  { height:auto !important; }

  .news-detail-wrap .rssRow  p:last-child{ margin:0;}


 .news-detail-wrap .rssRow > p > a , .news-detail-wrap .rssRow > p > br  , .news-detail-wrap .rssRow > p > img {display: none !important;}
  
/*.news-limit { width:100px; overflow:hidden;}*/
.scrolling-arrows { background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 4px;
    color: #FFFFFF;
    height: 150px;
    position: fixed;
    right: 0;
    width: 67px;
    z-index: 99999999;
	bottom:200px;}
#contentscrollnav a {
background: none repeat scroll 0 0 #79C413;
color: #FFFFFF;
display: block;
font-size: 30px;
font-weight: bold;
height: auto;
margin-top: 1px;
padding: 5px 15px;
text-decoration: none;
width: 20px;
  }
  
.tickermsg{
		margin-top:30px;
		color:#C00;
		font-weight:bold;
		text-align:left;
		text-decoration:underline;
	}
.cs-menu-bg .menu_bg { padding:15px 0;}
.qustitle { font-size:10px;}
.pagename {
    color: #FFFFFF;
    font-family: "calibri";
    font-size: 28px;
    padding-left: 148px;
    padding-top: 0;
    position: static;
    text-align: right;
    width: 300px;
}