﻿/* Copyright 2009 Innovasoft Limited */

html
{
 height:100%;
}
body 
{
	margin:0;
	padding:0;
	height:100%;
	color:#000000;	
	font-family:Tahoma;
	font-size:13px;	
}
#main 
{
	margin-right:auto; 
	margin-left:auto;
	width:920px;
	text-align:center;
	min-height: 100%;
	/*padding-bottom:25px;*/
	background-image:url(../assets/images/telemarketing-lists-main.jpg);	/* MJS added background-image */
}
#contentholder
{
	position:relative;
	height: 100%;
	padding-bottom:67px;
	}
/* Everything else ignores the * except IE*/
* html #main
{
 height: 100%;
 }
#bannerimage
{
	width: 100%;
	height:98px;
	background-repeat: no-repeat;
	background-image:url(../assets/images/telemarketing-lists-banner.jpg);
}
#todaysdate
{
	color: white;
	font-size: 13px;
	padding:26px 0px 0px 60px;
	position:absolute;
	top:0px;
	left:0px;
}
#navigation 
{
	position:absolute;
	top:0px;
	right:0px;	
	padding:  21px 60px 0px 0px; 
}
#navigation, #navigation a 
{
	color:white;
	font-size:13px;
	text-decoration:none;
}
#navigation a:active
{
	text-decoration:none;
	color:white;	
}
p, ul, ol, dl 
{
	font-family:Tahoma;
	font-size:13px;	
	line-height:160%;
	margin-bottom:1em;
	margin-top:0;
}/*
.msg 
{
	clear:both;
	position: relative;
	background-color:White;
	border:solid 1px Black;
	text-align:center;
	width:800px;		
	margin-right:auto;	 
	margin-left:auto;	
	margin-bottom:10px; 
}
.msg p 
{
	display:block;
	margin:10px 0 10px 0;
}*/
#menu
{
	background-image:url(../assets/images/telemarketing-lists-menu.jpg);
	height:50px;
}
#topcontent
{
	background-image:url(../assets/images/telemarketing-lists-topmain.jpg);
	height:25px;
}
#divcontent
{
	clear:both;
	width: 800px;
	margin-right:auto; 
	margin-left:auto;
	text-align:center;
}
#divcontent td {text-align:left;}
#divcontent td.imgcell{text-align:center;}
/*
.logintemplate
{
	clear:both;
	margin-right:auto; 
	margin-left:auto;
	text-align:center;
	background-color:#FFFFFF;	
}*/
#footer
{
	clear:both;
	text-align: center;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../assets/images/telemarketing-lists-footer.jpg);
	margin-top:-67px;
	height:67px;
	background-repeat: no-repeat;
	width:920px;
	font-size:10px;
}
#footer img, .noborderimg {border:none;}
#footer a {text-decoration:none;color:#FFFFFF;}
#footer a:hover {text-decoration:none;color:#FF0000;}
#footer p {color:#B0B0B0;display:block;text-align:center; padding-top:27px;} /*Don't use margin as it screews up scrollbars. Padding doesn't seem to work*/
#footer table {color:#B0B0B0;padding-top:30px;width:800px;font-size:12px;margin-left:auto;margin-right:auto}
/*
table.grid {width:600px; border-color:#E0E0E0;border-width:1px;border-style:solid;margin:0px auto; background-color:#FFFFFF;}
table.grid tr {white-space:normal;}
table.grid td.normal {white-space:normal;}
table.grid th {text-align:left;background-color:#000000;color:#FFFFFF;white-space:normal;}
table.grid a:visited {color:Blue;}
*/
h1
{
	font-weight: bold;
	font-size: 14px;
	margin:0 0 0 0;
}
h2
{
	font-weight: bold;
	font-size: 11px;
	margin:0 0 0 0;
}/*
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	list-style-type: circle;
}*/
.dxeEditArea_lc 
{
	font-size:11px;
}
/* NSW Specific */
.vscroll {vertical-align:top;height:20px;cursor:s-resize;text-align:center;color:#D0D0D0}
.hscroll {vertical-align:top;width:20px;cursor:w-resize;text-align:center;color:#D0D0D0}
.groupoverflow {overflow:auto;width:700px}
div.code {border-right: black 1px solid; padding-right: 3px; border-top: black 1px solid; padding-left: 3px; font-size: 10pt; padding-bottom: 3px; border-left: black 1px solid; padding-top: 3px; border-bottom: black 1px solid; font-family: 'Courier New', Courier, monospace; background-color: white}
textarea
{
  resize:none; /* Hides Webkit TextArea resize */
}

