/* Globals */


* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}


body {      
	font-family: "Helvetica", "Arial", sans-serif;
	text-align: center;
    color: #000000;
    height: 100%;
    background: #F6F6F6;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image:url(../images/bg.png);
    background-repeat:repeat-x;
}

ul {
	text-align: left;
}

li {
	list-style-type: none; 
}

.cl {
	 clear: both;
     display: block;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.line {
	background-image: url('../images/line.png');
	width: 900px;
	height: 17px;
	margin: 0 auto;
	
}

.line2 {
	background-image: url('../images/line2.png');
	width: 900px;
	height: 17px;
	margin: 0 auto;
	
}


a {
	color: #e3bb0e;
	text-decoration: none;
}

a:hover {
	color: #f8cc0f;
}


.builtby {

	margin-top: 2px;
	opacity: .8;


}


input[type=submit], input[type=button] { 
	border-bottom:0; 
	font-family: "Helvetica", "Arial", sans-serif;
}


input[type=text], input[type=password], textarea {
	font-family: "Helvetica", "Arial", sans-serif;
	background: url('/images/input.png') repeat-x scroll left top white;
	border: 1px solid #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 8px;
	line-height: 120%;
	color: #000000;

}


select {
	font-family: "Helvetica", "Arial", sans-serif;
}





.errorInfo {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: #e0e0e0;
	background-color: rgb(72, 72, 72);
	width: 300px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	text-shadow:1px 1px 0px #1C1C1C;
}






.button {
	cursor: pointer;
	text-shadow: 0px -1px 0px #000;
	color: #fff;
	padding: 5px;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;	
	border-right-color: #985b60;
	border-left-color: #de876e;
	border-top-color: #de876e;

	background-color: #d97823;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d97823), to(#bf691e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d97823, #bf691e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #d97823, #bf691e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d97823, #bf691e); /* IE10 */
	background-image:      -o-linear-gradient(top, #d97823, #bf691e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #bf691e, #bf691e);

	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 
}

.button:hover {
	color: #eee;
}

.button.active {
	-moz-box-shadow: 0px 0px 1px #000; 
	-webkit-box-shadow: 0px 0px 1px #000; 
	box-shadow: 0px 0px 1px #000; 
}


.pointer {
	cursor: pointer;
}


.badge {

	text-align: left;	
	font-size: 16px;
	font-weight: bold;
	
	color: #e0e0e0;
	
	text-shadow: 0px -1px 0px #000;
	
	padding: 8px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	border-right-color: #5b283f;
	border-left-color: #e64689;
	border-top-color: #e64689;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;


	background-color: #914166;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#914166), to(#882a52)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #914166, #882a52); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #914166, #882a52); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #914166, #882a52); /* IE10 */
	background-image:      -o-linear-gradient(top, #914166, #882a52); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #914166, #882a52);

	
	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 


}



.head {

	text-align: left;	
	font-size: 16px;
	font-weight: bold;
	
	color: #e0e0e0;
	
	text-shadow: 0px -1px 0px #000;
	
	padding: 8px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	border-right-color: #5b283f;
	border-left-color: #e64689;
	border-top-color: #e64689;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;


	background-color: #914166;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#914166), to(#882a52)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #914166, #882a52); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #914166, #882a52); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #914166, #882a52); /* IE10 */
	background-image:      -o-linear-gradient(top, #914166, #882a52); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #914166, #882a52);

	
	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 


}








.adminButton {
	cursor: pointer;
	color: #e0e0e0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	top: 0;
	right: 10px;
	opacity: .8;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

	
	text-shadow: 0px -1px 0px #000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

.adminButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5b5b5b, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5b5b5b, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5b5b5b, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #5b5b5b, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5b5b5b, #1a1a1a);

}



.adminButton:active {
	-moz-box-shadow: 0px 0px 0px #111; 
	-webkit-box-shadow: 0px 0px 1px #111; 
	box-shadow: 0px 0px 0px #111;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

}







.modalButton {
	-moz-box-shadow: 0px 0px 2px #111; 
	-webkit-box-shadow: 0px 0px 2px #111; 
	box-shadow: 0px 0px 2px #111;

}

.modalButton:active {
	-moz-box-shadow: 0px 0px 0px #111; 
	-webkit-box-shadow: 0px 0px 1px #111; 
	box-shadow: 0px 0px 0px #111;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

}





.editButton {
	cursor: pointer;
	color: #e0e0e0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #222;
	position: absolute;
	top: -4px;
	right: 10px;
	
	text-shadow: 0px -1px 0px #000;
}

.editButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #333333, #222222); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);


	

}





























/* Container */

#container { 
	margin: 0 auto;
	padding:0;
	width: 1008px;
}


#contenttop {
	background-image: url(../images/content-top-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height:33px;
}


#contentbottom{
	background-image: url(../images/content-bottom-bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	clear: both;
	height: 33px;
}


#content { 
	background-image: url(../images/content-bg.png);
	background-position:center;
	background-repeat:repeat-y;
	padding: 0 35px 0 35px;
}










/* Header & Main Menu */


#header { 
	background-image: url(../images/header-top.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 246px;
	position: relative;
}

#header-bottom {
	position: absolute;
	z-index: 2;
	background-image: url(../images/header-bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 25px;
	width: 1002px;
	top: 221px;
	left: 3px;
}


#header a { 
	color: #eeeeee;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
}

#header a:hover {
	color: #efc60a;
}


ul#mainMenu {
	font-size: 14px;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 186px;
	left: 80px;
}


ul#mainMenu li {
	border-right-color: #5b283f;
	border-left-color: #e64689;
	border-top-color: #e64689;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	float: left;
	list-style-type: none;
	margin: 0 12px 0 0;

	background-color: #914166;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#914166), to(#882a52)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #914166, #882a52); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #914166, #882a52); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #914166, #882a52); /* IE10 */
	background-image:      -o-linear-gradient(top, #914166, #882a52); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #914166, #882a52);

	
	padding: 10px 15px 10px 15px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 
	
	font-weight: bold;
}


ul#mainMenu li.adminMenu {
	border-right-color: #985b60;
	border-left-color: #de876e;
	border-top-color: #de876e;

	background-color: #d97823;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d97823), to(#bf691e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d97823, #bf691e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #d97823, #bf691e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d97823, #bf691e); /* IE10 */
	background-image:      -o-linear-gradient(top, #d97823, #bf691e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #bf691e, #bf691e);


}











/* Footer & Menu */


#footer { 
	clear:both;
	background-image: url(../images/footerbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #6b696a;
	height: 133px;
	text-align: center;
	font-size: 12px;
}

#footer a {
	font-weight: 800;
	letter-spacing: .2;
	margin: 0 10px;
	text-decoration: none;
}

#footer p {
	line-height: 2;
	padding-top: 40px;
}



#version {
	font-size: 12px;
	color: #ccc;
	margin-top: 10px;
}
























/* Search Bar */

#searchBar {
	border-right-color: #5b283f;
	border-left-color: #e64689;
	border-top-color: #e64689;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;

	background-color: #914166;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#914166), to(#882a52)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #914166, #882a52); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #914166, #882a52); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #914166, #882a52); /* IE10 */
	background-image:      -o-linear-gradient(top, #914166, #882a52); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #914166, #882a52);

	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 
	
	position: absolute;
	z-index: 1;
	top: 170px;
	right: 80px;
	width: 230px;
	height: 65px;

}

#searchBox {
	font-size: 14px;
	font-family: "Helvetica", "Arial", sans-serif;
	width: 160px;
	height: 14px;
	padding: 7px 8px;
	margin-top: 10px;
	margin-left: 12px;
	float: left;
}

#searchButton {
	margin-top: 14px;
	margin-left: 6px;
	float: left;
	background-image: url(../images/search.png);
	width: 22px;
	height: 21px;
	cursor: pointer;
}











/* Account Menu */


#accountMenu a { 
	color: #eeeeee;
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
}

#accountMenu a:hover {
	color: #efc60a;
}

ul#accountMenu li{
	border-right-color: #5b283f;
	border-left-color: #e64689;
	border-bottom-color: #5b283f;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	float: left;
	list-style-type: none;
	margin: -2px 10px 0 0;

	background-color: #914166;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#914166), to(#882a52)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #914166, #882a52); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #914166, #882a52); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #914166, #882a52); /* IE10 */
	background-image:      -o-linear-gradient(top, #914166, #882a52); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #914166, #882a52);

	
	padding: 7px 7px 7px 7px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 
	
	font-weight: bold;
}


ul#accountMenu {
	font-size: 12px;
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 30px;
}






#loginWindow {
	display: none;
	position: absolute;
	z-index: 4;
	top: -250px;
	right: 30px;

	border-right-color: #5b283f;
	border-left-color: #e64689;
	border-bottom-color: #5b283f;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	float: left;
	list-style-type: none;
	margin: -2px 10px 0 0;

	background-color: #914166;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#914166), to(#882a52)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #914166, #882a52); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #914166, #882a52); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #914166, #882a52); /* IE10 */
	background-image:      -o-linear-gradient(top, #914166, #882a52); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #914166, #882a52);

	
	padding: 14px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	-moz-box-shadow: 0px 0px 8px #000; 
	-webkit-box-shadow: 0px 0px 8px #000; 
	box-shadow: 0px 0px 8px #000; 
		
	color: #eeeeee;
	font-size: 12px;
	
	text-align: left;
}

#loginWindow label {
	text-decoration: none;
	text-shadow: 0px -1px 0px #000;
	font-weight: bold;
	width: 40px;
	display: block;
}

#loginWindow input[type=text], #loginWindow input[type=password] {
	font-size: 14px;
	width: 160px;
	height: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
}

#loginWindow input[type=submit] {
	margin-right: 6px;
}

#loginWindow .button {
	float: right;
}

#loginWindow .forgot {
	float: left;
	font-size: 11px;
}


#loginWindow #login_error_msg {
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 0px -1px 0px #000;
	color: #e0e0e0;
}

























/* Modal Overlays */


.modalBox {
	display: none;
	color: #343434;
}


.modalBoxTitle {
	background-color: #222;
	color: #e0e0e0;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 1);
	box-shadow:         0px 1px 0px rgba(255, 255, 255, 1);
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

	
	text-shadow: 0px -1px 0px #000;
	border-bottom: 1px solid black;
}

.modalBoxContent {
	margin: 30px;
}

.modalBoxContent li {
	margin-bottom: 20px;
}

.modalBoxContent li.buttons {
	margin-top: 30px;
	margin-bottom: 0;
	text-align: right;
}

.modalBoxContent li label {
	display: block;
	margin-bottom: 5px;	
	font-size: 14px;
	font-weight: bold;
}

.modalBoxContent .modalButton {
	cursor: pointer;
	color: #e0e0e0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	top: 0;
	right: 10px;
	opacity: .8;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

	
	text-shadow: 0px -1px 0px #000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.modalBoxContent .modalButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5b5b5b, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5b5b5b, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5b5b5b, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #5b5b5b, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5b5b5b, #1a1a1a);

}

.modalBoxContent input[type=text] {
	font-size: 14px;
	width: 240px;
}

















/* Jquery UI Overrides */

.ui-widget-header {
	border: none;

}

.ui-tabs .ui-tabs-nav {
	padding: 0;
}

.ui-tabs .ui-tabs-nav li {
	border: none;
	font-weight: bold;

}

.ui-tabs .ui-tabs-panel {
	background: #404040;
}

.ui-tabs.ui-widget-content {
	background: none;
	border: none;
	line-height: 140%;
	font-size: 14px;
}


.ui-tabs.ui-corner-all, .ui-tabs.ui-corner-bottom, .ui-tabs.ui-corner-right, .ui-tabs.ui-corner-br, .ui-tabs.ui-corner-top, .ui-tabs-panel {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}





.ui-autocomplete {
	-webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
	-moz-box-shadow:    0px 3px 11px rgba(0, 0, 0, 0.64);
	box-shadow:         0px 3px 11px rgba(0, 0, 0, 0.64);
	font-size: 13px;
}


.ui-datepicker {
	-webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.64);
	-moz-box-shadow:    0px 3px 11px rgba(0, 0, 0, 0.64);
	box-shadow:         0px 3px 11px rgba(0, 0, 0, 0.64);
	font-size: 13px;
}

.ui-datepicker .ui-widget-header {
	border: none;
	background: #404040;
}









/* Home Page */

#contentHome {
	position: relative;
	margin: 0;
}

#contentHome #topBanner {
	width: 916px;
	margin: 0 auto;
	margin-top: -10px; 
	text-align: center;
	position: relative;
}


#contentHome #primeTime {
	color: #e0e0e0;
	padding: 18px;
	padding-top: 28px;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	width: 880px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
	background-color: #404040;	

}

#contentHome #primeTime h1 {
	position: absolute;
	left: 0px;
	top: -36px;
	text-shadow: 0px -1px 0px #000;
	color: #e0e0e0;
	padding: 8px 12px 10px 12px;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 24px;
	
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;	
	border-right-color: #985b60;
	border-left-color: #de876e;
	border-top-color: #de876e;

	background-color: #d97823;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d97823), to(#bf691e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d97823, #bf691e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #d97823, #bf691e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d97823, #bf691e); /* IE10 */
	background-image:      -o-linear-gradient(top, #d97823, #bf691e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #bf691e, #bf691e);

	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 
	
	cursor: pointer;
}

#contentHome #primeTime #leftCol {
	float: left;
	width: 540px;
}

#contentHome #primeTime #rightCol {
	float: left;
	width: 310px;
	margin-left: 20px;
}

#contentHome #primeTime  #rightCol h2 {
	margin-left: 25px;

	margin-bottom: 20px;
}

#contentHome #primeTime .playerContainer {
	width: 540px;
	height: 304px;
	background-color: #000;
	margin-top: 12px;
	margin-bottom: 15px;
}

#contentHome #primeTime #live_player{
	width: 540px;
	height: 333px;
	background-color: #000;
}

#contentHome #primeTime .numberSmall .thumbnail {
	position: relative;
	width: 120px;
	height: 68px;
	background-color: #000;
	float: left;
	z-index: 2;
}

#contentHome #primeTime .numberSmall .info {
	position: relative;
	width: 160px;
	height: 84px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
}

#contentHome #primeTime .numberSmall .info .title {
	font-weight: bold;
}


#contentHome #primeTime .numberSmall {
 	margin-bottom: 14px;
 	width: 340px;
}

#contentHome #primeTime .numberSmall .position {
	font-size: 16px;
	padding: 6px;
	z-index: 3;
	margin-top: 20px;
	margin-right: -6px;
	margin-left: 6px;
}

#contentHome #primeTime .numberSmall .sign {
	margin-right: 0.5px;
	font-size: 14px;
}



#contentHome #nextDates {
	text-align: left;
	position: absolute;
	right: 20px;
	top: -60px;
	font-size: 16px;
	font-weight: bold;
	/* background-color: #49413e;	*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px;
}

#contentHome #nextDates a{
	color: #fff;
}

#contentHome #primeTime #number1 {

}

#contentHome #primeTime .position {
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #343434;
	display: inline;
	float: left;
	position: relative;
	
	background-color: #914166;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#914166), to(#882a52)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #914166, #882a52); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #914166, #882a52); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #914166, #882a52); /* IE10 */
	background-image:      -o-linear-gradient(top, #914166, #882a52); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #914166, #882a52);
	
	border-right-color: #5b283f;
	border-left-color: #e64689;
	border-top-color: #e64689;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;

	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 
	
	text-shadow: 0px -1px 0px #000;
	
}

#contentHome #primeTime #number1 .position {
	font-size: 24px;
	padding: 8px;
	margin-right: 10px;
}

#contentHome #primeTime #number1 .sign {
	margin-right: 0.5px;
	font-size: 20px;
}



#contentHome #primeTime #number1 .info {
	float: left;
	width: 400px;
}

#contentHome #primeTime #number1 .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

#contentHome #primeTime #number1 .creators {
	display: inline;
	font-size: 12px;
}

#contentHome #primeTime #number1 .stats {
	margin-left: 20px;
	display: inline;
	font-size: 12px;	
}

#contentHome #primeTime #number1 .playerContainer {
	margin-top: 16px;
}

#contentHome #primeTime #number1 #live_player {
	margin-top: 16px;
}

#contentHome #primeTime #numbers2-5 {
	margin-top: 0px;
}









/* Home Bottom */


#contentHome #bottom {
	text-align: left;
	padding-bottom: 20px;

}

#contentHome .line {
	margin-bottom: 30px;
	
}

#contentHome #failedPilots {
	float: left;
	position: relative;
	margin-left: 36px;
	margin-top: 20px;
}

#contentHome #canceledShows {
	float: left;
	margin-left: 36px;
	position: relative;
	margin-top: 20px;
}

#contentHome #specialsBox {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	width: 300px;
	height: 250px;
	position: relative;

}

#contentHome #bottom .scrollable {
	position: relative;
	overflow: hidden;
	width: 212px;
	height: 210px;
	margin-right: 0;
	float: left;
	z-index: 5;
}


#contentHome #bottom .items {
	width: 20000em;
	position: absolute;
}

#contentHome .flipPanel {
	background-color: #404040;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #e0e0e0;
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 120px;
}

#contentHome .flipBox {
	width: 260px;
} 


#contentHome .flipBox h1 {
	text-shadow: 0px -1px 0px #000;
	color: #e0e0e0;
	padding: 8px;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
	
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;	
	border-right-color: #985b60;
	border-left-color: #de876e;
	border-top-color: #de876e;

	background-color: #d97823;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d97823), to(#bf691e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d97823, #bf691e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #d97823, #bf691e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d97823, #bf691e); /* IE10 */
	background-image:      -o-linear-gradient(top, #d97823, #bf691e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #bf691e, #bf691e);
	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 
	
	display: inline;
	position: relative;

	z-index: 10;
	
	cursor: pointer;
}


#contentHome .flipBox .flipArrow {
	float: left;
	width: 19px;
	height: 28px;
	margin-top: 64px;
	cursor: pointer;
}

#contentHome .flipBox .rightArrow {
	background-image: url('../images/rightArrow.png');
	margin-left: 9px;
}

#contentHome .flipBox .leftArrow {
	background-image: url('../images/leftArrow.png');
	margin-right: 9px;
	margin-left: -28px;
}

#contentHome .flipBox .rightArrow:hover {
	background-image: url('../images/rightArrowOver.png');
}

#contentHome .flipBox .leftArrow:hover {
	background-image: url('../images/leftArrowOver.png');
}

#contentHome .flipBox .flipArrow.disabled {
	visibility: hidden;
} 













/* Add Video Page */

#contentAddVideo {

	padding: 10px 15px 0px 15px;
}

#contentAddVideo h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e0e0e0;
	text-align: center;
}

#contentAddVideo #videoTypeTabs {

	margin: auto;
	text-align: left;
}


#selectedShow, .showInfo, .showExt, .specialInfo, #selectedSpecial, #addNewTalentButton {
	display: none;
}

.addVideoForm ul {
	margin-top: 30px;
	margin-bottom: 20px;
}

.addVideoForm li {
	margin-bottom: 20px;
}

.addVideoForm li.buttons {
	margin-top: 30px;
	margin-bottom: 0;
}

.addVideoForm li .label {
	font-size: 14px;
	font-weight: bold;
	
	float: left;
	width: 150px;
	text-align: right;
}

.addVideoForm li .option {
	float: left;
	margin-left: 15px;
	min-height: 30px;
}

.addVideoForm .modalButton {
	cursor: pointer;
	color: #e0e0e0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	top: 0;
	right: 10px;
	opacity: .8;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);
	
	text-shadow: 0px -1px 0px #000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.addVideoForm .modalButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5b5b5b, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5b5b5b, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5b5b5b, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #5b5b5b, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5b5b5b, #1a1a1a);

}

.addVideoForm input[type=text] {
	font-size: 14px;
	width: 200px;
	margin-top: -10px;
}

.addVideoForm input[type=text]#specialScreeningDate {
	font-size: 14px;
	width: 80px;
	margin-top: -10px;
}

.addVideoForm select{
	margin-top: -10px;
}


.addVideoForm textarea {
	width: 400px;
	height: 100px;
	max-width: 700px;
}

.addVideoForm #saveArea {
	text-align: center;
}

.addVideoForm .line2 {
	margin-top: 0px;
	margin-bottom: 30px;
	width: 100%;
}

#selectedShow {
	cursor: text;
	padding: 5px;
}

#selectedShow:hover {
	background: #696B66;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#episodeNumber {
	width: 20px;
}

#episodeVotes {
	width: 40px;
}







.fileUpload object {
	background: url('/images/browseButton.png') 0 0;
	width: 60px;
	height: 24px;
	float: left;
}

.fileUpload object:hover {
	background-position-x: 60px; 
}


.fileUpload .uploadifyQueue {
	float: left;
	margin-left: 15px;
	width: 400px;
}



.fileUpload .uploadifyQueueItem .cancel {
	float: right;
	margin-top: 2px;
}

.fileUpload .uploadifyQueueItem.completed .cancel {
	display: none;
}

.fileUpload .uploadifyProgress {
	margin-top: 5px;
}

.fileUpload .uploadifyProgressBar {
  background-color: #c17416;
  height: 5px;
  width: 0;
}




.s3FileSelect {
	width: 550px;
	height: 300px;
	font-size: 14px;
	font-family: "Helvetica", "Arial", sans-serif;
	padding: 4px;

}

.loadAni {
	background: url('/images/load.gif');
	width: 24px;
	height: 24px;
	position: absolute;
	left: 46%;
	top: 50%;
}

.selectedFile {
	margin-left: 15px;
	display: none;
}


#savingStatus {
	display: none;
}



.remove {
	background-image: url('/images/cancel.png');
	background-color     : transparent; 
    background-repeat    : no-repeat; 
    background-position  : 0px 0px; 
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.remove:hover {
	background-position-x: -16px; 
}


ul#selectedCreators {
	margin-top: 14px;
	margin-bottom: 0;

}

#selectedCreators li {
	position: relative;
	margin-bottom: 10px;
}


#selectedCreators .remove {
	position: absolute;
	left: -24px;
	top: 1px;

}







/* Screenings Page */


#contentScreenings {
	font-size: 15px;
	text-align: left;
	color: #e0e0e0;
	padding: 0 20px 20px 20px;
	position: relative;
}

#contentScreenings .addScreening {
	position: absolute;
	right: 0;
}

#previousHeading, #nextHeading {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;

}

#contentScreenings #nextScreening {
	text-align: center;
	background-color: #404040;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 300px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

#contentScreenings #nextScreening .modifyScreeningButtons {
	position: absolute;
	top: 10px;
	right: 10px;
}

#contentScreenings #nextScreening #nextHeading {
	margin-bottom: 20px;
}

#contentScreenings #nextScreening .nextDate {
	left: 0px;
	top: -36px;
	text-shadow: 0px -1px 0px #000;
	color: #e0e0e0;
	padding: 10px 12px 10px 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 24px;
	font-weight: bold;
	
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;	
	border-right-color: #985b60;
	border-left-color: #de876e;
	border-top-color: #de876e;

	background-color: #d97823;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d97823), to(#bf691e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d97823, #bf691e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #d97823, #bf691e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d97823, #bf691e); /* IE10 */
	background-image:      -o-linear-gradient(top, #d97823, #bf691e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #bf691e, #bf691e);

	
	-moz-box-shadow: 0px 0px 4px #222; 
	-webkit-box-shadow: 0px 0px 4px #222; 
	box-shadow: 0px 0px 4px #222; 
	
	display: inline;
}

#contentScreenings #nextScreening .nextLocation {
	margin-top: 18px;
	font-size: 13px;
}

#contentScreenings #nextScreening #otherDates {
	margin-top: 30px;
	font-size: 14px;
}


#contentScreenings #nextScreening #otherDates .miniHead {
	text-shadow:1px 1px 0px #1C1C1C;
	font-weight: bold;
	font-size: 15px;
}

#contentScreenings #nextScreening #otherDates .nextPilotDate {
	float: left;
}

#contentScreenings #nextScreening #otherDates .nextPrimeTimeDate {
	float: right;
}



#contentScreenings .line {
	margin-top: 20px;
	margin-bottom: 20px;
}

#contentScreenings ul.previousScreenings {
	width: 420px;
	margin: 0 auto;
}

#contentScreenings ul li.previousScreening {
	margin-bottom: 10px;
	padding: 8px;
	cursor: pointer;
}

#contentScreenings ul li.previousScreening:hover {
	background-color: #404040;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



#contentScreenings li.previousScreening .screeningDate {
	float: left;
	font-weight: bold;
}	

#contentScreenings li.previousScreening .screeningLocation {
	float: right;
	font-size: 12px;

}	

#contentScreenings li.previousScreening .modifyScreeningButtons {
	float: right;
	margin-left: 20px;
}


#contentScreenings .modalButton {
	cursor: pointer;
	color: #e0e0e0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	top: 0;
	right: 10px;
	opacity: .8;
	display: inline;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

	
	text-shadow: 0px -1px 0px #000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contentScreenings .modalButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5b5b5b, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5b5b5b, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5b5b5b, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #5b5b5b, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5b5b5b, #1a1a1a);

}

#contentScreenings #screeningLocations {
	display: none;
}










/* Episode Page */

#contentEpisode {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 0px 15px 0px 15px;
}

#contentEpisode #episodeInfo .title {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: left;
	position: relative;
	width: 550px;
}

#contentEpisode #episodeInfo .creators {
	font-size: 13px;
	text-align: left;
}


#contentEpisode #leftCol {
	float: left;
	width: 540px;
	text-align: left;
	position: relative;
}

#contentEpisode #rightCol {
	float: left;
	width: 340px;
	margin-left: 20px;
}

#contentEpisode #videoArea {
	position: relative;
}


#contentEpisode #videoArea .playerContainer {
	width: 540px;
	height: 304px;
	background-color: #000;
	margin-top: 12px;
	margin-bottom: 15px;
}

#contentEpisode #videoArea #player{
	width: 540px;
	height: 304px;
}


#contentEpisode #videoArea .description{
	float: left;
	width: 430px;
	margin-right: 15px;
	line-height: 20px;
	position: relative;
}

#contentEpisode #videoArea .shareit {
	float: right;
	width: 95px;
	margin-right: -9px;
}

#contentEpisode #videoArea .meta{
	float: left;
	margin-top: 40px;

}

#contentEpisode #videoArea .meta li{
	margin-bottom: 6px;
	font-size: 13px;
	text-align: left;
	position: relative;
}

#contentEpisode #videoArea .meta li .label{
	width: 115px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

#contentEpisode #videoArea #graph {
	width: 220px;
	height: 130px;
	float: right;
	margin-top: 20px;
}

#contentEpisode #videoArea #status {
	float: right;
	margin-top: 40px;
	margin-right: 75px;
	display: inline;
}


#contentEpisode #rightCol #relatedVideos {
	padding: 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	margin-left: 20px;
	background-color: #404040;	
	margin-top: 10px;
}

#contentEpisode #rightCol #relatedVideos .line2{
	width: 100%;
	margin: 3px 0;
}

#contentEpisode #rightCol .relatedVideo {
 	text-align: left;
 	height: 70px;
}



#contentEpisode #rightCol .relatedVideo .thumbnail {
	position: relative;
	width: 120px;
	height: 68px;
	background-color: #000;
	float: left;
	z-index: 2;
}

#contentEpisode #rightCol .relatedVideo .info {
	position: relative;
	width: 125px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
}

#contentEpisode #rightCol .relatedVideo .info .title{
	font-weight: bold;
	word-wrap: break-word;
}





#contentEpisode #rightCol #relatedVideos h1 {
	z-index: 10;
	
	position: absolute;
	top: -25px;
	left: 0;
}






/* Episode Page - Segments for Specials Version */


#contentEpisode #rightCol #specialSegments {
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
}


#contentEpisode #rightCol #specialSegments a  {
	font-weight: bold;
	word-wrap: break-word;
	text-align: left;
 	height: 10px;
 	background-color: #404040;
 	padding: 10px 10px 13px 10px;
 	line-height: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	margin-bottom: 6px;
	color: #e0e0e0;
}

#contentEpisode #rightCol #specialSegments a:hover  {
	background-color: rgb(72, 72, 72);	
}


#contentEpisode #rightCol #specialSegments a.current  {
	background-color: rgb(80, 80, 80);	
	margin-left: -10px;
}

#contentEpisode #rightCol #specialSegments .sort a {
	cursor: move;
}



/* Episode Page - Edit Video */

#contentEpisode #videoArea #editVideo {
	z-index: 50;
}

#contentEpisode #deleteEpisode {
	position: absolute;
	right: 10px;
	top: -10px;
}

#contentEpisode #videoArea .editArea, #contentEpisode #videoArea #editVideoArea {
	display: none;
	position: relative;
}

#contentEpisode #videoArea .metaArea {
	padding: 5px;
	margin-left: -5px;
}

#contentEpisode #videoArea #episodeDescription.metaArea {
	display: block;
	margin-top: -5px;
}


#contentEpisode #videoArea .metaArea.hover {
	background: rgb(64, 64, 64);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


#contentEpisode #videoArea  #editScreeningArea {
	position: relative;
}

#contentEpisode #videoArea input[type=text] {
	font-size: 14px;
	width: 30px;
	margin-top: -10px;
}

#contentEpisode #videoArea input[type=text].datePicker {
	font-size: 14px;
	width: 80px;
	margin-top: -10px;
	margin-left: 5px;
}

#contentEpisode #videoArea select{
	width: 100px;
	margin-top: -20px;
	font-size: 13px;
}

#contentEpisode #videoArea textarea {
	font-size: 14px;
	width: 100%;
	height: 50px;
	max-width: 100%;
	max-height: 200px;
	min-width: 100%;
	margin-bottom: 6px;
}

#contentEpisode #videoArea #editSaveVotes, #contentEpisode #videoArea #editSaveScreening {
	margin-left: 5px;
}

#contentEpisode #videoArea #editVideoArea {
	margin-top: 12px;
	margin-bottom: 15px;
	width: 540px;
	height: 304px;
	background-color: rgb(20, 20, 20);
	position: relative;
}

#contentEpisode #videoArea #editVideoArea ul {
	position: absolute;
	top: 70px;
}

#contentEpisode #videoArea #editVideoArea li {
	margin-bottom: 20px;
}

#contentEpisode #videoArea #editVideoArea li.buttons {
	margin-top: 30px;
	margin-bottom: 0;
}

#contentEpisode #videoArea #editVideoArea li .label {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 130px;
	text-align: right;
}

#contentEpisode #videoArea #editVideoArea li .option {
	float: left;
	margin-left: 15px;
	min-height: 30px;
	position: relative;
}


#contentEpisode #videoArea #editVideoArea li .option.fileUpload .uploadifyQueue {
	float: left;
	margin-left: 15px;
	width: 290px;
}


#contentEpisode #videoArea #editVideoArea li .option .selectedFile {
	width: 300px;
	position: absolute;
	left: 56px;
}





#contentEpisode #episodeInfo .editArea, #contentEpisode #episodeInfo #editCreatorsArea {
	display: none;
	position: relative;
}


#contentEpisode #episodeInfo #visitLink {
	display: none;
	position: absolute;
	top: 0;
	left: -40px;
}


#contentEpisode #episodeInfo .metaArea {
	padding: 5px;
	margin: -5px;
	display: inline-block;
}


#contentEpisode #episodeInfo .metaArea.hover {
	background: rgb(64, 64, 64);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


#contentEpisode #episodeInfo input[type=text] {
	font-size: 14px;
	width: 200px;
	margin-top: -10px;
	margin-bottom: 10px;
}

#contentEpisode #episodeInfo #findCreators {
	font-size: 14px;
	width: 170px;
	margin-top: 0px;
	margin-right: 5px;
}

#contentEpisode #episodeInfo #editInputNumber {
	width: 30px;
}




#contentEpisode #episodeInfo #selectedCreators {
	margin-top: 14px;
	margin-bottom: 0;

}

#contentEpisode #episodeInfo #selectedCreators li {
	position: relative;
	margin-bottom: 10px;
	margin-left: 24px;
}


#contentEpisode #episodeInfo #selectedCreators li .remove {
	position: absolute;
	left: -24px;
	top: -1px;
}

#contentEpisode #videoArea #editStatusArea {
	float: right;
	margin-top: 50px;
	margin-right: 65px;
}

#contentEpisode #videoArea #editCategoryArea {
	float: right;
	margin-top: 50px;
	margin-right: 65px;
}

#contentEpisode #videoArea #editSelectEpStatus {
	margin-right: 5px;
}












/* Episode Page - Bottom Section */


#contentEpisode #tabCredits, #contentEpisode #tabComments {
	position: relative;
	text-align: left;
	line-height: normal;
	
	min-height: 320px;
}


#contentEpisode #bottomSection {
	margin-top: 40px;
}




/* Episode Page - Display Credits */



#contentEpisode #tabCredits #creditsContainer {
	margin-top: 20px;
	margin-left: 20px;
}


#contentEpisode #tabCredits .creditJob {
	margin-bottom: 40px;
}

#contentEpisode #tabCredits .creditJob .creditJobTitle {
	font-size: 18px;
	font-weight: bold;

}

#contentEpisode #tabCredits .creditJob .creditJobList {
	margin-left: 50px;
	margin-top: 10px;

}

#contentEpisode #tabCredits .creditJob .creditJobList .creditItem {
	margin-bottom: 6px;
	position: relative;

}

#contentEpisode #tabCredits .creditJob .creditJobList .creditItem.sort {
	cursor: move;
	background: #484848;
	width: 30%;
	padding: 7px;
}

#contentEpisode #tabCredits .creditJob .creditJobList .creditItem a {
	color: #e3bb0e;
}

#contentEpisode #tabCredits .creditJob .creditJobList .creditItem a:hover {
	color: #f8cc0f;
}

#contentEpisode #tabCredits .creditJob .creditJobList .creditItem .remove {
	position: absolute;
	left: -20px;
	top: 4px;
}






/* Episode Page - Edit Credits */


#contentEpisode #tabCredits .label {
	font-size: 13px;
	margin-bottom: 2px;
}

#contentEpisode #tabCredits .option {
	min-height: 30px;
}

#contentEpisode .modalButton {
	cursor: pointer;
	color: #e0e0e0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	top: 0;
	right: 10px;
	opacity: .8;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

	
	text-shadow: 0px -1px 0px #000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contentEpisode .modalButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5b5b5b, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5b5b5b, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5b5b5b, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #5b5b5b, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5b5b5b, #1a1a1a);

}

#contentEpisode #tabCredits input[type=text] {
	width: 140px;
	border-color: #555;
}


#contentEpisode #tabCredits #addCredit {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: rgb(99,100,98);
	padding: 12px 20px 12px 20px;
	position: absolute;
	right: 15px;
	top: 30px;
	
	display: none;
	
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:    0px 3px 6px rgba(0, 0, 0, 0.24);
	box-shadow:         0px 3px 6px rgba(0, 0, 0, 0.24);
}

#contentEpisode #tabCredits #addCredit #characterSection {

}

#contentEpisode #tabCredits #addCredit .sectionHead {
	font-weight: bold;
	font-size: 15px;
	text-shadow:1px 1px 0px #1C1C1C;
	margin-bottom: 15px;
	margin-top: 5px;
}

#contentEpisode #tabCredits #addCredit ul {
	
}

#contentEpisode #tabCredits #addCredit li {
	margin-bottom: 15px;
}

#contentEpisode #tabCredits #addCredit #saveSection {
	text-align: center;
	margin-bottom: 10px;
}


#contentEpisode #tabCredits #addCredit #creditSelectedTalent {
	cursor: text;
	padding: 5px;
	margin-left: -5px;
	display: none;
	font-weight: bold;

}

#contentEpisode #tabCredits #addCredit #creditSelectedTalent:hover {
	background: #383936;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}









/* Episode Page - Display Comments */



#contentEpisode #tabComments #commentsContainer {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
}



#contentEpisode #tabComments .errorInfo {
	margin-top: 40px;

}


#contentEpisode #tabComments #commentBox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: rgb(80,80,80);
	padding: 12px 20px 12px 20px;
	position: absolute;
	right: 15px;
	top: 50px;
	
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:    0px 3px 6px rgba(0, 0, 0, 0.24);
	box-shadow:         0px 3px 6px rgba(0, 0, 0, 0.24);
	
	font-weight: bold;
	
}

#contentEpisode #tabComments #commentBox .head {

	position: absolute;
	left: 0px;
	top: -24px;
	
}


#contentEpisode #tabComments #commentBox textarea {
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	
	height: 100px;
	min-height: 100px;
	max-height: 200px;
	font-size: 14px;
	float: right;
	margin-top: 10px;
}

#contentEpisode #tabComments #commentBox .submit {
	margin-top: 10px;
	float: right;

}


#contentEpisode #tabComments ul {
	width: 500px;
	color: #343434;

}

#contentEpisode #tabComments li.comment {
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 80px;
	

}

#contentEpisode #tabComments li.comment .icon{
	background-image: url('/images/no-icon2.png');
	background-color: #333333;
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	left: -85px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 4px;

}

#contentEpisode #tabComments li.comment .triangle{
	background-image: url('/images/speechtriangle.png');
	width: 25px;
	height: 28px;
	position: absolute;
	left: -21px;	
	top: 25px;
	z-index: 10;
}

#contentEpisode #tabComments li.comment .inner{
	padding: 16px;
}

#contentEpisode #tabComments li.comment .inner .name{
	font-size: 12px;
}

#contentEpisode #tabComments li.comment .inner .content{
	font-size: 13px;
	margin-top: 10px;
	line-height: 130%;
}

#contentEpisode #tabComments li.comment .inner .meta{
	font-size: 11px;
	margin-top: 13px;
	text-align: right;
}


#contentEpisode #tabComments li.comment a {
	color: #000;
	font-weight: bold;
}

#contentEpisode #tabComments li.comment a:hover {
	color: #222;

}

#contentEpisode #tabComments li.comment .remove {
	position: absolute;
	right: 2px;
	top: 2px;

}








/* Search Page  */

#contentSearch  {
	padding: 0px 10px 10px 10px;
	text-align: left;
}

#contentSearch h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
	color: #e0e0e0;
	
}

#contentSearch .resultsHead {
	text-shadow: 0px -1px 0px #000;
	color: #e0e0e0;
	padding: 8px;
	text-align: left;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 16px;
	
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;	
	border-right-color: #985b60;
	border-left-color: #de876e;
	border-top-color: #de876e;

	background-color: #d97823;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d97823), to(#bf691e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #d97823, #bf691e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #d97823, #bf691e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #d97823, #bf691e); /* IE10 */
	background-image:      -o-linear-gradient(top, #d97823, #bf691e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #bf691e, #bf691e);

	
	-moz-box-shadow: 0px 0px 4px #000; 
	-webkit-box-shadow: 0px 0px 4px #000; 
	box-shadow: 0px 0px 4px #000; 
	
	position: absolute;
	top: -20px;
	left: 0px;

	z-index: 10;
}

#contentSearch #resultsShows {
	background-color: #404040;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px;
	position: relative;

}

#contentSearch .resultShow {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #e0e0e0;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 125px;
	height: 110px;
	cursor: pointer;
}

#contentSearch .resultShow .title {
	font-weight: bold;
	margin-top: 4px;
}

#contentSearch .resultShow .thumbnail {
	width: 125px;
	height: 70px;
	background-image: url('/images/no-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333333;
}

#contentSearch .resultShow:hover {
	background-color: rgb(72, 72, 72);	
}


#contentSearch .line {
	margin-top: 30px;
	margin-bottom: 50px;
}



#contentSearch #resultsPeople {
	background-color: #404040;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px;
	position: relative;
}

#contentSearch .resultPerson {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #e0e0e0;
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	width: 80px;
	height: 110px;
	cursor: pointer;
}

#contentSearch .resultPerson .name {
	font-weight: bold;
	margin-top: 8px;
}

#contentSearch .resultPerson .icon {
	background-image: url('/images/no-icon.png');
	background-color: #333333;
	width: 80px;
	height: 80px;
}

#contentSearch .resultPerson:hover {
	background-color: rgb(72, 72, 72);	
}








/* Series Page - Series Info */

#contentSeries {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 0px 15px 20px 15px;
	text-align: left;
}



#contentSeries #seriesInfo .left {
	width: 540px;
	position: relative;
}

#contentSeries #seriesInfo .title {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: left;
	display: inline-block;
}

#contentSeries #seriesInfo .creators {
	font-size: 13px;
	text-align: left;
}


#contentSeries #seriesInfo .image {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
	width: 540px;
	height: 304px;
	background-image: url('/images/no-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333333;
}



#contentSeries #seriesInfo .meta{
	float: left;
	margin-top: 28px;
	width: 340px;
	position: relative;
}


#contentSeries #seriesInfo .accolade {
	position: absolute;
	width: 120px;
	height: 60px;
	top: -80px;
	left: 108px;
}

#contentSeries #seriesInfo #editAccolade {
	cursor: pointer;
}


#accoladeBrowse {
	
	width: 585px;
	max-height: 500px;
	overflow-y: auto;
	margin-bottom: 20px;
	border-color: #d9d9d9;
	border-width: 1px;
	border-style: solid;
	padding: 20px;

}

#accoladeBrowse .accoladeItem {
	width: 120px;
	float: left;
	margin: 10px 10px;
	position: relative;
}

#accoladeBrowse .remove {
	position: absolute;
	top: 20px;
	right: -12px;
	background-color: #d9d9d9;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;

}

#accoladeBrowse .remove:hover {
	background-color: #eee;
}


#accoladeBrowse img {

	border-color: #d9d9d9;
	border-width: 1px;
	border-style: solid;
}

#accoladeBrowse img:hover {
	
	cursor: pointer;
	border-color: #6d6d6d;
	border-width: 1px;
	border-style: solid;
	opacity: .8;
	
}


#contentSeries #seriesInfo .accolade .metaButton {
	position: absolute;
	top: 18px;
	left: 9px;
	text-align: center;
}


#contentSeries #seriesInfo .stats ul {
}

#contentSeries #seriesInfo .stats li{
	margin-bottom: 6px;
	font-size: 13px;
	text-align: left;
	position: relative;
}

#contentSeries #seriesInfo .stats li .label {
	width: 170px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

#contentSeries #seriesInfo .stats li.status{
	margin-bottom: 20px;
	margin-top: 12px;
	position: relative;
	height: 32px;
	text-align: center;
}

#contentSeries #seriesInfo #status {
	display: inline;
}

#contentSeries #seriesInfo #creators {
	display: inline-block;
}


#contentSeries #seriesInfo #graph {
	width: 220px;
	height: 130px;
	margin: 0 auto;
	margin-top: 23px;

}


#contentSeries #seriesInfo .description{
	margin-top: 30px;
	width: 900px;
	margin-right: 15px;
	line-height: 18px;
	text-align: left;
	position: relative;
	display: inline-block;
}





/* Series Page - Edit Series */


#contentSeries #seriesInfo .editArea, #contentSeries #seriesInfo #editCreatorsArea {
	display: none;
	position: relative;
}

#contentSeries #seriesInfo .metaArea {
	padding: 5px;
	margin: -5px;
}



#contentSeries #seriesInfo .metaArea.hover {
	background: rgb(64, 64, 64);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


#contentSeries #seriesInfo input[type=text] {
	font-size: 14px;
	width: 330px;
	margin-top: -10px;
}

#contentSeries #seriesInfo #findCreators {
	font-size: 14px;
	width: 170px;
	margin-top: 0px;
	margin-right: 5px;
}

#contentSeries #seriesInfo select{
	width: 100px;
	margin-top: -20px;
	font-size: 13px;
	margin-right: 5px;
}

#contentSeries #seriesInfo textarea {
	font-size: 14px;
	width: 100%;
	height: 100px;
	max-width: 100%;
	max-height: 200px;
	min-width: 100%;
	margin-bottom: 6px;
}




#contentSeries #seriesInfo #selectedCreators {
	margin-top: 14px;
	margin-bottom: 0;

}

#contentSeries #seriesInfo #selectedCreators li {
	position: relative;
	margin-bottom: 10px;
	margin-left: 24px;
}


#contentSeries #seriesInfo #selectedCreators li .remove {
	position: absolute;
	left: -24px;
	top: -1px;
}













/* Series Page - Episodes */


#contentSeries #seriesEpisodes {
	margin-top: 20px;
	text-align: left;
}

#contentSeries #seriesEpisodes .line {
	margin-top: 30px;
	margin-bottom: 30px;
}


#contentSeries .seriesEpisode {

}

#contentSeries .seriesEpisode .thumbnail {
 float: left;
 width: 200px;
 margin-left: 20px;
}

#contentSeries .seriesEpisode .meta {
 float: left;
 width: 400px;
 margin-left: 20px;
}

#contentSeries .seriesEpisode .meta .title {
	font-weight: bold;
	margin-top: 4px;
}

#contentSeries .seriesEpisode .meta .description {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
}

#contentSeries .seriesEpisode .meta .title {

}

#contentSeries .seriesEpisode .right .stats li{
	margin-bottom: 6px;
	font-size: 13px;
	text-align: left;
	position: relative;
}

#contentSeries .seriesEpisode .right .stats li .label {
	width: 120px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}


#contentSeries .seriesEpisode .right {
	margin-top: 0px;
 	margin-left: 12px;
 	float: left;
 	width: 250px;
 	text-align: center;
}

#contentSeries .seriesEpisode .right .share {
	margin-top: 20px;
}


#contentSeries .modalButton {
	cursor: pointer;
	color: #e0e0e0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	top: 0;
	right: 10px;
	opacity: .8;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

	
	text-shadow: 0px -1px 0px #000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

#contentSeries .modalButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5b5b5b, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5b5b5b, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5b5b5b, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #5b5b5b, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5b5b5b, #1a1a1a);

}











/* Shows List Page */

#contentShowsList {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 15px 15px 20px 15px;
}

#contentShowsList .flip {
	position: absolute;
	
	z-index: 20;
	display: none;
	top: 20px;
	


}


#contentShowsList .flip .arrow {
	width: 10px;
	height: 12px;
	margin-top: -1px;
}

#contentShowsList .flip .label {
}



#contentShowsList #flipLeft {
	left: 20px;
}

#contentShowsList #flipLeft .label {
	float: left;
}

#contentShowsList #flipLeft .arrow {
	background-image: url('/images/flipLeft.png');
	float: left;
	margin-right: 6px;
}



#contentShowsList #flipRight {
	right: 20px;
}

#contentShowsList #flipRight .label {
	float: right;
}

#contentShowsList #flipRight .arrow {
	background-image: url('/images/flipRight.png');
	float: right;
	margin-left: 6px;
}






#contentShowsList #screeningDate {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}


#contentShowsList #screeningsTabs{
	margin: 0 auto;
	width: 740px;
	min-height: 900px;
}


#contentShowsList .specialCategoryTabs{
	margin: 0 auto;
	width: 740px;
	min-height: 0px;
}



#contentShowsList #screeningsTabs #theTabsToHide {
	display: none;
}



#contentShowsList #screeningsTabs .aPanelToHide {
	background-color: transparent;
	padding: 0;
}



#contentShowsList #screeningsTabs .aScreening {
	display: none;
}

#contentShowsList #screeningsTabs .tabLoading {
	margin: 0 auto;
	margin-top: 380px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	background-color: rgb(72, 72, 72);
	position: relative;
}

#contentShowsList #screeningsTabs .loadingImg {
	width: 24px;
	height: 24px;
	background-image: url('/images/load2.gif');
	position: absolute;
	top: 8px;
	left: 8px;
	
}






#contentShowsList #screeningsSliderContainer {
	margin: 0 auto;
	width: 90%;
	position: relative;
	font-weight: bold;
}


#contentShowsList #screeningsSliderContainer #sliderLeftBound {
	position: absolute;
	left: -15px;
	top: 25px;
}

#contentShowsList #screeningsSliderContainer #sliderRightBound {
	position: absolute;
	right: -15px;
	top: 25px;
}


#contentShowsList #screeningsSliderContainer #sliderRightBound {
	position: absolute;
	right: -15px;
	top: 25px;
}
#contentShowsList #screeningsSliderContainer #screeningsSlider .ui-slider-handle {
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:    0px 3px 5px rgba(0, 0, 0, 0.24);
	box-shadow:         0px 3px 5px rgba(0, 0, 0, 0.24);
	outline: none;
	width: 10px;
	cursor: move;
}

#contentShowsList #screeningsSliderContainer #screeningsSlider .ui-slider-handle #sliderLabel {
	display: none;
	position: absolute;
	left: -35px;
	top: -30px;
	width: 80px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	background-color: rgb(64,64,64);
	-webkit-box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:    0px 3px 11px rgba(0, 0, 0, 0.24);
	box-shadow:         0px 3px 11px rgba(0, 0, 0, 0.24);

}




#contentShowsList .showStatusTabs {
	margin: 0 auto;
	width: 740px;
}




#contentShowsList .screeningEpisodes {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 30px;
	line-height: normal;
	height: 730px;
	overflow-y: auto;
}


#contentShowsList .specialsCategory {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 30px;
	line-height: normal;
}



#contentShowsList .screeningEpisodes .line2, #contentShowsList .specialsCategory .line2  {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#contentShowsList .screeningEpisodes a, #contentShowsList .specialsCategory a {
	color: #e3bb0e;
}

#contentShowsList .screeningEpisodes a:hover, #contentShowsList .specialsCategory a:hover {
	color: #f8cc0f;
}

#contentShowsList .screeningEpisodes .noShows, #contentShowsList .specialsCategory .noShows {
	text-align: center;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: #e0e0e0;
	background-color: rgb(72, 72, 72);
	width: 200px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	margin-top: 300px;
	text-shadow:1px 1px 0px #1C1C1C;
}




#contentShowsList .screeningEpisode .thumbnail {
 float: left;
 width: 200px;
 height: 113px;
 margin-left: 20px;
}

#contentShowsList .screeningEpisode .meta {
 float: left;
 width: 445px;
 margin-left: 20px;
}

#contentShowsList .special .meta {
 float: left;
 width: 445px;
 margin-left: 20px;
}

#contentShowsList .screeningEpisode .meta .title {
	font-weight: bold;
	margin-top: 4px;
}

#contentShowsList .screeningEpisode .meta .title .episode{
	font-weight: normal;
}

#contentShowsList .screeningEpisode .meta .creators {
	font-size: 13px;
	margin-top: 4px;
}

#contentShowsList .screeningEpisode .meta .description {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 13px;
}

#contentShowsList .screeningEpisode .meta .stats {

	font-size: 12px;
}






/* Specials List Page - Edit */


#contentShowsList .specialsCategory .editArea {
	display: none;
	position: relative;
}

#contentShowsList .specialsCategory .metaArea {
	padding: 5px;
	margin: -5px;
}



#contentShowsList .specialsCategory .metaArea.hover {
	background: rgb(64, 64, 64);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}



#contentShowsList .specialsCategory textarea {
	font-size: 14px;
	width: 430px;
	height: 50px;
	max-width: 430px;
	max-height: 100px;
	min-width: 430px;
	margin-bottom: 6px;
}




#contentShowsList .specialsCategory .modalButton {
	cursor: pointer;
	color: #e0e0e0;
	padding: 5px 8px 5px 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #111;
	top: 0;
	right: 10px;
	opacity: .8;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #484848, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #484848, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #484848, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #484848, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #484848, #1a1a1a);

	
	text-shadow: 0px -1px 0px #000;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

#contentShowsList .specialsCategory .modalButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#1a1a1a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5b5b5b, #1a1a1a); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5b5b5b, #1a1a1a); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5b5b5b, #1a1a1a); /* IE10 */
	background-image:      -o-linear-gradient(top, #5b5b5b, #1a1a1a); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5b5b5b, #1a1a1a);

}










/* Register Page */





#contentRegister {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 0px 10px 10px 10px;
	
}

#contentRegister h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e0e0e0;

}


#contentRegister .errorInfo, #contentRegister .goodInfo {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: #e0e0e0;
	background-color: rgb(72, 72, 72);
	width: 400px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	text-shadow:1px 1px 0px #1C1C1C;	
}

#contentRegister .errorInfo {
	background-color: #ca3133;
	margin-bottom: 40px;
}


#contentRegister #signupForm {

	margin: 0 auto;
	margin-bottom: 40px;	
	padding: 18px;
	padding-top: 48px;
	width: 600px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #404040;	

}

#contentRegister #signupForm li {
	margin-bottom: 30px;
}


#contentRegister #signupForm li label {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: right;
}

#contentRegister #signupForm input {
	float: left;
	margin-left: 15px;
	margin-top: -8px;
	font-size: 14px;
	width: 130px;
}


#contentRegister #signupForm #captcha {
	float: left;
	margin-left: 15px;
	margin-top: -8px;
	font-size: 14px;
	width: 180px;
	height: 62px;
}

#contentRegister #signupForm #reload {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url('/images/reload.png');
}


#contentRegister #signupForm .note {
	float: left;
	margin-top: -30px;
	margin-left: 25px;
	font-size: 12px;
	color: #ddd;
	width: 180px;
	line-height: 15px;
}

#contentRegister #signupForm .emailnote {
	margin-top: -40px;
}

#contentRegister #signupForm .passwordnote {
	margin-top: -45px;
}

#contentRegister #signupForm .captchanote {
	margin-top: 0px;
}

#contentRegister #signupForm .email {
	width: 200px;
}

#contentRegister #signupForm .password {
	width: 70px;
}

#contentRegister #signupForm #emailLine, #contentRegister #signupForm #passwordLine, #contentRegister #signupForm #captchaLine {
	margin-top: 60px;
}















/* Talent Page */

#contentPerson {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 0px 15px 0px 15px;
	text-align: left;
}


#contentPerson #talentInfo {
	position: relative;
}


#contentPerson #talentInfo .editArea {
	display: none;
	position: relative;
}



#contentPerson #talentInfo #leftCol {
	float: left;
	width: 250px;
	text-align: left;
	position: relative;
}

#contentPerson #talentInfo #rightCol {
	float: left;
	width: 450px;
	margin-left: 20px;
	position: relative
}




#contentPerson #talentInfo #leftCol .image {
	width: 250px;
	height: 250px;
	background-color: #000;
	background-image: url('/images/no-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(64, 64, 64);
	position: relative;
}


#contentPerson #talentInfo #rightCol .name {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
	width: 100%;
}

#contentPerson #talentInfo #rightCol .name #talentName {
	float:left;
}


#contentPerson #talentInfo #rightCol .name #requestLink {
	display: none;
	float:left;
	margin-left: 6px;
}



#contentPerson #talentInfo #rightCol .label {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: normal;
	text-align: left;
}

#contentPerson #talentInfo #rightCol .status {
	margin-top: 20px;
	display: inline-block;
}


#contentPerson #talentInfo #rightCol .bio {
	position: relative;
	margin-top: 20px;
	width: 450px;
}

#contentPerson #talentInfo #rightCol .bio .metaArea {
	line-height: 20px;
	max-width: 450px;
	word-wrap: break-word;
}

#contentPerson #talentInfo #rightCol .web {
	width: 350px;
	margin-top: 20px;
}


#contentPerson #talentInfo #managePanel {
	width: 150px;
	float: right;
	text-align: right;
}

#contentPerson #talentInfo #managePanel .adminButton {
	width: 120px;
	text-align: center;
	margin-bottom: 10px;
}






/* Talent Page - Credits */



#contentPerson #talentCredits {
	margin-top: 40px;
}

#contentPerson #tabCredits {
	position: relative;
	text-align: left;
	line-height: normal;
	
	min-height: 320px;
}

#contentPerson #tabCredits #creditsContainer {
	margin-top: 20px;
	margin-left: 20px;
}


#contentPerson #tabCredits .creditJob {
	margin-bottom: 40px;
}

#contentPerson #tabCredits .creditJob .creditJobTitle {
	font-size: 18px;
	font-weight: bold;

}

#contentPerson #tabCredits .creditJob .creditJobList {
	margin-left: 50px;
	margin-top: 10px;

}

#contentPerson #tabCredits .creditJob .creditJobList .creditItem {
	margin-bottom: 6px;
	position: relative;

}

#contentPerson #tabCredits .creditJob .creditJobList .creditItem.sort {
	cursor: move;
	background: #484848;
	width: 30%;
	padding: 7px;
}

#contentPerson #tabCredits .creditJob .creditJobList .creditItem a {
	color: #e3bb0e;
}

#contentPerson #tabCredits .creditJob .creditJobList .creditItem a:hover {
	color: #f8cc0f;
}

#contentPerson #tabCredits .creditJob .creditJobList .creditItem .remove {
	position: absolute;
	left: -20px;
	top: 4px;
}







/* Talent Page - Edit */


#contentPerson #talentInfo .metaArea {
	display: block;
	padding: 5px;
	margin-left: -5px;
	margin-top: -5px;

}

#contentPerson #talentInfo .metaArea.hover {
	background: rgb(64, 64, 64);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


#contentPerson #talentInfo input[type=text] {
	font-size: 14px;
	width: 250px;
}

#contentPerson #talentInfo textarea {
	font-size: 14px;
	width: 100%;
	height: 80px;
	max-width: 100%;
	max-height: 80px;
	min-width: 100%;
	margin-bottom: 6px;
}

#contentPerson #talentInfo #editInputName {

	width: 150px;
}


#contentPerson #talentInfo #editSaveWeb, #contentPerson #talentInfo #editSaveName {
	margin-left: 5px;
}



#editImageBox .info {
	width: 300px;
}




#editImageBox .uploadifyQueue {
	width: 200px;
}


#editImageBox .selectedFile {
	width: 200px;

}

#editImageBox .fileUpload {
	height: 40px;
}



#changePasswordBox li {
	width: 250px;
}


#changePasswordBox input {
	font-size: 14px;
	border-color: #bbb;
}







/* About Page */


#contentAbout {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 15px 15px 20px 15px;
	text-align: left;
	line-height: 130%;
}

#contentAbout h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e0e0e0;
	text-align: center;
}

#contentAbout a {
	font-weight: bold;
}

#contentAbout ul {
	margin-top: 40px;
}

#contentAbout li {
	margin-left: 20px;
	margin-bottom: 40px;
}

#contentAbout li .badge {
	display: inline-block;
	float: left;
}

#contentAbout li .words {
	display: inline-block;
	float: left;
	width: 800px;
	margin-left: 10px;
	margin-top: 6px;
}

#contentAbout .words p {
	margin-top: 20px;
}


#contentAbout .more {
	margin: 20px auto 0 auto;
	width: 800px;
}

#contentAbout .more p {
	margin-bottom: 20px;
}

#contentAbout .more p.last {
	margin-bottom: 0;
}





/* Submit Page */


#contentSubmit {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 15px 15px 20px 15px;
	text-align: left;
	line-height: 130%;
}

#contentSubmit h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e0e0e0;
	text-align: center;
}

#contentSubmit a {
	font-weight: bold;
}


#contentSubmit .itstrue {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 16px;
	color: #e0e0e0;
	background-color: rgb(72, 72, 72);
	width: 500px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	text-shadow:1px 1px 0px #1C1C1C;
	margin-bottom: 40px;	
}


#contentSubmit .dont {
	margin-top: 30px;
}

#contentSubmit ol {
	margin-left: 130px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 700px;
}

#contentSubmit ol li {
	margin-bottom: 20px;
	list-style-type: decimal;
}


#contentSubmit .tapelabel {
	margin-top: 30px;
}




#contentSubmit ul {
	margin-top: 20px;
	margin-left: 130px;
	margin-bottom: 30px;
}

#contentSubmit ul li {
	margin-bottom: 10px;
}



#contentSubmit .mail {
	margin-top: 30px;
}

#contentSubmit .address{
	margin-top: 20px;
	margin-left: 130px;
	margin-bottom: 30px;
}




#contentSubmit p {
	margin: 10px auto;
	width: 750px;
}


#contentSubmit p.last {
	margin-bottom: 0;
}






/* Manage Users Page */


#contentManageUsers {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 10px 15px 15px 15px;
	text-align: left;
	line-height: 130%;
}

#contentManageUsers h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e0e0e0;
	text-align: center;
}

#contentManageUsers a {
	font-weight: bold;
}

#contentManageUsers .section .head {
	position: absolute;
	top: -20px;
	left: 0;
}


#contentManageUsers .section {
	margin-bottom: 60px;	
	padding: 18px;
	padding-top: 26px;
	padding-right: 6px;
	width: 875px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: #404040;
	
	position: relative;	
	
}

#contentManageUsers .section .inner {
	height: 500px;
	overflow-y: auto;
}


#contentManageUsers .section .headRow ul li {
	font-weight: bold;
}

#contentManageUsers .section .line2 {
	width: 100%;
	margin: -8px 0 -7px 0;
}

#contentManageUsers .section .count {
	position: absolute;
	top: 14px;
	right: 14px;
	
	padding: 5px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font-weight: bold;
	background-color: #484848;
	
}


#contentManageUsers .section .headRow ul li, #contentManageUsers .section .userRow ul li {
	float: left;
	height: 20px;

}


#contentManageUsers .section .userRow ul, #contentManageUsers .section .headRow ul {
	height: 20px;
	padding: 14px 6px;
	position: relative;
	
}

#contentManageUsers .section .userRow ul:hover {
	background-color: #484848;
}

#contentManageUsers .section .userRow ul.requesting {
	background-color: #999;
	color: #343434;
}

#contentManageUsers .section .userRow ul.requesting a {
	color: #343434;
}



#contentManageUsers .section .name {
	width: 200px;
}

#contentManageUsers .section .email {
	width: 260px;
}

#contentManageUsers .section .role {
	width: 100px;
}

#contentManageUsers .section .options {
	width: 370px;
	font-size: 12px;

}

#contentManageUsers .section .badge {
	position: absolute;
	left: -14px;
	top: 10px;
	z-index: 10;
	font-size: 12px;
	padding: 1px 4px 2px 4px;
}


#contentManageUsers .section .adminButton {
	margin-right: 10px;
}

#contentManageUsers .section .linkApprove {

}


#contentManageUsers .section .connectTalent {
	margin-left: 5px;
}

#contentManageUsers .section .talentFound {
	display: none;
	margin-right: 10px;
	font-size: 13px;
	padding: 5px;
}

#contentManageUsers .section .talentFound:hover {
	background: #383936;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: text;

}


#contentManageUsers .section.last {
	margin-bottom: 0;

}





/* Help Page */


#contentHelp {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 15px 15px 20px 15px;
	text-align: left;
	line-height: 130%;
}

#contentHelp h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
	color: #e0e0e0;
	text-align: center;
}

#contentHelp a {
	font-weight: bold;
}

#contentHelp #leftCol {
	float: left;
	width: 600px;
	text-align: center;
}

#contentHelp #rightCol {
	float: left;
	width: 230px;
	margin-left: 50px;
	text-align: center;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	color: #e0e0e0;
	background-color: rgb(72, 72, 72);
}

#contentHelp #rightCol .email {
	font-size: 20px;
	margin-top: 10px;
}


#contentHelp ol {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 30px;
	text-align: left;
}

#contentHelp ol li {
	margin-bottom: 20px;
	list-style-type: decimal;
}

#contentHelp .head {
	display: inline-block;
	margin-bottom: 20px;
}


#contentHelp .q {
	cursor: pointer;
	color: #e3bb0e;
	font-weight: bold;
}

#contentHelp .q:hover {
	color: #f8cc0f;
}

#contentHelp .a {
	display: none;
	margin-top: 6px;
	width: 550px;
}







/* Contact Page */


#contentContact {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 15px 15px 20px 15px;
	text-align: left;
	line-height: 130%;
}

#contentContact h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e0e0e0;
	text-align: center;
}

#contentContact a {
	font-weight: bold;
}

#contentContact #top {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

#contentContact #leftCol {
	float: left;
	width: 400px;
	text-align: center;
}

#contentContact #rightCol {
	float: left;
	width: 400px;
	text-align: center;

}

#contentContact .email {
	font-size: 20px;
	margin-bottom: 18px;
}


#contentContact .head {
	display: inline-block;
	margin-bottom: 18px;
}



#contentContact .itstrue {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 16px;
	color: #e0e0e0;
	background-color: rgb(72, 72, 72);
	width: 400px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	text-shadow:1px 1px 0px #1C1C1C;
	margin-bottom: 40px;	
}


#contentContact #analog {
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;

}













/* Password Reset Page */





#contentPasswordReset {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 0px 10px 10px 10px;
	
}

#contentPasswordReset h1 {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #e0e0e0;

}


#contentPasswordReset.errorInfo, #contentPasswordReset .goodInfo {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: #e0e0e0;
	background-color: rgb(72, 72, 72);
	width: 400px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	text-shadow:1px 1px 0px #1C1C1C;	
}

#contentPasswordReset .errorInfo {
	background-color: #ca3133;
	margin-bottom: 40px;
}


#contentPasswordReset #signupForm {
	margin: 0 auto;
	margin-bottom: 40px;	
	padding: 18px;
	padding-top: 38px;
	width: 600px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #404040;	

}

#contentPasswordReset #signupForm li {
	margin-bottom: 30px;
}


#contentPasswordReset #signupForm li.instructions {
	text-align: center;
	margin-bottom: 40px;
}

#contentPasswordReset #signupForm li label {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: right;
}

#contentPasswordReset #signupForm input {
	float: left;
	margin-left: 15px;
	margin-top: -8px;
	font-size: 14px;
	width: 130px;
}


#contentPasswordReset #signupForm #captcha {
	float: left;
	margin-left: 15px;
	margin-top: -8px;
	font-size: 14px;
	width: 180px;
	height: 62px;
}

#contentPasswordReset #signupForm #reload {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background-image: url('/images/reload.png');
}


#contentPasswordReset #signupForm .note {
	float: left;
	margin-top: -30px;
	margin-left: 25px;
	font-size: 12px;
	color: #ddd;
	width: 180px;
	line-height: 15px;
}

#contentPasswordReset #signupForm .emailnote {
	margin-top: -40px;
}

#contentPasswordReset #signupForm .passwordnote {
	margin-top: -45px;
}

#contentPasswordReset #signupForm .captchanote {
	margin-top: 0px;
}

#contentPasswordReset #signupForm .email {
	width: 200px;
}

#contentPasswordReset #signupForm .password {
	width: 70px;
}

#contentRegister #signupForm #captchaLine {
	margin-top: 60px;
}

#contentPasswordReset #signupForm #emailLine, #contentRegister #signupForm #passwordLine,  {
	margin-top: 30px;
}









/* Therapy Page */

#contentTherapy {
	position: relative;
	margin: 0;
	color: #e0e0e0;
	padding: 0px 15px 0px 15px;
		min-height: 400px;
}

#contentTherapy .title {
	text-shadow:1px 1px 0px #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
	text-align: left;
	position: relative;
	width: 550px;
}

#contentTherapy .title .smaller {
	display: block;
	font-size: 20px;
	margin-top: 10px;

}


#contentTherapy .meta {
	font-size: 11px;
	margin-bottom: 4px;
	margin-top: 10px;
	text-align: left;

}


#contentTherapy #commentsContainer {
	margin-top: 30px;
	margin-left: 00px;

}

#contentTherapy #threadsList{
	margin-top: 30px;
	margin-left: 0px;

}

#contentTherapy #threadsList li{

	margin-bottom: 10px;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: rgb(64,64,64);
	padding: 8px;
	
	width: 520px;
	
	position: relative;
	
	font-weight: bold;
}
#contentTherapy #threadsList li:hover {
	background-color: rgb(72, 72, 72);
	cursor: pointer;
	
}

#contentTherapy #threadsList li .commentCount {
	
	position: absolute;
	right: 3px;
	top: 3px;
	
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgb(80,80,80);
	padding: 3px 6px;
	
	font-weight: bold;

}

#contentTherapy #threadsList li .updated{

	margin-top: 4px;
	font-size: 11px;
	
	font-weight: normal

}

#contentTherapy .errorInfo {
	margin-top: 40px;

}


#contentTherapy #commentBox {

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: rgb(80,80,80);
	padding: 12px 20px 12px 20px;
	position: absolute;
	right: 15px;
	top: 50px;
	
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
	-moz-box-shadow:    0px 3px 6px rgba(0, 0, 0, 0.24);
	box-shadow:         0px 3px 6px rgba(0, 0, 0, 0.24);
	
	font-weight: bold;
	
}

#contentTherapy #commentBox .head {

	position: absolute;
	left: 0px;
	top: -24px;
	
}

#contentTherapy #commentBox .response {

	text-align: left;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	
}


#contentTherapy #commentBox textarea {
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	
	height: 100px;
	min-height: 100px;
	max-height: 200px;
	font-size: 14px;
	float: right;
	margin-top: 10px;
}


#contentTherapy #commentBox input[type=text] {
	width: 250px;
	font-size: 14px;
	float: right;
	margin-top: 10px;
}

#contentTherapy #commentBox .submit {
	margin-top: 10px;
	float: right;

}


#contentTherapy #threadComments ul {
	width: 530px;
	color: #343434;

}

#contentTherapy #threadComments li.comment {
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 80px;
}

#contentTherapy #threadComments li.comment .icon{
	background-image: url('/images/no-icon2.png');
	background-color: #333333;
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	left: -85px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 4px;

}

#contentTherapy #threadComments li.comment .triangle{
	background-image: url('/images/speechtriangle.png');
	width: 25px;
	height: 28px;
	position: absolute;
	left: -21px;	
	top: 25px;
	z-index: 10;
}

#contentTherapy #threadComments li.comment .inner{
	padding: 16px;
}

#contentTherapy #threadComments li.comment .inner .name{
	font-size: 12px;
}

#contentTherapy #threadComments li.comment .inner .content{
	font-size: 13px;
	margin-top: 10px;
	line-height: 130%;
}

#contentTherapy #threadComments li.comment .inner .meta{
	font-size: 11px;
	margin-top: 13px;
	text-align: right;
}


#contentTherapy #threadComments li.comment a {
	color: #000;
	font-weight: bold;
}

#contentTherapy #threadComments li.comment a:hover {
	color: #222;

}

#contentTherapy #threadComments li.comment .remove {
	position: absolute;
	right: 2px;
	top: 2px;

}


#contentTherapy #adminButtons {
	position: absolute;
	right: 2px;
	top: 2px;

}


#contentTherapy .editArea {
	display: none;
	position: relative;
}

#contentTherapy .metaArea {
	padding: 5px;
	margin-left: -5px;
	
}



#contentTherapy .metaArea.hover {
	background: rgb(64, 64, 64);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


#contentTherapy input[type=text] {
	font-size: 14px;
	width: 300px;
	margin-top: -10px;
}



