body, html {
	margin:	0px;
	padding: 0px;
}

body {
	color: #ffffff;
	font-family: arial;
   	font-size: 12px;
	background-color: #ededed !important;
	background-image: url("/images/bodybg.png");
	border:	0px;
	padding: 0px;
	margin: 0px;
	outline: none;
	background-repeat: repeat;
}

.corner_logo {
	z-index: -10;
	position: absolute;
	width: 100%;
	background-image: url('../images/color_throwup.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 500px;
	margin-top: -25px;
}

.top {
	margin:	0 auto;
	min-height:90px;
	min-width:1000px;
}

.bottom {
	min-height:400px;
	min-width:1000px;
	margin:	0 auto;
}

.wrapper {
	margin:	0 auto;
	padding: 0px 0px 0px 0px;
}

div.header {
	height:85px;
	background:url('../images/logo.png') no-repeat 5px 6px;
	padding-bottom:15px;
}

.topCenter {
	margin:	0 auto;
	padding: 0px 40px 0px 40px;
}

.display {
	padding:20px;
	color:#666666;
	background-color:#000000;
}

.content {
	color: #666666;
	background-color:#ffffff;
	padding:10px;
	min-height:350px;
	border-left: solid #d2d2d2 1px;
	border-right: solid #d2d2d2 1px;
	border-top: solid #d2d2d2 1px;
	border-bottom: solid #d2d2d2 1px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
/*	border-top-right-radius:10px;*/
	behavior:url(/js/pie/PIE.htc);
	z-index:1000;
}

.sideNav {
	text-align:right;
}

.footer {
	max-height:20px;
	height:20px;
	padding:0px 15px 3px 15px;
	color:#353535;
	margin-bottom:10px;
}
.footer a, .footer a:visited, .footer a:hover {
	color: #353535;
}

.blackout {
	height				:	2000px;
	width				:	100%;
	z-index				:	2;
	position			: 	absolute;
	left				: 	0px;
	top					: 	0px;
	background-color	: 	#000000;
    filter				:	alpha(opacity=20);
    -moz-opacity		:	0.2;
   	opacity				: 	0.2;
}

.modalwaiting div {
	width:100%;
}

.modalwaitingimg {
	margin-top			:	250px;
	margin-left			:	auto;
	background-image	:	url("../images/wait_icon.gif");
	background-position	:	top center;
	background-repeat	:	no-repeat;
	width				:	136px;
	height				:	136px;
	z-index				:	150;
}

.messagePreview, .messagePreviewLow {
	background: transparent url(/images/mcard/preview.png) no-repeat top left;
        height: 332px;
        overflow: hidden;
        padding: 97px 30px 98px 32px;
        width: 238px;
}

.messagePreview div, .messagePreviewLow div {
	color: #000000;
	height:225px;
	width:160px;
	padding:5px;
	overflow:auto;
}

.messagePreviewLow {
	top:495px;
}


.loggedIn {
	position:absolute;
	top:10px;
	right:50px;
	color: #fff;
	font-size:14px;
}

.loggedIn a {
	color: #fff;
}
.loggedIn table{
	background:#383838;
	color:#fff;
	padding:5px;
	border-radius:5px;
}

.loggedIn table td{padding:5px;}

.keyword_div {
	position:relative;
	width:200px;
	background-color:#ffffff;
	color: #000000;
	padding:3px;
	z-index: 1;
}
/* EMAIL, SOCIAL, AND VOICE TABS*/
.landing-pages{
		margin:15px 30px;
		width:875px;
	}
.landing-pages h1{
	color: #333;
	font-weight: 400;
	font-size: 34px;
}
.landing-pages .left, .landing-pages .right{
	vertical-align: top;
}
.landing-pages .left p{
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #444;
	padding:20px 0px 30px;
}
.landing-pages .left #p-2{
	padding:0px 0px 20px;
}
.landing-pages .left span{
	font-size: 23px;
	font-weight: 500;
	color: #444;
}
.landing-pages hr{
	width:125px;
	background-color: #444;
}
.landing-pages .button1{
	background-color:#41A2D3;
	width:230px;
	height:50px;
	border-radius: 10px;
	font-size:22px;
	font-weight: 100;
	text-align: center;
}
.landing-pages .button1 a{
	position: relative;
	top: 12px;
	color:#fff !important;
	text-decoration: none;
}
.landing-pages .button2{
	background-color:#70C275;
	width:230px;
	height:50px;
	border-radius: 10px;
	font-size:22px;
	font-weight: 100;
	text-align: center;
	margin-top: 12px;
}
.landing-pages .button2 a{
	position: relative;
	top: 12px;
	color:#fff !important;
	text-decoration: none;
}
.landing-pages .button1:hover, .landing-pages .button2:hover{
	cursor: pointer;
}
.landing-pages .button1 a:hover, .landing-pages .button2 a:hover{
		text-decoration: none !important;
		color:#444 !important;
	}

#company_downloads{
	list-style:none;
}

#company_downloads #export_csv{
	padding-top:2px;
	cursor:pointer;
}
#company_downloads h2{
	padding-top:35px;
}
#loading_gif{
	width:30px;
}
#processing_div{
	position: relative;
	bottom: 25px;
	left: 407px;
	display: inline;
	color:grey;
}
#export_div{
	position: relative;
	bottom: 25px;
	left: 407px;
	display: inline;
}
#processing{
	position: relative;
	right: 83px;
	font-weight: bold;
	font-size: 12px;
	display: inline;
}
#processing_p{
	color: #b7b3b3;

}