@media print {
#nav {
	display: none;
}
#main {
	width: 100%;
}
}
@media print, screen {
body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #00309C;
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

tr, td, th {
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}

form th, form td {
	text-align: left;
	padding: 3px;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}

input.button {
	font-weight: bold;
	color: #3B3B7A;
	background: url(images/buttontile.gif) repeat-x;
	margin: 0 2px;
}

input.radio {
	border: 0;
}

input.checkbox {
	border: 0;
}

div.separator {
	border-bottom: 1px dashed #CCC;
}

.msgtxt {
	color: #FF0000;
	font-weight: bold;
}

#page {
	width: 100%;
	border-bottom: 1px solid #999;
}

#header {
	border-bottom: 1px solid #999;
	/*height: 90px;*/
	padding-bottom: 5px;
}

.glow {
	background: 0;
	background-color: #FFFF99;
}

/********* NAVIGATION **********/
#nav {
	width: 150px;
	border-right: 1px solid #999;
	padding: 0;
	text-align: left;
}
#nav h1 {
	margin: 0;
	border: 1px solid #FFF;
	padding: 8px 5px 3px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
#nav h2 {
	margin: 0;
	padding: 0 5px 3px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #999;
}
#nav a.changelink {
	font-size: 10px;
	font-weight: normal;
	color: #F90;
}
#nav a.changelink:hover {
	font-size: 10px;
	font-weight: normal;
	color: #FC3;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 2px 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#nav ul li a {
	/*display: block;
	padding: 2px 8px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;*/
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #039;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #3366CC;
}
#clientSelectBox {
	position: absolute;
	z-index: 2;
	left: 120px;
	width: 200px;
	border: 1px solid #CCC;
	background-color: #EEE;
}
#clientSelectBox h1 {
	margin: 0;
	border: 0;
	padding: 5px 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 12px;
}
#clientSelectBox h1 a.changelink {
	display: block;
	float: right;
	padding: 1px 2px;
	/*background-color: #FFF;*/
	color: #999;
}
#clientSelectBox h1 a.changelink:hover {
	display: block;
	float: right;
	padding: 1px 2px;
	/*background-color: #FFF;*/
	color: #666;
}
#clientSelectBox ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
#clientSelectBox ul li {
	margin: 0;
	padding: 0;
	border: 1px solid #EEE;
}
#clientSelectBox ul li a {
	display: block;
	border: 1px solid #EEE;
	background-color: #EEE;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #039;
}
#clientSelectBox ul li a:hover {
	border: 1px solid #FFF;
	background-color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #36C;
}

/******** MAIN **********/
#main {
	vertical-align: top;
	/*width: 100%;*/
}

#main table {
	margin: 5px;
}

#main h1 {
	float: left;
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
#main h2 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#main h2 span {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
#main h2 a {
	font-weight: bold;
}
div.userheader {
	border-right: 1px solid #FFFFFF;
	padding-right: 10px;
	margin-right: 1px;
	text-align: right;
}

div.userheader a {
	text-decoration: none;
}

div.userheader a:hover {
	text-decoration: underline;
}

tr.subheader td {
	padding-left: 15px;
}

tr.subheader strong {
	color: #00309C;
}
th.group {
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background: #CCC;
	padding: 3px 6px;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
}
th.group span {
	font-weight: normal; 
	text-transform: none;
}

/* NOTIFICATIONS */
table.notification {
	width: 90%;
	border: 1px solid #666;
	text-align: left;
	margin-bottom: 10px;
}

table.notification th {
	padding: 2px;
	background-color: #EEE;
}

table.notification td {
	margin: 10px;
	padding: 10px;
}

table.clientnote div.attachedfiles, table.tlsnote div.attachedfiles {
	margin-top: 10px;
	padding-top: 2px;
	border-top: 1px solid #aaa;
	color: #aaa;
}

/* CLIENT NOTES */
table.clientnote {
	width: 90%;
	border-width: 1px;
	border-style: solid;
	border-color: #00309C;
	text-align: left;
	margin-bottom: 10px;
}

table.clientnote th {
	padding: 2px 2px 2px 45px;
	background: url(images/clientnote.gif) no-repeat #CEDCFF;
}

table.clientnote td {
	margin: 10px;
	padding: 10px;
}
/* TLS NOTES */
table.tlsnote {
	width: 90%;
	border-width: 1px;
	border-style: solid;
	border-color: #FF9900;
	text-align: left;
	margin-bottom: 10px;
}

table.tlsnote th {
	padding: 2px 2px 2px 45px;
	background: url(images/tlsnote.gif) no-repeat #FFEBB9;
}

table.tlsnote td {
	margin: 10px;
	padding: 10px;
}

table.ticketresults {
	border: 1px solid #999;
}

table.ticketresults th {
	text-align: left;
	padding: 2px 10px;
	background-color: #EEE;
}
table.ticketresults td {
	text-align: left;
	padding: 2px 10px;
	border-bottom: 1px solid #CCC;
}

table.users {
	border: 1px solid #999;
	text-align: left;
	margin-bottom: 10px;
}

table.users th {
	color: #000000;
	padding: 2px 4px;
	background-color: #EEE;
}
table.users td {
	padding: 4px 2px;
}
}