@import "default.css";

.WORK {
	color: #c00 !important;
	background: #fcc !important;
}

/*------------------------------------------------------------
| global styling
+-----------------------------------------------------------*/
html, td, div { border-color: #3c70dd; }
body { background: url("../_cmn/grad-top.gif") repeat-x center top; }
.left { float: left; }
.right { float: right; }
h1, h2, h3, h4, h5, h6, p { margin: 0px 0px 8px; }
h1, h2, h3, h4, h5, h6 { color: #1140a1; }

.red { color: #c00 !important; }

/*-- <a> tags --*/
a, a:visited { color: #1140a1; }
a:active, a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #7098eb;
}

.tbl_name td { text-align: right; padding: 0 4px; }
.tbl_name td + td + td { text-align: right; }
.tbl_name td + td + td + td { text-align: left; }

/*------------------------------------------------------------
| page framing
+-----------------------------------------------------------*/
#pg_wrap {
	width: 90%;
	margin: 0px auto 16px;
}

/*------------------------------------------------------------
| header
+-----------------------------------------------------------*/
#pg_head { background: url("../_cmn/head-fill.gif") repeat-x center top; }
#pg_head .left, #pg_head .right { height: 84px; }
#pg_head .left {
	background: url("../_cmn/head-l.gif") no-repeat left top;
	float: none;
}
#pg_head .right {
	width: 110px;
	background: url("../_cmn/head-r.gif") no-repeat right top;
}


/*------------------------------------------------------------
| #pg_body
+-----------------------------------------------------------*/
#pg_body { margin: 12px; }

.about th, .about td {
	line-height: 1.3em;
	vertical-align: top;
	padding: 2px 0px;
}
.about th { white-space: nowrap; }
.about td { padding-left: 1em; }
.about ol, .about ul { margin: 0; }
.about li { margin: 0 0 0 1.5em; }
.about ul { list-style: square; }

/*------------------------------------------------------------
| login
+-----------------------------------------------------------*/
.loginform {
	padding: 4px 8px 8px;
	border: 1px solid #ccc;
}
.badlogin {
	color: #fff;
	background-color: #c00;
	padding: 1px 4px;
}

/*------------------------------------------------------------
| #backnum
+-----------------------------------------------------------*/
#backnum {
	border: 1px solid #ccc;
	width: 208px;
	margin-left: 8px;
	float: right;
}
#backnum h4 {
	color: #fff;
	padding: 2px 4px;
	margin: 0;
	background: url(../_cmn/btn-backnum.png) no-repeat right center;
}
#backnum menu, #backnum li { list-style: none; padding: 0; margin: 0; }
#backnum menu * { width: 100%; float: left; }
#backnum li { border-top: 1px solid #ccc; clear: left; }
#backnum a {
	text-decoration: none;
	background: url(../_cmn/btn-backnum.png) no-repeat left center;
}
#backnum a:hover {
	color: #000;
	background-position: -400px center;
}
#backnum a.A {
	color: #fff !important;
	background-position: -800px center !important;
}
#backnum a strong {
	font-size: 16px;
	padding-left: 16px;
}
#backnum a var    { font-size: 11px; padding-right: 4px; float: right; }
#backnum a *      { width: auto; line-height: 28px; height: 28px; }

/*------------------------------------------------------------
| media list
+-----------------------------------------------------------*/
#media_list {
	width: 100%;
	border: 1px solid #b3b3b3;
}
#media_list td {
	line-height: 1.3em;
	vertical-align: top;
	overflow: hidden;
}

/*-- column minimum width ([ie] is shit) --*/
.minW { clear: both; }
#media_cats .minW { width: 160px; }
#media_items .minW { width: 560px; }

/*-- loading message --*/
#loading { color: #157959; }

#media_list h1, #media_list h2, #media_list h3, #media_list h4,
#media_list h5, #media_list h6, #media_list p { margin-bottom: 4px; }

#media_list ul, #media_list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*------------------------------------------------------------
| media categories
+-----------------------------------------------------------*/
#media_cats {
	text-align: right;
	background: #f3f3f3 url(../_cmn/media-bg-cats.gif) repeat-y right top;
	padding: 8px 0px;
	width: 28%;
	min-width: 160px;
}
#media_cats .ttl { padding-right: 8px; }
#media_cats li {
	width: 100%;
	float: left;
	clear: left;
}

/*-- link styles --*/
#media_cats ul a, #media_cats a span { display: block; }
#media_cats ul a {
	color: #666;
	font-size: 13px;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: none;
}
#media_cats ul a span { padding: 8px; }

#media_cats ul a:hover {
	color: #000;
	background: #f3f3f3 url(../_cmn/shdw-cats-u.gif) no-repeat right top;
}
#media_cats ul a:hover span { background: url(../_cmn/shdw-cats-d.gif) no-repeat right bottom; }

#media_cats ul a.a {
	color: #1140a1 !important;
	background: #fff url(../_cmn/shdw-cats-u.gif) no-repeat right top !important;
	cursor: default;
}
#media_cats ul a.a span { background: url(../_cmn/shdw-cats-d.gif) no-repeat right bottom !important; }

#media_cats .bdg {
	font-size: 0.91em;
	text-align: center;
	padding-top: 4px 4px 0px;
	margin-top: 4px;
	border-top: 1px solid #ccc;
	clear: both;
}

/*------------------------------------------------------------
| media items
+-----------------------------------------------------------*/
#media_items {
	padding: 8px 16px;
	background: #fff url(../_cmn/media-bg-items.gif) repeat-x left top;
	min-width: 480px;
}

#media_items .item {
	background: #fff url(../_cmn/media-bg-item.gif) repeat-x right top;
	border-top: 1px solid #b3b3b3;
}
#media_items .item .cap {
	padding: 8px 16px;
	background: url(../_cmn/media-bg-item.gif) no-repeat -1279px top;
}

#media_items .img {
	width: 122px;
	text-align: center;
	margin-bottom: 4px;
	overflow: hidden;
	float: left;
}
#media_items .img img { border: 1px solid #ccc; }

#media_items .info { margin-left: 130px; }
#media_items .info-pane { width: 100%; float: right; }
#media_items p { line-height: 1.5em; }

/*-- subtitle --*/
#media_items h5 {
	color: #333;
	margin: 0px 0px 0px 4px;
	float: right;
}
#media_items h3 em { color: #000; }

/*-- people/locations --*/
#media_items .people,
#media_items .locations,
#media_items .cust {
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 4px;
	float: left;
}
#media_items .locations { color: #444; }

#media_items .people span, #media_items .locations span { float: left;margin-right: 0.5em; }
#media_items .people span { min-width: 7.5em; }
#media_items .locations span { width: 100%; }

/*-- super/notes --*/
#media_items sup {
	color: #444;
	font-size: 0.91em;
	line-height: 0em;
}

/*------------------------------------------------------------
| media item navigation styles
+-----------------------------------------------------------*/
#media_items .nav li {
	white-space: nowrap;
	float: left;
	margin: 0px 4px 0px 0px;
}
#media_items .nav a {
	width: 64px;
	height: 28px;
	background: url(../_cmn/btn-media.gif) no-repeat;
	float: left;
}
#media_items .nav a.view { width: 64px; }

/*-- single info button --*/
#media_items .nav .nfo a.btn_v-S { background-position: left -0px; }
#media_items .nav .nfo a.btn_v-S:hover { background-position: right -0px; }

/*-- single pdf button --*/
#media_items .nav .pdf a.btn_v-S { background-position: left -28px; }
#media_items .nav .pdf a.btn_v-S:hover { background-position: right -28px; }

/*-- multi video view button --*/
#media_items .nav .wmv a.btn_v { background-position: left -56px; }
#media_items .nav .wmv a.btn_v:hover { background-position: right -56px; }
#media_items .nav .mov a.btn_v { background-position: left -84px; }
#media_items .nav .mov a.btn_v:hover { background-position: right -84px; }

/*-- multi video download button --*/
#media_items .nav .wmv a.btn_d { background-position: left -112px; }
#media_items .nav .wmv a.btn_d:hover { background-position: right -112px; }
#media_items .nav .mov a.btn_d { background-position: left -112px; }
#media_items .nav .mov a.btn_d:hover { background-position: right -112px; }

/*-- single video view button --*/
#media_items .nav .wmv a.btn_v-S { background-position: left -140px; }
#media_items .nav .wmv a.btn_v-S:hover { background-position: right -140px; }
#media_items .nav .mov a.btn_v-S { background-position: left -168px; }
#media_items .nav .mov a.btn_v-S:hover { background-position: right -168px; }

/*-- single video download button --*/
#media_items .nav .wmv a.btn_d-S { width: 90px; background-position: left -196px; }
#media_items .nav .wmv a.btn_d-S:hover { width: 90px; background-position: right -196px; }
#media_items .nav .mov a.btn_d-S { width: 90px; background-position: left -224px; }
#media_items .nav .mov a.btn_d-S:hover { width: 90px; background-position: right -224px; }

/*------------------------------------------------------------
| "tooltip" specific styles
+-----------------------------------------------------------*/
#toolTip {
	color: #000;
	background: #ffc;
	border: 1px solid #666;
	text-align: left;
	padding: 6px 8px;
	min-height: 1em;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 8px #666;
	position: absolute;
	z-index: 1000;
}
#toolTip p {
	font-size: 0.91em;
	font-size: 11px;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}
#toolTip p em {
	color: #f60;
	font-weight: bold;
	font-style: normal;
	margin-top: 3px;
	display: block;
}
#toolTip p em span {
	color: #fff;
	font-weight: bold;
}
