@charset "utf-8";
/* CSS Document */
body
{
   font-family: 'Roboto', sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background:#fff;
	height:auto;
}

#wrapper
{
	width:100%;
}
.wrap
{
	width:1200px;
	margin:0 auto;
}
.clear
{
	clear:both;
}

/*************************header top **********************/

.topbg
{
background:url(imgs/header_top_full_bg.jpg) no-repeat 50% 0% / cover;
height:750px;
}
.topbgmem
{
background:url(imgs/member_top_bg.jpg) no-repeat 50% 0% / cover;
height:400px;
}.topbgacc
{
background:url(imgs/member_top_acc.png) no-repeat 50% 0% / cover;
height:150px;
}
.topcontainer
{
	width:100%;
	height:auto;
}
.topcontainer .topcont
{
    width:100%;	
}
.topcontainer .topcont .rightcont
{
	float:right;
	width:51%;
}

.topcontainer .topcont .rightcont ul
{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.topcontainer .topcont .rightcont ul li
{
	display:inline-block;
	padding:15px 10px;
	text-transform:inherit;
	font-size:16px;
	font-family:PT Sans, sans-serif;
}
.topcontainer .topcont .rightcont ul li a.button, .topcontainer .topcont .rightcont ul li select.button {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #323232;
	text-decoration: none;
	text-align: center;
	display: block;
	background: none;
	height: 20px;
	border: 2px solid #323232;
	border-radius: 17px;
	outline: none;
	-webkit-transition: color 300ms ease-in-out, border-color 300ms ease-in-out, background-color 300ms ease-in-out;
	transition: color 300ms ease-in-out, border-color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.topcontainer .topcont .rightcont ul li a.button.white {
	color: #ffffff;
	border-color: #ffffff;
}
.topcontainer .topcont .rightcont ul li a.button.white:hover {
	color: #323232;
	background-color: #ffffff;
	border-color: #ffffff;
}
.topcontainer .topcont .rightcont ul li a img
{
max-width:100%;
}
.topcontainer .topcont .rightcont ul li a img:hover
{
 transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
 }

 

 /*************************header top **********************/
 
 
 /******************************** header logo and menus *********************/


/**.headerbg
{
	background:url(imgs/header_bg.jpg) no-repeat 0% 0% / cover; 
	height:100px;
}**/
.topcontainer .headercontainer
{
	width:100%;
	padding:0px 0px 0px 0px;
}
.topcontainer .headercontainer .logocont
{
	width:100%;
	}
.topcontainer .headercontainer .logocont .logo
{
	float:left;
	width:27%;
	
}
.topcontainer .headercontainer .logocont .logo img
{
	max-width:100%;
	    margin: -38px 0px 0px 0px;
}
.topcontainer .headercontainer .logocont .logo img:hover
{
 transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}
.topcontainer .headercontainer .logocont .logo a
{
text-decoration:none;
}
.topcontainer .headercontainer .logocont .menus
{
	float:right;
	width:56%;
	padding:15px 0px;
}
.topcontainer .headercontainer .logocont .menus ul
{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.topcontainer .headercontainer .logocont .menus ul li
{
	display:inline-block;
	padding:10px 7px;
	text-transform:inherit;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
.topcontainer .headercontainer .logocont .menus ul li a
{
	text-decoration:none;
	color:#ffffff;
	padding:10px 14px 10px 14px;
	font-family: 'Open Sans', sans-serif;
}
.topcontainer .headercontainer .logocont .menus ul li a:hover
{
	color:#f1f1c9;
	border-bottom:5px solid #f1f1c9;
	border-top:5px solid #f1f1c9;
	border-radius:3px;
	/*font-size:25px;*/
}
.topcontainer .headercontainer .logocont .menus ul li a.active
{
	color:#ffffff;
	font-size:15px;
	font-weight: bold;
	border-bottom:1px solid #f1f1c9;
	border-top:1px solid #f1f1c9;
}

.topcontainer .text
{
float:left;
width:100%;
padding:30px 0px 0px 0px;
}
.topcontainer .text .maintitle
 {
 color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 45px;
font-weight: bold;
text-align: center;
text-transform:uppercase;
padding:60px 0px 0px 0px;
}
.topcontainer .text .maintitle1
 {
 color:#cccc99;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
text-align: center;
text-transform:uppercase;
padding:30px 0px 0px 0px;
}
.topcontainer .text .subtitle
{
 color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
text-align: center;
text-transform:uppercase;
padding:70px 0px 0px 0px;
}
.topcontainer .login
{
float:left;
    padding: 8px 0px 0px 448px;
}
#form3 input {
    line-height:18px;
}
/*Text, email & tel input fields*/
#form3 input[type=text],
#form3 input[type=password],
#form3 input[type=tel] {
    width:300px;
    margin-bottom:8px;
    padding:8px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #CCC;
	    color: #877F7F;
}
/*Just the tel field*/
#form3 input[type=tel] {
    width:150px;
}
/*The Submit Button */
#form3 input[type=button] {
    margin-top:-44px;
    margin-left:178px;
    padding:8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
border: 2px solid #cccc99;
    background-color: #cccc99;
    color: #003366;
    font-weight:bold;
}
/******************************** header logo and menus *********************/


 /***************** plans ****************/
 
.planbg
 {
 background:#cccccc;
 height:265px;
 }
.plancontainer
 {
 width:100%;
 float:left;
 }
 .plancontainer .overview
 {
 float:left;
 width:100%;
     padding: 34px 0px 0px 0px;
}
.plancontainer .overview .plan1
{
float:left;
width:24%;
}
.plancontainer .overview .plan1 img
{
max-width:100%;
 -webkit-transition: 1s ease-in-out; 
  -moz-transition: 1s ease-in-out; 
  -o-transition: 1s ease-in-out; 
  transition: 1s ease-in-out;
}
.plancontainer .overview .plan1 img:hover
{
  -webkit-transform: translate(0,-1em); 
  -moz-transform: translate(0,-1em); 
  -o-transform: translate(0,-1em); 
  -ms-transform: translate(0,-1em); 
  transform: translate(0,-1em);
}
.plancontainer .overview .plan2
{
float:left;
width:24%;
}
.plancontainer .overview .plan2 img
{
max-width:100%;
 -webkit-transition: 1s ease-in-out; 
  -moz-transition: 1s ease-in-out; 
  -o-transition: 1s ease-in-out; 
  transition: 1s ease-in-out;
}
.plancontainer .overview .plan2 img:hover
{
  -webkit-transform: translate(0,-1em); 
  -moz-transform: translate(0,-1em); 
  -o-transform: translate(0,-1em); 
  -ms-transform: translate(0,-1em); 
  transform: translate(0,-1em);
}
.plancontainer .overview .plan3
{
float:left;
width:24%;
}
.plancontainer .overview .plan3 img
{
max-width:100%;
 -webkit-transition: 1s ease-in-out; 
  -moz-transition: 1s ease-in-out; 
  -o-transition: 1s ease-in-out; 
  transition: 1s ease-in-out;
}
.plancontainer .overview .plan3 img:hover
{
  -webkit-transform: translate(0,-1em); 
  -moz-transform: translate(0,-1em); 
  -o-transform: translate(0,-1em); 
  -ms-transform: translate(0,-1em); 
  transform: translate(0,-1em);
}
	.plancontainer .overview .calculotor
	{
	float:left;
	width:24.5%;
	background:#003366;
	border-radius:3px;
	height: 180px;
    margin: 2px 0px 0px 0px;
	}
 /***************** plans ****************/
 
 
  /***************** about ****************/

.aboutcontainer
{
width:100%;
padding:30px 0px 0px 0px;
}
.aboutcontainer .aboutleft
{
width:52%;
float:left;
}
.aboutcontainer .aboutleft .abouttitle
{
color:#151515;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
text-transform:uppercase;
padding:10px 0px 0px 0px;
}
.aboutcontainer .aboutleft .abouttitle span
{
color:#151515;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
font-weight:bold;
text-transform:uppercase;
padding:10px 0px 0px 0px;
}
.aboutcontainer .aboutleft .aboutinfo
{
	float: left;
    padding: 10px 0px 0px 0px;
    width: 100%;
}
.aboutcontainer .aboutleft .aboutinfo p
{
	text-align:justify;
	color:#3a3d41;
	font-family:Arial;
	line-height:25px;
	float:left;
	font-size:14px;
}
.aboutcontainer .aboutright
{
width:40%;
float:right;
margin-top:10px;
margin-right:30px;
}

.aboutcontainer .aboutright img
{
max-width:100%;
    margin: 30px 0px 0px 0px;

} 
 /***************** about ****************/
 
   /***************** status ****************/
  
  .statusbg
  {
  background:url(imgs/status_bg.jpg) no-repeat 50% 0% / cover;
  height:205px;
      margin: 30px 0px 0px 0px;
  }
  .statuscontainer
  {
  float:left;
  width:100%;
  padding:24px 0px 0px 0px;
  }
  .statuscontainer .stat1
  {
  float:left;
  width:15%;
  }
  .statuscontainer .stat1 table tr td
  {
  color:#FFFFFF;
  text-align:center;
 font-family: 'PT Sans', sans-serif;
  font-size:16px;
  text-transform:uppercase;
  }
    .statuscontainer .stat2
  {
  float:left;
  width:17%;
  }
  .statuscontainer .stat2 table tr td
  {
  color:#FFFFFF;
  text-align:center;
 font-family: 'PT Sans', sans-serif;
  font-size:16px;
  text-transform:uppercase;
  }
  
      .statuscontainer .stat3
  {
  float:left;
  width:18%;
  }
  .statuscontainer .stat3 table tr td
  {
  color:#FFFFFF;
  text-align:center;
font-family: 'PT Sans', sans-serif;
  font-size:16px;
  text-transform:uppercase;
  }
  
      .statuscontainer .stat4
  {
  float:left;
  width:17%;
  }
  .statuscontainer .stat4 table tr td
  {
  color:#FFFFFF;
  text-align:center;
font-family: 'PT Sans', sans-serif;
  font-size:16px;
  text-transform:uppercase;
  }
  
      .statuscontainer .stat5
  {
  float:left;
  width:14%;
  }
  .statuscontainer .stat5 table tr td
  {
  color:#FFFFFF;
  text-align:center;
font-family: 'PT Sans', sans-serif;
  font-size:16px;
  text-transform:uppercase;
  }
  
        .statuscontainer .stat6
  {
  float:left;
  width:18%;
  }
  .statuscontainer .stat6 table tr td
  {
  color:#FFFFFF;
  text-align:center;
font-family: 'PT Sans', sans-serif;
  font-size:16px;
  text-transform:uppercase;
  }
  
    /***************** status ****************/
	
 

/**********************transaction list *******************/
.sitebg
{
background:#FFFFFF;
height:auto;
}
.sitecontainer
{
	width:100%;
	padding:0px 0px 0px 0px;
}
.sitecontainer .dep
{
float:left;
width:30%;
}
.sitecontainer .dep .title
{
color:#000000;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:uppercase;
padding:30px 0px 0px 0px;
}
.sitecontainer .dep .title span
{
color:#000000;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:uppercase;
padding:10px 0px 0px 0px;
font-weight:bold;
}
.sitecontainer .dep table tr td
{
color:#264974;
background:#fff;
font-family: 'Open Sans', sans-serif;
font-size:14px;
    border-radius: 0px;
	line-height:30px;
	 border:1px solid #CCCC00;
	 text-align:center;
}




.sitecontainer .withdraw
{
float:left;
 width: 30%;
    margin: 0px 0px 0px 60px;

}
.sitecontainer .withdraw .title
{
color:#000000;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:uppercase;
padding:30px 0px 0px 0px;
}
.sitecontainer .withdraw .title span
{
color:#000000;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:uppercase;
padding:10px 0px 0px 0px;
font-weight:bold;
}
.sitecontainer .withdraw table tr td
{
color:#264974;
background:#fff;
font-family: 'Open Sans', sans-serif;
font-size:14px;
    border-radius: 0px;
	line-height:30px;
	 border:1px solid #CCCC00;
	 text-align:center;
}
.sitecontainer .why
{
float:left;
    width: 30%;
    margin: 0px 0px 0px 40px;
}
.sitecontainer .why .title
{
color:#000000;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:uppercase;
padding:30px 0px 0px 0px;
}
.sitecontainer .why .title span
{
color:#000000;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:uppercase;
padding:10px 0px 0px 0px;
font-weight:bold;
}
.sitecontainer .why img
{
max-width:100%;
}
/**********************transaction list *******************/ 


/******payment *********************/

.paymentbg
{
background:url(imgs/payment_bg.jpg) no-repeat 50% 0% / cover;
height:150px;
}
.paymentcontainer
{
width:100%;
padding:9px 0px;
}
.paymentcontainer .payimg
{
	float:left;
	width:100%;
	
}
.paymentcontainer .payimg img
{
	max-width:100%;
	margin:8px 0px 0px 0px;
	   
}

/***************payment ****************/

/******************** footer *************/


.footerbg
{
background:#003366;
height:310px;
}
.footercontainer
{
width:100%;
padding:20px 0px;
}


.footercontainer .news
{
width:30%;
float:left;
}
.footercontainer .news .title
{
color:#d9d575;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:inherit;
padding:10px 0px 0px 0px;
} 
.footercontainer .news .overview
{
float:left;
width:100%;
}
.footercontainer .news .overview .title
{
color:#fff;
font-family:Arial;
font-size: 14px;
font-weight:500;
text-transform:inherit;
padding: 9px 0px 0px 0px;
line-height: 25px;

}
.footercontainer .news .overview .title span
{
color:#fff;
font-family:Arial;
font-size: 16px;
font-weight:500;
text-transform:inherit;
padding:5px 0px 0px 0px;
font-weight:bold;
}
.footercontainer .news .overview p
{
color:#c6c6c7;
font-family:Arial;
font-size: 14px;
text-transform:inherit;
padding:0px 26px 0px 0px;
text-align:justify;
    line-height: 20px;
}
.footercontainer .news .overview p a
{
text-decoration:none;
color:#d8d374;
font-family:Arial;
font-size: 14px;
}



.footercontainer .link .all
{
margin:7px 0px 0px 0px;
}
.footercontainer .link
{
float:left;
width:30%;
    margin: 0px 0px 0px 45px;
}	
.footercontainer .link .title
{
color:#d9d575;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:inherit;
padding:10px 0px 0px 0px;
}	
.footercontainer .link .arrow
{
float:left;
width:12%;
padding:5px 0px 0px 8px;
}

.footercontainer .link .text
{
float:left;
width:85%;
margin:-12px 0px 0px 0px;
}
.footercontainer .link .text p a
{
float:left;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serifk;
font-size:14px;
padding:0px 0px 0px 0px;
line-height:25px;
text-decoration:none;
}
.footercontainer .link .text p a:hover
{
color:#d9d575;
}

.footercontainer .Security .all
{
margin:10px 0px 0px 0px;
}
.footercontainer .Security
{
float:left;
width:30%;
margin: 0px 0px 0px 45px;
}
.footercontainer .Security .title
{
color:#d9d575;
font-family: 'Open Sans', sans-serif;
font-size: 24px;
text-transform:inherit;
padding:10px 0px 0px 0px;
}
.footercontainer .Security img
{
max-width:100%;
}



/******************** footer *************/


/******************** copyright ****************/

.copybg
{
background:#cccccc;
height:100px;
}
.copycontainer
{
width:100%;
padding:10px 0px 0px 0px;
}
.copycontainer .menus
{
text-align:center;
	width:100%;
	padding:5px 0px;
}
.copycontainer .menus ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.copycontainer .menus ul li
{
	display:inline-block;
	padding:10px 0px;
	text-transform:inherit;
	font-size:14px;
font-family: 'Open Sans', sans-serif;
}
.copycontainer .menus ul li a
{
	text-decoration:none;
	color:#0159b1;
	padding:10px 0px 10px 4px;
font-family: 'Open Sans', sans-serif;
}
.copycontainer .menus ul li a:hover
{
	color:#000;
}

.footercontainer .menus ul li a span
{
color:#cbc9c9;
}



.copycontainer .menus p
{
text-align:center;
font-family: 'Open Sans', sans-serif;
font-size:15px;
color:#000;
margin: 5px 0px 0px 0px;
}



/******************** copyright********************/

/******************** empty ********************/

.emptybg
{
background:#003366;
height:105px;
}
.emptycontainer
{
float:left;
width:100%;
}

/******************** empty ********************/
		
/************************ member area *****************/







.box6{

    /*box-shadow: 0px 4px 10px 3px #303131;

    padding: 10px;

background: -webkit-linear-gradient(#303131, #303131);

    background: -o-linear-gradient(#303131, #303131);

    background: -moz-linear-gradient(#AEB8C7, #303131);

    background: linear-gradient(#AEB8C7, #303131);

	background:#FFFFFF;
*/
	font-family:Arial, Helvetica, sans-serif;

	font-size:15px;

	line-height:25px;

}

.inpts{

height: 40px;
padding-left: 12px;

}

input.sbmt{
	padding: 5px 25px;
	cursor: pointer;
	background: #ddddaa;
	color: #003366;
	border:1px solid #cccc99;
	padding: 10px 23px;
	border-radius:5px;
}
input.sbmt:hover
{
/*transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
background:#686766;*/
	color:#114477;
    background: #cccc99;
	border:1px solid #bbbb88;
}

#formname{

text-align: center;

    text-transform: uppercase;

    color:#000000;

    font-size: 22px;

	border:3px solid #09b719;

	}

#formname_main

{

color:#FFFFFF;

text-transform:uppercase;

font-size:26px;

text-align:center;

background:#003366;
border-radius:5px;

padding: 10px;

width:1160px;

margin:5px 0px;

/*border-right: 8px solid #5DE3DA;
    border-left: 8px solid #5DE3DA;
	border-radius: 50px;
*/
font-family: 'Roboto', sans-serif;
}

#formname_sub

{

color:#003366;

text-transform:uppercase;

font-size:18px;

text-align:center;

/*background:#D1A703;*/

padding: 10px;

width:400px;
border-bottom: 5px solid #003366;

margin:5px 0px;
font-family: 'Roboto', sans-serif;

}

#formname_mainleft

{
font-family: 'Roboto', sans-serif;

color:#FFFFFF;

text-transform:uppercase;

font-size:26px;

text-align:center;

background:#003366;
border-radius:5px;

padding: 10px;

width:1160px;

margin:5px 0px;
/*border-right: 8px solid #5DE3DA;
    border-left: 8px solid #5DE3DA;
	border-radius: 50px;
*/
}

#formname_mem

{

color:#FFFFFF;

text-transform:uppercase;

font-size:26px;

text-align:center;

background:#003366;
border-radius:4px;

padding: 10px;

width:800px;

margin:0px 0px;

/*border-right: 8px solid #5DE3DA;
    border-left: 8px solid #5DE3DA;
	border-radius: 50px;
*/
font-family: 'Roboto', sans-serif;
}





.alls{

height:auto !important;

}

span#menu-icon{

height: 51px;

float: left;

width: 55px;

border-right: 5px solid #FFFFFF;

margin-right: 10px;

}

span#menu-mails{

height: 51px;

float: right;

padding: 0px 5px 0px 10px;

}

table.account_table{

    font-size: 16px;

    width: 100%;

    float: left;

    text-decoration: none;

    line-height: 50px;

    font-weight: bold;

    color: white;

    padding: 0;

    margin-left: 6px;

    margin-top: 6px;

}

table.account_table img

{

max-width:100%;
border-radius: 7px;

}

table.account_table img a

{

opacity:0.4;

filter:alpha(opacity=40);



}

table.account_table img a:hover

{

opacity:1.0;

filter:alpha(opacity=100);

text-decoration:none;

}
.account_table img
{
max-width:100%;
}
.account_table img:hover
{
transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}

.member_detail{

    width: 1060px;

    margin: 0px auto;

    padding: 10px 0px 0px 0px;

	float:left;

	font-family:Arial;

}
.member_detail .m1
{
width:30%;
float:left;
}
.member_detail .m1
{
max-width:100%;
/*margin:10px 0px 0px 0px;*/
}
.member_detail .m2
{
width:44%;
float:left;
}
.member_detailref{

    width: 64%;

    margin: -91px 0px 0px 0px;

    padding: 0px;

	float:left;

	font-family:Arial;
	    background:url(imgs/table_r_bg.png) no-repeat;
    height: 90px;
	    border-radius: 5px;

}
.member_detailref img
{
max-width:100%;
}
.member_detailref img:hover
{
transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}

.member_detail > #formname_r{

  color: #FFFFFF;

    text-transform: uppercase;

    font-size: 24px;

    text-align: center;

    background: #7545b4;

    line-height: 45px;

    height: 45px;

}

table.make_deposit td.second{

background:#04101d;

    color: #fff;

    padding: 10px;


}

table.make_deposit td.first{

background: #04101d;

    color: #fff;

    padding: 10px;
		font-family: 'Roboto', sans-serif;

	

}
.memberuser
{
float:left;
width:100%;
  /*  background: #D1A703;*/
	height:100px;
}
.memberuser table tr td
{
color:#FF0000;
font-family: 'Roboto', sans-serif;
font-size:16px;
}


.navigations a
{
display:inline-block;

    font-size: 16px;

    width: 240px;

    float: left;

    text-decoration: none;

    line-height: 50px;

    font-weight: bold;

    color:#036;
    border-radius: 7px;

}

.navigations a:hover 
{
	    width: 230px;
}

.navigations a.selected
{
	color:#222;
	background-color:#b5bc62;
}



/*.navigation a:hover



{



color:#00FF66;



text-decoration:underline;



}*/




.navigation



{
opacity:1;
margin-top:20px;
}



.navigations td



{

font-family: 'Roboto', sans-serif;

    color: #E7BA04;

    font-size: 18px;

    border: 1px solid;

    border-color: #fff;

    padding: 0;

    background-color:#cccc99;
	    border-radius: 7px;



}



.navigations th



{



font-family: 'Roboto', sans-serif;

    color: #FFFFFF;

    font-size: 20px;

    border-color: #666a6b;

    background-color:#7545b4;



}

.navigations td:hover 



{



	font-family: 'Roboto', sans-serif;color:#E7BA04;font-style: Narrow;



	font-size: 18px;padding-left:3px;border:1px solid #082C46 ; border-color:#fff; background-color:#b5bc62;



}

.register

{

    width: 775px;

    margin: 0px auto;

	}

	.register table tr td

	{
font-family: 'Roboto', sans-serif;

	font-size:16px;

	/*float:left;*/

	/*border:1px solid #000000;*/

	background:#04101d;

	color:#fff;

	line-height:30px;
	    border-radius: 5px;


	}
/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/
.table_r

{

width:100%;

height:auto;

}
.table_r .table_r1
{

width: 64%;

height: 680px;

float: left;

font-family: 'Roboto', sans-serif;
border-radius: 5px;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px ;
border:1px solid #000000;
}


.table_r .table_r1 tr.mlist {
    font-size: 14px;
	line-height:20px;
	background-color: #eee;
	color:#333333;
	margin: 2px 5px 2px 5px;
}

.table_r .table_r1 tr td {
	border-bottom:2px solid #fff;
}

.table_r .table_r1 tr.mlist a {


    width: 227px;

    float: left;

    text-decoration: none;

	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 0px;

    color:#036;
}
.table_r .table_r1 tr td label {
    display:inline-block;
    width: 25px;
	height:50px;
}

.table_r .table_r1 tr td label  input{
	margin: 18px 0px 15px 9px;
}

.table_r .table_r1 tr.selected{
	background-color: #bbb;
}
.table_r .table_r1 tr.mlist:hover {
	background-color: #ccc;
}
.table_r .table_r1 tr td.mdate  {
	text-align:right;
    font-size: 12px;
	color:#333333;
	border-bottom:2px solid #fff;
}
.table_r .table_r1 tr td.mdate a {
    width: 47px;
}
.table_r .table_r1 tr td.mdate #mstar{
    width: 10px;
    float: right;
}
.table_r .table_r1 tr td span.subj1, .subj2, .subj3, .subj4, .subj5 {
	position: relative;
	font-size:11px;
	color:#777;
   }
.table_r .table_r1 tr td span.subj2 {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
   }
.table_r .table_r1 tr td span.subj3 {
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
   }
.table_r .table_r1 tr td span.subj4 {
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
   }
.table_r .table_r1 tr td span.subj5 {
	opacity:0.2;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
   }
.table_r .table_r1 a.nav_m_link {
	background-color: #f5f5f5;
	background: -moz-linear-gradient(bottom, #ddd 0px, #fff 100%);
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #ddd),color-stop(1, #fff));
	border: 1px solid #05acff;
	font-size: 12px;
	font-weight:bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #05acff;
	padding: 5px 5px 5px 5px;
	position: relative;
	text-decoration:none;
	border-radius: 8px;
	}
.table_r .table_r1 sup {
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 7px;
	color: #003366;
	background-color: #f5f5f5;
	padding: 1px 5px 0px 5px;
	margin-left:3px;
	}
	
.table_r .table_center
{
float:left;
width:20%;
}
.table_r .table_r2

{

    width: 33%;

    height: 680px;

    float: left;

font-family: 'Roboto', sans-serif;
	border-radius: 5px;
	    margin: 5px 0px 0px 7px;

border:1px solid #000000;
}
.table_r2 table.mail_menu {
	width:560px;height:55px;font-size:14px;text-align:center;
}
.table_r2 table.mail_menu .button {
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	color: #323232;
	text-decoration: none;
	text-align: center;
	display: inline;
	background: none;
	height: 20px;
	border: 2px solid #323232;
	border-radius: 17px;
	outline: none;
	-webkit-transition: color 600ms ease-in-out, border-color 600ms ease-in-out, background-color 600ms ease-in-out;
	transition: color 600ms ease-in-out, border-color 600ms ease-in-out, background-color 600ms ease-in-out;
}
.table_r2 table.mail_menu .button:hover {
	background-color: #ccc;
}
.table_rr1

{

width:100%;

float:left;

height:auto;

}



.valids td

{

	font-family: Arial, Helvetica, sans-serif;color:#2A2D2D;font-style: Narrow;/*border:1px solid;*/

	font-size: 20px;padding-left:17px;/*border-color:#000000;*//*border-radius:10px;*/

/*	background:#18BD9B;*/



}

.valids td.plan

{

	background:url('../imgs/plan_bg.png') no-repeat;

	height:93px;

}

.valids td.plan1

{

	    background: #CFD6E6;

	height:50px;

}

.valids td.plan b{

    font-size: 20px;

    color: #1B1B1B;

    text-transform: uppercase;

}

.valids b



{



font-family:Arial, Helvetica, sans-serif;font-style:Narrow;font-size:18px;color:#2BB8DA;



}







.valids a



{



color::#2BB8DA;font-family:Arial, Helvetica, sans-serif;font-style:Narrow;font-size:16px; text-decoration:none;



}



.maketb

{

float:left;

width:100%;

}

.maketb .tb1

{

width:50%;

float:left;

}

.maketb .tb1

{

width:50%;

float:right;

}


.icon {
    position: relative;
    float: left;
    width: 34px;
    height: 40px;
    background: #cccc99;
    /*-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;*/
    border-radius: 2px 0 0 2px;
	border-right: 2px solid #036;

}





h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
 /* border: 2px solid #06D85F;*/
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*.button:hover {
  background: #06D85F;
}
*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -1px;
  right: 13px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #10e1d5;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }


.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
	}

.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
	
	
.signupalign
{
width:100%;
}
.signupalign .tab1
{
float:left;
width:50%;
}	
.signupalign .tab2
{
float:right;
width:40%;
}		
	
	
	.supportcon
	{
	float:left;
	width:100%;
	}
	.supportcon .sup1
	{
	float:left;
	width:50%;
}
	.supportcon .sup2
	{
	float:left;
	width:45%;
}
    

.inheader{
	padding:2px 10px;
	background:#093e6c; border:1px solid #093e6c; color:#fff;
	font-size:11px; font-weight:bold;}
table.accmain td,
.item,
.item2,
.item3{
	padding:2px 10px;
	background:#fff; border:1px solid #175880; color:#0b191b;}


/* ===== Buttons */

a.button {
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	color: #323232;
	text-decoration: none;
	text-align: center;
	display: block;
	background: none;
	height: 30px;
	border: 2px solid #323232;
	border-radius: 17px;
	outline: none;
	-webkit-transition: color 600ms ease-in-out, border-color 600ms ease-in-out, background-color 600ms ease-in-out;
	transition: color 600ms ease-in-out, border-color 600ms ease-in-out, background-color 600ms ease-in-out;
}
a.button.large {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	border-radius: 22px;
}
a.button.white {
	color: #ffffff;
	border-color: #ffffff;
}
a.button:hover {
	color: #ffffff;
	background-color: #1CBCE4;
	border-color: #1CBCE4;
}
a.button.green:hover {
	background-color: #44CD77;
	border-color: #44CD77;
}
a.button.white:hover {
	color: #323232;
	background-color: #ffffff;
	border-color: #ffffff;
}

.table_r1 tr.mlist {
	line-height:20px;
	background-color: #1CBCE4;
}
tr.mlist:hover {
	background-color: #44CD77;
}
