/* BEGIN imports */
@import url("/includes/960");
/* END imports */

a {
	font-weight: bold;
	text-decoration: none;
	color: #00a6f4;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-left: 28px;
}
	
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #00a6f4;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-left: 28px;
}
	
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #007ab4;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-left: 28px;
}

body {
	height: 100%;
	background: url("/images/twothink/corpus/corpusHeaderRepeat.png") repeat-x;
	background-color: #F5F4EE;
}
	
form {
	text-shadow: 1px 1px 3px black;
	color: #bfbfbf;
	padding: 190px 0 0 25px;
	font-family: "Arial";
	font-size: 18px;
}
	
input {
	font-size: 18px;
}
	
#corpusLogo {
	margin-top: 75px;
}
	
#loginBox {
	min-width: 457px;
	min-height: 441px;
	background: url("/images/twothink/corpus/corpusLogin.gif") no-repeat 240px;
	margin-top: 40px;
}

#loginBoxReserve {
	min-width: 457px;
	min-height: 441px;
	background: url("/images/twothink/westerReserveLogin.gif") no-repeat 240px;
	margin-top: 40px;
}
	
#loginBtn {
	margin: 18px 0 0 265px;
}
	
.textBox {
	width: 405px;
	height: 40px;
	font-size: 30px;
}

.logoutText {
text-align: right;
}

.logoutText a {
	text-decoration: none;
}

.logoutText a:hover {
	text-decoration: underline;
}

#welcomeText {
	color: #00A6F4;
	font-size: 24px;
	padding-top: 50px;
}

.tableBottom {
	background: url("/images/twothink/corpus/corpusTicketingBoxBottom.png") no-repeat;
}

.tr1 {
	background: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #B3B3B3;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B3B3B3;
}

.tr2 {
	background: #f2f2f2;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #B3B3B3;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B3B3B3;
}

.corpusTable {
	width: 781px;
}


.corpusTable td {
	height: 42px;
	vertical-align: middle;
}

.ticketTableTop {
	background: url("/images/twothink/corpus/corpusTicketingTicketHistoryBox.png") no-repeat;
}

.compsTableTop {
	background-color: #F5F4EE;
	background: url("/images/twothink/corpus/corpusTicketingBoxComps.png") no-repeat;
}

.ticketTableInfo {
	background: url("/images/twothink/corpus/corpusTicketingTicketHistory.png") no-repeat;
}

.compsCompletedTableTop {
	background: url("/images/twothink/corpus/corpusPrevComp.gif") no-repeat;
}

.compDetailCell {
	background: url("/images/twothink/corpus/corpusCompUpdates.gif") no-repeat;
}

td.ticketTableInfo {
	height: 36px;
}

.tableSummary {
	width: 430px;
}

.tablePriority {
	width: 130px;
	padding-left: 20px;
}

.tableStatus {
	width: 120px;
	padding-left: 20px;
}

.tableFirstCell {
	padding-left: 11px;
}

.ticketDetails {
	background: url("/images/twothink/corpus/corpusTicketDetails.gif") no-repeat;
}

.ticketUpdates {
	background: url("/images/twothink/corpus/corpusTicketUpdates.gif") no-repeat;
}

.ticketComment {
	background: url("/images/twothink/corpus/corpusTicketComment.gif") no-repeat;
}

.ticketCreate {
	background: url("/images/twothink/corpus/corpusCreateTicket.gif") no-repeat;
}

.compsHeader {
	background: url("/images/twothink/corpus/corpusCompsToBe.gif") no-repeat;
}

.ticketDetailCell {
	background: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #B3B3B3;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #B3B3B3;
}

.ticketDetailCell td {
	padding: 10px 11px 0 10px;
}

tr.commentForm form {
		padding: 15px;
}

#createTicket form {
		padding: 0;
		text-shadow: none;
}