@import url("type.css");
@import url("general.css");
/*----- GENERAL -----*/
* {
	margin: 0px;
	padding: 0px;
	}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
* html .clearfix {height: 1%;}
.wrapper {
	width:700px;
	margin:0 auto;
	}
.wrapper-cont {
	width:700px;
	margin:20px auto 30px auto;
	}
.wrapper-440 {
	width:440px;
	margin:0 auto;
	text-align:center;
	}
.total {
	width:100%;
	margin-top:10%;
	text-align:center;
	}
.totalS {
	width:100%;
	margin-top:10px;
	text-align:center;
	}
body {
	font:11px Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	}
img { border:0; }
a, a:active, a:visited  {
	color:#0077f0;
	text-decoration:underline;
	}
a:hover { text-decoration:none; }
/*----- top -----*/
.logo {
	float:left;
	padding:35px 0 0 0;
	}
.login {
	float:right;
	text-align:right;
	color:#000;
	padding:40px 0 0 0;
	}
.login a, .login a:active, .login a:visited  {
	color:#000;
	text-decoration:underline;
	}
.login a:hover {
	color:#000;
	text-decoration:none;
	}
/*nav top-1*/
.container-nav {
	background:url(images/nav-bg-all.gif) repeat-x;
	height:67px;
	width:100%;
	margin-top:10px;
	}
ul.nav-top {
	list-style:none;
	height:38px;
	}
ul.nav-top li {
	float:left;
	background:url(images/nav-line.gif) top right no-repeat;
	margin:1px 0 0 0;
	padding:0 1px 0 0;
	}
ul.nav-top li.nav-lst {
	float:left;
	background:none;
	}
ul.nav-top li span { display:none }
ul.nav-top li a, ul.nav-top li a:active, ul.nav-top li a:visited, ul.nav-top li a:hover {
	display:block;
	padding:0 14px 0 14px;
	outline:none;
	line-height:38px;
	height:38px;
	}
ul.nav-top li a.campaign-manager, ul.nav-top li a.campaign-manager:active, ul.nav-top li a.campaign-manager:visited  {
	background:url(images/campaign-manager.gif) center no-repeat;
	width:145px;
	}
ul.nav-top li a.campaign-manager:hover, ul.nav-top li a.campaign-manager-on {
	background:#e0e0e0 url(images/campaign-manager.gif) center no-repeat;
	width:145px;
	}
ul.nav-top li a.subscribers, ul.nav-top li a.subscribers:active, ul.nav-top li a.subscribers:visited  {
	background:url(images/subscribers.gif) center no-repeat;
	width:87px;
	}
ul.nav-top li a.subscribers:hover, ul.nav-top li a.subscribers-on {
	background:#e0e0e0 url(images/subscribers.gif) center no-repeat;
	width:87px;
	}
ul.nav-top li a.reports, ul.nav-top li a.reports:active, ul.nav-top li a.reports:visited  {
	background:url(images/reports.gif) center no-repeat;
	width:58px;
	}
ul.nav-top li a.reports:hover, ul.nav-top li a.reports-on {
	background:#e0e0e0 url(images/reports.gif) center no-repeat;
	width:58px;
	}
ul.nav-top li a.settings, ul.nav-top li a.settings:active, ul.nav-top li a.settings:visited  {
	background:url(images/settings.gif) center no-repeat;
	width:62px;
	}
ul.nav-top li a.settings:hover, ul.nav-top li a.settings-on {
	background:#e0e0e0 url(images/settings.gif) center no-repeat;
	width:62px;
	}
ul.nav-top li a.library, ul.nav-top li a.library:active, ul.nav-top li a.library:visited  {
	background:url(images/creative-library.gif) center no-repeat;
	width:119px;
	}
ul.nav-top li a.library:hover, ul.nav-top li a.library-on {
	background:#e0e0e0 url(images/creative-library.gif) center no-repeat;
	width:119px;
	}
ul.nav-top li a.users, ul.nav-top li a.users:active, ul.nav-top li a.users:visited  {
	background:url(images/users.gif) center no-repeat;
	width:41px;
	}
ul.nav-top li a.users:hover, ul.nav-top li a.users-on {
	background:#e0e0e0 url(images/users.gif) center no-repeat;
	width:41px;
	}
/*nav top-2*/
ul.nav-top-s {
	list-style:none;
	line-height:26px;
	margin:3px 0 0 0;
	}
ul.nav-top-s li {
	float:left;
	}
ul.nav-top-s li a, ul.nav-top-s li a:active, ul.nav-top-s li a:visited  {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding:0 8px 0 8px;
	display:block;
	}
ul.nav-top-s li a:hover, ul.nav-top-s li a.active, ul.nav-top-s li a.active:active, ul.nav-top-s li a.active:visited {
	font-size:12px;
	color:#2a2a2a;
	background:#e9e9e9;
	text-decoration:none;
	padding:0 8px 0 8px;
	display:block;
	}
/*----- content -----*/
/*gray table*/
table.gray-tab {
	margin-bottom:15px;
	}
table.gray-tab tr.top {
	background:url(images/gray-tab-top.gif) top left repeat-x;
	height:28px;
	}
table.gray-tab tr.top td.name {
	width:275px;
	padding:0 0 0 15px;
	text-align:left;
	vertical-align:middle;
	}
table.gray-tab tr.top td {
	padding:0 0 0 15px;
	vertical-align:middle;
	}
table.gray-tab tr.cont td {
	padding:0 0 0 15px;
	vertical-align:middle;
	border-bottom:1px solid #e5e5e5;
	height:30px;
	}
table.gray-tab tr td {
	height:18px;
	padding:5px 0 0 15px;
	vertical-align:top;
	}
table.gray-tab tr.empty { height:23px; }
table.gray-tab tr.empty td { text-align:center; border-bottom:1px solid #e5e5e5; vertical-align:middle; padding:0; }
/*results on red*/
ul.results-on-red  {  
	width:625px;
	height:25px;
	padding:0;
	margin:0 auto 0 auto;
	color:#fff;
	background-color:#cb0000;
	}
ul.results-on-red li {
	list-style:none;
	float:left;
	padding:5px 15px;
	}
ul.options-1 {
	list-style:none;
	}
ul.options-1 li {
	float:left;
	padding-right:4px;
	}
ul.options-1 li.tp3 { padding-top:3px; }
ul.options-1 li.tp2 { padding-top:2px; }
	/*table layout 1*/
.layout1 .top {
	background:url(images/gray-tab-top.gif) top left repeat-x;
	line-height:28px;
	}
.layout1 .row {
	line-height:30px;
	border-bottom:1px solid #ddd;
	}
.layout1 .row:hover {
	background:#feffe0;
	}
.layout1 .row-2 {
	line-height:30px;
	background:#f7f7f7;
	}
.col-1 {
	float:left;
	width:250px;
	padding:0 10px 0 10px;
	}
.col-1a {
	float:left;
	width:230px;
	padding:0 10px 0 10px;
	}
.col-2 {
	float:left;
	width:290px;
	padding:0 10px 0 0;
	}
.col-3 {
	float:left;
	width:130px;
	}
.col-4 {
	width:175px;
	float:left;
	padding-top:10px;
	}
.col-5 {
	width:175px;
	float:left;
	}
.col-6 {
	width:260px;
	float:left;
	padding-top:10px;
	}
.col-7 {
	width:195px;
	float:left;
	padding-top:10px;
	}
.col-8 {
	width:110px;
	float:left;
	padding-top:10px;
	}
.col-9 {
	width:135px;
	float:left;
	padding-top:10px;
	}
.col-10 {
	float:left;
	width:390px;
	padding:0 10px 0 0;
	}
.col-11 {
	float:left;
	width:95px;
	}
.col-30p {
	float:left;
	width:30px;
	text-align:center;
	}
.col-40p {
	float:left;
	width:40px;
	text-align:center;
	}
.col-50p {
	float:left;
	width:50px;
	text-align:center;
	}
.col-60p {
	float:left;
	width:60px;
	text-align:center;
	}
.col-70p {
	float:left;
	width:70px;
	text-align:center;
	}
.col-80p {
	float:left;
	width:80px;
	text-align:center;
	}
.col-90p {
	float:left;
	width:90px;
	text-align:center;
	}
.col-100p {
	float:left;
	width:100px;
	text-align:center;
	}
.col-105p {
	float:left;
	width:95px;
	padding:0 0 0 10px;
	}
.col-110p {
	float:left;
	width:110px;
	text-align:center;
	}
.col-150p {
	float:left;
	width:150px;
	}
.col-160p {
	float:left;
	width:150px;
	padding:0 10px 0 0;
	}
.col-170p {
	float:left;
	width:160px;
	padding:0 0 0 10px;
	}
.col-180p {
	float:left;
	width:170px;
	padding:0 0 0 10px;
	}
.col-200p {
	float:left;
	width:190px;
	padding:0 0 0 10px;
	}
.col-230p {
	float:left;
	width:210px;
	padding:0 10px 0 10px;
	}
.col-235 {
	width:235px;
	float:left;
	}
.col-250p {
	float:left;
	width:230px;
	padding:0 10px 0 10px;
	}
.col-260p {
	float:left;
	width:240px;
	padding:0 10px 0 10px;
	}
.col-270p {
	float:left;
	width:260px;
	padding:0 10px 0 0;
	}
.col-290p {
	float:left;
	width:270px;
	padding:0 10px 0 10px;
	}
.col-320p {
	float:left;
	width:300px;
	padding:0 10px 0 10px;
	}
.col-305 {
	width:305px;
	float:left;
	}
.col-310p {
	width:300px;
	float:left;
	padding-left:10px;
	}
.col-320p {
	width:310px;
	float:left;
	padding-left:10px;
	}
.col-330p {
	width:320px;
	float:left;
	padding-left:10px;
	}
.col-390p {
	float:left;
	width:370px;
	padding:0 10px 0 10px;
	}
.col-440p {
	float:left;
	width:420px;
	padding:0 10px 0 10px;
}
.col-470p {
	float:left;
	width:470px;
	padding:0 10px 0 10px;
	}
	/*---*/
.row3-add {
	background:url(images/addIc.png) center left no-repeat;
	font-size:12px;
	line-height:22px;
	padding-left:27px;
	margin:10px 0;
	}
.row3-delete {
	background:url(images/delete.gif) center left no-repeat;
	font-size:12px;
	line-height:18px;
	padding-left:22px;
	margin:0;
	}
.row4-and {
	text-align:center;
	margin-bottom:10px;
	}
.row5Dark {
	background:#d1d1d1;
	padding-top:5px;
	}
.rowGray22 {
	background:#eee;
	border-bottom:1px solid #f3f3f3;
	height:22px;
	line-height:22px;
	padding:0 15px 0 7px;
	}
.delLink-1 {
	background:url(images/delIc2.gif) bottom left no-repeat;
	padding-left:23px;
	width:118px;
	margin-left:50px;
	height:22px;
	}
	
.numbersTop {
	float:right;
	background:url(images/grad58.gif) top left repeat-x;
	line-height:58px;
	width:195px;
	text-align:center;
	font-size:36px;
	}
ul.steps {
	list-style:none;
	text-align:center;
	margin-bottom:15px;
	}
ul.steps li {
	display:inline;
	padding:0 10px 0 10px;
	}
.stepBtnLeft {
	width:170px;
	float:left;
	}
.stepBtnCenter {
	width:360px;
	float:left;
	text-align:center;
	}
.stepBtnRight {
	width:170px;
	float:right;
	text-align:right;
	}
.current-usage {
	position:relative;
	float:right;
	color:#129a00;
	padding:15px 0 0 0;
	}
.saved-campaign-top {
	height:20px;
	background:#ededed;
	color:#3e495a;
	padding:0 14px 0 14px;
	text-align:center;
	}
.saved-campaign-top2 {
	background:url(images/gray-tab-top.gif) top left repeat-x;
	height:28px;
	color:#3e495a;
	padding:0 14px 0 14px;
	text-align:center;
	}
.saved-campaign-content-name {
	padding:6px 14px 6px 14px;
	border-bottom:1px solid #e5e5e5;
	}
.saved-campaign-content {
	text-align:center;
	border-bottom:1px solid #e5e5e5;
	}
/*Login page*/
.wrapper-login {
	width:555px;
	text-align:center;
	margin:10% auto 0 auto;
	color:#4f4f4f;
	}
.login-box {
	width:555px;
	height:187px;
	background:url(images/loginBg.png) no-repeat;
	margin:25px 0 15px 0;
	font-size:10px;
	color:#fff;
	}
.fields {
	width:230px;
	margin:0 auto;
	text-align:left;
	padding:23px 0 0 0;
	}
.fields input {
	width:223px;
	height:28px;
	padding:2px 2px 0 3px;
	border:1px solid #a70000;
	margin:2px 0 10px 0;
	color:#6e0202;
	font-size:20px;
	}
input.loginBtn {
	width:102px;
	float:right;
	padding:0;
	}
a.whitea, a.whitea:active, a.whitea:visited {
	color:#fff;
	text-decoration:underline;
	}
a.whitea:hover { text-decoration:none; }

/*reports table*/	
.reportdetailssummarybox {
	width:696px;
	height:auto;
	border:1px solid #c8c8c8;
	padding:1px;
	margin-bottom:15px;
}
.reportdetailssummaryboxtitle {
	width:693px;
	height:16px;
	padding:3px 0px 0px 3px;
	background:#cb0000;
	color:#fff;
	overflow:hidden;
}
.reportdetailssummaryboxrow1 {
	width:696px;
	height:19px;
	border-bottom:1px solid #2d3d56;
	padding:1px 0px 1px 0px;
	overflow:hidden;
}
.reportdetailssummaryboxrow2 {
	width:696px;
	height:19px;
	padding:1px 0px 0px 0px;
	overflow:hidden;
}
.reportdetailssummaryboxfloat1a {
	float:left;
	width:123px;
	height:16px;
	padding:3px 0px 0px 3px;
	background:#f3f3f3;
	color:#2d3d56;
	margin-right:5px;
}
.reportdetailssummaryboxfloat2a {
	float:left;
	width:317px;
	height:16px;
	padding:3px 0px 0px 3px;
	color:#243145;
	margin-right:5px;
}
.reportdetailssummaryboxfloat1b {
	float:left;
	width:123px;
	height:16px;
	padding:3px 0px 0px 3px;
	background:#e8e8e8;
	color:#2d3d56;
	margin-right:5px;
}
.reportdetailssummaryboxfloat2b {
	float:left;
	width:562px;
	height:16px;
	padding:3px 0px 0px 3px;
	color:#243145;
}
.reportdetailssummaryboxfloat3 {
	float:left;
	width:106px;
	height:16px;
	padding:3px 0px 0px 3px;
	color:#243145;
}
.reportdetailssummarydatabox {
	float:left;
	width:698px;
	height:auto;
	border-top:3px solid #666666;
	border-left:1px solid #c8c8c8;
	border-bottom:2px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	margin-bottom:15px;
}
.reportdetailssummarydataboxfloat1 {
	float:left;
	width:117px;
	height:55px;
	padding:5px;
	border-right:1px solid #c8c8c8;
}
.reportdetailssummarydataboxfloat2 {
	float:left;
	width:176px;
	height:55px;
	padding:5px;
}
.reportdetailssummarydataboxbigtext {
	font-size:18px;
	color:#000000;
	font-weight:bold;
	padding-bottom:5px;
}
/*report tools*/
.reports-items {
	margin: 30px 0px 20px;
}
.reports-items tr td.icons {
	width: 54px; text-align: right;
}
.reports-items tr td.description {
	width:271px;
}
.reports-items tr td.description A {
	font-size:12px;
}
.reports-items tr td.icons {
	padding:6px 0;
	border-bottom:#cecece 1px solid;
	}
.reports-items TR TD.description {
	padding:6px 0;
	border-bottom:#cecece 1px solid;
}
/*table layout 2*/
.layout3 {
	border:1px solid #c8c8c8;
	padding-bottom:20px;
	background:#e5e5e5;
	}
.layout4 {
	border:1px solid #c8c8c8;
	background:#e5e5e5;
	}
.layout4BtmRow {
	background:#e5e5e5;
	line-height:20px;
	}
.rowGrayDark {
	background:#e5e5e5;
	line-height:35px;
	border-bottom:1px solid #c8c8c8;
	}
.rowGrayLight {
	background:#f9f9f9;
	line-height:35px;
	border-bottom:1px solid #c8c8c8;
	}
.rowGrayWhite {
	background:#fff;
	line-height:35px;
	border-bottom:1px solid #c8c8c8;
	}
.bgGray1 { background:#d4d4d4; }
.bgGray2 { background:#e5e5e5; }
.bgGray3 { background:#e8e8e8; }
.bgGray4 { background:#f3f3f3; }

ul.list-1 {
	list-style:none;
	padding-left:10px;
	}
ul.list-1 li {
	padding:0 0 15px 25px;
	background:url(images/checkmarkgray.gif) no-repeat;
	}
ul.list-2 {
	list-style:none;
	padding-left:10px;
	}
ul.list-2 li {
	padding:0 0 15px 25px;
	background:url(images/redxgray.gif) no-repeat;
	}
ul.list-3 {
	list-style:none;
	padding:3px 0 10px 0;
	}
ul.list-3 li {
	background:url(images/checkmark.gif) no-repeat;
	padding: 0 0 2px 20px;
	}
ul.list-4 {
	list-style:none;
	padding:3px 0 10px 0;
	}
ul.list-4 li {
	background:url(images/redx.gif) no-repeat;
	padding: 0 0 2px 20px;
	}
	
.account-tools-items tr td.icons {
	width:72px;
	text-align:right;
	}
.account-tools-items tr td.description-left { width: 260px; }
.account-tools-items tr td.description-right { width: 245px; }
.account-tools-items tr td.description-left a, .account-tools-items tr td.description-right a { font-size:12px; }
.account-tools-items tr td.icons, .account-tools-items tr td.description-right, .account-tools-items tr td.description-left {
	padding:12px 0;
	border-bottom:#cecece 1px solid;
	}
.textboxemailtext {
	width:670px;
	height:298px;
	background:#fff url(images/bgtextboxemail.gif) top right no-repeat;
	border:1px solid #cecece;
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
}

.redalertbox {
	width:700px;
	background:#fde8e8;
	margin-bottom:10px;
	text-align:left;
}
.redalerttitle {
	line-height:30px;
	background:#c70a14;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
}
.greenalertbox {
	width:700px;
	background:#e7f0ce;
	margin-bottom:10px;
	text-align:left;
}
.greenalerttitle {
	line-height:30px;
	background:#7e8c00;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
}
.alertbox {
	width:684px;
	height:auto;
	padding:8px;
}
.alertbox ul { padding:0; margin:0; }
.alertbox li { padding:0; margin:0 0 0 20px; }
.vdvbdy {
	width:550px;
    background:#fff;
    border:1px solid #d4d4d4;
	color:#000;
    padding:10px;
}
.vdvbdy2 {
	width:350px;
    background:#fff;
    border:1px solid #d4d4d4;
	color:#000;
    padding:10px;
}
.vdvhdr2 {
	width:350px;
	background:#D5EBF9;
	border-left:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	color:#4B7A98;
    padding:3px 10px;
	font-weight:bold;
}
.progresscontainer {
	width:400px;
	height:15px;
	border:1px solid #cb0000;
	background-color:#eee;
}
.progressbar {
	width:0px;
	height:15px;
	background-color:#fff;
}
.footer {
	width:100%;
	background:url(images/footerBg.gif) top left repeat-x;
	min-height:155px;
	_height:155px;
	}
.footer ul {
	float:right;
	list-style:none;
	padding-top:10px;
	}
.footer ul li {
	float:left;
	padding-left:7px;
	font-size:12px;
	}
.footer ul li a, .footer ul li a:active, .footer ul li a:visited  { color:#808080; }
.grad {
	background:url(images/bgSmall.gif) top left repeat-x;
	padding:5px;
	min-height:66px;
	font:24px Georgia, "Times New Roman", Times, serif;
	color:#303030;
	margin-top:25px;
	}
.grad span {
	font-size:18px;
	color:#838383;
	}
.attention {
	background:url(images/attention.gif) left no-repeat;
	height:30px;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	width:220px;
	padding:5px 0 0 40px;
	text-align:left;
	margin:0 auto;
	}
.forward {
	width:600px;
	background:url(images/forward-bg.gif) top left repeat-x;
	margin:5px auto 0 auto;
	padding:20px 50px 10px;
	font-size:13px;
	}
.forward .left { float:left; padding-bottom:5px; }
.forward .right { float:right; padding-bottom:5px; }
.forward .left input, .forward .right input {
	width:270px;
	height:25px;
	padding:8px 2px 0 6px;
	border:1px solid #cecece;
	background:#fff url(images/field-280-35.gif) bottom right no-repeat;
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#656565;
	}
.bld { font-weight:bold; }
.pop {
	width:640px;
	border:1px solid #848484;
	background:#fff;
	}
.pop .top {
	min-height:41px;
	padding:15px 15px 0 15px;
	background:url(images/pop-top.gif) top left repeat-x;
	border-bottom:1px solid #bdbdbd;
	font-size:18px;
	color:#5d5d5d;
	}
.pop .content { padding:20px; }
.pop .content .note {
	background:url(images/note-ic.gif) left no-repeat;
	font-size:14px;
	height:37px;
	padding:3px 0 0 45px;
	margin-bottom:20px;
	}
.pop2 {
	margin:0 auto;
	width:640px;
	border:1px solid #848484;
	background:#fff;
	}
.pop2 .top {
	min-height:41px;
	padding:15px 15px 0 15px;
	background:url(images/pop-top.gif) top left repeat-x;
	border-bottom:1px solid #bdbdbd;
	font-size:18px;
	color:#5d5d5d;
	}
.pop2 .content { padding:20px; }
.pop2 .content .note {
	background:url(images/note-ic.gif) left no-repeat;
	font-size:14px;
	height:37px;
	padding:3px 0 0 45px;
	margin-bottom:20px;
	}
#splash, #splash2
{
	padding:0px;
	position:absolute;
	z-index:100;
	left:50%;
	top:160px;
	margin-left:-320px;
}
#splashbase, #splashbase2
{
	position:absolute; 
	filter:alpha(opacity=65); 
	-moz-opacity:0.65; 
	opacity:0.65;
	background-color:#48576e;
	width:100%;
	height:160%;
	z-index:10;
	overflow:auto;
	top:0;
	left:0;
}

.gradTitle {
	background:#f7f7f7 url(images/gray-tab-top.gif) top left repeat-x;
	padding:10px;
	margin-bottom:10px;
	}
.f-label {
	width:140px;
	float:left;
	}
.f-content {
	width:520px;
	float:right;
	}
.f-content .f-row {
	padding-bottom:15px;
	}
	/*tables*/
table.tLayout-1 {	
	}
table.tLayout-1 tr.top {
	background:#f7f7f7 url(images/gray-tab-top2.gif) top left repeat-x;
	height:28px;
	color:#3e495a;	
	}
table.tLayout-1 tr.grey {
	background:#f3f3f3;
	}
table.tLayout-1 td {
	padding:7px;
	}
.tips {
	border-top:1px solid #eeeeee;
	padding:5px 0 0 0;
	}
.tipsM {
	border-top:1px solid #eeeeee;
	padding:0;
	}
.statistics {
	padding:0 0 20px 0;
	width:860px;
	margin:0 auto;
	}
.graph {
	float:left;
	width:310px;
	height:170px;
	}
ul.statistics-list {
	float:left;
	list-style:none;
	font-size:15px;
	width:230px;
	margin-top:15px;
	}
ul.statistics-list span {
	font-size:11px;
	color:#7f7f7f;
	}
ul.statistics-list li {
	line-height:16px;
	padding:12px 0 0 15px;
	background-position:0 16px;
	background-repeat:no-repeat;
	}
ul.statistics-list li.green { background-image:url(images/greenSquare.gif); }
ul.statistics-list li.red { background-image:url(images/redSquare.gif); }
ul.statistics-list li.blue { background-image:url(images/blueSquare.gif); }

ul.statistics-list2 {
	list-style:none;
	color:#747474;
	float:left;
	margin-top:15px;
	}
ul.statistics-list2 li {
	clear:both;
	padding-top:12px;
	line-height:19px;
	}
ul.statistics-list2 li p {
	float:left;
	width:55px;
	padding-right:5px;
	font-size:16px;
	text-align:right;
	font-weight:bold;
	}