@charset "utf-8";
body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container_01 {
	width: 100%;
	background-image: url(../images/contact/img.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	text-align: center;
	float: left;
}
.oneColLiqCtrHdr #container_terms {
	width: 100%;
	background-image: url(../images/terms_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 8% 50px;
	text-align: center;
	float: left;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	height: inherit;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
	float: left;
	width: 96%;
	margin-bottom: 20px;
}
.oneColLiqCtrHdr #flash {
	height: inherit;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	float: left;
	width: 96%;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* for understanding browsers */
.oneColLiqCtrHdr #mainContent {
	float: left;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
	width: 96%;
	font-family: Calibri;
	color: #000000;
	line-height: 20px;
	font-size: 82%;
	font-weight: normal;

}


.oneColLiqCtrHdr #mainContentContact {
	height: 200px;
	float: left;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
	width: 96%;
	background-color: transparent;
}
.oneColLiqCtrHdr #footer {
	float: left;
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 0;
	padding-left: 0%;
	width: 100%;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #header-outer {
	height: 114px;
	width: 100%;
}
.oneColLiqCtrHdr  #menu-outer {
	float: left;
	height: auto;
	width: 55%;
	margin-top: 32px;
}
.oneColLiqCtrHdr  #logo-outer {
	height: 114px;
	width: 42%;
	float: right;
	text-align: right;
	margin-top: 15px;
}
.menu_icon {
	width: 100%;
	float: left;
}
.tab-menu-outer {
	display: inline;
	float: left;
	width: 20%;
	margin-right: 0%;
	text-align: center;
}

.tab-menu {
	font-family: Calibri;
	font-weight: bold;
	color: #000;
	background-image: url(../images/member_area/tab_menu.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	padding-top: 8px;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	background-position: center;
}

.tab-menu a {
	color: #333;
	text-decoration:none;
}
.tab-menu a:hover {
	color:#FC0;
	 
	text-decoration:none;
}
.tab-menu-current {
	font-family: Calibri;
	font-weight: bold;
	color: #000;
	background-image: url(../images/member_area/tab_current.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	width: 100%;
	padding-top: 8px;
	font-size: 11px;
	letter-spacing: 1px;
	background-position: center;
}
.tab-menu-current a {
	color: #000;
	text-decoration:none;
}
.tab-menu-current a:hover {
	color:#FFF;
	text-decoration:none;
}
.tab-menu-current-sh {
	font-family: Calibri;
	font-weight: bold;
	color: #000;
	background-image: url(../images/member_area/shares.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	width: 100%;
	padding-top: 8px;
	font-size: 11px;
	letter-spacing: 1px;
	background-position: center;
}
.tab-menu-current-sh a {
	color: #000;
	text-decoration:none;
}
.tab-menu-current-sh a:hover {
	color:#FFF;
	text-decoration:none;
}
.tab-menu-current_re {
	font-family: Calibri;
	font-weight: bold;
	color: #000;
	background-image: url(../images/member_area/recommend.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	width: 100%;
	padding-top: 8px;
	font-size: 11px;
	letter-spacing: 1px;
	background-position: center;
}
.tab-menu-current_re a {
	color: #000;
	text-decoration:none;
}
.tab-menu-current_re a:hover {
	color:#FFF;
	text-decoration:none;
}
.tab-menu-current_log {
	font-family: Calibri;
	font-weight: bold;
	color: #000;
	background-image: url(../images/member_area/logout.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	width: 100%;
	padding-top: 8px;
	font-size: 11px;
	letter-spacing: 1px;
	background-position: center;
}
.tab-menu-current_log a {
	color: #000;
	text-decoration:none;
}
.tab-menu-current_log a:hover {
	color:#FFF;
	text-decoration:none;
}
.content-left {
	height: auto;
	width: 45%;
	float: left;
	padding-right: 5%;
}
.content-ripple {
	height: auto;
	width: 100%;
	float: left;
}
.content-left-01 {
	height: auto;
	width: 500px;
	float: left;
	margin-top: 5px;
}
.content-right {
	height: auto;
	width: 50%;
	float: left;
}
.content-right_art {
	height: 410px;
	width: 580px;
	float: right;
	text-align: center;
	background-image: url(../images/member_area/art.jpg);
	background-repeat: no-repeat;
	background-position: center -6px;
}
.broucher {
	float: left;
	height: 100px;
	width: 100%;
}
.box_border {
	font-family: Calibri;
	color: #17365D;
	border: 1px solid #D8D8D8;
	height: auto;
	width: 100%;
}
.box_border a {
	color: #17365D;
	text-decoration:none;
}
.box_border a:hover {
	color: #17365D;
	text-decoration:underline;
}

.box {
	font-family: Calibri;
	color: #000000;
	border: 1px solid #D8D8D8;
	padding: 3%;
	height: auto;
	width: 93%;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0px;
}
.paging {
	font-family: Calibri;
	color: #000000;
	border: 1px solid #D8D8D8;
	padding: 3%;
	height: auto;
	width: 93%;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0px;
}
.box table {
	color: #17365D;
	font-size: 13px;
	font-family: Calibri;
}
.box a
{
	color:#FFBF02;
	text-decoration:none;
}
.box a:hover
{
	color:#333;
	text-decoration:none;
}

.box_01 {
	font-family: Calibri;
	font-size: 12px;
	color: #17365D;
	height: auto;
	width: 100%;
	line-height: 18px;
}
.box_01 a
{
	color:#036;
	text-decoration:none;
}
.box_01 a:hover
{
	color:#333;
	text-decoration:none;
}
.box-terms {
	font-family: Calibri;
	font-size: 13px;
	color: #122A4E;
	padding: 2%;
	height: auto;
	width: 96%;
	line-height: 18px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.box-terms a
{
	color:#FC6;
	text-decoration:none;
}
.box-terms a:hover
{
	color:#333;
	text-decoration:none;
}
.box_heading {
	font-family: Calibri;
	font-size: 12px;
	color: #a6a6a6;
	border: 1px solid #D8D8D8;
	height: auto;
	width: 60%;
	line-height: 18px;
	text-align: justify;
	text-transform: uppercase;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}
.input_heading {
	font-family: Calibri;
	font-size: 12px;
	color: #000;
	border: 1px solid #D8D8D8;
	height: auto;
	width: 90%;
	line-height: 18px;
	text-align: justify;
	text-transform: none;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}
.terms_heading {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFC000;
	height: 25px;
	width: 96%;
	padding-right: 3%;
	padding-left: 1%;
	padding-top: 4px;
	text-align: left;
	border: 1px solid #FFC000;
	text-transform: uppercase;
}
.content_heading {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFC000;
	height: 25px;
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 4px;
	text-align: left;
	border: 1px solid #FFC000;
}
.content_heading_share {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color:#92D050;
	height: 25px;
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 6px;
	border: 1px solid #92D050;
	text-align: left;
}
.content_heading_recommand {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color:#548DD4;
	height: 25px;
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 6px;
	text-align: left;
}
.content_heading_logout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background-color:#F00;
	height: 21px;
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 3px;
	text-align: left;
}
#bottom_menu {
	float: right;
	height: 24px;
	width: 155px;
}
.bottom_menu {
	font-family: Calibri;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 19px;
	width: 100px;
	float: left;
	padding-top: 5px;
	font-weight: bold;
}
.bottom_menu a {
	color: #FFF;
	text-decoration:none;
	
     
}
.bottom_menu a:hover {
	color: #FC0;
	text-decoration:none;
	
     
}
.bottom_menu_right {
	font-family: Calibri;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	height: 19px;
	width: 500px;
	float: right;
	padding-top: 5px;
	font-weight: bold;
	padding-right: 15px;
}
.bottom_menu_right a {
	color: #FFF;
	text-decoration:none;
	
     
}
.bottom_menu_right a:hover {
	color: #FC0;
	text-decoration:none;
}
#bottom_outer {
	height: 23px;
	width: 100%;
	float: left;
	margin-top: 10px;
	background-color: #333;
}
 .test1 {
      padding:2px;
      margin: 10px;  
      font-size:20px;
      background: #0df; 
      text-align: center;
      text-transform: lowercase
    }
	.loginbox
{
	background:none;
	border:none;
	width:330px;
	height:15px;
	font-family:Calibri;
	font-size:12px;
	color: #a6a6a6;
	text-align: center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.box_bg {
	background-image:url(../images/contact/bg.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	width: 355px;
	font-family: Calibri;
	font-size: 12px;
	color: #000;
	float: left;
	line-height: 18px;
	text-align: left;
}
	
.shares_table {
	background-color: #17365D;
}
.border {
	border: 1px solid #FFF;
	text-align: center;
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	height: 25px;
	padding-top: 4px;
}
.table_heading {
	font-family: Calibri;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}
.content_orange
{
	color: #FFC000;
}
.recommand {
	font-family: Calibri;
	font-size: 12pt;
	color: #000;
	width: 100%;
	padding-top: 7px;
	text-align: center;
	padding-bottom: 6px;
	font-weight: bold;
	line-height: 14px;
	border: 1px solid #FFC000;
	margin-bottom: 10px;
}
.link_visit {
	font-family: Calibri;
	font-size: 11px;
	color: #000;
	background-image: url(../images/link_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 29px;
	width: 100%;
	padding-top: 7px;
	text-align: center;
	padding-bottom: 6px;
	font-weight: bold;
	line-height: 14px;
}
.link_visit a {
	color: #000;
	text-decoration:none;
	
}
.link_visit a:hover {

	color: #FC0;
	text-decoration:none;
	
}
#register {
	font-family: Calibri;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/btn_register_free_new.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 147px;
	text-align: center;
	padding-top: 6px;
	text-transform: uppercase;
	margin-top: 5px;
	float: right;
	margin-left: 10px;
}

#register a {
	color: #000;
	text-decoration:none;
}
#register a:hover {
	color: #433D3D;
	text-decoration:none;
  }
#register_01 {
	font-family: Calibri;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/btn_register_free_new.gif);
	background-repeat: no-repeat;
	float: right;
	height: 23px;
	width: 147px;
	text-align: center;
	padding-top: 3px;
	text-transform: uppercase;
	margin-top: 5px;
}

#register_01 a {
	color: #000;
	text-decoration:none;
}
#register_01 a:hover {
	color: #433D3D;
	text-decoration:none;
  }
.blue_color {
	font-family: Calibri;
	font-size: 25px;
	color: #17365D;
	font-weight: bold;
}
.small_font {
	font-size: 18px;
	font-weight: bold;
}
.box ul {
	padding: 10px;
}
.box ul li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
}
.text_are {
	font-family: Calibri;
	font-size: 12px;
	color: #a6a6a6;
	width: 100%;
	border: 1px solid #FFF;
	font-weight: bold;
}
.text_are_blue {
	font-family: Calibri;
	font-size: 12px;
	color: #17365D;
	width: 100%;
	border: 1px solid #FFF;
	font-weight: bold;
}
.admin_table_heading {
	font-family: Calibri;
	font-size: 12px;
	text-transform: capitalize;
	color: #999;
	height: 24px;
	width: 100%;
	padding-top: 5px;
	border: 1px solid #d8d8d8;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
}
.admin_table_heading a {
	color: #999;
	text-decoration:none;
}
.admin_table_heading a:hover {
	color: #92D051;
	text-decoration:none;
}
.admin_table_heading_01 {
	font-family: Calibri;
	font-size: 12px;
	text-transform: capitalize;
	color: #fff;
	height: 24px;
	width: 100%;
	padding-top: 5px;
	border: 1px solid #d8d8d8;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
	background-color: #92D051;
}
.admin_table_heading_01 a {
	color: #fff;
	text-decoration:none;
}

.admin_news_heading {
	font-family: Calibri;
	font-size: 12px;
	text-transform: capitalize;
	color: #999;
	height: 24px;
	width: 150px;
	padding-top: 5px;
	border: 1px solid #d8d8d8;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
}
.admin_table_content {
	font-family: Calibri;
	font-size: 12px;
	color: #FFF;
	background-color: #17365d;
	height: 23px;
	width: 94%;
	padding-top: 2px;
	padding-right: 3%;
	padding-bottom: 2px;
	padding-left: 3%;
	border: 1px solid #d8d8d8;
	text-align: left;
}
.admin_table_date {
	font-family: Calibri;
	font-size: 12px;
	color: #FFF;
	background-color: #17365d;
	height: 23px;
	width: 100px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #d8d8d8;
	text-align: left;
	white-space: nowrap;
}
.admin_table_content a {
	color: #FFF;
	text-decoration:none;
   
}
.admin_table_content a:hover {
	color: #FFCC00;
	text-decoration:none;
   
}
.contact_bg{
	height:28px;
	width:183px;
	background-image: url(../images/contact/textbox.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 4px;
	font-family: Calibri;
	font-size: 12px;
	color: #CCC;
	padding-left: 4px;
}
.contact_bg_01{
	height:31px;
	width:371px;
	background-image: url(../images/member_area/textbox_type02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 4px;
	font-family: Calibri;
	font-size: 12px;
	color: #CCC;
	padding-left: 4px;
}
/* attributes of the input box */
.contact_box
{
	background:none;
	border:none;
	width:145px;
	height:25px;
	margin:0;
	font-family:Calibri;
	font-size:12px;
	color: #a6a6a6;
	text-align: center;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.contact_box_blue
{
	background:none;
	border:none;
	width:175px;
	height:25px;
	margin:0;
	font-family:Calibri;
	font-size:12px;
	color: #17365D;
	text-align: center;
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	letter-spacing: 1px;
	font-weight: bold;
}
.contact_box_01
{
	background:none;
	border:none;
	width:340px;
	height:25px;
	margin:0;
	font-family:Calibri;
	font-size:12px;
	color: #a6a6a6;
	text-align: center;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.contact_box_01_blue
{
	background:none;
	border:none;
	width:340px;
	height:25px;
	margin:0;
	font-family:Calibri;
	font-size:12px;
	color: #17365D;
	text-align: center;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
.space {
	height: 11px;
	width: 100%;
}
.popup_font_color {
	color: #17365D;
}
.paging_outer_01 ul {
	height: 30px;
	width: 100%;
	text-align: left;
	padding: 4px;
}
.paging_outer {
	color: #FFF;
	background-color: #690;
	text-decoration: none;
	border: 1px solid #690;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
}
.paging_outer a {
	
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
}

.paging_outer_01 li {
	
	display: inline;
	
}
.paging_outer_01 ul li a 
{
	color: #690;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #690;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
	
}
.paging_outer_01 ul li a:hover {
	
	color: #FFF;
	background-color: #690;
	text-decoration: none;
	border: 1px solid #690;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
	
}
.paging_outer_01 ul li a:active {
	
	color: #FFF;
	background-color: #690;
	text-decoration: none;
	border: 1px solid #690;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
	
}
.paging_current a  {
	
	color: #FFF;
	background-color: #690;
	text-decoration: none;
	border: 1px solid #690;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
	
}
.no_link  {
	font-family: Calibri;
	font-size: 12px;
	color: #999;
	border: 1px solid #999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.ripple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #17365D;
}
.ripple a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #17365D;
}
.ripple a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #FC0;
}
#black_bg {
	height: auto;
	width: 100%;
	text-align: justify;
	margin-bottom: 2px;
}
.check {
	background-image: url(../images/check_bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 34px;
}
.oneColLiqCtrHdr #container_terms table tr td table tr td .box-terms p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
}
#dhtmltooltip{
position: absolute;
left: -100px;
width: auto;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -100px;
z-index: 101;
visibility: hidden;
}.add {
	font-family: Calibri;
	font-size: 12px;
	color: #000;
	height: 25px;
	width: 100%;
}
.paging_main_outer {
	width: 100%;
}
.paging_outer_03 {
	float: right;
	width: 20%;
}
.goto_bg {
	background-image: url(../images/admin/paging_bg_go.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 53px;
	padding-left: 3px;
}
.input_paging {
	height: 22px;
	width: 42px;
	border: 1px solid #FFF;
	margin-top: 6px;
	text-align: center;
}
.trush a {
	color: #FFF;
	background-color: #690;
	text-decoration: none;
	border: 1px solid #690;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
}
.trush a:hover{
	color: #FFF;
	background-color: #690;
	text-decoration: none;
	border: 1px solid #690;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
}
