body, html {
	margin:	0px;
	padding: 0px;
}

body {
	color: #ffffff;
	font-family: arial;
   	font-size: 12px;
	background-color: #000000;
	border:	0px;
	padding: 0px;
	margin: 0px;
	outline: none;
}

.top {
	margin:	0 auto;
	background-color: #000000;
	min-height:90px;
	min-width:1000px;
}

.bottom {
	min-height:400px;
	min-width:1000px;
	margin:	0 auto;
	background-image:url('../images/bottomBG.jpg');
	background-repeat: repeat-x;
	background-position:top left;
}

.wrapper {
	margin:	0 auto;
	padding: 0px;
}

div.header {
	padding:10px 20px 0px 0px;
	height:85px;
	text-align:right;
	background-image:url('../images/dashboardtopBG.jpg');
	background-repeat: no-repeat;
	background-position:top left;
	color: #000000;
	background-color: #000000
}

.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 #c4c4c4 1px;
	border-right: solid #c4c4c4 1px;
}

.sideNav {
	text-align:right;
}

.footer {
	max-height:20px;
	height:20px;
	background-color:#ffffff;
	padding:0px 5px 3px 5px;
	color:#666666;
	border-left: solid #c4c4c4 1px;
	border-right: solid #c4c4c4 1px;
	border-bottom: solid #c4c4c4 1px;
}

.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-image: url("../images/phone.jpg");
	background-repeat: no-repeat;
	height:310px;
	width:200px;
	padding-top:55px;
	padding-left:13px;
}

.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: #ffffff;
	font-size:14px;
}

.loggedIn a {
	color: #ffffff;
}

.keyword_div {
	position:relative;
	width:200px;
	background-color:#ffffff;
	color: #000000;
	padding:3px;
	z-index: 1;
}