﻿body
{
    font-family: Trebuchet MS;
    font-size: 12px !important;    
}
.successmsg
{
    font-size: 15px;
    color: #006600;
    font-weight: bold;
    text-decoration: none;
}
.gridcelltext
{
    font-weight: bold !important;
    text-decoration: underline !important;
    color: #990000 !important;
    cursor:pointer !important;
}
.greeninput1
{
    color: #006600 !important;
    font-weight: bold;
    font-size: 12px !important;
}
.title
{
    color: #005177;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}
fieldset
{
    border: 1px solid #808080;
    color: #000000;
    font-size: 12px;
    font-weight: bold !important;
}
legend
{
    color: #2B5775;
    text-transform: uppercase;
    font-weight: bolder !important;
    font-size: 12px;
}
.displaytext
{
    color: #990000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
.importanttext
{
    color: #006600;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
.biginput
{
    width: 200px !important;
    height: 15px !important;
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 1px;
}
.textareainput
{
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 1px;
}
.mediuminput
{
    width: 150px !important;
    height: 15px !important;
    text-decoration: none;        
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 1px;
    font-size: 12px !important;
}
.smallinput
{
    width: 95px !important;
    height: 15px !important;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 1px;
}
.linkcursor
{
    cursor: pointer !important;
}

.numinput
{
    width: 60px !important;
    height: 15px !important;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 1px;
}

.emailmedium
{
    width: 150px !important;
    height: 15px !important;
    text-decoration: none;
    padding-left: 5px;
    letter-spacing: 1px;
}

.emailbig
{
    width: 200px !important;
    height: 15px !important;
    text-decoration: none;
    text-transform: none;
    padding-left: 5px;
}
.datepickerinput
{
    width: 150px !important;
    height: 15px !important;
    text-decoration: none;
    text-transform: none;
    padding-left: 5px;
    margin-right: 3px;
    vertical-align: top;
}
.inputstyle
{
    padding-left: 5px;
    letter-spacing: 1px;
}
.greeninput
{
    color: #990000 !important;
    font-weight: bold;
    font-size: 12px !important;
}
.rightinput
{
    text-align: right !important;
}
.upperinput
{
    text-transform: uppercase;
}
.errortext
{
    font-weight: bold;
    font-size: 12px !important;
    color: #FF0000 !important;
}
.errormsg
{
    font-weight: bold;
    font-size: 15px !important;
    color: #FF0000 !important;
}
.successmsg
{
    color: #006600;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
.greenitem
{
    color: #007700 !important;
    font-weight: bold;
    font-size: 11px !important;
}
.reditem
{
    color: #990000 !important;
    font-weight: bold;
    font-size: 11px !important;
}
.gridheader
{
    color: #2B5775 !important;
    font-weight: bold !important;
}
.cursorhand
{
    cursor: pointer !important;
}
.treelink
{
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
}
.treelink:hover
{
    text-decoration: underline;
}
.registertreelink
{
    color: #00354F !important;
    text-decoration: none;
    font-weight: bold;
       font-size: 11px;
}
.registertreelink:hover
{
    text-decoration: underline;
}

.disabletreelink
{
    color: #00354F !important;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
}
.editicon
{
    cursor: pointer;
    color: #184923;
    background-image: url(images/edit.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration:none;
}

.smallgifticon
{
    cursor: default;
    color: #006699;
    font-weight: bold;
    background-image: url(images/smallgifticon.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

#ValidationMarketer li
{
    font-weight: bold;
    font-size: 12px !important;
    color: #FF0000 !important;
}

/*****************************planbanner******************************/

#planbanner
{
	width: 730px;
	margin-top: 10px;
	margin-left: 10px;
}
#planbanner h1
{
	font-size: 26px;
	text-align: left;
	color: #c52a21;
}
#planbanner h2
{
	font-size: 20px;
	width: 200px;
	color: #060;
	padding: 5px;
	text-align: center;
	background-color: #c2def1;
	border: 1px #b8d5e8 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#planbanner h3
{
	font-size: 16px;
	color: #c52a21;
	padding-top: 5px;
	text-align: center;
	margin-top: 5px;
}
#planbanner h4
{
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	text-align: center;
	margin-top: 5px;
}
#planbanner .bluebox
{
	font-size: 18px;
	text-align: center;
	color: #4b4b4b;
	background-color: #edf6fb;
	padding-top: 5px;
	height: 100px;
	width: 200px;
	padding: 5px;
	border: 1px #b8d5e8 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#planbanner .awardsbox
{
	font-size: 18px;
	text-align: center;
	color: #4b4b4b;
	background-color: #edf6fb;
	padding-top: 5px;
	height: 120px;
	width: 600px;
	padding: 5px;
	border: 1px #b8d5e8 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0px auto;
	margin-top: 5px;
}
#planbanner .greenbox
{
	font-size: 18px;
	color: #4b4b4b;
	background-color: #c2e7f6;
	padding-top: 5px;
	height: 150px;
	width: 200px;
	padding: 0px;
	border: 1px #b8d5e8 solid;
	-moz-border-radius: 8px;
	-o-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#planbanner .greenbox li
{
	font-size: 16px;
	color: #030;
	font-weight: bold;
}
#planbanner .textwhite
{
	margin-top: 5px;
	margin-left: -8px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #ca4139;
	background-color: #ffffff;
	height: 30px;
	width: 210px;
	padding: 2px;
	border: 1px #b8d5e8 solid;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#planbanner .headingpoints
{
	font-size: 20px;
	color: #cd423a;
	margin-top: 10px;
	border-bottom: 1px #CCC solid;
	padding: 3px;
	background: url(images/icon.png) no-repeat left;
	padding-left: 23px;
}
#planbanner .points
{
	font-size: 14px;
	margin-left: 20px;
	color: #3a6d07;
	margin-top: 10px;
	background: url(images/icon.gif) no-repeat top left;
	padding-left: 15px;
}
.achivers_images
{
	margin:15px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
.businessplan_images
{
	margin:35px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.achivers
{
	margin:15px 0px 0px 3px;
	padding:0px 0px 0px 5px;
	border-bottom:1px #c50767 solid;
	width:96%;
	font-size:24px;
	font-weight:bold;
	color:#c50767
}
.download_broucher
{
	margin:15px 0px 15px 338px;
	padding:8px 0px 0px 45px;
	background: url(images/download_bg.png) no-repeat 0px 0px;
	width:147px;
	height:28px;

}
.download_broucher a
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	color:#fff;
	font-size:14px;
}
.download_broucher a:hover
{
	color:#ff0;
}
.download_broucher:hover
{
	color:#ff0;
}
.product_table
{
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.plan_heading
{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:20px;
	text-align:center;
}
#joining_plan
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#joining_plan th
{
	margin:0px 0px 0px 0px;
	padding:6px 0px;
	text-align:center;
	color:#fff;
	background:#690137;
	border:1px solid #9d0051;
}
#joining_plan td
{
	margin:0px 0px 0px 0px;
	padding:3px 10px ;
	text-align:center;
	border:1px solid #9d0051;
}
.referal
{
	margin:0px 0px 0px 0px;
	padding:px 0px 0px 0px;
	height:155px;
}
.referal ul
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.referal ul li
{
	margin:10px 0px ;
	padding:0px 0px 0px 22px;
	font-size:18px;
	background:url(images/pin8.png) no-repeat 50px 0px;
	list-style:none;
}
#binary
{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#binary th
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#binary td
{
	margin:0px 5px;
	padding:0px 0px 0px 0px;
}
#binary_left
{
	margin:0px 11px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:250px;
	border:#d6d6d6 1px solid;
	box-shadow:0px 0px 5px 0px #d6d6d6;
	-o-box-shadow:0px 0px 5px 0px #d6d6d6;
	-webkit-box-shadow:0px 0px 5px 0px #d6d6d6;
	-moz-box-shadow:0px 0px 5px 0px #d6d6d6;
}
#binary_left h3
{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:20px;
	color:#1a5c9a;
}
#binary_left h4
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:13px;
	font-weight:500;
	color:#b80000;
}
#binary_left .image1
{
	margin:10px 0px 0px 21px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#binary_left .image2
{
	margin:10px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#binary_left .binary_para
{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:14px;
}
#binary_left .binary_cap
{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	text-align:center;
	background:url(images/binaryicon.png) no-repeat 35px 0px;
	font-size:13px;
}
#binary_left .binary_cap1
{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	text-align:center;
	background:url(images/binaryicon.png) no-repeat 64px 0px;
}
#binary_left .binary_cap3
{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	text-align:center;
	background:url(images/binaryicon.png) no-repeat 13px 0px;
}
.binary_cap2
{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
.binary_cap2 ul
{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
.binary_cap2 ul li
{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 18px;
	background:url(images/binaryicon.png) no-repeat 5px 0px;
	list-style:none;
	text-align:center;
}
#level_binary
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:510px;
	border:#d6d6d6 1px solid;
	box-shadow:0px 0px 5px 0px #d6d6d6;
	float:left;
}
#level_binary h3
{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size:20px;
	color:#1a5c9a;
}
#level_binary .image3
{
	margin:15px 0px 15px 10px;
	padding:0px 10px 0px 0px;
	float:left;
	width:240px;
	border-right:1px solid #d6d6d6;
}
#level_binare_right
{
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	float:right;
	width:238px;
}
#level_binare_right p
{
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	color:#000;
	text-align:center;
}
#level_binare_right h4
{
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	color:#000;
}
#level_binare_right .sub
{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	color:#000;
	text-align:center;
}
.product_table
{
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}
/* ------------------enquiry table------------------------------- */
#enquirytable
{
    font-family:Verdana;
    padding:10px 0px 15px 15px;
    margin:10px 0px 40px 0px;
    border:1px solid #000;  
    width:96%;
    border: #d6d6d6 1px solid;
	box-shadow: 0px 0px 5px 0px #d6d6d6;
	-moz-box-shadow: 0px 0px 5px 0px #d6d6d6;
	-ms-box-shadow: 0px 0px 5px 0px #d6d6d6;
	-o-box-shadow: 0px 0px 5px 0px #d6d6d6;
	-webkit-box-shadow: 0px 0px 5px 0px #d6d6d6;
    
}
#enquirytable th
{
    margin:0px;
    background: url(/images/bullet.gif) no-repeat; 
    padding:0px;
    padding-left:20px;
    font-family:Verdana;
    text-align:left;
    font-size:13px;
    line-height:18px;
    color:#c50767;
}
#enquirytable td
{
    font-size:11px;
}
#enquirytable input[type='text']{
    width:180px;
    display:block;
	height:18px;
	font-size:11px;
	font-weight:bold;
	color: #069;
	border:1px solid #CCC;
	background-color:#ffffff;
	padding-left:3px;
}
#enquirytable [name="select"]
{
     width:185px;
    display:block;
	height:22px;
	font-size:11px;
	font-weight:bold;
	color: #069;
	border:1px solid #CCC;
	background-color:#ffffff;
	padding-left:3px;
}

#enquirytable [id="txtmessage"]
{
    width:210px;
    display:block;
	height:60px;
	font-size:11px;
	font-weight:bold;
	color: #069;
	border:1px solid #CCC;
	background-color:#ffffff;
	padding-left:3px;

}
#enquirytable [id="lblMessage"]
{

font-size:11px;
font-weight:bold;
color: #090;


}

#enquirytable span
{
font-size:11px;
color: Red;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
}

#enquirytable input[type='submit']
 {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;	
	border:none;
	cursor:pointer;
	width:70px;	
	height:24px;
	background-color:#666;
	float:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:0px 0px 0px 0px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#840043', endColorstr='#35001b'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#840043), to(#35001b)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #840043,  #35001b); /* for firefox 3.6+ */
		background-image: -o-linear-gradient(bottom, #35001b , #840043 );
}
/* ------------------enquiry table------------------------------- */
#level_binary .image10
{
	margin:20px 0px 15px 10px;
	padding:80px 10px 0px 0px;
	float:left;
	width:240px;
	height:190px;
	border-right:1px solid #d6d6d6;
}
.binary_cap10
{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	text-align:center;
	background:url(images/binaryicon.png) no-repeat 5px 0px;
}
#referal
{
	margin:-1px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#referal td 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px ;
	color:#fff;
	background:#c50767;
	text-align:center;
	border:0px;
	border: 1px solid #9d0051
}