/*
 * Plugin Name: WebAnalytics
 * Author: Arun S. Sekher [Physioblast, Arun]
 * Author URI: http://e107themes.net
 * Requirement: e107 v0.7.xx
 *
 * Copyright (C) 2011 Arun S. Sekher (http://e107themes.net)
 * Released under the terms and conditions of the
 * GNU General Public License v3 (http://www.gnu.org/licenses/gpl-3.0.html)
 *
 * $HeadURL: https://wa-e107.svn.sourceforge.net/svnroot/wa-e107/branches/0.5/wa.css $ 
 * $Revision: 34 $
 * $Date: 2011-05-20 15:15:08 +0400 (Fri, 20 May 2011) $
 * $Author: arunshekher $
 *
 */
body#wa-wrap div, body#wa-wrap span, 
body#wa-wrap h2, body#wa-wrap h3, body#wa-wrap h4,
body#wa-wrap p, body#wa-wrap abbr, body#wa-wrap samp, body#wa-wrap code,
body#wa-wrap ol, body#wa-wrap ul, body#wa-wrap li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#wa-wrap ol, #wa-wrap ul {
	list-style: none;
}

/**** Layout ****/
#wa-wrap{
	margin:5px;
	padding:15px;
	background: #fbfdf8;
	border: 9px #A6CC48 solid;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}
#wa-logo{
	width:300px;
	float:left;
	}
#wa-updt-bx{
	width:auto; height:auto;
	float:right;
	text-align:right;	
	}
.wa-msgs{
	width:auto; height:auto;
	min-height:80px;
	text-align:center;
	padding-top:10px;
	}
#wa-spt-wrap{
	width:auto;
	float:right;
	}
#wa-spt-card {
	width:auto;
	float:right;
	display:block;
	background:#F1F1F1;	
	margin:0 10px 0 auto;
	padding:20px 30px;
	text-align:left;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;			
	}
#wa-help{
	padding:10px;
	}
	
/***** Form *****/
#wa-form{}
#wa-form label{
	float:left;
	width:30%;
	font:15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#596644;
	padding:5px;	
	}
#wa-ul{
	margin-left:-10px;
	}
#wa-ul li{
	border-bottom:1px #cecdb8 dotted;
	margin-bottom:20px;
	padding-bottom:10px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#81817b;	
}
#wa-ul li.bottm{
	border:none;
	text-align:right;
	margin-bottom:20px;
	padding-bottom:10px;
	padding-right:30px;
}
#wa-ul li p{
	clear:left;
	float:left;
	width:25%;
	margin-left:10px;
	line-height:18px;
}
#wa-code{
	width: 62%;
	padding: 10px;		
	border: 2px solid #E1E5D6;
	background: #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
#update_wa_prefs{
	background:#DD854A;
	padding:5px;
	font: 1.7em Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px solid #c5743d;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	}
#update_wa_prefs:hover {
	background:#8fad46;
	border:1px solid #718936;
	color:#fff;
}
	
/******* Messages ******/
#wa-on-msg{
	margin-bottom:20px;
	/*padding-bottom:10px;*/	
	}
#wa-off-msg{
	margin-bottom:20px;
	/*padding-bottom:10px;*/	
	}
#wa-on-msg span{
	width:25%; height:auto;
	color:#5d634e; 
	background:#d4e7a7;
	border:1px #bcd481 solid;
	padding:3px;
	margin:2px auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:block;	
}
#wa-off-msg span{
	width:25%; height:auto;
	color:#785e4c; 
	background:#fbeadf;
	border:1px #fbc7a4 solid;
	padding:3px;
	margin:2px auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:block;	
}
#wa-on-msg span img, #wa-off-msg span img{
	margin:0 10px -3px 20px;
}

/*update msgs*/
#apl-cxn-err {
	font-size:11px;
	background:#f6c5c7;
	color:#3d3535;
	padding:5px 10px 5px 5px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow:0px 1px 1px #fff;
	}
#apl-cxn-err img{
	margin:0 1px -3px 0;
	}
#apl-upd-yes {
	font-size:11px;
	background:#c5ee91;
	color:#1e2318;
	padding:5px 5px 5px 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow:0px 1px 1px #fff;
	display:block;
	}
#apl-upd-yes a {
	color:#3c5917;
	text-decoration:none;
}
#apl-upd-yes a img{
	border:none;
	margin:0 5px -3px 2px;
	}
#apl-upd-no {
	font-size:11px;
	background:#F1F1F1;
	color:#677176;
	padding:5px 10px 5px 5px;	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow:0px 1px 1px #fff;
	display:block;
	}
#apl-upd-no img{
	border:none;
	margin:0 0 -4px 2px;
	}


/***** Hyperlinks ***/
#wa-spt-card a{
	color:#2072BC;
	text-decoration:none;
	line-height:20px;
	}
#wa-ul li p a{
	text-decoration:none;
	color:#DD854A;
	text-shadow:0px 1px 1px #fff;
	}

/***** Typography ****/
#wa-code{
	font: 14px Courier New, Georgia, Times, serif;
	color:#555;
	}
#wa-ul li p{
	color:#586D75;
	}
#wa-on-msg h2, #wa-off-msg h2{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#49533a;
}
#wa-spt-card h3{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#555;
	text-shadow:0px 2px 1px #fff;
	}
#wa-help h2{
	font:20px Arial, Helvetica, sans-serif;
	color:#666;
	}
#wa-help h3{
	font:16px Arial, Helvetica, sans-serif;
	color:#246789;
	font-weight:600;
	}
#wa-help p{
	line-height:22px !important;
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
}

/**** Clear ***/
html body div.wa-clear,
html body span.wa-clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}