/* CommonX overrides */ /*- Logo -*/
#logo h1 {
	background: url(/images/common/x/patc-logo.gif) no-repeat;
}

/*=== Left Column ===*/
#leftcol {
	font-size: 11px;
}

#leftcol h2 {
	font-size: 12px;
	margin: 8px 0 2px;
}

#leftcol .center {
	margin: 0 auto 0 auto;
}

.talign {
	text-align: center;
}

/*- LeftNav -*/
.leftnav {
	font-size: 11px;
}

/* Links colors */
a {
	color: #0066cc;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ab1918;
	font-weight: bold;
}

.nohilight:link {
	color: #0066cc;
	font-weight: normal;
}

.nohilight:visited {
	color: #ab1918;
	font-weight: normal;
}

.nohilight:active {
	color: #ab1918;
	font-weight: normal;
}

.nohilight:link :hover {
	color: #0066cc;
	font-weight: normal;
}

.nohilight:visited :hover {
	color: #ab1918;
	font-weight: normal;
}

.nohilight:active :hover {
	color: #ab1918;
	font-weight: normal;
}

.helpnav:link {
	color: #000000;
	font-size: 10px;
}

.helpnav:visited {
	color: #000000;
	font-size: 10px;
}

.helpnav:active {
	color: #000000;
	font-size: 10px;
}

/*End of Links*/ /*Font Sizes & Styles*/
.header {
	font-size: 18px;
	font-weight: bold;
}

.rheader {
	font-size: 18px;
	font-weight: bold;
	color: #ab1918;
	text-align: center;
}

.bheader {
	font-size: 18px;
	font-weight: bold;
	color: #414e93;
}

.pheader {
	font-size: 18px;
	font-weight: bold;
	color: #208f44;
}

.wheader {
	font-size: 18px;
	font-weight: bold;
	color: #f38920;
}

.dheader {
	font-size: 18px;
	font-weight: bold;
	color: #e2d029;
}

.sheader {
	font-size: 18px;
	font-weight: bold;
	color: #157870;
}

.subheader {
	font-size: 16px;
	font-weight: bold;
}

.hilight {
	color: #ab1918;
}

.hilight2 {
	color: #0066cc;
}

.fineprint {
	font-size: 10px;
}

.small {
	font-size: 11px;
}

.enlarge {
	font-size: 14px;
}

.b {
	font-weight: bold;
}

.contrast {
	color: #ffffff;
}

.i {
	font-style: italic;
}

.white {
	color: #ffffff;
}

.c_red {
	color: #b81415;
}

.c_green {
	color: #008000;
}

.c_blue {
	color: #414e93;
}

.c_orange {
	color: #f38920;
}

.errorb {
	color: #ff0000;
	font-weight: bold;
}

.error {
	color: #ff0000;
}

.pclogo {
	color: #208f44;
	font-weight: bold;
	font-style: italic;
	font-family: times, "times new roman", serif;
	font-size: larger;
}

/*End of Fonts*/ /*Table Headers*/
.th {
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
}

table.outline {
	border: solid #0066cc;
	border-width: 1px;
}

table.outline.red {
	border: 1px solid #ab1918;
}

table.list {
	background-color: #0066cc;
	white-space: nowrap;
}

table.inner td {
	padding: 2px;
}

table.search {
	border: 1px;
	border-color: #ab1918;
	border-style: solid;
}

table.search th {
	background-color: #ab1918;
	text-align: left;
}

table.search td {
	background-color: #ffffff;
}

.lineheader {
	background-color: #31499c;
}

.line1 {
	background-color: #ebf5fe;
}

.line2 {
	background-color: #ffffff;
}

.line3 {
	background-color: #cccccc;
}

div.buttons {
	margin: 10px auto 10px auto;
}

div.buttonsdiv {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*End of Table Headers*/ /*Form*/
.sectiont {
	font-weight: bold;
	font-size: 16px;
	color: black;
	background-color: #ebf5fe;
	vertical-align: bottom;
	text-align: center;
}

.section {
	font-weight: bold;
	color: white;
	background-color: #31499c;
	vertical-align: bottom;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 1px;
}

.label {
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}

.key {
	white-space: nowrap;
	text-align: right;
}

.value {
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

input[type="image"] {
	border: none;
	padding: 0px;
	vertical-align: middle;
}

input[type="checkbox"] {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border: none;
}

select {
	padding: 0px;
}
/*End of Form*/