@charset "UTF-8";


/*---------------------------------------------
Actor Resume Pages:

S. Weythman - Feb 2009
--------------------------------------------- */


/* zero-out html defaults
--------------------------------------------- */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	line-height:1;
	text-align:left;
	}
a img, :link img, :visited img {
	border:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
ol, ul {
	list-style:none;
	}
q:before, q:after,
blockquote:before, blockquote:after {
	content:"";
	}
	
input[type="checkbox"], input[type="radio"] {
	vertical-align:middle;
	}	
input {
	*vertical-align:middle;
	}


/* general text
--------------------------------------------- */	

a {	
	color:#121212; 
	line-height:inherit;
	text-decoration:none;
	}
	a:hover {
	color:#bc0000;
	text-decoration:underline;
	font-size: 10px;
	}
a.gtext {	
	color:#121212; 
	line-height:inherit;
	text-decoration:none;
	}
	a.gtext:hover {
	text-decoration:underline;
	font-size: 10px;
	}
a.rtext {	
	color:#bc0000;
	line-height:inherit;
	text-decoration:none;
	}
	a.rtext:hover {
	
	text-decoration:underline;
	font-size: 10px;
	}			
span {
	line-height:inherit;
	}	
strong, b {
	font-weight:800;
	line-height:inherit;
	}
em, i {
	font-style:italic;
	line-height:inherit;
	}
	
sup {
	/*IE*/*position:relative;
	/*IE*/*bottom:0.7em;
	font-size:0.55em;
	/*IE*/*font-size:0.5em;
	font-style:normal;
	font-weight:400;
	text-transform:uppercase;
	}
	

/* page structure 
--------------------------------------------- */	


body {	
	color:#121212;	
	font-family: Verdana, Arial, sans-serif;
	font-size:62.5%;
	}

	
#header, #content, #footer {
	width:99.999%;
	text-align:center;
	}

#footer .wrapper {
	height:20em;
	border:0.1em solid #fff;
	}	
		
div.wrapper {
	clear:both;
	width:76em;
	margin:0 auto;
	text-align:left;
	}
	


/* FIXED NAV BAR
--------------------------------------------*/

#navBar {
	position:fixed;
	width:99.999%;
	background:url(/gui/bg_navBar-trans.png) repeat-x left bottom;
	height: 76px;
	z-index: 10;
	}
	#navBar .wrapper {
	height:60px;
	width:76em;
	background:#fff;
		}
	#navBar p.return {
	float:left;
	height:1.15em;
	clear: both;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 5px;
		}
		#navBar p a {
	color:#787878;
	cursor: pointer;
			}
		#navBar p span,
		#navBar li span {
			font-weight:800;
			}	
	#navBar ul#selects.nav  {
		padding:0.5em 0 0 0;
		}
		#navBar ul#selects li {
			float:left;	
			}
			#navBar ul#selects li a {
				display:block;
				height:1.5em;
				width:4em;
				margin:0 1em 0 0;
				padding:0.22em 0.55em 0 0;
				background:url(/gui/bg_selects-gray.gif) no-repeat right top;
				color:#fff;
				font-weight:800;
				text-align:right;
				cursor: pointer;
				}		
				#navBar ul#selects li.on a {
					background:url(/gui/bg_selects-greencheck.gif) no-repeat right top;
					}
					#navBar ul#selects li a:hover {
						/*background:url(/gui/bg_selects-green.gif) no-repeat right top;*/
						text-decoration:none;
						}
					#navBar ul#selects li.on a:hover {
						/*background:url(/gui/bg_selects-redx.gif) no-repeat right top;*/
						}		
	
	#navBar p.view {
		padding:1em 0 0 3em;
		min-height: 1em;
		text-align: right;
		}			
		
		
			
/* FIXED MARGIN NOTES (FOOT)
--------------------------------------------*/
	
#margin_form {
	position:fixed;
	bottom:-19.2em;
	height:18em;
	width:99.999%;
	border-top:0.2em solid #999;
	padding-top:1em;
	background:#ff9;
	}
#margin_form.hasNotes {
	bottom:0;
	}	
	#margNotesTab {	
		position:relative;
		top:-3.2em;
		/*IE*/*top:-3.1em;
		margin-right:3%;
		text-align:right;
		}
		#margNotesTab span {
			border:0.2em solid #999;
			border-bottom-color:#ff9;
			border-radius-topright:0.5em;-moz-border-radius-topright:0.5em;-webkit-border-top-right-radius:0.5em;
			border-radius-topleft:0.5em;-moz-border-radius-topleft:0.5em;-webkit-border-top-left-radius:0.5em;
			padding:0.3em 2.5em 0.4em 0.5em;
			background:#ff9 url(/gui/icons/note-gray-16-trans.png) no-repeat 8.5em 0.4em;
			font-size:small;
			cursor:pointer !important;
			}
			#margNotesTab.hasNotes span {
				background:#ff9 url(/gui/icons/note-red-16-trans.png) no-repeat 8.5em 0.4em;
				font-weight:800;
				}
	#margin_form #marginNotes {
		width:76em;
		margin:auto;
		font-size:1em;
		}
		#margin_form textarea {
			display:block;
			resize:none;
			height:9em;
			width:760px;/* using pixel width to satisfy weirdness in Safari */
			/*IE*/*width:754px;
			margin:0;
			border:0.1em solid #999;
			padding:0;
			background:#fff;
			font-size:small;
			text-align:left;
			overflow:auto;
			}
		#margin_form input[type="submit"] {
			display:block;
			float:right;
			margin:0 0 0 0;
			font-size:1.2em;
			}

	p.notePosted {
		float:left;
		margin:1em 0;
		padding:0.3em;
		color:#bc0000;
		font-size:1.2em;
		font-style:italic;
		font-weight:800;
		}
						
	
/* HEADER
--------------------------------------------*/

#header {}
	
div.branding {
	margin:1em 0 0 0;
	background:#fff;
	}
	div.branding h1.logo {
		float:left;
		padding-bottom: 40px;
		}
	div.branding ul.mgmtInfo {
		float:right;
		width:20em;
		margin:1.5em 0;
		}	
		div.branding ul.mgmtInfo li {
			margin:0 0 0.7em 0;
			line-height:1.4em;
			text-align:right;
			}
			
			
/* CONTENT
--------------------------------------------*/			
		
#content .wrapper {
	border-top:0.4em solid #999;
	}	
	
	.section {
		float:left;
		width:76em;
		background:#fff;
		}
	
	.resume .section,
	.actorEmailList .section {
		border-bottom:0.4em solid #999;
		}	
		#actorAssets.section {
			background:#ebebeb;
			}
	
	.section h1 {
		clear:both;
		margin:0 0 1em 0;
		padding:0.35em 0.5em;
		background:#ebebeb;
		color:#000;
		font-size:medium;
		font-weight:800;
		}
	h1.actorName {
		margin:0;
		padding:0.35em 0.5em 0.8em 0.5em;
		font-size:xx-large;
		font-weight:800;
		}
		h1.actorName span.union,
		h1.agencyName span.phone {
			color:#454545;
			font-size:x-small;
			font-weight:400;
			text-transform:uppercase;
			}
			
	#actorMediaPreview {
		float:left;
		text-align:center;
		width: 160px;
		margin:1.25em 3em;
		*padding-bottom: 15px;
		}
		#actorMediaPreview img {
			border:0.1em solid #777;
			}
		#actorMediaPreview img:hover {
			border:0.1em solid #fff;
			}
		#actorMediaPreview #actorMediaPreview_photo {
			display: none;
			float: left;
			height: 180px;
			width: 160px;
			overflow: hidden;
			margin: 0px 0px 10px;
			}
		#actorMediaPreview #actorMediaPreview_video {
			display: none;
			}
		#actorMediaPreview .playslateshotbut {
			display: none;
			*margin-bottom: 10px;
			}

	ul#actorNav {
		float:right;
		width:38em;
		margin-top:-1em;
		border-bottom:0.1em solid #ccc;
		}		
		ul#actorNav li {
			float:right;
			height:2.2em;
			width:8em;
			margin:0 0 -0.1em 0;
			padding:0.5em 0.5em 0 0.5em;
			background:#ebebeb;
			font-size:100%;
			text-align:center;
			cursor:pointer !important;
			}
			ul#actorNav li span {
				font-size:small;
				}
			ul#actorNav li.up {	
				border:0.1em solid #ccc;
				border-radius-topright:0.5em;-moz-border-radius-topright:0.5em;-webkit-border-top-right-radius:0.5em;
				border-radius-topleft:0.5em;-moz-border-radius-topleft:0.5em;-webkit-border-top-left-radius:0.5em;
				border-bottom:0.1em solid #fff;
				background:#fff;
				}
			ul#actorNav li#photo.up {		
				border-right:0;
				}
			
		
		
		#photoList,
		#vidList {
			clear:right;
			float:right;
			height:18.5em;
			width:38em;
			border-left:0.1em solid #ccc;
			background:#fff;
			overflow:auto;
			}
		#photoList p.nophotos {
			margin:1em;
			padding:0.5em;
			background:#FFF9CC;
			font-size:small;
			font-style:italic;
			line-height:1.3em;
			}
			#photoList ul {
				}
				#photoList ul li {
					float:left;
					margin:1em;
					height:5.5em;
					}
					#photoList ul li img {
						height:5em;
						width:4.44em;
						border:0.1em solid #999;
						cursor: pointer !important;
						}
						
			
				
		#vidList {
			display: none;
			}
		#vidList ul {
			list-style-image:url(/gui/icons/play_16.png);
			margin:2em;
			padding-left:2em;
			/*IE*/*padding-left:1em;
			}
			#vidList ul li {
				margin:0 0 1.5em 0;
				/*IE*/*padding-left:1em;
				line-height:1.2em;
				}	
				#vidList a.play {
					font-size:100%;
					cursor: pointer;
					}
					#vidList span.videoName {
						font-size:120%;
						font-weight:800;
						}	
					#vidList span.videoType {
						font-style:italic;
						}
					#vidList p.videoDesc {
						margin-top:0.5em;
						line-height:1.3em;
						}
				
		#actorAssets .notes {
			margin:0 1em 1em 1em;
			border:0.1em solid #ccc;
			border-radius:0.5em;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;
			padding:1em;
			background:#fefefe;
			}
			#actorAssets .notes h2 {
				font-weight:800;
				}
			#actorAssets .notes h2,
			#actorAssets .notes p {
				margin:0 0 0.5em 0;
				font-size:115%;
				line-height:1.3em;
				} 
				
				
				
		#resume.section,
		#actors.section {
			margin-top:1.5em;
			}	
		#resume.section h1 {
			height:1em;
			}
		#resume.section h1 span.hdr {
			float:left;
			width:10em;
			}
		#resume.section h1 span.print {
			float:right;
			padding:0.2em 0 0.2em 1.5em;
			background:url(/gui/icons/print-red-16-trans.png) no-repeat 0 0;
			}
			#resume.section h1 span.print a {
				color:#bc0000;
				font-size:x-small;
				cursor:pointer !important;
				}
			#resume_details,
			#actorEmailList {
				/*height:30em;*/
				border:0.1em solid #ccc;
				padding:1em;
				font-size:small;
				overflow:auto;
				}
			#resume_details table {
				width:99.999%;
				}	
				#resume_details table td {
					width:33.333%;
					padding:0.3em 0.5em;
					}
				#resume_details table.representation td {	
					width:99.999%;
					padding:0.5em 0;
					}
				#resume_details table#credits td {
					text-align:center;
					}	
				#resume_details table th h1 {
					margin:2em 0 0.5em 0;
					border-top:0.1em solid #ccc;
					font-size:small;
					}	
				#resume_details table.representation th h1 {
					margin-top:0.5em;
					}	
				#resume.section table .explain p {
					border-bottom:0.1em solid #ccc;
					color:#676767;
					font-size:xx-small;
					text-transform:uppercase;
					}		
				#resume.section table td p {
					font-size:95%;
					line-height:1.3em;
					}		
					#resume.section table td.reps p.repInfo {
						float:left;
						width:48%;
						margin:1em 0.5em;
						}
						#resume.section table td.reps p.repInfo span.name {
							font-weight:800;
							}
						#resume.section table td.reps p.repInfo span.phone,
						#resume.section table td.reps p.repInfo span.affiliations {
							display:block;
							color:#454545;
							font-size:90%;
							}
				
			#resume div.special_skills,
			#resume div.res_comment {
				margin:2em 0.5em;
				border:0.1em solid #ccc;
				border-radius:0.5em;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;
				padding:1.5em;
				}
				#resume div.special_skills p,
				#resume div.res_comment p {	
					font-size:small;
					line-height:1.4em;
					}
			
		.actorEmailList ul#actorList li {
			float:left;
			}	
			.actorEmailList ul#actorList li p {
				margin:0.5em 1em 2em 1em;
				}
				
			.actorEmailList ul#actorList li	img.headShot {
				margin:1em 1em 0 1em;
				/*IE*/*margin:1em 0.4em 0 0.5em;
				border:0.1em solid #ccc;
				padding:0.2em;
				}
				.actorEmailList ul#actorList li	img.headShot:hover {
					background:#999;
					}
					
.prev-link {
	float: left;
	text-align: center;
	text-decoration: none;
	padding: .7em;
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	color: #787878;
	border: solid 1px #a8a8a8;
	background: #bcbcbc;
	margin: 1em;
}

.next-link {
	float: left;
	margin:1em 1em 0 0;
	text-align: center;
	text-decoration: none;
	padding: .7em;
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	color: #fff;
	border: solid 1px #a60000;
	background: #c00000;
}

.next-link a {
	color: #fff;
}

.no-link {
	float: left;
	text-align: center;
	text-decoration: none;
	padding: .7em;
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	color: #ffffff;
	
	
	margin: 1em;
}


.pagination {
	color: #bc0000;
	float: left;
	font-weight: bold;
	margin: 15px;
}
			

/* FOOTER
--------------------------------------------- */		

	p#copyright {
		clear:both;
		padding:2em 0 1.5em 0;
		color:#999;
		font-size:xx-small;
		text-align:center;
		}
					
				
/* alerts & error msgs
--------------------------------------------- */	

	div.alert {
		margin:2em;
		border:0.1em solid #ccc;
		border-radius:0.5em;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;
		padding:1em 1em 1em 5em;
		background:#fff4c2;
		}
		div.alert p, div.alert li {
			font-size:small;
			}
		div.alert h1 {
			font-size:medium;
			font-weight:800;
			}	
		div.alert ul {
			list-style:disc;
			}

	div#error.alert {
		border-color:#c00;
		background:#fff4c2 url(/gui/icons/!.png) no-repeat 1em 1em;
		}
		
	div#message.alert {
		border-color:#ffe26d;
		background:#fff4c2 url(/gui/icons/i-green.png) no-repeat 1em 1em;
		}	
	
	div#information.alert {
		border-color:#00c;
		background:#ebebeb url(/gui/question-blue.png) no-repeat 1em 1em;
		}					
.buckets {
	padding-top: 5px;
}
.buckets a.disable-pointer {
	cursor: default;
	text-decoration: none;
}
.buckets > b > div {
	display: inline;
}

.viewedToggle {
	color:#bcbcbc;
	font-weight:bold;
}

/* One Page Resume */

#resume {
	font-weight: normal;
}
.slateshoticon {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 50px;
	border-style: none;
	background: url(/gui/icons/has-slate-shot.png) no-repeat center top;
	display: inline-block;
}
