@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body { height:100%; }
body {
	background-color: #ddd;
	background-image: url(../images/body-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	color: #555;
	margin:0;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 13px;
}
h1 { font-size: 36px; margin-top: 25px; margin-bottom: 5px; }
h2 { font-size: 34px; margin-top: 20px; margin-bottom: 5px; }
h3 { font-size: 24px; margin-top: 15px; margin-bottom: 5px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h1, h2, h3, h4, h5 { color: #324e87; }

a { color: #0066CC;	text-decoration: none }
a:hover {	color: #00CCCC }

input.default_textbox, textarea.default_textarea {
	background-image: url(../images/textbox-bg.png);
	background-repeat: repeat-x;
	border: solid 1px #aaa;
	font-size: 12px;
	padding: 5px;
	width: 180px;
}
select.default_selectbox, select.small_selectbox {
	background-image: url(../images/textbox-bg.png);
	background-color: transparent;
	background-repeat: repeat-x;
	border: solid 1px #ccc;
	font-size: 12px;
	padding: 5px;
}
select.small_selectbox { 
	background-color: transparent;
	font-size: 11px;
	padding: 3px; 
}
select option { padding-right: 10px; }
input.custom1_textbox {
	border: solid 1px #bbb;
	padding: 3px;	
}
.center { margin-left: auto ! important; margin-right: auto  ! important }
.whitebg { background-color: #f8f8f8; }
.oddbg { background-color: #ffffff; }
.even { background-color: #eee ! important; }
.blue { color: #0080FF  ! important }
.green { color: #009933  ! important }
.red { color: #FF0000  ! important }
#ajaxLoaderTemplate { 
	position: absolute;
	position: fixed;
	left: -9999px;
	top: -9999px;	
}
tr.no_border td { border: none ! important }

.error_msg { color: #FFFFFF ! important; background-color: #BB0000; }
.success_msg { color: #FFFFFF ! important; background-color: #009933; }

/* Notification Message */
.notification_msg { 
	font-size: 12px;
	line-height: 18px;
	padding: 0;
}
.notification_msg .success_msg { padding-bottom: 5px; padding-top: 5px; }
.notification_msg .error_msg { padding-bottom: 5px; padding-top: 5px; }
.error_msg, .success_msg { padding-left:10px; padding-right:10px; }

/*
|############################################################################
| Free Version theme
|############################################################################ 

.M_top_panel { background-image: url(../images/0_top_panel-bg.png); }
#M_navigation_panel a.current, #M_navigation_panel a.current:hover {  }
/*
|############################################################################ 
*/
/*
|############################################################################
| Paid Version theme
|############################################################################ 
*/
.M_top_panel { background-image: url(../images_paid/0_top_panel-bg.png); }
#M_navigation_panel a.current, #M_navigation_panel a.current:hover { }
/*
|############################################################################ 
*/

/*
|----------------------------------------------------------------------------
| Site Top Panel
|---------------------------------------------------------------------------- 
*/
.M_top_panel {	
	background-position: left top;
	background-repeat: repeat-x;
}

/*
|----------------------------------------------------------------------------
| Wrapper
|---------------------------------------------------------------------------- 
*/
#wraper, #M_header_panel_wrapper {
	margin: 0 auto;
	width: 1000px;
}

/*
|----------------------------------------------------------------------------
| Site Header style 
|---------------------------------------------------------------------------- 
*/
.M_header_panel { 
	background-color: #ebebeb;
	margin-bottom: 20px;
}
.M_header_panel .left_pane { 	
	float: left; 
	width: 35%;
}
.M_header_panel .right_pane { 
	float: right;
	width: 65%;
}
.M_header_panel .logo { height: 100%;}
.M_header_panel .logo img { margin: 0 10px 0 10px }
.M_header_panel .login { 
	height: 100%;
	text-align: right
}
.M_header_panel .login .login_panel {	
	line-height: 40px;
	margin-top: 10px;
}
.M_header_panel .login .login_panel strong { color: #333 }
.M_header_panel .login_panel_top {
	float:right;
	padding-left: 10px;
	text-align: left;
}
.M_header_panel .login_panel_top label { 
	color: #777; 
	font-size: 11px;	
}
.M_header_panel .login_panel_top .custom1_textbox { 
	background-image: url(../images/gradient_black_white2-bg.png);
	font-size: 11px;
}
/*
|----------------------------------------------------------------------------
| Body Section style
|---------------------------------------------------------------------------- 
*/
#body_container { }

/*
|----------------------------------------------------------------------------
| Site Navigation/Menu style
|---------------------------------------------------------------------------- 
*/
#M_navigation_panel {	height: 55px; text-align: center }
#M_navigation_panel a {	
	color: #eee;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	/*background:url(../images_paid/topmenubg.jpg) repeat-x; */
}
#M_navigation_panel a:hover { color: #FFFFFF }
#M_navigation_panel a.current { }

/*
|----------------------------------------------------------------------------
| SubPage Content style
|---------------------------------------------------------------------------- 
*/
.subpage_title {
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	padding-left: 10px;
	margin-top: 10px;
}
.subpage_title .icon { 
	vertical-align: middle;
}
#subpagecontent { 
	background-color: #FFFFFF;
	background-image: url(../images/box-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: solid 1px #ccc;
	border-bottom-color: #bbb;
	clear: both;
	min-height: 350px;
}
#subpagecontent #subpage_wrapper {
	clear: both;
	margin: 20px 50px 20px 50px;
}
#subpagecontent .leftcolumn {
	float: left;
	width: 600px;
	padding: 0;
}
#subpagecontent .leftcolumn_lightbox{
	float: left;
	width: 410px;
	padding: 0;
}
#subpagecontent .rightcolumn {	
	background: #f6f6f6;
	float: right;	
	padding: 0;
	width: 260px;
}

/*
|----------------------------------------------------------------------------
| Main Page Footer style
|---------------------------------------------------------------------------- 
*/
.M_footer {
	color: #999999;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.M_footer a {
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #aaa;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bototm: 5px
}
.M_footer a.first { border-left: none; }
.M_footer a.last { border-right: none; }
/*
|----------------------------------------------------------------------------
| Default fill-up form style
|---------------------------------------------------------------------------- 
*/
form.default_form { margin-left: 0; }
form.default_form .form_title { margin: 10px 0 10px -20px; }
form.default_form label {
	color: #666666;
	display: block;
	font-size: 12px;
	padding-right: 10px;
	margin-top: 10px;
	white-space: nowrap;
}
form.default_form .field_note { 
	color: #333333;
	font-size: 11px; 
	padding-bottom: 5px; 
	display: block;
	padding: 5px;
	
	/* styles when js enabled */
	background-color: #FFFFCC;
	border: solid 1px #CC9900;	
	display: none;
	width: 180px;
}
.button_container { padding-top: 10px }
.field_error { border: solid 1px #FF0000; }
/*
|----------------------------------------------------------------------------
| Article type panel
|---------------------------------------------------------------------------- 
*/
.article_panel { padding: 1px }
.article_panel .headline { font-size: 20px; }
.article_panel .story { margin-top: 10px; text-align: justify }

/*
|----------------------------------------------------------------------------
| Detail list type panel
|---------------------------------------------------------------------------- 
*/
.det_list_panel {	}
.det_list_panel .det_list_panel_title, .det_list_panel .det_list_body { 
	margin-left: 0; margin-right: 0; 
}
.det_list_panel .det_list_panel_title {	
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}
.det_list_panel .det_list_body {
	margin-top: 0;
}
.det_list_panel .det_list_body .det_list_body_wrapper {
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*
|----------------------------------------------------------------------------
| Default Grid panel
|---------------------------------------------------------------------------- 
*/
table.default_grid {
	border: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 11px;
}
table.default_grid th {
	/*background-image: url(../images_paid/plans_features/plan_feature_raffiliate.jpg);*/
	background-position: top;
	background-color: #e3e3e3;
	border: none;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	white-space: nowrap;
	text-align: left;
	
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 3px #CCCCCC;
}
table.default_grid td {
	border-bottom: solid 1px #ddd;
	padding: 10px 6px 10px 6px;
	vertical-align: middle;
}
table.default_grid td img { height: 20px; }
table.default_grid tr.even td { background-color: #FFFFFF }
table.default_grid tr.row_before_th td {
	border-bottom: solid 1px #aaa ! important;
}

/*
|----------------------------------------------------------------------------
| Instruction Panel style
|---------------------------------------------------------------------------- 
*/
.instructions {
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.instructions h4 {
	color: #333333;
	font-size: 16px; 
	font-weight: bold;
}
/*
|----------------------------------------------------------------------------
| Tooltip styling. uses a background image (a black box with an arrow)
|---------------------------------------------------------------------------- 
*/

div.tooltip { 
	background-image: url(../images/tooltip/black_arrow_big.png); 
	background-position: center top;
	background-repeat: no-repeat;
	color: #eee;
	display:none;
	font-size: 14px;
	font-weight: normal;
	height:120px;
	margin-top: -50px;
	padding-top:40px;
	padding-bottom:50px;
	text-align: justify;
	width:370px;
}
div.tooltip strong { color: #FFFFFF }
div.tooltip p { 
	margin-left: 30px;
	margin-right: 30px;
	white-space: normal;
}
/* tooltip title element (h3) */ 
div.tooltip h3 { 
	margin:0; 
	font-size:18px; 
	color:#fff; 
}

/* Side panel Box style */ 
.sidepanel_box {
	background-image: url(../images/sidepanel_box-bg.png);
	background-repeat: repeat-y;	
	border-left:solid 1px #CCCCCC;
	font-size: 13px;	
}
.sidepanel_box .panel_wrapper { margin: 10px 20px 20px 20px; }
.sidepanel_box .story { margin-left:10px }

/* ------------------------ */


/*
|----------------------------------------------------------------------------
| Home Page Style
|---------------------------------------------------------------------------- 
*/
/* welcomebox  */
.welcomebox {	
	float: left;
	margin-left: 40px;
	width: 600px;
}
.welcomebox .welcome-content {
	clear: both;
	color: #333;
	padding: 1px 20px 1px 0;
}
.welcomebox .welcome_text { margin-top: 10px	}
.welcomebox .welcometext, .welcomebox .featurestxt {
	margin-top: 10px;
}
.welcomebox ul#navlistchk { list-style: none; }
.welcomebox ul#navlistchk li { 
	background-image: url(../images/arrow.png);
	background-position: left middle;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 40px;	
}
/* loginbox panel  */
.loginbox {
	border-left: solid 1px #ddd;
	float: right;
	width: 350px;
}
.loginbox .login-bg { margin-left: 40px }
.loginbox label {
	color: #999999;
	font-size: 16px;
	line-height: 40px;
}
.loginbox input.login_textbox {
	border: solid 1px #CCCCCC;
	font-size: 16px;
	padding: 5px;	
}
.loginbox .loginsubmitbtn { margin-top: 10px }
.loginbox .forgotpasswordclass { margin-top: 10px; }

/**/
.contentgrayboxbg {}
.contentgrayboxbg .leftcolumn {
	float: left;
	width: 500px;
}
.contentgrayboxbg .rightcolumn {
	float: right;
	width: 350px;
}
/*
|----------------------------------------------------------------------------
| Others
|---------------------------------------------------------------------------- 
*/
#news {	
	float: left;
	width: 440px;
}
#planinfo {	
	border: none;
	float: right;
	width: 360px;
}
#planinfo table { border: none }
#planinfo table td {
	border: none;
	padding-bottom: 5px;
	padding-top: 5px;
	white-space: nowrap;
}
#planinfo a.plan_button img { height: auto }
#notificationstats table, #transactionsummary table, #wpplug table { 
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#notificationstats table tr { background-color: #FFFFFF }
#notificationstats table th, #transactionsummary table th, #wpplug table th,
#notificationstats table td, #transactionsummary table td, #wpplug table td { 	
	padding-left: 15px;	
}
#notificationstats { float: left; width: 440px; }
#wpplug { float: left; width: 440px; }
#transactionsummary { float: right; width: 400px; }

.dashboard_headers td { font-weight: bold; }

/*
|----------------------------------------------------------------------------
| Upgrade option box style
|---------------------------------------------------------------------------- 
*/

.upgrade_option {
	background-color: #FFFFFF;
	background-image: url(../images_paid/textbox_reverse-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #cccccc;
	color: #000;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 10px;
	text-align: center;
	height: 360px;
	width: 180px;
}
.upgrade_option .upgrade_option_wrapper {
	margin: 0;
}
.upgrade_option .upgrade_option_title {
	color: #000000;
	background-image: url(../images_paid/textbox-bg.png);
	background-repeat: repeat-x;
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,Verdana,sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin: 0;
	padding: 20px 5px 5px 5px;
	letter-spacing: 0;
	height: 40px;
}
.upgrade_option .upgrade_option_content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}
.upgrade_option .upgrade_option_content p {
	padding: 3px 10px 3px 10px;
	line-height: 110%;
}
.upgrade_option a.upgrade_option_plan_sel {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	color: #727722;
	display: block;
	line-height: 16px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -1px ! important;
	padding: 8px 0 5px 0 ! important;
	text-align: center ! important;
}
.upgrade_option a.upgrade_option_plan_sel:hover {	
	color: #3d3313;
}
.upgrade_option .upgrade_option_plan_sel .plan_price, 
.upgrade_option .upgrade_option_plan_sel .plan_duration {
	color: #003333;
	font-weight: normal;
	font-size: 150%;
}
.upgrade_option a.current_plan {
	cursor: default ! important;
}
.upgrade_option .pp_dollar_sign {
	font-size: 150%;
}
.upgrade_option .pp_price_value {
	font-size: 200%;
	font-weight: bold;
}
.upgrade_option .pp_payment_duration {
	font-size: 120%;
}
.upgrade_option .pp_current_plan_msg {	
	background-color: #CC0000;
	border: solid 1px #666666;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	display: none;
	margin-left: 50px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	text-align: left;
}
.upgrade_option a.current_plan:hover .pp_current_plan_msg {	
	display: block;
}

/*
|----------------------------------------------------------------------------
| Form Page type
|---------------------------------------------------------------------------- 
*/
div.subpagecontent2 {
	background-image: url(images/box-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-bottom: 0;
	padding-top: 0;
	width: 400px;
	min-height: 200px ! important;
}
div.subpagecontent2 .subpage_title { 
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 20px;
}
form.custom_form { margin-left: auto; margin-right: auto }
form.custom_form .input_label { 
	color: #666666; 
	display:block; 
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}
form.custom_form input.default_textbox { padding-bottom: 8px; padding-top: 8px }

/*
|----------------------------------------------------------------------------
| MODAL WINDOW
|---------------------------------------------------------------------------- 
*/
/* Z-index of #mask must lower than #boxes .window */  
#mask {  
  position:absolute;  
  z-index:9000;  
  background-color:#000;  
  display:none;
	left: 0;
	top: 0;
}
#boxes .window {  
	background-image: url(../images/box-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: solid 1px #CCCCCC;
	color: #333333;
  position:absolute;   
  display:none;  
  z-index:9999;  
  padding: 5px 20px 20px 20px;
}
#boxes .window .window_head {
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
#boxes .window .close { 
	float: right;
	font-size: 11px;
}
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
	background-color: #FFFFFF;
}

/*
|----------------------------------------------------------------------------
| Floating Msg box style
|---------------------------------------------------------------------------- 
*/
.floating_msg_box {	
	color: #eee;
	font-size: 11px;
	margin: 5px;
	padding: 5px 10px 5px 10px;
	position:absolute;
	display: none;
}
.floating_msg_box_wrapper {	
	margin-top: -95px;
	margin-left: 20px;
	width: 180px;
}
.floating_msg_box img { }
.floating_msg_box_options { padding-top: 5px; text-align: right }

/*
|----------------------------------------------------------------------------
| Error Messages Layout style
|---------------------------------------------------------------------------- 
*/
.notification_msg .notification_msg_body {
	padding-bottom: 4px;
	padding-top: 4px;
}
.notification_msg .error_msg_list {
	background-color: #CC0000;
	color: #FFFFFF;
	list-style-position: outside;
	padding-bottom: 5px;
	padding-left: 20px;	
	padding-top: 5px;
	padding-right: 10px;
}
.notification_msg .error_msg_list .error_msg_list_top {
	color: #CC0000;
}
.notification_msg .error_msg_list li {
	list-style-type: square ! important;
	line-height: 14px;
	margin-left: 10px;
	padding: 1px;		
}

/*
|----------------------------------------------------------------------------
| Error Messages Layout style 2
|---------------------------------------------------------------------------- 
*/
.notification_msg2 .notification_msg_body {
	padding-bottom: 4px;
	padding-top: 4px;
}
.notification_msg2 .error_msg_list {
	color: #CC0000;
	list-style-position: outside;
	padding-bottom: 5px;
	padding-left: 20px;	
	padding-top: 5px;
	padding-right: 10px;
}
.notification_msg2 .error_msg_list .error_msg_list_top {
	color: #CC0000;
}
.notification_msg2 .error_msg_list li {
	list-style-type: square ! important;
	line-height: 14px;
	margin-left: 10px;
	padding: 1px;		
}

/*
|----------------------------------------------------------------------------
| Floating Msg box style
|---------------------------------------------------------------------------- 
*/

/* Custome buttons */
.custom1_btn_plus {
	color: #333333;
	display: inline-block;
	font-size: 14px;

	border-bottom: solid 2px #999999;
	padding-bottom: 3px;
	padding-right: 15px;	
	letter-spacing: .5px;
}
.custom1_btn_plus:hover { color: #333333; border-bottom: solid 2px #333333; }
.custom1_btn_plus img { vertical-align: bottom; margin-bottom: -10px; margin-right:2px  }

/*
|----------------------------------------------------------------------------
| REGISTRATION PAGE
|---------------------------------------------------------------------------- 
*/
.reg_bottom_sec {  }
.reg_bottom_sec .reg_bottom_sec_left_pane {
	border-top: solid 1px #ccc;
	float: left;
	font-size: 11px;
	padding-right: 20px;
	padding-top: 10px;
	text-align: left;
	width: 250px;
}
.reg_bottom_sec .reg_bottom_sec_right_pane {
	border-top: solid 1px #ccc; 
	float: right; 
	font-size: 11px;
	padding-left: 20px;
	padding-top: 10px;
	text-align: right;	
}
