body {
	background : #222222;
	margin: 0;
	font: 9px/19px Monaco, Verdana, "Courier New", monospaced;
	color: white;
	letter-spacing: 1px; 
	padding: 0; 
	height: 100%; 
}

#flashcontent { 
	position: absolute; 
	height: 100%; 
	width: 100%; 
}

a {
	color : white;
	text-decoration : none;
	border-bottom: 1px solid white;
}

a:hover {
	color: black;
	background: yellow;
	border: none;
}

a.selected {
	color: black;
	background: yellow;
	border: none;
}

.container { margin: 50px; }

.paragraphhalfspace {
	margin-bottom: 4px;
}

#mullettdottv {
	z-index: 0;
	top: 50px;
	left: 50px;
	position: absolute;
}

.mullettdottv {
	font-size: 12px;
	color: white;
	border-bottom-style: none;
}

.mullettdottvwhite {
	color: white;
	font-size: 12px;
	border-bottom-style: none;
}

.mullettdottv a {
	text-decoration: none;
	border-bottom-style: none;
}

#mullettdottv a:hover {
	color: black;
}

.mullettdottvwhite a {
	text-decoration: none;
	color: white;
	border-bottom-style: none;
}

.navigationtext {
	color: white;
}

.paragraphdivider {
	padding-bottom: 14px;
	margin-top: 0;
	margin-bottom: 14px;
	text-align: left;
	border-bottom: 1px dotted white;
}

#containernav {
	width: 148px;
	padding: 10px;
	position: absolute;
	top: 150px;
	left: 42px;
	background: repeat url(/images/opaque-333-75-scale.png);
}

#login {
	width: 300px;
	padding: 10px;
	position: absolute;
	top: 150px;
	left: 42px;
	background: repeat url(/images/opaque-333-75.png); }

#containercontent {
	background: url(/images/dotted_bg-19px-333-75-scale.png) repeat;
	position: absolute;
	left: 224px;
	top: 150px;
	width: 350px;
	padding: 18px 10px;
	
}

#containerlogin {
	background: url(/images/opaque-333-75.png) repeat;
	position: absolute;
	left: 224px;
	top: 150px;
	width: 350px;
	padding: 18px 10px;
	
}

#containercontent a {
	color: yellow;
	background: none;
	text-decoration: none;
	border: none;
}

#containercontent a:hover {
	color: black;
	background: yellow;
	text-decoration: none;
	border: none;
}

#containerplay {
	position: absolute;
	left: 224px;
	top: 150px;
	width: 800px;
	padding: 14px 10px 10px;
	
}

#containerplay .videos { 
	float: left; 
	overflow: hidden; 
	width: 210px; 
	min-height: 260px; 
	margin-right: 50px; 
	margin-bottom: 20px; 
}

#containerplay .image { 
	width: 210px; 
	height: 210px; 
	overflow: hidden; 
}

#containerplay .image img { 
	width: 100%; 
}

#admincontent {
	background: url(/images/opaque-333-75.png) repeat;
	position: absolute;
	left: 224px;
	top: 150px;
	width: 500px;
	padding: 14px 10px 10px;
	
}

#containercontent p { margin-top: 0; margin-bottom: 19px; padding: 0; }

#mullettdottv {
	z-index: 4;
}

#header {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0; 
	overflow: hidden; 
}

input.text { border: 1px solid #fff; margin: 0 0 15px; padding: 0; width: 96%; }

.list { margin-bottom: 15px; overflow: hidden; height: 100%; }

.list span { width: 25%; float: left; }

#background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

textarea
 { border: 1px solid #fff; width: 96%; margin-bottom: 15px; height: 400px; }

label { margin-bottom: 5px; display: block; }

#portfolio {
	border: 1px dotted white;
	width: 320px;
	padding: 8px 2px 7px 12px; 
	margin-bottom: 12px; 
}

body#client { 
	background-color: #ccc; 
	color: #fff; 
}

body#client #mullettdottv a { 
	color: #111;
	text-decoration: none;
	border-bottom-style: none;
}

#containerclient {
	background: url(/images/opaque-333-75.png) repeat;
	position: absolute;
	left: 42px;
	top: 150px;
	width: 700px;
	padding: 18px 10px; 
	font-size: 13px; 
}

body#play { 
	background-color: #999; 
	color: #333; 
}

body#play #containernav { 
	background-image: none; 
}

body#play a { 
	color: #333; 
	text-decoration : none;
	border-bottom: 1px solid #333;
}

body#play #mullettdottv a { 
	text-decoration: none;
	border-bottom-style: none;
}

body#play a#close { 
	color: #000; 
}

body#play a#close:hover { 
	color: #000; 
}

/* SWFUpload */

.progressWrapper {
	width: 357px;
	overflow: hidden; 
	color: #000; 
}

.progressContainer {
	margin: 5px 5px 5px 0;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-weight: 700;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}