/* Admin CSS for OSC Tickets */
#tickets-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 90%;
	text-align: left;
	border-collapse: collapse;
}
#tickets-table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#tickets-table td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#tickets-table tr:hover td
{
	background: #d0dafd;
	color: #339;
}

.login form .input{
	height: 40px;
}

#titlediv #title{
	height: 40px;
}

.controls > .checkboc:first-child
{
	margin-left: 10px;
}