body {
	margin:100px 0px 0px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img{
	border: none;
}

a:link,
a:visited{
	color: orange;
}

a:hover,
a:active{
	color: red;
}

.black_bar {
	width:100%;
	background-color:#000000;
	border-top:1px solid #FF6600;
	border-bottom:1px solid #FF6600;
	color: #FFFFFF;
	display:block;
	overflow: hidden;
	float: left;
}
.all_content {
	width: 780px;
	display: block;
	margin: 0px auto;
	min-height: 586px;
	background-repeat: no-repeat;
}
.logo {
	display:block;
	float:left;
	padding:20px 0px 0px 0px;
}
#top {
	border-bottom: 1px solid #666666;
	display:block;
	overflow: hidden;
}
.title {
	display:block;
	float:right;
	font-size: 24px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 56px 22px 16px 0px;
}

.login{
/*	position: absolute;
	left: 50%;
	top: 190px;
	margin-left: 210px;
*/
float: right;
margin-right: 10px;
}

.nav {
	display:block;
	float:right;
	clear: right;
	padding:0px 12px 0px 0px;
}
.nav a:link, 
.nav a:active, 
.nav a:visited {
	display:block;
	float:right;
	color: #FFFFFF;
	width: 105px;
	text-align: center;
	padding: 5px 0px;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
} 
.nav a:hover {
	background-image: url(../images/rnav_bg.gif);
	background-repeat: no-repeat;
} 
.nav .selected {
	display:block;
	float:right;
	color: #FFFFFF;
	width: 105px;
	text-align: center;
	padding: 5px 0px;
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/rnav_bg.gif);
	background-repeat: no-repeat;
} 
.column {
	display:block;
	width:390px;
	float:left;
	font-size: 11px;
}
.copy {
	padding: 25px 15px 25px 0px;
}
.name {
	font-size:14px;
	display: block;
	padding: 0px 0px 5px 10px;
	background-image: url(../images/orange_dash.gif);
	background-repeat: no-repeat;
}
.name a:link, 
.name a:active, 
.name a:visited {
	color:#FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display: inline;
}
.name a:hover {
}

.info {
	overflow: hidden;
	display: block;
	padding: 0px 0px 5px 10px;
}

.headshot {
	float: left;
	display: block;
	padding: 0px;
}
.demos {
	float: right;
	display: block;
	padding: 0px 0px 0px 0px;
	width: 290px;
}
.demos a:link, 
.demos a:active, 
.demos a:visited {
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	padding: 0px 0px 2px 0px;
	display: block;
}
.demos a:hover {
	text-decoration: underline;
}
.admin_headshot {
	display: block;
	padding: 0px;
	height: auto;
	overflow: auto;
}
.admin_title {
	font-size:12px;
	font-weight:bold;
}
.admin_headshot img {
	float:left;
	padding: 0px 10px 0px 0px;
}
.admin_name {
	font-size:14px;
	display: block;
	padding: 0px 0px 5px 10px;
}
.admin_demo {
	display: block;
	padding: 0px 0px 20px 0px;
	height: auto;
	overflow: hidden;
}
.admin_demo .link {
	display: block;
	padding: 0px 0px 20px 0px;
	height: auto;
	overflow: hidden;
	float:left;
	width:300px;
}
.admin_demo .link a:link, 
.admin_demo .link a:active, 
.admin_demo .link a:visited {
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
	padding: 0px;
	display: block;
}
.admin_demo .link a:hover {
	text-decoration: underline;
}
.admin_demo .delete a {
	float:left;
	display:block;
	padding: 3px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	border:1px solid #FF6600;
	color:#000000;
	margin:0px 10px 0px 0px;
	text-decoration: none;
}
.admin_demo .demo_cat {
	float:left;
	display:block;
	padding: 0px 10px;
}
.admin_demo .hide {
	float:left;
	display:block;
	padding: 0px 10px;
}

th{
	padding: 5px;
	background: #333;
	text-align: left;
	font-weight: normal;
}

td{
	padding: 5px;
	background: #ccc;
	color: black;
}

td a:link,
td a:visited{
	color: black;
}

td a:hover,
td a:active{
	color: #333;
}

#flashMessage{
	border-top: 2px solid #333;
	border-bottom:2px solid #333;
	padding: 20px;
}

.actor_category, .actor_delete_div, .actor_reel, .actor_description_div
{
	margin-left: 2px;
	width: 600px;
	background: #666;	
	padding: 15px;
}

.actor_description_div textarea{
	width: 400px;
}

.actor_category h4, 
.actor_delete_div h4, 
.actor_reel h4{
	margin: 0;
}

input, textarea{
	background: black;
	border: 1px solid #ccc;
	color: white;
	}

	input:hover{
		background: #333;
		
	}