body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434548;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
    
}

html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
overflow-x: hidden;
}

.langselect{
	display: inline-block;
	padding: 5px 5px 2px 5px;
	background-color: #378de5;
	font-size: 12px;
	border-radius: 0 0 4px 4px;
	position:absolute;
	right: 50px;
}

/* ==== Lang Button ==== */
.btns {
  background: #f0f3f5;
  background-image: -webkit-linear-gradient(top, #f0f3f5, #e6e9eb);
  background-image: -moz-linear-gradient(top, #f0f3f5, #e6e9eb);
  background-image: -ms-linear-gradient(top, #f0f3f5, #e6e9eb);
  background-image: -o-linear-gradient(top, #f0f3f5, #e6e9eb);
  background-image: linear-gradient(to bottom, #f0f3f5, #e6e9eb);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #666666;
  -moz-box-shadow: 0 1px 2px #666666;
  box-shadow: 0 1px 2px #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #635963;
  font-size: 12px;
  padding: 4px 6px 4px 6px;
  border: solid #9c9ea1 1px;
  text-decoration: none;
}

.btns:hover {
  background: #d3dbe0;
  background-image: -webkit-linear-gradient(top, #d3dbe0, #dae1e6);
  background-image: -moz-linear-gradient(top, #d3dbe0, #dae1e6);
  background-image: -ms-linear-gradient(top, #d3dbe0, #dae1e6);
  background-image: -o-linear-gradient(top, #d3dbe0, #dae1e6);
  background-image: linear-gradient(to bottom, #d3dbe0, #dae1e6);
  text-decoration: none;
}


.messagebar {
	-moz-box-shadow: 0 1px 0 0 #f0f7fa;
	-webkit-box-shadow: 0 1px 0 0 #f0f7fa;
	box-shadow: 0 1px 0 0 #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:4px 5%;
    height: 20px;
    width: auto;
	text-shadow :0 1px 0 #5b6178;
}
.messagebar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
    color:#ffffff;
    text-decoration:none;
}
.messagebar:active {
	position:relative;
	top:1px;
}

.inboxmsgtext {
width:auto;
max-height:13px;
display:inline-block;
}

.inbox {
	-moz-box-shadow: 0 1px 0 0 #f0f7fa;
	-webkit-box-shadow: 0 1px 0 0 #f0f7fa;
	box-shadow: 0 1px 0 0 #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:9px 12px;
	text-decoration:none;
	text-shadow :0 -1px 0 #5b6178;
}
.inbox:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
    color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:9px 12px;
	text-decoration:none;
}
.inbox:active {
	position:relative;
	top:1px;
}

.home{
	width: 30px;
    height:30px;
 }   
.search{
	width: 30px;
    height:30px;
 }   


.logo {
height: 80px;
width: 550px;

background-size: 530px 90px;
position: relative;
margin-top: 40px;
margin-left:15px;
margin-bottom: 55px;
/*margin-left: 0.5%;*/

}

.logo_in {
height: 80px;
width: 550px;

background-size: 530px 90px;
position: relative;
margin-left:15px;
margin-bottom: 5px;
/*margin-left: 0.5%;*/

}

.logosize {
height: 100px;
max-width: 800px;
width: auto;

max-height: 150px;
min-height: 100px;
}

#backtop {
  position: fixed;
  left:auto;right: 20px;top:auto;bottom: 20px;
  outline: none;
  overflow:hidden;
  color:#fff;
  text-align:center;
  background-color:rgba(49,79,96,0.84);
  height:40px;
  width:40px;
  line-height:40px;
  font-size:14px;
  border-radius:2px;
  cursor:pointer;
  transition:all 0.3s linear;
  z-index:999999;

  opacity:1;
  display:none;
}

#backtop:hover {
  background-color:#27CFC3;
}
       
#backtop.mcOut {
  opacity:0;
}

.module_head {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3569C1), color-stop(1, #1F49A3 ));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #3569C1 0%, #1F49A3  100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3569C1', EndColorStr='#1F49A3 ');
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	text-align:center;
	height:40px;

}

.module_head_offer {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3569C1), color-stop(1, #1F49A3 ));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #3569C1 0%, #1F49A3  100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3569C1', EndColorStr='#1F49A3 ');
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
	text-align:center;
	height:40px;
}
.module_head_homepage {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3569C1), color-stop(1, #1F49A3 ));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #3569C1 0%, #1F49A3  100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #3569C1 0%, #1F49A3  100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3569C1', EndColorStr='#1F49A3 ');
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	text-align:center;
	height:40px;
}



.page_head_box {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
        text-align: center;
        padding-top: 5px;
        padding-right: 5px;
        height:20px;
}

.signuptext {
font-size: 12px;
color: #fff;
}
.searchtext {
font-size: 12px;
color: #434548;
overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.leftcolumn {
visibility: visible;
width: 15%;
height: 100%; 
vertical-align:top;
display:inline-block; 
float:left;
padding-left: .25%;
}

.rightcolumn {
visibility: visible;
width: 15%;
height: 100%; 
vertical-align:top;
display:inline-block; 
float:left;
padding-left: 4px;
}

.user_menu {
display: none;
}

.page {
width: 84.20%;
vertical-align: top;
display: inline-block;
float: left;
padding-left: 4px;
text-align:left;
min-height: 500px;
}

.offer-image {
width:175px; 
height:177px; 
text-align:left; 
display:inline-block; 
float:left; 
margin-top: 5px;
margin-left: 5px;
border-radius: 5px;
}


#signup a {
   -moz-box-shadow:inset 0 1px 0 0 #bbdaf7;
	-webkit-box-shadow:inset 0 1px 0 0 #bbdaf7;
	box-shadow:inset 0 1px 0 0 #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
   /* text-decoration:none; */
	text-shadow :0 1px 0 #528ecc;
	width: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	height:40px;
    color: #FFFFFF;
    font-size: 14px;
	font-weight: bold;
    text-align:center;
    display: inline-block;
    line-height: 40px;
  /*  min-width: 370px;*/
}

.special_offer_header {
font-size: 20px;
color: #fff;
font-weight: bold;
}

.special-offer {
text-align: left;
vertical-align: top;
display: inline-block;
float: left;
/*height: 177px;*/
margin-top: 10px;
width: 95%;
padding-left: 3%;
padding-right: 3%;
}

.banner {
display: inherit;
}

.small_profile {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
 border-radius: 5px 5px 0 0;
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
text-align: center;
padding-top: 5px;
padding-right: 5px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1F49A3), to(#3569C1));
background: -webkit-linear-gradient(top, #1F49A3, #3569C1);
background: -moz-linear-gradient(top, #1F49A3, #3569C1);
background: -ms-linear-gradient(top, #1F49A3, #3569C1);
background: -o-linear-gradient(top, #1F49A3, #3569C1);
}

.small_profile_box {
display:inline-block; 
float:left; 
width:19.60%; 
vertical-align:top; 
margin-top:2px; 
margin-left: 3px;
}

.rating_bg {
background: #1F49A3;
border-radius: 3px;
}

.hdr_login_text {
text-align: center;
}

.about_me {
	font-size: 12px;
	border: 1px solid #AAA; 
	padding: 2px;
width: 50%;
height: 80px;
}

.security_code_txt {
width: 70%;
}

.spam_textinput {
	font-size: 9px;
	border: 1px solid #AAA; 
	padding: 2px;
        width: 100px;
}

.headbgtitle{
	background: #e1effb url(../images/xititlepic.jpg) no-repeat;
	background-size: 100% 100%;
    height:280px;
   
}

.headbginside {
	background-color: #95B7D6;
   
}

.headbg{
	background-color: #fff;
}

.headbgbox{
width:100%;
height: auto;
overflow: hidden;
padding-top: 4px;
padding-bottom: 4px;
box-shadow: 0 1px 2px #000;
-webkit-box-shadow: 0 1px 2px #000;
float:left;
background-color: #e1effb;
}

.searchtxt{
color: #000000;
  display: inline-block;
  margin-left: 2px;
  margin-top:1px;
  margin-bottom:1px;
}

.admin_head{
	font-size: 16px;
	color: #331A1A;
	font-weight: bold;
width: 100%;
text-align: center;
margin-top: 20px;
display: block;
margin-left: auto;
margin-right: auto;
}

.loginbarbg{
   background-color: #e1effb;
   width: 100%;
}

.loginbarhome{
   background-color: #e1effb;
   width: 100%;
   height:33px;
}

.oddrow, .addrow {
	background-color: #FEFEFE;
}

.evenrow {
	background-color: #EFEFEF;
}


.module_head_right {
	background-color: #3569C1;
	font-size: 12px;
	color: #FFFFFF;
}

.module_head_right a {
	background-color: #3569C1;
	font-size: 12px;
	color: #FFFFFF;
}

.calendar_module_detail {
  font-size: 12px;
  font-weight: normal;
  background-color: #F8FBFF;
  border: 1px solid #e8d1cd;
}

.calendar_module_head {
	background-color: #3569C1;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


.module_head_right a:hover {
	background-color: #3569C1;
	font-size: 12px;
	color: #FFFFFF;
}


.edituserlink{
	background-color: #3569C1;
	color: #FFFFFF;
	font-weight: bold;

}
.edituserlink a{
	background-color: #3569C1;
	color: #FFFFFF;
	font-weight: normal;
}
.edituserlink a:hover{
	background-color: #3569C1;
	color: #FFFFFF;
	font-weight: normal;
}

.text_head1, .text_head1:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_head2, .text_head2:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0000AF;
}

.offer_head {
font-size: 14pt;
font-weight: bold;
color: #3569C1;
text-align: center;
}

.module_detail_inside {

}

.tos {
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #D4E1F6;
	margin: 10px;
}

.im_text {
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #95B5E6;

}

.module_detail {
        height: auto;
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #D4E1F6;
	text-align:left;
        border-radius: 5px;
}

.leftside_detail_im {
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #D4E1F6;
	border-top:none;
	padding-bottom: 4px;
	border-radius: 5px;

}
.module_detail_pics {
        height: 200px;
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #D4E1F6;
	text-align:left;
	border-radius: 5px;
}

.module_detail_viewsmall {
        height: 220px;
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #D4E1F6;
	text-align:left;
	border-radius: 5px;
}

.module_detail_view_inner {
    width:40%;
    height:148px; 
    display:inline-block; 
    float:left; 
    margin-left: 1px; 
    margin-top: 2px; 
    padding-bottom: 2px;
}

.leftside_detail {
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #D4E1F6;
	border-top-style: none;
	border-radius: 5px;

}
.statusbar {
	background-color: #D4E1F6;
    text-align: center;
    vertical-align: middle;
}

a.subhead {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a.subhead:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.smallpic {
	border:1px solid #AAA;
	max-width:70%;
	min-width:70%;
	width:auto!important;
	height:auto!important;
	background-size:130px auto;
	min-height:130px;
	max-height:130px;
	/*overflow:none;*/
	border-radius:5px;
       
}


.smallpic_profile {
border: 1px solid #AAA;
/*width: 140px;*/
width: 160px !important;
height: auto !important;
background-size: 160px auto;
max-height: 160px;
border-radius: 5px;
}
.smallpic_snap {
border: 1px solid #AAA;
width: 260px !important;
height: auto !important;
background-size: 160px auto;
max-height: 300px;
/*max-height: 800px;*/

padding-left: 0;
padding-right: 0;
   border-radius: 5px;
  
}

.small_player {
 display: none;
 }

input {
	font-size: 12px;
}
textarea {
	font-size: 12px;
}
.formbutton {
  	-moz-box-shadow:inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow:inset 0 1px 0 0 #ffffff;
	box-shadow:inset 0 1px 0 0 #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #cfcdcf;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:6px 6px;
	text-decoration:none;
	text-shadow :0 1px 0 #ffffff;
}
.formbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
    color:#666666;
    text-decoration:none;
	text-shadow :0 1px 0 #ffffff;
}
.formbutton:active {
	position:relative;
	top:1px;
}

.main_outer_table{
	background-color: #FFFFFF;
    width: 100%;
}

a.main_title{
	font-size: 70px;
    font-weight: bold;
	color: #3569c1;
	text-decoration:none;
}
a:hover.main_title{
	font-size: 70px;
    font-weight: bold;
	color: #3569c1;
	text-decoration:none;
}

a.main_title_inside {
	font-size: 40px;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.main_title_inside {
	font-size: 40px;
	color: #FFFFFF;
	text-decoration:none;
}




.main_text1{
	font-size: 24px;

}
.page_heading {
	font-size: 14pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: center;
}
.headrow {
	border: 1px solid #A9BDF1;
	background-color: #C8E0FB;
	text-align: center;

}
.text8pt {
	font-size: 8pt;
}
.searchtitle {
	font-size: 14pt;
	font-weight: bold;
	color: #003366;
}

.big_search {
  width: 100%;
  text-align: left;
 }

.small_search {
display: none;
}

.xtitle {
	font-size: 14pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: center;

}
.title {
	font-size: 12pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: left;
	font-weight: bold;
	padding: 4px 4px 4px 11px;
	margin-left: 11px;

}
.subtitle {
	font-size: 10pt;
	color: #003366;
	border: 1px solid #96B0F5;
	background-color: #D7E1EE;
	font-weight: bold;
	padding: 1px;
}

a {
	color: #3569C1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3569C1;
}

a.menulink {
	font-size: 12px;
	color: #3569C1;
	text-decoration: none;
}
a.menulink:hover {
	font-size: 12px;
	color: #3569C1;
	text-decoration: none;
}

.panellinkhdr {
	background-color: #3569C1;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}
a.panellink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3569C1;
}
a.panellink:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.panelbox {

}

.footer {
    width: 100%;
	background-color: #124d77;
	border: 1px solid #124d77;
	border-right-style: none;
	border-left-style: none;
	padding-bottom:10px;
    line-height:25px;
}
a.footerlink {
	font-size: 9pt;
	color: #3569C1;
	text-decoration: none;
}
a.footerlink:hover {
	font-size: 9pt;
	color: #3569C1;
	text-decoration: none;
}
a.footlink {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
    background: #124d77;
}
a.footlink:hover {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
    background-color: #124d77;
}
.foothead {
  background-color: #124d77;
  height:10px;
}
.footmid {
  background-color: #124d77;
  height:20px;
}
.footback {
  background-color: #124d77;
}
.copyright{
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
    background-color: #124d77;
}

.copyrightb{
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
    background: #124d77 ;
}

.paneltable{
	background-color: #003366;
}
.modulehead{
	color: #003366;
}


.storyhead{
	color: #3569C1;
	font-weight: bold;
}
.storydate{
	font-size: 9px;
	color: #003366;
	font-style: italic;
}
.storyby{
	color: #003366;
}
.storytext{
}

.newshead{
	color: #3569C1;
	font-weight: bold;
}
.newsdate{
	font-size: 9px;
	font-style: italic;
}
.newstext{

}

.pollquestion{
	color: #3569C1;
	font-weight: bold;
}
.polloptions{

}

.payment_mod_head{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3399CC;
}

h4{
	font-size: 12px;
}
.copyright:hover {
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}
.errors {
	color: red;
}

.headerfooter, .headerfooter:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1F49A3), to(#3569C1));
background: -webkit-linear-gradient(top, #1F49A3, #3569C1);
background: -moz-linear-gradient(top, #1F49A3, #3569C1);
background: -ms-linear-gradient(top, #1F49A3, #3569C1);
background: -o-linear-gradient(top, #1F49A3, #3569C1);
border-radius: 5px;

}

.nickwidth {								/*** width of sections ***/
	width: 540px;
	text-align: center;
}

.im_msg {
	font-size: 8pt;
}

.im_msg_details {
	width: 97%;
    font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #D4E1F6;
	text-align:left;
	border-radius: 5px;
}
.im_msg_details2{
	width: 97%;
}

.menu_subhead {
	background-color: #83ADDF;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}

.picgallery {
	background-color: #F8FBFF;
	border-style: none;
}

.module_head a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.module_head a:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Following are added in 2.1.0 for DIV specifications */

.stats_line {
	float: left;
}

.stats_line_outer {
	width: 99%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
}

.display_error {
	font-weight: normal;
	background-color: #E1EFFB;
	border: 1px solid #D4E1F6;
}

.required_info {
	color: #FF0000;
}

.bloglink_hdr02 {
	float:left;
	margin: 1px;
	padding: 4px;
	text-align: center;
}

.colhead {
	font-weight: bold;
	color: #3569C1;
	background-color: #D4E1F6;
	font-size: 12px;

}

.colhead a {
	text-decoration: underline;
	color: #3569C1;
}
.colhead a:hover {
	color: #3569C1;
	text-decoration: none;

}

.panelbox_div {
	height:16px;
	padding: 1px 3px 1px 6px;
}

.panellinkhdr_div {
	height:13px;
	background-color: #3569C1;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 3px 3px 6px;
}
.panellinkhdr_div  a {
	text-decoration: none;
}
a.panellink_div {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3569C1;
}
.panellink a:hover {
	text-decoration: underline;
}

.signup_line_outer{
	margin: 3px 4px 1px 6px;
	vertical-align:middle;
}
.signup_line_leftside {
	float: left;
	width: 188px;
}

.profile_line_leftside {
	float: left;
	width: 45%;
	font-weight:bold;
}
.loadsnaps_column {
	float: left;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.column_head {
	font-weight: bold;
	background-color: #D4E1F6;
	color: #3569C1;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

.column_head a {
	color: #3569C1;
	text-decoration: none;
}

.column_head a:hover {
	color: #3569C1;
	text-decoration: underline;

}

.line_leftside {
	margin: 3px 2px 3px 6px;
	vertical-align:middle;
}

.line_rightside {
	margin: 3px 4px 3px 2px;
	vertical-align:middle;
}

.line_top_bottom_pad {
	padding-top: 2px;
	padding-bottom: 2px;
}

.top_margin_6px {
	margin-top: 6px;
}

.profile_links {
	background-color: #E1EFFB;
    height: 20px
}

a.profile_links_navi {
	-moz-box-shadow:inset 0 1px 0 0 #dcecfb;
	-webkit-box-shadow:inset 0 1px 0 0 #dcecfb;
	box-shadow:inset 0 1px 0 0 #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius :0;
	-webkit-border-radius :0;
	border-radius :0;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	padding:2px 4px;
	text-decoration:none;
	text-shadow :0 1px 0 #528ecc;
}
a.profile_links_navi:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}

.current_monthday {
        background-color: #FEFEFE;
}

.other_monthday {
        background-color: #EFEFEF;
}

.line_outer {
	padding: 3px 4px 3px 6px;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
}

/* 2.5 changes */

a.dropmenulink {
	font-size: 12px;
	font-weight: bold;
/*	color: #CC6600;  */
	text-decoration: none;
}
a.dropmenulink:hover {
	font-size: 12px;
	font-weight: bold;
	color: #6633FF;
	text-decoration: none;
}

.dropdowncontainer {
	width: 100%;
        text-align: center;
}

.dropdownsection {
	width: 100px;
	display: inline-block;
	float: left;
}

.dropdownbgbox {
  width:100%;
height: auto;
background: #444;
/*overflow: hidden;*/

box-shadow: 0 1px 2px #000;
-webkit-box-shadow: 0 1px 2px #000;
float:left;
}

.big_menu {
 /* code here*/
}

.small_menu {
  display:none;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 22px;
z-index: 100;
background-color: #336699;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-align: left;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #CC6600;
color: white;
}

/* Pasword strength related */
.password_bar{
	font-size: 2px;
	height: 4px;
	width:210px;
	border: 1px solid black;
}
.password_text {
	font-size:10px;
}
/* Password strength related over */

.searchstyle{
  color: #FFFFFE;
}

.searchselect{
  color: #101010;
  height: 33px;
}

select, textarea, .textinput, .passwordinput {
	background-color: #FEFEFE;
	}

select, .select, .searchselect {
	font-size: 12px;
	border: 1px solid #AAA; 
	padding: 2px;
}
option {
	border: 0 solid #AAA;
}
textarea, .textinput, .passwordinput {
	font-size: 12px;
	border: 1px solid #AAA; 
	padding: 2px;
    width:30%;
}

.smallest_profiles {
	font-size:10px;
}

.left_padding_2px {
	padding-left:2px;
}

/* hides text-align to the left from IE, because the next 2 rules doesn't apply to IE */
 html>body td {
  text-align: left;
}

html>body td[align="center"] {
  text-align: center;
}

html>body td[align=center] {
  text-align: center;
}

html>body td[align=right] {
  text-align: right;
}

html>body td[align="right"] {
  text-align: right;
}

*[align="center"] {
  text-align: center;
}

*[align=center] {
  text-align: center;
}

*[align="right"] {
  text-align: right;
}

*[align=right] {
  text-align: right;
}

form {
  padding: 0;
  margin: 0;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434548;
}

th {
	font-weight: bold;
	color: #3569C1;
	background-color: #D4E1F6;
	font-size: 12px;
}

th a {
	text-decoration: underline;
	color: #3569C1;
}
th a:hover {
	color: #3569C1;
	text-decoration: none;
}

.dotted{
	border-bottom: 1px dashed;
}

.s_table_blue{
	color: #27277E;
	font-weight: bold;
}
.s_table_white{
	color: #27277E;
}

.table_blue{
	background-color: #D3E1FA;
	color: #27277E;
}
.table_white{
	background-color: #FFFFFF;
	color: #27277E;
}

.table_green{
	background-color: #D8F9D5;
	color: #003300;
}
.table_red{
	background-color: #FFD5D5;
	color: #990000;
}
.table_pink{
	background-color: #FFE1FF;
	color: #7D0067;
}
.table_gray{
	background-color: #EFEFEF;
	color: #333333;
}
.table_yellow{
	background-color: #FFFFCC;
	color: #B08D00;
}

.headsearchbox {
width:98%;
height: 75px;
background: #fff;
overflow: hidden;
padding-top: 10px;
padding-bottom: 10px;
box-shadow: 0 1px 2px #000;
-webkit-box-shadow: 0 1px 2px #000;
float:left;

}
#wrapper {
  margin-right: 200px;
  
}
#content {
  float: left;
  width: 100%;
  margin-top: 11px;
  margin-left: -200px;
  
}
#sidebar {
  float: right;
  width: 200px;
  margin-right: -200px;
  margin-top: 11px;
  
}
#cleared {
  clear: both;
}

/**
 * 4.2 Navigation
 * 
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1366px;
/*	max-width: 844px; */ 
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #4a698b;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #4a698b;
	border: 2px solid #DFDFDF;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #2fb4db;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #317572;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #444;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.searchbox {
	display: inline-block;
    width:100%;
    text-align: center;

}

.email_addy{display:none;}

.onbutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 14px;
    border: 1px solid #20b00b;
    border-radius: 40px;
    background: #4aff4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#4aff4a), to(#2acf10));
    background: -moz-linear-gradient(top, #4aff4a, #2ea32e);
    background: linear-gradient(to bottom, #4aff4a, #2ea32e);
    text-shadow: #212420 -1px 0px 1px;
    font: normal normal bold 12px arial;
    color: #ffffff;
    text-decoration: none;
}
.onbutton:hover,
.onbutton:focus {
    color: #ffffff;
    text-decoration: none;
}

.offbutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0px 14px;
    border: 1px solid #c6ccc6;
    border-radius: 40px;
    background: #dce0dc;
    background: -webkit-gradient(linear, left top, left bottom, from(#dce0dc), to(#bdaebd));
    background: -moz-linear-gradient(top, #dce0dc, #bdaebd);
    background: linear-gradient(to bottom, #dce0dc, #bdaebd);
    text-shadow: #ffffff -1px 0px 1px;
    font: normal normal bold 12px arial;
    color: #857085;
    text-decoration: none;
}
.offbutton:hover,
.offbutton:focus {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e3d1e3));
    background: -moz-linear-gradient(top, #ffffff, #e3d1e3);
    background: linear-gradient(to bottom, #ffffff, #e3d1e3);
    color: #857085;
    text-decoration: none;
}
.module_online_detail_pics {
        height: 210px;
	font-size: 12px;
	font-weight: normal;
	background-color: #F8FBFF;
	border: 1px solid #D4E1F6;
	text-align:left;
	border-radius: 5px;
}