@charset "utf-8";

html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 125%;
	background-color: #EBEBEB;
}
#container {
	min-height:100%;
	position:relative;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFFFFF;
}
#header {
	background:#FFFFFF;
	padding:0px;
	margin-left:52px;
	margin-right:48px;
}
#menubar {
	position:relative;
	width:100%;
	height:30px;
	text-align:left;
}
#tabbar {
	position:relative;
	width:100%;
	height:32px;
	background-image:url(images/tabbar.jpg);
	background-repeat:repeat-x;
}
#banner {
	position:relative;
	width:100%;
	height:130px;
	text-align:left;
	background-color:#FFFFFF;
}
#adbanner {
	position:absolute;
	width:150px;
	height:610px;
	right:-120px;
	top:235px;
}
#formbanner {
	position:relative;
	width:100%;
	height:105px;
	text-align:left;
	background-color:#FFFFFF;
}
#formclose {
	position:absolute;
	top:-25px;
	width:500px;
	height:25px;
	margin-right:20px;
	background-color:#FFFFFF;
	z-index:1;
	font-size: 10px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#formcontent {
	position:relative;
	width:470px;
	text-align:left;
	background-color:#EEEEEE;
	padding:15px;
}
#bannersecondary {
	position:relative;
	width:100%;
	height:3px;
	text-align:left;
}
#toplinksbar {
	position:absolute;
	left:450px;
	top:1px;
	width:400px;
	height:22px;
	z-index:1;
	font-size: 10px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#body {
	padding:0px;
	padding-bottom:130px;	/* Height of the footer */
	background-color:#FFFFFF;
	min-height:375px;
}
#leftcontent {
	width:195px;
	margin-left:52px;
	background-color:#FFFFFF;
	position:absolute;
}
#maincontent {
	width:548px;
	margin-left:100px;
	background-color:#FFFFFF;
	padding:15px;
	margin: 0px;
	left: 52px;
	position:relative;
}
#maincontent-ad {
	width:800px;
	margin-left:100px;
	background-color:#FFFFFF;
	padding:0px;
	margin: 0px;
	left: 52px;
	position:relative;
}
#popupcontent {
	width:470px;
	margin-right:50px;
	background-color:#FFFFFF;
	padding:15px;
	position:relative;
}
#fullcontent {
	width:771px;
	margin-left:51px;
	margin-right:48px;
	background-color:#FFFFFF;
	padding:15px;
	margin: 0px;
	left: 52px;
	position:relative;
}
#loginstatus {
	position:absolute;
	right:0px;
	top:1px;
	width:200px;
	height:80px;
	text-align:center;
	z-index:1;
	font-size: 10px;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#newsfeed {
	position:relative;
	width: 175px;
	height: 250px;
	margin-left:0px;
	padding:10px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 140%;
	background-color: #FFFFFF; 	
	font-weight:normal;
}
#leftlinks {
	position:relative;
	width: 195px;
	height: 100px;
	left:0;
}
#rightlinks {
	position:relative;
	width: 223px;
	min-height: 100px;
	right:0;
}
#midcontent {
	width:352px;
	background-color:#FFFFFF;
	position:relative;
	padding:15px;
	margin: 0px;
	left:247px;
}
#ticketcontent {
	width:500;
	background-color:#FFFFFF;
	position:relative;
	overflow:auto;
	padding:15px;
	margin: 0px;

}
#adminlist {
	width:200px;
	background-color:#FFFFFF;
	position:absolute;
	overflow:auto;
	left: 0px;
	padding:15px;
	margin: 0px;

}
#admincontent {
	width:550px;
	height:500px;
	background-color:#FFFFFF;
	left: 230px;
	position:relative;
}
#rightcontent {
	width:223px;
	margin-right:48px;
	background-color:#FFFFFF;
	float:right;

}
#autotaskusercontent {
	width:361px;
	float:right;
	background-color:#CCCCCC;

}
#autotaskcontent {
	width:100%;
	background-color:#FFFFFF;
	padding:0px;
	margin: 0px;
	position:relative;
}
#clientlogin {
	width: 195px;
	left:0;
	height:250px;
	margin-right:48px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 140%;
	background-color: #FFFFFF;
	font-weight:normal;
}
#footer {
	position:absolute;
	bottom:0;
	width:800px;
	height:130px;			/* Height of the footer */
	background:#FFFFFF;
	margin-left:52px;
	margin-right:48px;
	text-align:center;
}
	/* other non-essential CSS */
#header p,
#header h1 {
	margin:0;
	padding:10px 0 0 10px;
}
#footer p {
	margin:0;
	padding:10px;
}
#datatable {
	overflow:auto;
	height:350px;
	width:auto;
	background-color:#FFFFFF;
}
#leftcol {
	position:absolute;
	height: 100%;
	width: 52px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/2009website_r1_c1.jpg);
	background-repeat: repeat-y;
	left:0;
}
#rightcol {
	position:absolute;
	height: 100%;
	width: 48px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/2009website_r1_c13.jpg);
	background-repeat: repeat-y;
	float:right;
	right:0;
}

#blanket {
background-color:#333333;
opacity: 0.45;
filter:alpha(opacity=45);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv, #AnnualServicesReview, #HardwareLifecycleReview, #ITAssessment, #BusinessObjectivesReview, #AnnualPlanning, #BackupReview, #QuarterlyServicesReview, #SensitiveDataReview, #ExternalSecurityReview, #ITMAReview, #WebSiteEffectivenessReview, #SEOReview, #OfficeMove, #SparePC{
position:absolute;
background-color:#eeeeee;
width:500px;
height:500px;
z-index: 9002;
}
#TicketDetail, #NewTicket {
position:absolute;
background-color:#eeeeee;
width:500px;
height:350px;
left:50px;
z-index: 9002;
}
#PleaseWait {
position:absolute;
background-color:#FFFFFF;
text-align:center;
vertical-align:middle;
padding:20px;
left:50%;
top:50%;
margin-top:-55px;
margin-left:-150px;
width:300px;
height:100px;
z-index: 9002;
visibility:visible;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #003366;
}
.normalfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #333333;
}
.normalfontreverse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight:bold;
	color: #003366;
	text-align:center;
	height: 18px;
}
.newsheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 125%;
	color: #003366;
	font-weight:bold;
}
.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 125%;
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(images/tableheader_bg.jpg);
	height: 18px;
	text-align:center;
}
.newsfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 140%;
	color: #333333;
	font-weight:normal;
}
.newslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 140%;
	color: #FF6600;
	font-weight:bold;
	text-align:right;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	min-width: 180px;
	width: 100%; 
}
form fieldset {
	padding: 15px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	background-color:#EFEFEF;
}
form input, textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 0 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form label {
	margin:0px 0px 0px 0px; 
}

	[if lt IE 7]>
	#container {
		height:100%;
	}
	<![endif]
