﻿/* CSS Document */
body {
	background: #fff url('../images/backgrounds/atsd_background.jpg') top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px #666666 solid;
	background-color: transparent;
}
h2 {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-decoration: none;
	margin: 10px 3px 5px 3px;
	padding: 3px 0 3px 3px;
	border-bottom: 1px #666666 solid;
	background-color: transparent;
}
p, tr, td {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
a:link, a:visited {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333;
	text-align: left;
	text-decoration: underline;
}
a:active, a:hover {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	text-align: left;
	text-decoration: underline;
}
/* ============== Begin DIV's ==============*/
#divContainer {
	z-index: 1;
	position: relative;
	top: 0px;
	left: 50%;
	width: 96%;
	height: 100%;
	margin: 0 auto 0 -48%;
	background-color: transparent;
}
/* ==== Base Elements ==== */
#divLogo {
	z-index: 10;
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 32px;
	height: 31px;
	background-color: transparent;
}
#username {
	height: 5px;
	position: relative;
	text-align:right;
}
#divTitle {
	z-index: 10;
	position: absolute;
	top: 15px;
	left: 60px;
	padding: 0;
	margin: 0;
	width: 168px;
	height: 20px;
	background-color: transparent;
}
#divDemo {
	z-index: 2;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 526px;
	margin: 0;
	padding: 0 0 100px 0;
	background: transparent url('../images/backgrounds/atsd_demo.gif') 50% 90px no-repeat;
}
#divBody {
	z-index: 20;
	position: relative;
	top: 70px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
}
#divMainMenu {
	z-index: 30;
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
	background-color: transparent;
	border-bottom: 1px #666666 solid;
}
#divActions {
	/* Specifically for cascade.htm page, and odd load timing issue in IE */
        z-index: 40;
	position: relative;
	height: auto;
	width: auto;
	background-color: #fff;
	display: none; /* set to none.  JavaScript will wait a moment using setTimeout() */
}
#divFooter {
	z-index: 30;
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	margin: 70px 0 0 0;
/* bottom adjustment */	padding: 0;
	text-align: center;
	background-color: transparent;
}
/* ======= Main Menu CSS =========== */
.MainMenuItems {
	position: relative;
	display: block;
	height: 26px;
	width: 113px;
	margin: 0 5px 0 0;
	float: left;
	background-color: transparent;
}
.MainMenuItems a:link, .MainMenuItems a:visited {
	position: relative;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 5px 0 0 0;
	background: transparent url('../images/buttons/mainmenu_up.gif') top left no-repeat;
	text-align: center;
	text-decoration: none;
	height: 26px;
	width: 113px;
	display: block;
}
.MainMenuItems a:active, .MainMenuItems a:hover {
	position: relative;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 5px 0 0 0;
	background: transparent url('../images/buttons/mainmenu_dn.gif') top left no-repeat;
	text-align: center;
	text-decoration: none;
	height: 26px;
	width: 113px;
	display: block;
}
.MainMenuLicense, .MainMenuLicense:active, .MainMenuLicense:hover, .MainMenuLicense:visited, .MainMenuLicense:link {
	position: right;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: right;
	text-overflow: ellipsis; 
    overflow: hidden;
    white-space: nowrap;
	text-decoration: none;
	height: 26px;
	display: block;
	background-color: transparent;
}
/* ======= Form CSS =========== */
form .atsd_button {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 10px 5px 0 0;
	padding: 3px 15px;
	border-top: 1px #aaa solid;
	border-left: 1px #aaa solid;
	border-bottom: 1px #333 solid;
	border-right: 1px #333 solid;
	background: #eee url('../images/backgrounds/atsd_button_background.jpg') top left repeat-x;
}
form input, form textarea, #newnote {
	background-color: #fff;
	border: 1px #666666 solid;
}
form .atsd_frmTable {
	position: relative;
	width: 500px;
	margin: 20px 0 0 0;
	background-color: transparent;
}
form .atsd_frmTicketTable {
	position: relative;
	width: 100%;
	margin: 0;
	border: 0px #eee solid;
	background-color: transparent;
}
form .atsd_frmShade {
	width: 30%;
	text-align: right;
	margin: 2px 5px 2px 0;
	padding: 0 5px 0 0;
	background-color: #eee;
}
form .atsd_frmInput {
	width: 70%;
	text-align: left;
	background-color: transparent;
}
form .atsd_frmInput input {
	position: relative;
	display: inline;
	float: left;
}
form .atsd_req {
	position: relative;
	display: inline;
	float: right;
	top: 0;
	right: 0;
	height: 20px;
	width: 30px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #c00;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	margin: 0;
	background-color: #eee;
}
/* ======= Alex_Tickets (from JavaScript and DLL) CSS =========== */
table.alex_tickets {
	width: 100%;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
	border: 0px #666666 solid;
	padding: 0;
	margin: 0;
	background-color: transparent;
}
table.alex_tickets td.tblhead{
	/* ==== The table heading row ==== */
    font-family: Arial, Helvetica, Geneva, Sans-Serif;
	color: #fff;
	text-align: center;
	font-size: 9pt;
	margin: 0;
	padding: 3px;
	font-weight: bold;
	border: 0px #666666 solid;
	background: #aaa url('../images/backgrounds/atsd_button_background.jpg') top left repeat-x;
}
a.sortlink {
	/* ==== The table heading row ==== */
    font-family: Arial, Helvetica, Geneva, Sans-Serif;
	color: #fff;
	text-align: center;
	font-size: 9pt;
	margin: 0;
	padding: 3px;
	font-weight: bold;
	border: 0px #666666 solid;
	background: #aaa url('../images/backgrounds/atsd_button_background.jpg') top left repeat-x;
	text-decoration: none;
}
table.alex_tickets td.rowhead, td.rowhead {
	/* ==== Cascade Left Column ==== */
    font-family: Arial, Helvetica, Geneva, Sans-Serif;
	margin: 2px 5px 2px 0;
	padding: 0 5px 0 0;
	background-color: #eee;
	text-align: right;
	font-size: 10pt;
	margin: 0;
	padding: 5px;
	width: 150px;
	vertical-align: top;
}
table.alex_tickets span.notedate {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	text-align: left;
}
table.alex_tickets td.input {
	text-align: left;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 10pt;
	padding: 5px;
	width: 150px;
	vertical-align: top;
	background-color: #fff;
}
table.alex_tickets textarea.input {
	text-align: left;
	font-size: 10pt;
	padding: 5px;
	width: 350px;
}
table.alex_tickets input.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
	width: 350px;
	text-align: left;
}
table.alex_tickets td.itemcenter {
	font-size: 10pt;
	padding: 5px;
	text-align: center;
	border-bottom: 1px #aaa solid;
}
table.alex_tickets td.itemleft, td.itemleft {
	/* === Casecade Right Column ==== */
    font-size: 10pt;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: auto;
	border-bottom: 1px #aaa solid;
	background-color: transparent;
}
table.alex_tickets td.itemleft div.item {
	/* Existing Ticket Description */
    position: relative;
	height: 120px;
	overflow: auto;
}
table.alex_tickets td.tabbed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
table.alex_tickets td.itemright {
	font-size: 10pt;
	padding: 5px;
	text-align: right;
	border-bottom: 1px #aaa solid;
	background-color: transparent;
}
table.alex_tickets td.comment {
	font-size: 10pt;
	padding: 5px;
	text-align: left;
}
table.alex_tickets div.item {
	height: 75px;
	overflow: auto;
}
#new_Title_ {
	/* New Ticket Entry input box (it is a clss="input" too) */
    width: 90%;
	background-color: #fff;
	border: 1px #666666 solid;
}
#new_Description_ {
	/* New Ticket Description input box (it is a clss="input" too) */
    width: 90% !important;
	background-color: #fff;
	border: 1px #666666 solid;
}
table#asd_ticket_submit tbody tr td.rowhead {
	/* Table that contains the Ticket submit button */
    background-color: #fff;
	border-bottom: 0px #666666 solid;
}
table#asd_ticket_submit tbody tr td.itemleft {
	/* Table that contains the Ticket submit button */
    background-color: #fff;
	border-bottom: 0px #666666 solid;
}
table#asd_ticket_submit {
	/* Table that contains the Ticket submit button */
    background-color: #fff;
	border-bottom: 1px #666666 solid;
	margin: 0 0 20px 0;
	padding: 0;
}
table#asd_ticket_submit form {
	/* Table that contains the Ticket submit button */
    margin: 0 0 20px 0;
	padding: 0;
}
#EmailField, #PasswordFieldC, #PasswordField, #PasswordField1 {
	width: 200px;
}
#action1button {
	display: block;
}
#action1wait {
	display: none;
}
#action2button {
	display: block;
}
#action2wait {
	padding-top: 10px;
	display: none;
}
#modalPage {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 450;
}
.modalBackground {
	filter: Alpha(Opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	background-color: #555555;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}
.modalContainer {
	position: absolute;
	width: 180px;
	left: 40%;
	top: 50%;
	z-index: 750;
	font-family: arial;
	font-size: 12pt;
	padding: 10px;
	text-align: center;
}