html
{
	font-family: "Tahoma", sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
	text-align: center;
}

body
{
	text-align: center;
	margin: 10px auto;
}

p
{
	padding: 5px 10px 5px 15px;
}

h1
{
	font-size: 18px;
	padding: 10px 0 0 0;
	margin: 0 10px;
	border-bottom: 1px dashed #ff8700;
}

h2
{
	font-size: 12px;
	padding: 5px;
	margin: 10px 10px 0 10px;
	background: url(/images/orange-gradient.png) repeat-x;
}

h2 img
{
	vertical-align: text-bottom;
	margin: 0 2px 2px 0;
}

h3
{
	font-size: 12px;
	padding: 10px 0 0 5px;
	margin: 0 10px;
}

th
{
	text-align: left;
}

img
{
	border: none;
}

select
{
	color: #000;
	border: 1px solid #707070;
}

img.bullet
{
	vertical-align: bottom;
	margin-right: 5px;
}

a:link, a:visited
{
	color: #ff8700;
	text-decoration: none;
}

a:hover
{
	background: #ffeabb;
}

div.entire-page
{
	width: 734px;
	margin: 0 auto;
}

div.title
{
	height: 137px;
	background: url(/images/title-bg.png);
	text-align: left;
	padding: 20px 0 0 0;
}

img.logo
{
	float: left;
}

form.login
{
	background: #ffeabb;
	margin: 0;
	padding: 5px 20px;
	color: #000;
}

form.login label, form.warranty label
{
	margin: 0 10px 0 0;
}

form.login input.text, form.warranty input.text
{
	margin: 0 20px 0 0;
}

form.login input.submit, form.warranty input.submit
{
	margin: 0 0 0 10px;
}

form.comms
{
	margin: 10px;
}

form.comms label.label
{
	display: block;
	width: 500px;
}

form.comms label.label input.text
{
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
}

form.comms label.label select
{
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;

}

form.new-ticket
{
	margin: 10px 0 10px 15px;
	padding: 0;
}

form.new-ticket p
{
	padding: 5px 10px 5px 0px;
}

form.new-ticket textarea.comment
{
	width: 667px;
	height: 200px;
	color: #707070;
	border: 1px solid #707070;
}

input.hidden
{
	width: 0px;
	height: 0px;
}

input.text
{
	width: 120px;
	height: 16px;
	color: #707070;
	border: 1px solid #707070;
}

input.date
{
	width: 30px;
	height: 16px;
	color: #707070;
	border: 1px solid #707070;
	margin: 0 10px 0 0;
}

input.submit
{
	width: 80px;
	height: 20px;
	color: #707070;
	border: 1px solid #707070;
	background: #fff;
}

form.lost-password
{
	padding: 10px;
	text-align: center;
}

form.lost-password input.text
{
	width: 200px;
}

form.company-select
{
	padding: 0;
	margin: 10px 10px 10px 15px;
}

form.new-headline input.text, form.new-headline textarea
{
	margin: 10px;
	color: #707070;
	border: 1px solid #707070;
	width: 657px;
	padding: 2px 5px;
}

form.new-headline textarea
{
	height: 200px;
}

form.new-headline input.submit
{
	margin: 0 0 10px 10px;
}

ul.main-menu
{
	text-align: left;
	color: #707070;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 734px;
	height: 17px;
	text-transform: lowercase;
	list-style-type: none;
}

ul.main-menu li
{
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	width: 100px;
	text-align: center;
	float: left;
}

ul.main-menu li.clock
{
	border-right: 1px solid #707070;
	width: 429px;
	height: 17px;
	text-align: right;
	text-transform: none;
}

ul.main-menu li a:link, ul.main-menu li a:visited
{
	text-decoration: none;
	color: #707070;
	display: block;
	width: 100%;
	background: none;
}

ul.main-menu li a:hover
{
	background: #ffeabb;
	color: #707070;
}

div.page-content
{
	width: 712px;
	float: left;
	border: 1px solid #707070;
	text-align: left;
	padding: 0;
}

div.page-menu
{
	position: relative;
	left: 21px;
	width: 21px;
	float: right;
	margin: 5px 0 0 0;
}

div.page-menu a.active
{
	background: url(/images/tab-active.png);
	height: 72px;
	display: block;
	padding: 5px 0 0 3px;
}

div.page-menu a.inactive
{
	height: 70px;
	display: block;
	padding: 5px 0 0 2px;
}

div.page-menu a.inactive:link, div.page-menu a.inactive:visited
{
	background: url(/images/tab-inactive.png);
}

div.page-menu a.inactive:hover
{
	background: url(/images/tab-inactive-hover.png);
}

div.page-menu img.spacer
{
	display: block;
	width: 21px;
	height: 1px;
}

div.breadcrumb
{
	height: 14px;
	font-size: 12px;
	text-align: left;
	text-transform: lowercase;
	color: #707070;
	width: 734px;
}

div.breadcrumb a:link, div.breadcrumb a:visited
{
	color: #707070;
	text-decoration: none;
	background: none;
}

div.breadcrumb a:hover
{
	color: #000;
}

div.breadcrumb a.logout
{
	float: right;
	margin-right: 20px;
}

div.page-content p
{
	margin: 5px 0 0 0;
	line-height: 21px;
}

div.page-content ul
{
	line-height: 21px;
	margin: 0 0 0 50px;
}

div.footer
{
	padding: 12px 0 0 0;
	background: url(/images/footer-bg.png) bottom no-repeat;
	height: 17px;
	color: #707070;
	width: 734px;
	clear: left;
}

div.footer a:link, div.footer a:visited
{
	color: #707070;
	text-decoration: none;
	background: none;
}

div.footer a:hover
{
	color: #000;
}

p.orange-2
{
	background: #ffdc88;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	margin: 0;
}

table.whats-new
{
	width: 678px;
	margin: 0 0 0 10px;
}

table.whats-new td
{
	padding: 5px 5px 15px 5px;
	color: #707070;
}

table.whats-new td.date
{
	width: 100px;
	vertical-align: top;
	border-right: 1px dashed #ff8700;
	color: #000;
}

table.whats-new td a:link, table.whats-new td a:visited
{
	text-decoration: none;
	color: #000;
	background: none;
}

table.whats-new td a:hover
{
	background: #ffeabb;
}

table.whats-new td.more-headlines
{
	border: none;
}

table.index-groups
{
	width: 678px;
	margin: 10px 0 10px 10px;
}

table.index-groups th
{
	padding: 104px 0 0 0;
	font-size: 15px;
	color: #ff8700;
	height: 29px;
}

table.index-groups th.build
{
	background: url(/images/build-header.png);
	width: 190px;
}

table.index-groups th.serve
{
	background: url(/images/serve-header.png);
	width: 190px;
}

table.index-groups th.support
{
	background: url(/images/support-header.png);
	width: 190px;
}

table.index-groups th a:link, table.index-groups th a:visited, table.index-groups th a:hover
{
	color: #fec43c;
	background: none;
	text-decoration: none;
	display: block;
	width: 190px;
	height: 24px;
	padding: 5px 0 0 10px;
}

table.index-groups td.index-groups-links
{
	vertical-align: top;
	padding: 5px 0;
	background: #ffeabb;
	border: 1px solid #707070;
	border-top: none;
	width: 180px;
}

table.index-groups td.index-groups-links a
{
	display: block;
	width: 178px;
	padding: 0 10px;
}

table.index-groups td.index-groups-links a:link, table.index-groups td.index-groups-links a:visited
{
	text-decoration: none;
	color: #000;
	margin: 0 0 0 0;
}

table.index-groups td.index-groups-links a:hover
{
	background: #ffdc88;
}

table.contact-us
{
	width: 678px;
	margin: 0 0 0 10px;
}

table.contact-us th
{
	font-weight: bold;
	padding-top: 10px;
}

table.contact-us td
{
	padding-left: 10px;
}

table.view-ticket, table.list
{
	width: 673px;
	margin: 10px 0 10px 15px;
}

table.view-ticket th, table.list th
{
	background: #ffdc88 url("/images/th-secondary.png");
	padding: 2px 5px;
	border-bottom: 1px solid #ff8700;
	font-weight: normal;
}

table.view-ticket td
{
	background: #fff;
	vertical-align: top;
	padding: 5px;
}

table.view-ticket td.comment img, table.list td img
{
	vertical-align: top;
	padding-top: 2px;
}

table.list td
{
	background: #fff;
	vertical-align: top;
	padding-left: 5px;
}

table.list td
{
	border-bottom: 1px solid #ccc;
}

table.list td input
{
	height: 14px;
}

table.list tr#add_new_staff_link td, table.list tr#add_new_build_link td
{
	border: none;
}

table.list tr#add_new_staff_row input
{
	width: 100px;
}

table.list tr#add_new_staff_row
{
	display: none;
}

table.view-ticket td.created
{
	border: 1px solid #ccc;
	border-top: none;
	white-space: nowrap;
}

table.view-ticket td.comment
{
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.view-ticket td.update
{
	text-align: right;
}

table.ticket-summary, table.company-summary, table.rip-summary
{
	width: 671px;
	margin: 10px 0 10px 20px;
}

table.ticket-summary tr.totals td
{
	font-weight: bold;
	border-top: 1px solid #ccc;
}

table.company-summary th.new_section, table.company-summary td.new_section, table.rip-summary th.new_section, table.rip-summary td.new_section
{
	padding-top: 5px;
}

table.company-summary td input.text, table.rip-summary td input.text
{
	width: 300px;
	padding: 0 5px;
}

table.company-summary td textarea.text, table.rip-summary td textarea.text
{
	width: 305px;
	height: 160px;
	padding: 0 0 0 5px;
	color: #707070;
	border: 1px solid #707070;
}

table.rip-summary td textarea.fulltext
{
	width: 600px;
	height: 160px;
	padding: 0 0 0 5px;
	color: #707070;
	border: 1px solid #707070;
}

table.company-summary td select.text, table.rip-summary td select.text
{
	width: 310px;
	padding: 0 0 0 5px;
	color: #707070;
	border: 1px solid #707070;
}

table.company-summary td input.submit, table.rip-summary td input.submit
{
	width: 100px;
	margin-right: 5px;
}

table.server-features
{
	width: 678px;
	margin: 10px 0 10px 10px;
}

table.server-features th
{
	background: #ffdc88 url("/images/th-secondary.png");
	padding: 2px 5px;
	border-bottom: 1px solid #ff8700;
	font-weight: normal;
}

table.server-features td
{
	border: 1px solid #ccc;
	border-top: none;
	white-space: nowrap;
	padding: 2px 4px;
}

table.rip-summary td.warning
{
	color: #d00;
}

table.rip-summary th.warning
{
	color: #d00;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}

div.contact-card
{
	position: absolute;
	border: 1px solid #aaa;
	visibility: hidden;
	padding: 10px;
	background: #fff;
	z-index: 10;
	margin: -11px 0 0 -11px;
}
