/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
em, i {
	font-style:italic;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*************************************** */


/* ***************************************
	DEFAULTS
*************************************** */

body {
	text-align:left;
	margin:0 auto;
	padding:0;
	font: 80%/1.4  "Lucida Grande", Verdana, sans-serif;
	background: #fff;
}

a {
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
	color: #504A4B;
}

a:visited {
	color: #504A4B;
}

a:hover {
	color: #504A4B;
	text-decoration: underline;
}

h2 a {
	color: #000000;
}

p {
	margin: 0px 0px 15px 0;
}

img {
	border: none;
}

ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}

ul li {
	margin: 0px;
}

ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}

ul li {
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

small {
	font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd {
	margin: 0 0 1em 1em;
	padding: 0;
}

pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */

}

code {
	padding:2px 3px;
}

pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}

blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	border:none !important;
}

blockquote p {
	margin:0 0 5px 0;
}

strong {
    font-weight: bold;
}

/* ***************************************
 * reusable elgg horizontal tabbed navigation (used on friends collections, 
 * external pages, & riverdashboard mods)
 *************************************** */
#pressparty_nav {
	background: #000000;
} 

#pressparty_nav_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
} 

#top_horizontal_tabbed_nav {
	margin:0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #000000;
	display:table;
	width:100%;
}
#top_horizontal_tabbed_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#top_horizontal_tabbed_nav li {
	float: left;
	border: 1px solid #000000;
	border-bottom-width: 0;
	background: #000000;
	margin: 0 0 0 10px;
}

#top_horizontal_tabbed_nav a, #top_horizontal_tabbed_nav a:visited {
	text-decoration: none;
	display: block;
	padding:3px 10px 0 10px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	height:21px;
}
/* IE6 fix */
* html #top_horizontal_tabbed_nav a { display: inline; }

#top_horizontal_tabbed_nav a:hover {
	color: #000000;
	background: #ffffff !important;
}
#top_horizontal_tabbed_nav .selected {
	border-color: #000000;
	background: #ffffff;
	color: #000000;
}
#top_horizontal_tabbed_nav .selected a {
	position: relative;
	background: #ffffff;
	color: #000000;
}


/* IE6 fix */
* html #top_horizontal_tabbed_nav .selected a { top: 3px; }



#pressparty_sub_nav {
	background: #CFCFCF;
	margin-top: 5px;
}
#pressparty_sub_nav_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
} 

#submenu_horizontal_tabbed_nav {
	padding: 0;
	
	display:table;
	width:100%;
}
#submenu_horizontal_tabbed_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#submenu_horizontal_tabbed_nav li {
	float: left;
	margin: 0 0 0 10px;
}
#submenu_horizontal_tabbed_nav a {
	text-decoration: none;
	display: block;
	padding:3px 10px 0px 10px;
	color: #000000;
	text-align: center;
	font-size: 1.1em;
	height:24px;
}
/* IE6 fix */
* html #submenu_horizontal_tabbed_nav a { display: inline; }

#submenu_horizontal_tabbed_nav a:hover {
	color: #ffffff;
	background: #D31073;
}
#submenu_horizontal_tabbed_nav .selected {

	background: #D31073;
	color: #ffffff;
}
#submenu_horizontal_tabbed_nav .selected a {
	position: relative;
	
	background: #D31073;
	color: #ffffff;
}
/* IE6 fix */
* html #submenu_horizontal_tabbed_nav .selected a { top: 3px; }

/* ***************************************
	Sidebar navbar
*************************************** */

#elgg_sidebox_nav {
	margin-bottom: 5px;

	padding-left: 5px;
	padding-right: 5px;
	max-height:400px;
	overflow:auto;
	overflow-x: auto;
}

#elgg_sidebox_nav a,
#elgg_sidebox_nav a:visited {
	color: #000;
}

#elgg_sidebox_nav a:hover {
	text-decoration: none;
}

#elgg_sidebox_nav_sidemenu1 li {
	list-style: square; color: #FF029E;
}

#elgg_sidebox_nav_sidemenu2 li {
	border-bottom: 1px solid #FA41B4;
	list-style: none;
}


/* ***************************************
	Pressparty components
*************************************** */

#pressparty_page {
	/*width: 960px;*/
	
	margin-left: auto;
	margin-right: auto;
	
	align: center;
	
	background-color: #fff;
	margin-top: 10px;
}

#top_advertising {
	//height: 100px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #fff;
	color: #000;
	
	margin-left: auto;
	margin-right: auto;
}

#top_advertising_inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#top_logo {
	height: 100px;
	padding-bottom:20px;
	padding-top: 25px;
	
	/*border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	background: #000000;*/
	
	margin-left: auto;
	margin-right: auto;
}

#top_logo_inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
	height:  100px;
	position:relative;
	top:-35px;
}
#logo img{
	padding-left:7px;
	margin-top: -20px;
	/* padding-top: 20px; */
	/* padding-top: 40px; */
}

#searchanduserbox {
	height: 95px;
	width: 250px;
	margin-right: 22px;
	margin-left:57px;
}

#topshareblock {
	height: 10px;
	margin-right:20px;
	text-align:right;
}

#pressparty_canvas {
	/*border-left: 2px solid #000000;
	border-right: 2px solid #000000;*/
	background: #ffffff;
}

#pressparty_content_pane {
	padding: 5px;
	min-height: 400px;
	width: 696px;
}

#tinymce ul,
#pressparty_content_pane ul {
    list-style: disc;
}
#tinymce ol,
#pressparty_content_pane ol {
    list-style: decimal;
}

#pressparty_content_sidebar {
	width:250px !important;
}

#pressparty_blank {
	min-height: 300px;
}

#top_banner {
 	width: 950px;
 	height: 97px;
 	max-width: 950px;
 	max-height: 97px;
 	overflow: hidden;
 	margin-left: 5px;
}

#about_pages {
	background: #fff;
	color: #000000;
	height: 10px;
	padding: 5px;
	padding-left: 30px;
	
	/*border-left:2px solid #000000;
border-right:2px solid #000000;*/

width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#about_pages li {
	float: left;
	list-style: square; color: #FF029A;
	font-size:14px;
	padding-right: 30px;
}

#about_pages a {
	color: #000000;
} 

#about_pages a:visited {
	color: #000000;
}

#about_pages a:hover {
	color: #000000;
	text-decoration: underline;
}

#about_pages ul {
	padding-top:25px;
}

#nav_spacer, #nav_spacer2 {
	background: #000000;
	height: 28px;
}

#nav_spacer_frontpage {
	background: #000000;
	height: 3px;
}

#navigation {
    background-color: #000;
}

#sitemap {
	color: #ffffff;
	background: #000;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#sitemap .sitemap_title {
	background: #000000;
}

#sitemap td.sitemap_title {
	height: 28px;
}

#sitemap li.sitemap_title {
	list-style: square inside; 
	color: #000000;
	text-align: center;
}

#sitemap a.sitemap_title {
}

#sitemap a.sitemap_title,
#sitemap span.sitemap_title, 
#sitemap a.sitemap_title:visited {
	color: #ffffff;
	font-size: 14px;
}
#sitemap a.sitemap_title:hover {
	color: #ffffff;
	text-decoration: underline;
}

#sitemap .sitemap_links {
	height: 220px;
	background: #000000;
	color: #ffffff;
}

#sitemap a.sitemap_links, 
#sitemap a.sitemap_links:visited {
	color: #ffffff;
}
#sitemap a.sitemap_links:hover {
	color: #ffffff;
	text-decoration: underline;
}

.sitemap_links_column_2,
.sitemap_links_column_3, .sitemap_links_column_4,
.sitemap_links_column_5 {
	border-left: 1px solid #454545;
}

#sitemap li.sitemap_entity {
	list-style: none;
}

#sitemap div.sitemap_links_column {

}

#sitemap a.sitemap_entity,
#sitemap span.sitemap_entity, 
#sitemap a.sitemap_entity {
	color: #ffffff;
	font-size:12px;
}
#sitemap a.sitemap_entity:hover {
	color: #ffffff;
	text-decoration: underline;
}



#shareblock {
	float: right;
	margin-top: 33px;
	margin-right: 30px;
}

#nav_spacer_frontpage #shareblock {
	margin-top: -95px;
	margin-right: 20px;
}

/* ***************************************
	Navigation box
*************************************** */

#globalnav_status {
	height: 170px;
	max-height: 170px; 
	width: 180px;
	max-width: 180px;
	text-align: right;
	margin: 5px;
	
	position:relative;
	left: 75px;
	top: -108px;
	z-index: -1;
}

div.statusbox_content {
	width: 205px;
	text-align: right;
	margin-right: 5px;
	color: #ffffff;
	font-size: 0.8em;
}

div.statusbox_statuscontent {
	font-size: 0.8em;
}

div.statusbox_profile_by {
	width:25px;
	height:0px;
	
	
	position:relative;
	top:-110px;
	left: 50px;
}

#globalnav_status a, #globalnav_status a:visited {
	color: #ffffff;
}

div.statusbox_profileicon {
	width: 100px;
	height: 100px;
	border: 1px solid #ffffff;
	margin-top: 3px;
	
	position: relative;
	top: 50px;
	left: 80px;
}

div.statusbox_profile_by img {
	width:25px;
	height:25px;
	
	
}

#statusbox {
	height: 170px;
	max-height: 170px; 
	width: 180px;
	max-width: 180px;
	
}




#side_statusbox {
	padding: 10px;
	margin-top: 5px;
}

#side_statusbox_message p {
	font-size: 0.8em;
	color: #000000;
	padding-right:5px;
}

#side_statusbox_profileicon {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	
	
}

/* ***************************************
	Scrolling news
*************************************** */

#scrolling_news {
	/*background: #000;
	color: #fff;*/
	background: #fff;
	color: #000;
	height: 28px;
	
	font: verdana;
	font-weight: bold;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
	
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	
	margin-left: auto;
	margin-right: auto;
}

#scrolling_news_inner {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-color: #c0c0c0;
    overflow: hidden;
}

#scrolling_news .scrollingnewstitle {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	height: 28px;
	padding-top: 4px;
	padding-left: 2px;
	width: 110px;
}

#scrolling_news a,
#scrolling_news a:hover,
#scrolling_news a:visited {
	/*color: #fff;*/
	color: #000;
	font-weight: bold;
}

#scrolling_news_title {
	margin-top: 2px;
}

div.newsticker {
	margin-top: 3px;
}

#scrolling_news p.scrolling_news_bracket {
	font-size: 1.2em;
	font-weight: bold;
}

#scrolling_news marquee {
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 2px;
}


/* ***************************************
	SEARCH FORM ELEMENTS
*************************************** */

#search {
	text-align:right;
	margin-right: 20px;
	height:50px;
}

#search input {
	/*border: 1px solid #ffffff;
	background: #000000;*/
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 0.8em;
	height: 18px;
	padding: 0px;
}

#search input[type="text"] {
	width: 187px;
	
}

#search input[type="submit"] {
    border: 0;
	width: 20px; 
	height: 20px;
	position: relative;
	top:2px;
	margin-left: 3px;
	background: url(http://www.pressparty.com/mod/pressparty_theme/graphics/searchbutton.jpg) no-repeat left -1px;
}


.input-search-embed {
	width: 100px;
}

/* ***************************************
	GENERAL FORM ELEMENTS
*************************************** */
label {
	font-weight: bold;
	color:#000000;
	font-size: 120%;
}
input, select {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #000000;
	color:#000000;
}
textarea {
	font: 120% Arial, Helvetica, sans-serif;
	border: solid 1px #000000;
	padding: 5px;
	color:#000000;
}
textarea:focus, input[type="text"]:focus {
	border: solid 1px #000000;
	background: #ffffff;
	color:#000000;
}
.submit_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#D31073;
	border: 1px solid #D31073;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}

input[type="submit"] {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#D31073;
	border: 1px solid #D31073;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}

.cancel_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#D31073;
	border: 1px solid #D31073;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 10px;
	cursor: pointer;
}
.cancel_button:hover {
	background: #ffffff;
	color: #D31073;
}

.submit_button:hover, input[type="submit"]:hover {
	background: #ffffff;
	color:#D31073;
}

.input-text,
.input-tags,
.input-url,
.input-genre,
.input-companycategory,
.input-password,
.input-pulldown,
.input-textarea,
.input-companylocation
{
	width:98%;
	background-color:#ffffff;
}

.input-time,
.input-date,
.input-access,
.input-file {
background-color:#ffffff;
}

.input-textarea,
.input-companycategory,
.input-genre {
	height: 200px;
}


form p label{ 
	font-size: 12px;
}
/* ***************************************
	PROFILE SUBMENU ITEM
*************************************** */

.sub_menu, .sub_menu a, .sub_menu a:visited {
	background: #000000;
	color: #ffffff;
}

/* ***************************************
SYSTEM MESSSAGES
*************************************** */
.messages {
	background:#000000;
	color:#ffffff;
	padding:3px 10px 3px 10px;
	z-index: 8000;
	margin:0;
	position:fixed;
	top:30px;
	width:932px;
	border:4px solid #ffffff;
	cursor: pointer;
}
.messages_error {
	border:4px solid #D3322A;
	background:#F7DAD8;
	color:#000000;
	padding:3px 10px 3px 10px;
	z-index: 8000;
	margin:0;
	position:fixed;
	top:30px;
	width:932px;
	cursor: pointer;
}
.closeMessages {
	float:right;
	margin-top:17px;
}
.closeMessages a {
	color:#666666;
	cursor: pointer;
	text-decoration: none;
	font-size: 80%;
}
.closeMessages a:hover {
	color:black;
}


/* ***************************************
	SETTINGS & ADMIN
*************************************** */
.admin_statistics,
.admin_users_online,
.usersettings_statistics,
.admin_adduser_link,
#add-box,
#search-box,
#logbrowser_search_area {
	background:white;
	margin:0 10px 10px 10px;
	padding:10px;
}

.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3,
.user_settings h3,
.notification_methods h3 {
	background:#f0f0f0;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:0 0 10px 0;
	padding:5px;
}
h3.settings {
	background:#f0f0f0;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:10px 0 4px 0;
	padding:5px;
}


.admin_users_online .profile_status {
	background:#F7BCBD;
	line-height:1.2em;
	padding:2px 4px;
}
.admin_users_online .profile_status span {
	font-size:90%;
	color:#666666;
}
.admin_users_online  p.owner_timestamp {
	padding-left:3px;
}


.admin_debug label,
.admin_usage label {
	color:#333333;
	font-size:100%;
	font-weight:normal;
}

.admin_usage {
	border-bottom:1px solid #cccccc;
	padding:0 0 20px 0;
}
.usersettings_statistics .odd,
.admin_statistics .odd {

}
.usersettings_statistics .even,
.admin_statistics .even {

}
.usersettings_statistics td,
.admin_statistics td {
	padding:2px 4px 2px 4px;
	border-bottom:1px solid #cccccc;
}
.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
	width:200px;
}
.usersettings_statistics table,
.admin_statistics table {
	width:100%;
}
.usersettings_statistics table,
.admin_statistics table {
	border-top:1px solid #cccccc;
}
.usersettings_statistics table tr:hover,
.admin_statistics table tr:hover {
	background: #f0f0f0;
}
.admin_users_online .entity_listing {
	margin:0 0 5px 0;
	padding:5px;
	border:2px solid #cccccc;
}


#content_area_user_title h2,
.usersettings_statistics h2,
.admin_statistics h2,
.admin_users_online h2,
.user_settings h2,
.notification_methods h2 {
	font-size:14px;
	padding-bottom: 10px;
	margin-left: 10px;
}

#pressparty_content_settings .contentWrapper { 
	margin-left: 70px;
}


/* force tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}
p.longtext_editarea {
	margin:0 !important;
}
.toggle_editor_container {
	margin:0 0 15px 0;
}
/* add/remove longtext tinyMCE editor */
a.toggle_editor {
	display:block;
	float:right;
	text-align:right;
	color:#666666;
	font-size:1em;
	font-weight:normal;
}

div.ajax_loader {
	background: white url(http://www.pressparty.com/_graphics/ajax_loader.gif) no-repeat center 30px;
	width:auto;
	height:100px;
	margin:0 10px 0 10px;
}


/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:0 10px 5px 10px;
	padding:0 7px 4px 10px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
	font-size:80%;
	color:#999999;
}
.plugin_details a.pluginsettings_link {
	cursor:pointer;
	font-size:80%;
}
.active {
	border:1px solid #999999;
	background:white;
}
.not-active {
	border:1px solid #999999;
	background:#dedede;
}
.plugin_details p {
	margin:0;
	padding:0;
}
.plugin_details a.manifest_details {
	cursor:pointer;
	font-size:80%;
}
.manifest_file {
	background:#dedede;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}
.admin_plugin_enable_disable {
	width:150px;
	margin:10px 0 0 0;
	float:right;
	text-align: right;
}
.contentIntro .enableallplugins,
.contentIntro .disableallplugins {
	float:right;
}
.contentIntro .enableallplugins {
	margin-left:10px;
}
.contentIntro .enableallplugins,
.not-active .admin_plugin_enable_disable a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#FF029E;
	border: 1px solid #FF029E;
	width: auto;
	padding: 4px;
	cursor: pointer;
}
.contentIntro .enableallplugins:hover,
.not-active .admin_plugin_enable_disable a:hover {
	background: #FF029E;
	border: 1px solid #FF029E;
	text-decoration: none;
}
.contentIntro .disableallplugins,
.active .admin_plugin_enable_disable a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 1px solid #999999;
	width: auto;
	padding: 4px;
	cursor: pointer;
}
.contentIntro .disableallplugins:hover,
.active .admin_plugin_enable_disable a:hover {
	background: #333333;
	border: 1px solid #333333;
	text-decoration: none;
}
.pluginsettings {
	margin:15px 0 5px 0;
	background:#bbdaf7;
	padding:10px;
	display:none;
}
.pluginsettings h3 {
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #999999;
}
#updateclient_settings h3 {
	padding:0;
	margin:0;
	border:none;
}
.input-access {
	margin:5px 0 0 0;
}

/* ***************************************
	ENTITY LISTINGS
*************************************** */
.entity_listing {
	display: block;
	background:white;
	margin:0 10px 5px 10px;
	padding:5px;
}
.entity_listing_icon {
	float:left;
}
.entity_listing_icon img {
	width: 40px;
}
.entity_listing_icon .avatar_menu_button img {
	width: 15px;
}
.entity_listing_info {
	margin-left: 50px;
	min-height: 40px;
}
/* IE 6 fix */
* html .entity_listing_info {
	height:40px;
}
.entity_listing_info p {
	margin:0 0 3px 0;
	line-height:1.2em;
}
.entity_listing_info p.owner_timestamp {
	margin:0;
	padding:0;
	color:#666666;
	font-size: 90%;
}
table.entity_gallery {
	border-spacing: 10px;
	margin:0 0 0 0;
}
.entity_gallery td {
	padding: 5px;
}
.entity_gallery_item {
	background: white;
	width:170px;
}
.entity_gallery_item:hover {
	background: black;
	color:white;
}
.entity_gallery_item .entity_listing {
	background: none;
	text-align: center;
}
.entity_gallery_item .entity_listing_header {
	text-align: center;
}
.entity_gallery_item .entity_listing_icon {
	position: relative;
	text-align: center;
}
.entity_gallery_item .entity_listing_info {
	margin: 5px;
}
.entity_gallery_item .entity_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}
.entity_gallery_item .entity_listing {
	background: none;
	text-align: center;
}
.entity_gallery_item .entity_listing_icon {
	position: absolute;
	margin-bottom: 20px;
}
.entity_gallery_item .entity_listing_info {
	margin: 5px;
}
.entity_gallery_item .entity_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}


/* ***************************************
Search listings
*************************************** */

.search_listing {
	display: block;
	background:white;
	margin:0 10px 5px 10px;
	padding:5px;
	
	border-bottom: 2px dashed #E5E5E5;
}
.search_listing_icon {
	float:left;
}
.search_listing_icon img {
	width: 40px;
}
.search_listing_icon .avatar_menu_button img {
	width: 15px;
}
.search_listing_info {
	margin-left: 50px;
	min-height: 40px;
}
/* IE 6 fix */
* html .search_listing_info {
	height:40px;
}
.searc_listing_info p {
	margin:0 0 3px 0;
	line-height:1.2em;
}
.search_listing_info p.owner_timestamp {
	margin:0;
	padding:0;
	color:#666666;
	font-size: 90%;
}
table.entity_gallery {
	border-spacing: 10px;
	margin:0 0 0 0;
}
.search_gallery td {
	padding: 5px;
}
.search_gallery_item {
	background: white;
	width:170px;
}
.search_gallery_item:hover {
	background: black;
	color:white;
}
.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.search_gallery_item .search_listing_header {
	text-align: center;
}

.search_gallery_item .search_listing_icon {
	position: relative;
	text-align: center;
}

.search_gallery_item .search_listing_info {
	margin: 5px;
}
.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}
.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.search_gallery_item .search_listing_icon {
	position: absolute;
	margin-bottom: 20px;
}

.search_listing_header .usericon {
	width:100px;
	margin-left:20px; /* bit of a hack to get gallery mode to behave */
}

.search_gallery_item .search_listing_info {
	margin: 5px;
}
.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}


/* ***************************************
	GENERIC COMMENTS
*************************************** */
.generic_comment_owner {
	font-size: 90%;
	color:#666666;
}
.generic_comment {
	background:white;
	padding:10px;
	margin:0 10px 10px 10px;
}
.generic_comment_icon {
	float:left;
}
.generic_comment_details {
	margin-left: 60px;
}
.generic_comment_details p {
	margin: 0 0 5px 0;
}
.generic_comment_owner {
	color:#666666;
	margin: 0px;
	font-size:90%;
	border-top: 1px solid #aaaaaa;
}
/* IE6 */
* html #generic_comment_tbl { width:676px !important;}



/* ***************************************
	PAGINATION
*************************************** */
.pagination {
	background:white;
	margin:5px 10px 5px 10px;
	padding:5px;
}
.pagination .pagination_number {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #000000;
	text-align: center;
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_number:hover {
	background:#FF029E;
	color:white;
	text-decoration: none;
}
.pagination .pagination_more {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #ffffff;
	text-align: center;
	color:#000000;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
}
.pagination .pagination_previous,
.pagination .pagination_next {
	display:block;
	float:left;
	border:1px solid #000000;
	color:#000000;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_previous:hover,
.pagination .pagination_next:hover {
	background:#FF029E;
	color:white;
	text-decoration: none;
}
.pagination .pagination_currentpage {
	display:block;
	float:left;
	background:#FF029E;
	border:1px solid #000000;
	text-align: center;
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}


/* ***************************************
	FRIENDS COLLECTIONS ACCORDIAN
*************************************** */
ul#friends_collections_accordian {
	margin: 0 0 0 0;
	padding: 0;
}
#friends_collections_accordian li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#friends_collections_accordian li h2 {
	background:#FF029E;
	color: white;
	padding:4px 2px 4px 6px;
	margin:10px 0 10px 0;
	font-size:1.2em;
	cursor:pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#friends_collections_accordian li h2:hover {
	background:#333333;
	color:white;
}
#friends_collections_accordian .friends_picker {
	background:white;
	padding:0;
	display:none;
}
#friends_collections_accordian .friends_collections_controls {
	font-size:70%;
	float:right;
}
#friends_collections_accordian .friends_collections_controls a {
	color:#999999;
	font-weight:normal;
}


/* ***************************************
	FRIENDS PICKER SLIDER
*************************************** */
.friendsPicker_container h3 {
	font-size:4em !important;
	text-align: left;
	margin:0 0 10px 0 !important;
	color:#999999 !important;
	background: none !important;
	padding:0 !important;
}
.friendsPicker .friendsPicker_container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}
.friendsPicker_wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}
.friendsPicker {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 678px;

	height: auto;
	background: #dedede;
}
.friendspicker_savebuttons {
	background: white;
	margin:0 10px 10px 10px;
}
.friendsPicker .friendsPicker_container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friendsPicker .friendsPicker_container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 678px;
	margin: 0;
	padding:0;
}
.friendsPicker .friendsPicker_container .panel .wrapper {
	margin: 0;
	padding:4px 10px 10px 10px;
	min-height: 230px;
}
.friendsPickerNavigation {
	margin: 0 0 10px 0;
	padding:0;
}
.friendsPickerNavigation ul {
	list-style: none;
	padding-left: 0;
}
.friendsPickerNavigation ul li {
	float: left;
	margin:0;
	background:white;
}
.friendsPickerNavigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
}
.tabHasContent {
	background: white; color:#333333 !important;
}
.friendsPickerNavigation li a:hover {
	background: #333333;
	color:white !important;
}
.friendsPickerNavigation li a.current {
	background: #FF029E;
	color:white !important;
}
.friendsPickerNavigationAll {
	margin:0px 0 0 20px;
	float:left;
}
.friendsPickerNavigationAll a {
	font-weight: bold;
	text-align: left;
	font-size:0.8em;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0 4px 0 4px;
	width:auto;
}
.friendsPickerNavigationAll a:hover {
	background: #FF029E;
	color:white;
}
.friendsPickerNavigationL, .friendsPickerNavigationR {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friendsPickerNavigationL a, .friendsPickerNavigationR a {
	display: block;
	height: 43px;
	width: 43px;
}
.friendsPickerNavigationL {
	right: 48px;
	z-index:1;
}
.friendsPickerNavigationR {
	right: 0;
	z-index:1;
}
.friendsPickerNavigationL {
	background: url("http://www.pressparty.com/mod/pressparty_theme/graphics/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
	background: url("http://www.pressparty.com/mod/pressparty_theme/graphics/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url("http://www.pressparty.com/mod/pressparty_theme/graphics/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url("http://www.pressparty.com/mod/pressparty_theme/graphics/friends_picker_arrows.gif") no-repeat -60px -44px;
}
.friends_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:2px 3px 0 0;
	background: url("http://www.pressparty.com/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}
.friendspicker_savebuttons .submit_button,
.friendspicker_savebuttons .cancel_button {
	margin:5px 20px 5px 5px;
}

#collectionMembersTable {
	background: #dedede;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
}


/* ***************************************
Status messages
*************************************** */

#status_large-textarea {
	width: 680px;
}

.post_to_status .submit_button {
	margin-top: 0px;
	margin-right: 10px;
}

.status_characters_remaining .thewire_characters_remaining_field {
	height: 18px;
	padding: 2px;
	font-size: 0.8em;
}

.status_characters_remaining {
	width: 150px;
}


/* ***************************************
	ADMIN AREA - REPORTED CONTENT
*************************************** */
.reportedcontent_content {
	margin:0 0 5px 0;
	padding:0 7px 4px 10px;
}
.reportedcontent_content p.reportedcontent_detail,
.reportedcontent_content p {
	margin:0;
}
.active_report {
	border:1px solid #D3322A;
	background:#F7DAD8;
}
.archived_report {
	border:1px solid #666666;
	background:#dedede;
}
a.archive_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	width: auto;
	padding: 4px;
	margin:15px 0 0 20px;
	cursor: pointer;
}
a.archive_report_button:hover {
	background: #0054a7;
	border: 1px solid #0054a7;
	text-decoration: none;
}
a.delete_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 1px solid #999999;
	width: auto;
	padding: 4px;
	margin:15px 0 0 20px;
	cursor: pointer;
}
a.delete_report_button:hover {
	background: #333333;
	border: 1px solid #333333;
	text-decoration:none;
}
.reportedcontent_content .collapsible_box {
	background: white;
}


/* ***************************************
	PROFILE
*************************************** */
#profile_info {
	margin:0 0 20px 0;
	padding:20px;
}
#profile_info_column_left {
	float:left;
	padding: 0;
	margin:0 20px 0 0;
}
#profile_info_column_middle {
	float:left;
	width:365px;
	padding: 0;
}
#profile_info_column_right {
	width:578px;
	margin:0 0 0 0;
	background:#ffffff;
	padding:4px;
}
#dashboard_info {
	margin:0px 0px 0 0px;
	padding:20px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background: #bbdaf7;
}
#profile_menu_wrapper {
	margin:10px 0 10px 0;
	width:200px;
}
#profile_menu_wrapper p {
	border-bottom:1px solid #cccccc;
}
#profile_menu_wrapper p:first-child {
	border-top:1px solid #cccccc;
}
#profile_menu_wrapper a {
	display:block;
	padding:0 0 0 3px;
}
#profile_menu_wrapper a:hover {
	color:#ffffff;
	background:#FF029E;
	text-decoration:none;
}
p.user_menu_friends, p.user_menu_profile,
p.user_menu_removefriend,
p.user_menu_friends_of {
	margin:0;
}
#profile_menu_wrapper .user_menu_admin {
	border-top:none;
}

#profile_info_column_middle p {
	margin:7px 0 7px 0;
	padding:2px 4px 2px 4px;
}
/* profile owner name */
#profile_info_column_middle h2 {
	padding:0 0 14px 0;
	margin:0;
	margin-top: 20px;
}
#profile_info_column_middle .profile_status {
	padding:2px 4px 2px 4px;
	line-height:1.2em;
}
#profile_info_column_middle .profile_status span {
	display:block;
	font-size:90%;
	color:#666666;
}
#profile_info_column_middle a.status_update {
	float:right;
}
#profile_info_column_middle .odd {
	background:#F0F0F0;
}
#profile_info_column_middle .even {
	background:#F0F0F0;
}
#profile_info_column_right p {
	margin:0 0 7px 0;
}
#profile_info_column_right .profile_aboutme_title {
	margin:0;
	padding:0;
	line-height:1em;
	margin-bottom: 10px;
}
/* edit profile button */
.profile_info_edit_buttons {
	float:right;
	margin:0  !important;
	padding:0 !important;
}
.profile_info_edit_buttons a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: #D31073;
	border: 1px solid #D31073;
	width: auto;
	padding: 2px 6px 2px 6px;
	margin:0;
	cursor: pointer;
}
.profile_info_edit_buttons a:hover {
	background: #ffffff;
	border: 1px solid #D31073;
	
	text-decoration: none;
	color:black;
}


/* ***************************************
MP3 Player
*************************************** */

#area12 a {
	color: #ffffff;
}

div.mp3playerex_popup {
	width: 19px;
	height: 19px;
	position: relative;
	top: 0px;
	left: 202px;
}


#player1 {
	z-index: -1;
}



/* ***************************************
Misc
*************************************** */

#pressparty_profile_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
} 

#pressparty_blank_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
} 

/* tag icon */
.object_tag_string {
	background: url(http://www.pressparty.com/_graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 14px;
	margin:0;
}

div.input_printable {
	float: right;
	margin-bottom: 10px;
}


input.value_required, input.value_required:focus,
textarea.value_required, textarea.value_required:focus,
.value_required .value_required:focus {
	background-color: #FFD4EC;
}

/**
	Top navigation
*/
#quote {
	color:#000;
	font-size:18px;
	height:50px;
	margin:-5px 20px 13px 100px;
	overflow:hidden;
	text-align:left;
	width:400px;
	font-weight: bold;
}

#quote a { 
	color: #000
}

#topnavblock {
	float:right;
	height:120px;
	margin-top:20px;
	width:500px;
	position:relative;
	top:-40px;
}

#topnav {
	margin-right: 15px;
	float: right;
	height:30px;
	}

#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnav li {
	float: left;
	color: #fff;
        font-size: 15px;
	
	padding-left: 5px;
	padding-right: 5px;
}
#topnav li a {
	color: #000;
    font-size: 13.4px;
    font-weight: bold;
    text-decoration: none;
}

#topnav li a:hover {
	text-decoration: none;
        color: #d31473;
}

#topnav li:hover {
	
	color: #000;
}

#topnav li.first,
#topnav li.mid
{
	border-right: 1px solid #000;
}


/**
Tweaks
*/
#twitter_update_list {
	padding-top: 10px;
}

#frontpage_spotlight #twitter_widget {
	height: 300px;
	overflow: auto;
	margin: 0px;
}

#twitter_widget {
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

div.sidebar_widget {

}

div.sidebar_widget #twitter_widget {
	 padding-bottom: 10px;
    padding-top: 10px;
	
}

div.sidebar_widget #twitter_widget li,
#frontpage_spotlight #twitter_widget li {
	background-image: none;
}

div.sidebar_widget #twitter_widget li span,
#frontpage_spotlight #twitter_widget li span {
	color: #fff;
	background-color: #000;
}

#twitter_widget .visit_twitter {
	background-color: #000;
}

#twitter_widget a,
#twitter_widget a:visited,
#twitter_widget a:hover {
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
	color: #D31073;
}

#twitter_widget a:hover {
	text-decoration: underline;
}

div#twitter_widget h1 {
    font-size: 1.0em;
    text-align: center;
}

div#twitter_widget h1 a, div#twitter_widget h1 a:hover, div#twitter_widget h1 a:visited {
    color: #ffe303;
    text-decoration: none;
}

#pressparty_content_static #pressparty_blank div.page_content{
	margin-left:40px; 
	margin-right: 40px;
	padding-bottom:20px;
}


/*
Watermarking
*/
.watermark {
	background: #000 url(http://www.pressparty.com/mod/pressparty_theme/graphics/watermark.jpg);
	width: 500px;
	height: 341px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.watermark img.blank {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.watermark img{
	filter:alpha(opacity=90);
	opacity:.90;
}

img.cover{ 
	height:100%;
	left:150px;
	position:absolute;
	width:100%;
	z-index:2;
}


div.just_uploaded {
	border: 2px dashed #000;
	margin-bottom:10px;
	background-color: #fff;
}

div#mediaEmbed div.list_left {
	margin-right: 5px;
}


div.sitemap_links_column_home a {
}

div#sitemap td {
	width: 192px;
}



div.followonfacebook {
	text-align: center;
}


span.validEmail
{
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}



div.jointheparty {
	height:120px;
	padding-top:10px;
	text-align:center;
}

div.jointheparty div.links {
	margin-left: 5px;
}

div.jointheparty h1{
	padding-bottom:10px;
	font-size:1.2em;
}

div.jointheparty div.linkgraphic {
	float: left;
}





div#loggedin_user {
    background-color: #000;
    margin-bottom: 10px;
    height: 31px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

div#loggedin_user div.padding {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

div#loggedin_user a {
    color: #fff;
    font-weight: bold;
}


div#loggedin_user div.profile_icon {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    margin: 2px 10px 1px 15px;
    float: left;
}

div#loggedin_user div.loggedin_topbar {
    padding-top: 6px;
}

div#pressparty_content_messages input#clientctl_1 {
    width: 94%;
}








div.summary {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    border: 1px solid #000;
    overflow: hidden;
}


div.summary div.icon {
    width: 100px;
    //padding: 15px;
    background-color: #000;
    float: left;
}

div.summary div.icon img {
    // border: 1px solid #fff;
}

div.summary div.details {
    margin-left: 110px;
}

div.summary div.details h1 {
       height: 30px;
    //margin-bottom: 5px;
    overflow: hidden;
    font-size: 1.1em;
    //padding-bottom: 10px;
    padding-top: 15px;
}

div.summary div.details div.link {
    font-weight: bold;
}

div.summary div.link span.number {
    color: #D30F75;
}

div.summary div.column {
    width: 50%;
    float: left;
}

div.summary div.left {
}

div.summary div.right {
}

div.summary div.central {
    width: 100%;
    float: none;
    margin-top: 5px;
}

div.summary div.central div.link {
    float: left;
    margin-right:15px;
}

div#side_statusbox h1 {
    font-size:0.9em;
    text-align: center;
}



body.mceContentBody
{
    background-image: none;
    background: none repeat scroll 0 0 #F1F1F1 !important;
}



div#like {
        margin-left: 15px;
    position: relative;
    top: -45px;
    width: 325px;
}

div#like div.fb-like {
    top: -4px;
}

div#iosprompt {
    color: #FFFFFF;
    font-weight: bold;
    left: 100px;
    position: relative;
    top: -65px;
    
}




div.employees {
    margin-top: 10px;
    max-height: 100px;
    min-height: 40px;
    width: 200px;
    
    overflow: auto;
    x-overflow: auto;
}

div.employees li {
    list-style: none;
}

div.employee {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-left:5px;
    margin-right: 5px;
    float: left;
}




/* Temporary hide newsdesk post images */
div.newsdesk_post div.newspost_body p img {
    display: none;
}

div.newsdesk_post div.newspost_body .newsdesk_img {
    display: none;
}


/** Spacing on newsdesk articles **/

div.newsdesk_post_body {
    font-size: 15px; 
    line-height: 2.0; 
    text-align: left;
    padding-right: 40px;
    /*text-align: justify;*/
}

div.newsdesk_post_body p {
    font-size: 12pt;
    margin-bottom: 40px;
}


#pressparty_content_newsdesk label a.embed_media {
    display: none;
}


#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}
#facebox .popup {
	position: relative;
}
#facebox .body {
	padding: 10px;
	background: white;
	width: 730px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
}
#facebox .loading {
	text-align: center;
	padding: 100px 10px 100px 10px;
}
#facebox .image {
	text-align: center;
}
#facebox .footer {
	float: right;
	width:22px;
	height:22px;
	margin:0;
	padding:0;
}
#facebox .footer img.close_image {
	background: url(http://www.pressparty.com/mod/embed/images/close_button.gif) no-repeat left top;
}
#facebox .footer img.close_image:hover {
	background: url(http://www.pressparty.com/mod/embed/images/close_button.gif) no-repeat left -31px;
}
#facebox .footer a {
	-moz-outline: none;
	outline: none;
}
#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.facebox_hide {
	z-index:-100;
}
.facebox_overlayBG {
	background-color: #000000;
	z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/* EMBED MEDIA TABS */
#embed_media_tabs {
	margin:10px 0 0 10px;
	padding:0;
}
#embed_media_tabs ul {
	list-style: none;
	padding-left: 0;
}
#embed_media_tabs ul li {
	float: left;
	margin:0;
	background:white;
}
#embed_media_tabs ul li a {
	font-weight: bold;
	font-size:1.35em;
	text-align: center;
	text-decoration: none;
	color:#b6b6b6;
	background: white;
	display: block;
	padding: 0 10px 0 10px;
	margin:0 10px 0 10px;
	height:25px;
	width:auto;
	border-top:2px solid #dedede;
	border-left:2px solid #dedede;
	border-right:2px solid #dedede;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
/* IE6 fix */
* html #embed_media_tabs ul li a { display: inline; }

#embed_media_tabs ul li a:hover {
	background:#b6b6b6;
	color:white;
	border-top:2px solid #b6b6b6;
	border-left:2px solid #b6b6b6;
	border-right:2px solid #b6b6b6;
}
#embed_media_tabs ul li a.embed_tab_selected {
	border-top:2px solid #dedede;
	border-left:2px solid #dedede;
	border-right:2px solid #dedede;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #dedede;
	color:#666666;
	position: relative;
	/* top: 2px; - only needed if selected tab needs to sit over a border */
}

#mediaUpload,
#mediaEmbed {
	margin:0 5px 10px 5px;
	padding:10px;
	border:2px solid #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #dedede;
}
#mediaEmbed .search_listing {
	margin:0 0 5px 0;
}

h1.mediaModalTitle {
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 0 8px;
	padding:5px;
}

#mediaEmbed .pagination,
#mediaUpload .pagination {
	float:right;
	margin:0;
}
#mediaUpload label {
	font-size:120%;
}
#mediaEmbed p.embedInstructions {
	margin:10px 0 5px 0;
}
a.embed_media {
	margin:0;
	float:right;
	display:block;
	text-align: right;
	font-size:1.0em;
	font-weight: normal;
}
label a.embed_media {
	font-size:0.8em;
}














/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fed22f; background: #ffe45c url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(http://www.pressparty.com/mod/jquery_ui/images/ui-lightness/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

div.popularnewswidget_stack_edit div.edit_div {
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border:1px solid #E3E4E4;
	padding:5px;
}


div.popularnewswidgetnewsstack {

    background: none repeat scroll 0 0 #FFFFFF;
    height: 610px;

}

div#area6_edit div.widgettitle,
div#area6 div.widgettitle {
    margin-bottom: 3px;
}

div#area1 div.widgettitle,
div#frontpage_spotlight div.widgettitle,
div#frontpage_body div.widgettitle,
div.popularnewswidgetnewsstack div.widgettitle {
    height: 40px;
    background-color: #000;

    padding-left: 15px;
}


div#area1_edit div.widgettitle,
div#area1 div.widgettitle {
    margin-bottom: 5px;
    background-color: inherit;
}

div#area1_edit div.widgettitle h2,
div#area1 div.widgettitle h2{
    color: #000 !important;
}

div#frontpage_spotlight div.widgettitle h2,
div#frontpage_body div.widgettitle h2,
div.popularnewswidgetnewsstack div.widgettitle h2
{
    font-size: 30px;
    color: #FEFA00;
    font-weight: bold;
}

div#area11 div.widgettitle h2
{
    padding: 10px;
    border: 1px solid #000;
    font-size: 22px;
    margin: 10px;
    color: #fff;
    
    
    background: url("http://www.pressparty.com/mod/pressparty_theme/graphics/more_arrow_icon_largepink.png") no-repeat scroll right #000;
}

div.signup-signin-callout {
    
}

div.signup-signin-callout div.text {
    width: 521px;
    float: left;
    
}


div.signup-signin-callout div.buttons {
    float: right;
}

div.signup-signin-callout div.button {
 
    padding: 8px;
    border: 1px solid #000;
    font-size: 22px;
    width: 140px;
    margin: 10px;
    font-weight: bold;
    float: left;
    background-color: #000;
    color: #fff;
}

div.signup-signin-callout div.signin {
    margin-right: 0px;
    padding-right: 0px;
}

div.signup-signin-callout div.buttons div.signup {
    background-color: #000;
    color: #fff;
}

div.signup-signin-callout div.buttons div.signup a {
    color: #fff;
}

div.signup-signin-callout div.buttons div.signin a {
    color: #fff;
}

div.signup-signin-callout div.wigettitle {
    margin-left: 0px;
    padding-left: 0px;
}

div.popularnewswidgetnewsstack div.morenewslink {


    background-color: #FFFF06;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    
    font-size: 14px;
    font-weight: bold;
    
    float: right;
    margin-top: 10px;
}

div.popularnewswidgetnewsstack div.morenewslink a {
    color: #000;
}

div.popularnewswidgetnewsstack div.popularnewswidgetitem {
    background-color: #FFFFFF;
    border-bottom: 5px solid #000000;
    color: #000000;
    height: 75px;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 3px;
}

div.popularnewswidgetnewsstack div.popularnewswidgetitem div.title {
    background-color: #fff;
    font-weight: bold;
    height: 35px;
    overflow: hidden;
}

div.popularnewswidgetnewsstack div.popularnewswidgetitem div.title a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

div.popularnewswidgetnewsstack div.popularnewswidgetitem div.icon {
    width: 75px;
    height: 75px;
    border: 1px solod #000;
    float: left;
    margin-right: 10px;
        border: 1px solid #000;
}

div.popularnewswidgetnewsstack div.popularnewswidgetitem div.icon img {
    width: 75px;
    height: 75px;

}

div.popularnewswidgetnewsstack div.popularnewswidgetitem div.more {
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 13px;
    position: relative;
    
    
    background: url("http://www.pressparty.com/mod/pressparty_theme/graphics/more_arrow_icon.gif") no-repeat scroll right 1px #D31073;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    height: 15px;
    margin-left: 10px;
    padding-left: 10px;
    width: 65px;
}

div.popularnewswidgetnewsstack div.popularnewswidgetitem div.more a {
    color: #fff;
}










div.contextsidebar div.popularnewswidgetnewsstack div.widgettitle h2 {
    font-size: 20px;
}

div.contextsidebar div.popularnewswidgetnewsstack div.widgettitle {
    height: 30px;
}

div.contextsidebar div.popularnewswidgetnewsstack {
    height: auto;
    margin-bottom: 10px;
}

div.contextsidebar div.popularnewswidgetnewsstack div.popularnewswidgetitem {
    height: 63px;
}

div.contextsidebar div.popularnewswidgetnewsstack div.popularnewswidgetitem div.icon {
    width: 63px;
    height: 63px;
    border: 1px solid #000;
    float: left;
    margin-right: 10px;
        border: 1px solid #000;
}

div.contextsidebar div.popularnewswidgetnewsstack div.popularnewswidgetitem div.icon img {
    width: 63px;
    height: 63px;

}

div.contextsidebar div.popularnewswidgetnewsstack div.morenewslink {
    margin-bottom: 10px;
    display: none;
}

div.contextsidebar div.popularnewswidgetnewsstack div.popularnewswidgetitem div.more {
    display: none;
}

div.contextsidebar div.popularnewswidgetnewsstack div.popularnewswidgetitem div.title {
    height: 55px;
    font-size: 10px;
}
div.sidebargraphic img {
    max-width: 250px;
    max-height: 250px;
}

div.sidebargraphic {
    margin-bottom: 10px;
}

div.sidebargraphic div.form {
    padding: 5px;
    margin-top: 5px;
    background-color: #F5F5F5;
    border: 1px solid #E3E4E4;
    overflow: auto;
}


div.sidebargraphic  .input-file {
}

div.sidebargraphic  .input-url {
    width: 200px;
}

div.sbgweditform div.link {
    display: none;
}



div#profile_widgets #leftcolumn_widgets,
div#profile_widgets #rightcolumn_widgets
{
    width: 230px;
}



div#profile_widgets_widgets {
    margin-top: 20px;
}


div#profile_widgets_widgets div.column {

width:300px;
}

div#profile_widgets_widgets div.left {
    margin-right: 10px;

}

div#profile_widgets_widgets div.right{
   
}

div.widgeteditshowhidetoggle {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#profile_widgets #customise_editpanel_rhs {
   margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

div#profile_widgets #widget_picker_gallery {
    height: 200px;
   __width: 500px
}

div#profile_widgets #widget_picker_gallery table.draggable_widget {
    __width: 450px;
}

div.widgeteditshowhidetoggle {
    margin-left: 5px !important;
}

div#bottombar {
    height: 20px;
    background-color: #000;
    border-top: 1px solid #fff;
    position: fixed;
    width:100%;
    left: 0px;
    bottom: 0px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-weight: bold;
}

div#bottombar a {
    color: #fff;
}

div#bottombar div.bbarbit {
    float: left;
    width: 140px;
}

div#bottombar div.login {
    text-align: center;
}

div#bottombar div.padding {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

div#bottombar div.facebook {
}
#twitter_widget {
    margin:0 10px 0 10px;
}

#twitter_widget ul {
	margin:0;
	padding:0;
}

#twitter_widget li {
	background: url(http://www.pressparty.com/mod/twitter/graphics/thewire_speech_bubble.gif) no-repeat right bottom;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	overflow-x: hidden;
}

#twitter_widget li span {
	color:#666666;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:5px;
	display:block;
}

p.visit_twitter a {
    background:url(http://www.pressparty.com/mod/twitter/graphics/twitter.png) left no-repeat;
    padding:0 0 0 20px;
    margin:0;
}
.visit_twitter {
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:2px;
	margin:0 0 5px 0;
}

#twitter_widget li a {
	display:block;
	margin:0 0 0 4px;
}

#twitter_widget li span a {
	display:inline !important;
}#frontpage_body {
	height: 400px;
	
	/*border-left: 2px solid #000000;
	border-right: 2px solid #000000;*/
	background: #ffffff;
	overflow: hidden;
	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


#frontpage_divider{
 	height: 94px; 
	color: #000;
	background: #fff;
}

#frontpage_divider_inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#frontpage_spotlight {
	/*padding-left: 15px;
	padding-right: 15px;*/
	padding-top: 8px;
	background: #fff;
	
	width:960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	
	/*border-left:2px solid #000000;
	border-right:2px solid #000000; */
}

#frontpage_advertbar {
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	
	border-left:2px solid #000000;
	border-right:2px solid #000000;
}

#area1, #area2, #area3, #area4, #area5,
#area6, #area7, #area8, #area9, #area10, #area13 {
	
}

#area1 {
	background: #ffffff;
	position: relative;
}
#area2, #area3, #area4, #area5{
	background: #ffffff;
	overflow: auto;
	overflow-x: auto;
	position: relative;
}
#area2 {
    overflow: inherit;
    overflow-x: inherit;
}

#area6, #area7, #area8, #area9, #area10, #area13, #area15 {
	margin: 5px;
	background: #f1f1f1;
	overflow: hidden;
	overflow-x: hidden;
}

#area1 {
	
	width: 521px;
	max-width: 521px;
/*	
	height: 316px;
	max-height: 316px;
	
	border-right: 1px solid #000000;
        
        overflow:hidden;
        overflow-x: hidden;*/

}

/*#area2, #area3, #area4, #area5{
	width: 490px;
	max-width: 490px;
	
	height: 78px;
	max-height: 78px;
}*/

#area2 {
	
	width: 434px;
	max-width: 434px;
	
/*	height: 316px;
	max-height: 316px;*/
	height: 261px;
	max-height: 261px;
	margin-top: 55px;
	
	/*overflow: auto;
	overflow-x: auto;*/
	position: relative;
}
#area9 {
	width: 300px;
	height: 300px;
	
	max-width: 300px;
	max-height: 300px;
}

#area6 {
	//width: 497px;
	//max-width: 497px;
	width: 960px;
	height: 920px;
	background-color: #fff;
	overflow: hidden;
}

#area7, #area10 {
	width: 300px;
	height: 300px;
	
	max-width: 300px;
	max-height: 300px;
}

#area8, #area13, #area15 {
	width: 418px;
	height: 300px;
	
	max-width: 418px;
	max-height: 300px;
}



#area8 {
	height: 920px;
	background-color: #fff;
	max-height: 920px;
}


/*#area9 {
	width: 610px;
	height: 250px;
	
	max-width: 610px;
	max-height: 250px;
}

#area10 {
	width: 300px;
	height: 250px;
	
	max-width: 300px;
	max-height: 250px;
}*/

#area11 {
	margin-left: 0px;
	width: 960px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	height: 84px;
}

#area12 {
	margin-left: 20px;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 84px;
}


	

#frontpage_divider_edit {
	background: #DCDCDC;
	border-top: 1px dotted #A0A0A0;
	border-bottom: 1px dotted #A0A0A0;
}


#area1_edit, #area2_edit, #area3_edit, #area4_edit, #area5_edit, 
#area6_edit, #area7_edit, #area8_edit, #area9_edit, #area10_edit, #area13_edit,
#area14_edit, #area15_edit {
	background: #E6E6E6;
	border: 1px solid #F9F9F9;
	padding: 5px;
}  

#area14_edit div.graphicadvert {
	overflow: auto;
}


.frontpage_widget_edit_container {

	background: #ffffff;
	padding: 5px;

}


#frontpage_artistbrowse{
	height: 30px;
	color: #000;
	background: #fff;
	overflow: hidden;
            padding-top: 10px;
}

#frontpage_artistbrowse_inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

div.search {
	margin-left: 11px;
	width: 220px;
	float: left;
}

div.search input {
	border: 1px solid #ffffff;
	background: #000000;
	color: #ffffff;
	font-size: 0.8em;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

div.search input[type="text"] {
	width: 187px;
	
}

div.search input[type="submit"] {
	width: 20px; 
	height: 20px;
	position: relative;
	top:4px;
	background: url(http://www.pressparty.com/mod/pressparty_theme/graphics/searchbutton.jpg) no-repeat left -1px;
}

#frontpage_artistbrowse div.item {
	float: left;
	font-size: 18px;
	margin-left: 6px;
	font-weight: bold;
}

#frontpage_artistbrowse div.item a {
	color: #00ccff;
}

#frontpage_artistbrowse div.item a:hover {
	color: #d31473;
	text-decoration: none;
}

#frontpage_artistbrowse div.label {
	/*margin-top: 3px;*/
}


/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
#messages {
	margin:0 10px 0 10px;
}
.actiontitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}
#messages .pagination {
	margin:5px 0 5px 0;
}
#messages input[type="checkbox"] {
	margin:0;
	padding:0;
	border:none;
}
.messages_buttonbank {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:white;
	margin:5px 10px;
	padding:5px;
	text-align: right;
}
.messages_buttonbank input {
	margin:0 0 0 10px;
}
.messages_buttonbank input[type="button"] {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4690D6;
	background:#dddddd;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:0 0 0 10px;
	cursor: pointer;
}
.messages_buttonbank input[type="button"]:hover {
	background: #0054a7;
	border: 1px solid #0054a7;
	color:white;
}

#messages td {
	text-align: left;
	vertical-align:middle;
	padding: 5px;
}
#messages .message_sent {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: white;
	border:1px solid #cccccc; 	
}
#messages .message_notread {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: #F7DAD8;
	border:1px solid #ff6c7c; 
}
#messages .message_read {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: white;
	border:1px solid #cccccc; 
}
#messages .message_notread td {

}
#messages .message_read td {

}

#messages .delete_msg a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://www.pressparty.com/_graphics/icon_customise_remove.png") no-repeat right 0;
	text-indent: -9000px;
	float:right;
}
#messages .delete_msg a:hover {
	background-position: right -16px;
}
/* IE6 */
* html #messages .delete_msg a { background-position: right 4px; }
* html #messages .delete_msg a:hover { background-position: right 4px; } 

#messages .usericon,
#messages .groupicon {
	float: left;
	margin: 0 15px 0 0;
}

#messages .msgsender {
	color:#666666;
	line-height: 1em;
	margin:0;
	padding:0;
	float:left;
}
#messages .msgsender small {
	color:#AAAAAA;
}


#messages .msgsubject {
	font-size: 120%;
	line-height: 100%;
}

.msgsubject {
	font-weight:bold;
}

.messages_single_icon  {
	float: left;
	width:110px;
}

.messages_single_icon .usericon,
.messages_single_icon .groupicon {
	float: left;
	margin: 0 10px 10px 0;
}

/* view and reply to message view */
.message_body {
	margin-left: 120px;
}
.message_body .messagebody {
	padding:0;
	margin:10px 0 10px 0;
	font-size: 120%;
	border-bottom:1px solid #cccccc;
}

/* drop down message reply form */
#message_reply_form { display:none; }

.new_messages_count {
	color:#666666;
}
/* tinyMCE container */
#message_reply_editor #message_tbl {
	width:680px !important;
}
/* IE6 */
* html #message_reply_editor #message_tbl { width:676px !important;}

#messages_return {
	margin:4px 0 4px 10px;
}
#messages_return p {
	margin:0;
}
.messages_single {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	margin:0 10px 10px 10px;
	padding:10px;	
}
/* when displaying original msg in reply view */
.previous_message {
    background:#dedede;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
    padding:10px;
    margin:0 0 20px 0;
}
.previous_message p {
    padding:0;
    margin:0 0 5px 0;
    font-size: 100%;
}




#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(http://www.pressparty.com/mod/messages/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(http://www.pressparty.com/mod/messages/graphics/icon_notifications_site.gif) no-repeat right -36px;
}







#custom_index {
	margin:10px;
}
#index_left {
    width:442px;
    float:left;
    margin:0 0 30px 0;
    padding:0 0 20px 0px;
}
#index_right {
    width:442px;
    float:right;
    margin:0 0 30px 0;
    padding:0 0px 20px 0;
}
#index_welcome {
	padding:5px 10px 5px 10px;
	margin:0 0 20px 0;
	border:1px solid silver;
	background: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}
#index_welcome #login-box {
	margin:5px 0 10px 0;
	padding:0 0 10px 0;
	background: #dedede;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	width:240px;
}
#index_welcome #login-box form {
	margin:0 10px 0 10px;
	padding:0 10px 4px 10px;
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	width:200px;
}
#index_welcome #login-box h2,
.index_box h2 {
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 0 8px;
	padding:5px;
}
#index_welcome #login-box h2 {
	padding-bottom:5px;
}

.index_box {
	margin:0 0 20px 0;
	background: #dedede;
	padding:0 0 5px 0;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.index_box .search_listing {

}
.index_box .index_members {
	float:left;
	margin:2pt 5px 3px 0pt;
}
#persistent_login {
	float:right;
	display:block;
	margin-top:-34px;
}



/* ***************************************
Link widget
*************************************** */

div.linkwidget_content_more {
	width: 65px;
	height: 15px;
	color: #ffffff;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 10px;
	background: #D31073 url(http://www.pressparty.com/mod/pressparty_theme/graphics/more_arrow_icon.gif) no-repeat right +1px;
}

#area6 div.linkwidget_content_more {
	margin-bottom: 10px;
}

div.linkwidget_content_more a, div.linkwidget_content_more a:visited,
div.linkwidget_content_more a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.linkwidget_title {
	font-size: 1.1em;
	font-weight: bold;
}

div.linkwidget_body {
	padding: 5px;
	font-size: 0.9em;
}

div.linkwidget_source {
	color: #504A4B;
	font-style: italic;
	padding-bottom: 2px;
	padding-top: 2px;
}

div.linkwidget_adv {
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
	overflow-x: hidden;
}

div.linkwidget{
	padding:0px;
	overflow: hidden;
	overflow-x: hidden;
}

#area2 div.linkwidget_content,
#area3 div.linkwidget_content,
#area4 div.linkwidget_content,
#area5 div.linkwidget_content {
	border-bottom: 1px solid #c0c0c0;
}

#area2 div.linkwidget_content_more,
#area3 div.linkwidget_content_more,
#area4 div.linkwidget_content_more,
#area5 div.linkwidget_content_more {
	float: right;
	position:relative;
	top: -17px;
}

#area2 div.linkwidget_adv,
#area3 div.linkwidget_adv,
#area4 div.linkwidget_adv,
#area5 div.linkwidget_adv {
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	max-height: 75px;
}

#area2 div.linkwidget_adv img,
#area3 div.linkwidget_adv img,
#area4 div.linkwidget_adv img,
#area5 div.linkwidget_adv img
{
	height: 75px;
}


#area6_edit div.linkwidget_content img, 
#area6 div.linkwidget_content img {
	max-width: 200px;
	max-height: 200px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#area6 div.linkwidget_content
{
	padding: 10px;

}

#area6 div.linkwidget {
	overflow: auto;
	height: 300px;
}



div.linkwidget div.titleimg {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

div.linkwidget div.titleimg img {
}

#area6 div.linkwidget div.titleimg img {
	width: 580px;
	max-height: 40px;
}
#profile_icon_wrapper {
	float:left;
}
	
.usericon {
	position:relative;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:none;
	right:0;
	bottom:0;
}
.avatar_menu_arrow {
	background: url(http://www.pressparty.com/_graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(http://www.pressparty.com/_graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(http://www.pressparty.com/_graphics/avatar_menu_arrows.gif) no-repeat left -32px;
	width:15px;
	height:15px;
}
.usericon div.sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#000000; 
	text-align:left;
}
div.usericon a.icon img {
	z-index:10;
}

.usericon div.sub_menu a {margin:0;padding:2px;}
.usericon div.sub_menu a:link, 
.usericon div.sub_menu a:visited, 
.usericon div.sub_menu a:hover{ display:block;}	
.usericon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;}

.usericon div.sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #dddddd;
	color: #4690d6;
	margin:0 !important;
}
.usericon div.sub_menu h3:hover {

}

.user_menu_addfriend,
.user_menu_removefriend,
.user_menu_profile,
.user_menu_friends,
.user_menu_friends_of,
.user_menu_blog,
.user_menu_file,
.user_menu_messages,
.user_menu_admin,
.user_menu_pages {
	margin:0;
	padding:0;
}
.user_menu_admin {
	border-top:solid 1px #dddddd;
}
.user_menu_admin a {
	color:red;
}
.user_menu_admin a:hover {
	color:white !important;
	background:red !important;
}

.resetdefaultprofile {
	padding:0 10px 0 10px;
}
.resetdefaultprofile input[type="submit"] {
	background: #dedede;
	border-color: #dedede;
	color:#333333;
}
.resetdefaultprofile input[type="submit"]:hover {
	background: red;
	border-color: red;
	color:white;
}

/* Banned user */
#profile_banned {
	background-color:#FF8888;
	border:3px solid #FF0000;
	padding:2px;
}

/* profile picture upload n crop page */
#profile_picture_form {
	height:145px;
}
#current_user_avatar {
	float:left;
	width:160px;
	height:130px;
	border-right:1px solid #cccccc;
	margin:0 20px 0 0;
}
#profile_picture_croppingtool {
	border-top: 1px solid #cccccc;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
}
#profile_picture_croppingtool #user_avatar {
	float: left;
	margin-right: 20px;
}
#profile_picture_croppingtool #applycropping {

}
#profile_picture_croppingtool #user_avatar_preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}


#profile_info_column_middle p {
	padding: 0px;
}

#profile_info_column_middle .profile_status {
	padding-left: 0px;
}

div.artist_pages {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

div.artist_pages p {
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
}

div.artist_pages div.item{
	width: 20px;
	float:left;
margin:2px;
	text-align: center;
}



div.disableyes,
div.disableno,
div.enableyes
{
	width: 150px;
	padding: 5px;
	float: right;
	
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	
	border: 1px solid #000;
	margin:30px 10px 10px;
	text-align:center;
}

div.disableyes {
	background-color: #f00;
}

div.disableenableaccount div.buttons {
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

div.enableyes
{
	width: 300px;
}

div.list_left {
min-width:320px;
}

div.list_right {
min-width:320px;
}

div.profile_gallery .search_listing {
	border-bottom: 0px;
}

div.profile_gallery div.search_listing {
	float:left;
	width:130px;
	margin: 0px;
	height: 150px;
}

div.profile_gallery .search_listing_header .usericon {
	margin-left: auto;
	margin-right: auto;
}

div.profile_gallery .search_listing_header .usericon img {
	border: 1px solid #000;
}

div.profile_gallery .search_listing_header .usericon img:hover {
	border: 1px solid #FF029E;
}

div.profile_gallery .search_listing_info {
	text-align:center;
	margin: 0px;
	overflow: hidden
	height: 35px;
}

#profile_info_column_middle .missing {
    background-color: #FFD4EC;
    font-style: italic;
}#newsdesk .pagination {
	margin:5px 10px 0 10px;
	padding:5px;
	display:block;
}
#newsdesk #two_column_left_sidebar_maincontent {
	padding-bottom:10px;
}

.singleview {
	margin-top:10px;
}

.newsdesk_post_icon {
	float:left;
	margin:3px 0 0 0;
	padding:0;
}

.newsdesk_post h3 {
	font-size: 150%;
	margin:0 0 10px 0;
	padding:0;
}

.newsdesk_post h3 a {
	text-decoration: none;
}

.newsdesk_post p {
//	margin: 0 0 10px 0;
}

.newsdesk_post .strapline {
	margin: 0 0 0 0px;
	padding:0;
	color: #aaa;
	line-height:1em;
}
.newsdesk_post p.tags {
	background:transparent url(http://www.pressparty.com/_graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 0px 0px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
}
.newsdesk_post_body {
	margin-top: 10px;
}

.newsdesk_post p.tags {
	margin-bottom: 10px;
}

.newsdesk_post div.video_embed {
	margin-bottom: 45px;
}

.newsdesk_post .options {
	margin:0;
	padding:0;
	margin-top: 20px;
}

.newsdesk_post_body img[align="left"] {
	margin: 10px 10px 10px 0;
	float:left;
}
.newsdesk_post_body img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}
.newsdesk_post_body img {
	margin-bottom:0px !important;
	/* margin-left:10px !important;
	margin-right:10px !important; */
	padding-left: 10px;
	padding-right: 10px;
	
	max-width: 600px;
	max-height: 600px;
}

.newsdesk_post_body div.spacing {
	margin-top: 40px;
}

.newsdesk-comments h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
.newsdesk-comment {
	margin-top: 10px;
	margin-bottom:20px;
	border-bottom: 1px solid #aaaaaa;
}
.newsdesk-comment img {
	float:left;
	margin: 0 10px 0 0;
}
.newsdesk-comment-menu {
	margin:0;
}
.newsdesk-comment-byline {
	background: #dddddd;
	height:22px;
	padding-top:3px;
	margin:0;
}
.newsdesk-comment-text {
	margin:5px 0 5px 0;
}

/* New newsdesk edit column */
#newsdesk_edit_page {
	/* background: #bbdaf7; */
	margin-top:-10px;
}
#newsdesk_edit_page #content_area_user_title h2 {
	background: none;
	border-top: none;
	margin:0 0 10px 0px;
	padding:0px 0 0 0;
}
#newsdesk_edit_page #newsdesk_edit_sidebar #content_area_user_title h2 {
	background:none;
	border-top:none;
	margin:inherit;
	padding:0 0 5px 5px;
	font-size:1.25em;
	line-height:1.2em;
}
#newsdesk_edit_page #newsdesk_edit_sidebar {
	margin:0px 0 22px 0;
	background: #dedede;
	padding:5px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#newsdesk_edit_page #two_column_left_sidebar_210 {
	width:210px;
	margin:0px 0 20px 0px;
	min-height:360px;
	float:left;
	padding:0;
}
#newsdesk_edit_page #two_column_left_sidebar_maincontent {
	margin:0 0px 20px 20px;
	padding:10px 20px 20px 20px;
	width:670px;
	background: #bbdaf7;
}
/* unsaved newsdesk post preview */
.newsdesk_previewpane {
    border:1px solid #D3322A;
    background:#F7DAD8;
	padding:10px;
	margin:10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;	
}
.newsdesk_previewpane p {
	margin:0;
}

#newsdesk_edit_sidebar .publish_controls,
#newsdesk_edit_sidebar .newsdesk_access,
#newsdesk_edit_sidebar .publish_options,
#newsdesk_edit_sidebar .publish_newsdesk,
#newsdesk_edit_sidebar .allow_comments,
#newsdesk_edit_sidebar .categories {
	margin:0 5px 5px 5px;
	border-top:1px solid #cccccc;
}
#newsdesk_edit_page ul {
	padding-left:0px;
	margin:5px 0 5px 0;
	list-style: none;
}
#newsdesk_edit_page p {
	margin:5px 0 5px 0;
}
#newsdesk_edit_page #two_column_left_sidebar_maincontent p {
	margin:0 0 15px 0;
}
#newsdesk_edit_page .publish_newsdesk input[type="submit"] {
	font-weight: bold;
	padding:2px;
	height:auto;
}
#newsdesk_edit_page .preview_button a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:white;
	border: 1px solid #cccccc;
	color:#999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: auto;
	padding: 3px;
	margin:1px 1px 5px 10px;
	cursor: pointer;
	float:right;
}
#newsdesk_edit_page .preview_button a:hover {
	background:#4690D6;
	color:white;
	text-decoration: none;
	border: 1px solid #4690D6;
}
#newsdesk_edit_page .allow_comments label {
	font-size: 100%;
}

.newsdesk_post .options {
    text-align:right;
    border-top:1px solid #efefef;
    margin:10px 0 10px 0;
    color:#666666;
}



div.highlight_newsitem_body_div {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.highlight_newsitem {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
}

div.highlight_newsitem_strap {
	font-style:italic; 
	padding-top: 2px;
	padding-bottom: 2px;
	color: #504A4B;
}

div.highlight_newsitem_title {
	font-weight: bold;
	font-size: 1.1em;
}

div.highlight_newsitem_body
{
	font-size:0.9em;
}

div.highlight_newsitem_body_div .linkwidget_content_more {
	margin-top: 2px;
}

div.highlight_newsitem_content_more,
#pressparty_content_interviews div.newsdesk div.more,
#pressparty_content_pressreleases div.newsdesk div.more,
#pressparty_content_newsdesk div.newsdesk div.more {
	width: 65px;
	height: 15px;
	color: #ffffff;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 10px;
	background: #D31073 url(http://www.pressparty.com/mod/pressparty_theme/graphics/more_arrow_icon.gif) no-repeat right +1px;
}

div.highlight_newsitem_content_more a, div.highlight_newsitem_content_more a:visited,
div.highlight_newsitem_content_more a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.newsdesk_post_body ol {
	margin-left: 10px;
}

#area1 div.highlight_newsitem_icon {
	max-width: 300px;
	max-height: 300px;
}

div.highlight_newsitem_icon {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

#area1 div.highlight_newsitem_content_more {
	float: right;
	position:relative;
}


#area2 div.highlight_newsitem_body,
#area3 div.highlight_newsitem_body,
#area4 div.highlight_newsitem_body,
#area5 div.highlight_newsitem_body {
	border-bottom: 1px solid #c0c0c0;
}

#area2 div.highlight_newsitem_content_more,
#area3 div.highlight_newsitem_content_more,
#area4 div.highlight_newsitem_content_more,
#area5 div.highlight_newsitem_content_more {
	float: right;
	position:relative;
	top: -17px;
}

#area2 div.highlight_newsitem,
#area3 div.highlight_newsitem,
#area4 div.highlight_newsitem,
#area5 div.highlight_newsitem {
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	max-height: 75px;
	overflow: hidden;
	overflow-x: hidden;
}

#area2 div.highlight_newsitem_icon,
#area3 div.highlight_newsitem_icon,
#area4 div.highlight_newsitem_icon,
#area5 div.highlight_newsitem_icon {
	height: 75px;
	width: 75px;
	text-align:center;
}

#area2 div.highlight_newsitem_icon img,
#area3 div.highlight_newsitem_icon img,
#area4 div.highlight_newsitem_icon img,
#area5 div.highlight_newsitem_icon img,
#area2_edit div.highlight_newsitem_icon img,
#area3_edit div.highlight_newsitem_icon img,
#area4_edit div.highlight_newsitem_icon img,
#area5_edit div.highlight_newsitem_icon img
{
	//max-height: 75px;
	max-width: 75px;
	overflow: hidden;
}

#area1 div.highlight_newsitem_icon,
#area1_edit div.highlight_newsitem_icon
{
	width: 300px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	margin-right:5px;
}

#area1 div.highlight_newsitem_icon img,
#area1_edit div.highlight_newsitem_icon img
{
	//max-width: 300px;
	max-height: 300px;
}


div.newsdesk_post div.newsdesk_img_left {
	float:left;
	padding-bottom:15px;
	padding-right:15px;
}

div.newsdesk_post div.newsdesk_img_center {
	padding-bottom:15px;
	text-align:center;
	
}

.newsdesk_center {
	text-align: center;
}

div.newsdesk_post_body div.videolist_video {
	margin-top: 10px;
}

div.newsdesk_post_body h3 {
font-size:1.1em;
}

div.newsdesk_post_body h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:1.0em;
}

div#newsdesk_edit div#youtube_embed {
	padding: 5px;
	background-color:#F5F5F5;
	border:1px solid #E3E4E4;
	margin-bottom: 5px;
}

div.newsdesk_post_body {

	min-height: 320px;

}

div.newsdesk_post div.videolist_video {
	
}


#pressparty_content_search div.newsdesk,
#pressparty_content_interviews div.newsdesk,
#pressparty_content_pressreleases div.newsdesk,
#pressparty_content_newsdesk div.newsdesk {
	border-bottom:1px solid #C0C0C0;
	margin-bottom:2px;
	height:93px;
	overflow: hidden;
}

#pressparty_content_search div.newsdesk {
	border-bottom: 0px;
	margin-top:5px;
}

#pressparty_content_search div.newsdesk div.icon,
#pressparty_content_interviews div.newsdesk div.icon,
#pressparty_content_pressreleases div.newsdesk div.icon,
#pressparty_content_newsdesk div.newsdesk div.icon {
	width:90px;
	height: 90px;
	float: left;
	margin-right: 5px;
	border:1px solid #000000;
}

#pressparty_content_search div.newsdesk div.icon img,
#pressparty_content_interviews div.newsdesk div.icon img,
#pressparty_content_pressreleases div.newsdesk div.icon img,
#pressparty_content_newsdesk div.newsdesk div.icon img {
	width:90px;
	height: 90px;
}

#pressparty_content_search div.newsdesk div.more,
#pressparty_content_interviews div.newsdesk div.more,
#pressparty_content_pressreleases div.newsdesk div.more,
#pressparty_content_newsdesk div.newsdesk div.more {
	float:right;
}

#pressparty_content_search div.newsdesk div.more a,
#pressparty_content_pressreleases div.newsdesk div.more a,
#pressparty_content_interviews div.newsdesk div.more a,
#pressparty_content_newsdesk div.newsdesk div.more a {
	color: #fff;
}

#pressparty_content_search div.newsdesk div.title,
#pressparty_content_pressreleases div.newsdesk div.title,
#pressparty_content_interviews div.newsdesk div.title,
#pressparty_content_newsdesk div.newsdesk div.title {
	font-weight: bold;
	font-size: 1.1em;
}

#pressparty_content_search div.newsdesk div.title a,
#pressparty_content_search div.newsdesk div.title a:hover,
#pressparty_content_pressreleases div.newsdesk div.title a,
#pressparty_content_pressreleases div.newsdesk div.title a:hover,
#pressparty_content_interviews div.newsdesk div.title a,
#pressparty_content_interviews div.newsdesk div.title a:hover,
#pressparty_content_newsdesk div.newsdesk div.title a, 
#pressparty_content_newsdesk div.newsdesk div.title a:hover{
	text-decoration: none;
	color: #000;
}

#pressparty_content_search div.newsdesk div.date,
#pressparty_content_pressreleases div.newsdesk div.date,
#pressparty_content_interviews div.newsdesk div.date,
#pressparty_content_newsdesk div.newsdesk div.date {
	font-style:italic; 
	
	color: #504A4B;
}


#pressparty_content_search div.prevnextbar,
#pressparty_content_pressreleases div.prevnextbar,
#pressparty_content_interviews div.prevnextbar,
#pressparty_content_newsdesk div.prevnextbar {
	margin-bottom: 50px;
	margin-top: 30px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
}

div.prevnextbar div.prevnext {
}

div.prevnextbar div.right {
	float:right;
	position:relative;
}

div.prevnextbar div.morenextbutton {
	width: 100px;
	height: 15px;
	color: #ffffff;
	padding-left: 10px;
	//margin-left: 10px;
	font-weight: bold;
	font-size: 10px;
	background: #D31073;
}

div.prevnextbar div.next {
	text-align: right;
}

div.prevnextbar div.next a {
	padding-right: 10px;
}

div.prevnextbar div.morenextbutton a, 
div.prevnextbar div.morenextbutton a:hover {
	color: #fff;
}

div.prevnextbar div.left div.morenextbutton {
}

div.prevnextbar div.right div.morenextbutton {
}


#pressparty_content_pressreleases div.private,
#pressparty_content_newsdesk div.private {
	background: lightgrey;
}

div.latestnews_sidebar h1 {
	font-size:1.2em;
	text-align:center;
}

div.latestnews_sidebar div.morenews {
	text-align: center;
}

div.latestnews_sidebar div.rssfeed {

	float:right;
height:20px;
position:relative;
right:30px;
top:-20px;
width:20px;
}

div.latestnews_sidebar {
	padding: 5px;
}

div.latestnews_sidebar div.title {
	font-weight: bold;
}

div.latestnews_sidebar li.sidebarnewsitem {
	margin-bottom: 2px;
	font: verdana;
	font-weight: bold;
}

div.latestnews_sidebar li.first a {
	__color: #FF029E !important;
}

div.latestnews_sidebar div.morenews a {
	font-weight: bold;
	color: #FF029E !important;
	font-decoration: underline;
}

div.latestnews_sidebar div.titlebit {
	margin-bottom: 20px;
}



body.externalwidget {
	background-color: #fff;
}

div.externalwidget {
	width: 100%;
	margin: 0px;
	background-color: #ffffff;
}

div.externalwidget div.latestnews {
	background-color: #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	font-style: verdana;
}

div.externalwidget div.latestnews a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

div.externalwidget div.latestnews ul {
	padding: 5px 10px 15px;
	text-align: center;
}

div.externalwidget div.latestnews li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom: 10px;
	font-size: 13px;
}

div.externalwidget div.latestnews div.logo {
	padding-top: 15px;
	text-align: center;
}

#pressparty_content_static div.widget {
	text-align: center;
}

#pressparty_content_static div.widgetsrc {
	background-color:#F1F1F1;
	font-family:Courier New;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	padding:10px;
	width:320px;
}


div.artistnews {
}

div.artistnews div.leftscroll {
}

div.artistnews div.rightscroll {
	text-align: right;
}

div.artistnews div.control {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

div.artistnews div.scroll {
	margin-top: 45px;
	width:55px;
}
div.artistnews div.scroll img {
	width:25px;
}

div.artistnews h1 {
	    font-size: 1.1em;
	    padding-bottom: 10px;
}

div.artistnews div.scroller {
	overflow: hidden;
	height: 180px;
	max-height: 180px;
	width: 440px;
	position: relative;
}

div.artistnews div.scroller div.scrollinternal {
	min-width: 1210px;
}

div.artistnews div.scroller div.story {
	float: left;
	margin: 5px;
	width: 100px;
}

div.artistnews div.scroller div.story div.time {
	color: #c0c0c0;
	
}

div.artistnews div.scroller div.story div.picture {
}

div.artistnews div.scroller div.story div.picture img {
}

div.artistnews div.scroller div.story div.title {
	text-align: left;
	overflow: hidden;
}

div.artistnews div.scroller div.story div.title a {
	color: #0078BD;
	font-size: 10px;
	font-family: verdana;
}

div.artistnews div.scroller div.story div.title a:hover {
}

#artistnews_scroller {
	position: relative;
	left: 0px;
} 

div.story div.morenewsblog {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    background-color: #e0e0e0;
    text-align: center;
    font-weight: bold;
}








div.contextsidebar div.latestnews_sidebar div.titlebit h2 {
    font-size: 20px;
}

div.contextsidebar div.latestnews_sidebar div.titlebit {
    height: 30px;
    background-color: #000;
    color: #FEFA00;
    text-align:center;
    margin-bottom: 1px;
}

div.contextsidebar div.latestnews_sidebar {
    padding: 0px;
}

div.contextsidebar div.latestnews_sidebar ul {
    padding: 0px;
    margin-top: 0px;
}

div.contextsidebar div.latestnews_sidebar {
    height: auto;
}

div.contextsidebar div.latestnews_sidebar li.sidebarnewsitem {
    height: 63px;
    
    background-color: #FFFFFF;
    border-bottom: 5px solid #000000;
    color: #000000;
    overflow: hidden;
    padding-bottom: 3px;
    padding-top: 1px;
}

div.contextsidebar div.latestnews_sidebar li.sidebarnewsitem div.icon {
    width: 63px;
    height: 63px;
    border: 1px solid #000;
    float: left;
    margin-right: 10px;
        border: 1px solid #000;
}

div.contextsidebar div.latestnews_sidebar li.sidebarnewsitem div.icon img {
    width: 63px;
    height: 63px;

}

div.contextsidebar div.latestnews_sidebar li.sidebarnewsitem div.title {
    font-weight: bold;
    height: 55px;
    overflow: hidden;
    
    font-size: 10px;
}

div.contextsidebar div.latestnews_sidebar li.sidebarnewsitem div.title a {
    color: #000;
    }


div.contextsidebar div.latestnews_sidebar div.morenewslink {
    margin-bottom: 10px;
    
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 15px;
        margin-left: 150px;
        margin-right: 10px;
     background: url("http://www.pressparty.com/mod/pressparty_theme/graphics/more_arrow_icon.gif") no-repeat scroll right 1px #D31073;
}

div.contextsidebar div.latestnews_sidebar div.morenewslink a {
    color: #fff;
    }

div.contextsidebar li.sidebarnewsitem  div.more {
    display: none;
}

div.contextsidebar div#pressparty_profile_latestnews div.latestnews_sidebar div.morenewslink {
    display: none;
    
    }
    
    
div.newsdesk_post div.video_embed {
    text-align: center;
}

div.videolist_video iframe {
    margin-left: auto;
    margin-right: auto;
}.river_object_videolist_create {
	background: url(http://www.pressparty.com/mod/epk/_graphics/river_icons/river_icon_videolist.gif) no-repeat left -1px;
}

div.videoboxicon div.icon {
    background-color: black;
    min-height: 90px;
    width: 120px;
}

div.vevo div.icon img {
    margin-top: 11px;
}

div.videolist_video
{
	text-align: center;
}

div.search_listing_info div.videobox {
	padding-left: 20px;
	padding-right: 20px;
}

.mceContentBody div.embedded_video {
	height:200px;
	width:300px;
	border: 2px solid #000;
}

#pressparty_content_epk table.search_gallery div.search_listing_icon {
	display:none;
}

#pressparty_content_search div.video_list
{
	margin-top: 5px;
	height: 93px;
}

#pressparty_content_search div.video_list div.date
{
	font-style:italic; 
	
	color: #504A4B;
}

#pressparty_content_search div.video_list div.title
{
	font-size: 1.1em;
    font-weight: bold;
}

#pressparty_content_search div.video_list div.icon
{
	border: 1px solid #000;
	max-width: 90px;
	max-height: 90px;
	float: left;
	margin-right: 5px;
	height: 90px;
	background: #000;
}

#pressparty_content_search div.video_list div.icon img
{
	max-width: 90px;
	max-height: 90px;

}

#pressparty_content_search div.video_list div.title a, 
#pressparty_content_search div.video_list div.title a:hover{
	text-decoration: none;
	color: #000;
}
#pages_page .strapline {
    text-align:right;
    border-top:1px solid #efefef;
    margin:10px 0 10px 0;
    color:#666666;
}
#pages_page .categories {
    border:none !important;
    padding:0 !important;
}

#pages_page .tags {
    padding:0 0 0 16px;
    margin:10px 0 4px 0;
	background:transparent url(http://www.pressparty.com/_graphics/icon_tag.gif) no-repeat scroll left 2px;
}

#pages_page img[align="left"] {
	margin: 10px 20px 10px 0;
	float:left;
}
#pages_page img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}

.pageswelcome p {
	margin:0 0 5px 0;
}
p.filerepo_owner {
	margin:0;
	padding:0;
}
.filerepo_owner_details {
	margin:0;
	padding:0;
	line-height: 1.2em;
}
.filerepo_owner_details small {
	color:#666666;
}
.filerepo_owner .usericon {
	margin: 3px 5px 5px 0;
	float: left;
}

.filerepo_download a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#FF019E;
	border:none;
	width: auto;
	height: 25px;
	padding: 3px 6px 3px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.filerepo_download a:hover {
	background: black;
	color:white;
	text-decoration: none;
}

/* FILE REPRO WIDGET VIEW */
.filerepo_widget_singleitem {
	margin:0 0 5px 0;
	padding:5px;
	min-height:60px;
	display:block;
	background:white;
}
.filerepo_widget_singleitem_more {
	margin:0;
	padding:5px;
	display:block;
	background:white;	
}
.filerepo_listview_icon {
	float: left;
	margin-right: 10px;
}
.filerepo_timestamp {
	color:#666666;
	margin:0;
}
.filerepo_listview_desc {
	display:none;
	padding:0 10px 10px 0;
	line-height: 1.2em;
}
.filerepo_listview_desc p {
	color:#333333;
}
.filerepo_widget_content {
	margin-left: 70px;
}
.filerepo_title {
	margin:0;
	padding:6px 5px 0 0;
	line-height: 1.2em;
	color:#666666;
	font-weight: bold;
}

.collapsable_box #filerepo_widget_layout {
	margin:0 10px 0 10px;
	background: none;
}

/* widget gallery view */
#filerepo_widget_layout .filerepo_widget_galleryview {

	background: white;
	margin:0 0 5px 0;	
}
.filerepo_widget_galleryview img {
	padding:0;
    border:1px solid white;
    margin:4px;
}
.filerepo_widget_galleryview img:hover {
	border:1px solid #333333;
}

/* SINGLE ITEM VIEW */
.filerepo_file {
	background:white;
	margin:10px 10px 0 10px;
}
.filerepo_file .filerepo_title_owner_wrapper {
	min-height:60px;

}
.filerepo_title_owner_wrapper .filerepo_title,
.filerepo_title_owner_wrapper .filerepo_owner {
	margin-left: 70px !important;
}
.filerepo_file .filerepo_maincontent {
	padding:0 20px 0 0;
}
.filerepo_file .filerepo_icon {
	width: 70px;
	position: absolute;
	margin:10px 0 10px 10px;
}
.filerepo_file .filerepo_title {
	margin:0;
	padding:7px 4px 10px 10px;
	line-height: 1.2em;
}
.filerepo_file .filerepo_owner {
	padding:0 0 0 10px;
}
.filerepo_file .filerepo_description {
	margin:10px 0 0 0;
	padding:0 0 0 10px;
}
.filerepo_download,
.filerepo_controls {
	padding:0 0 1px 10px;
	margin:0 0 10px 0;
}
.filerepo_file .filerepo_description p {
	padding:0 0 5px 0;
	margin:0;
}
.filerepo_file .filerepo_specialcontent img {
	padding:10px;
	margin:0 0 0 10px;
	background: black; 
}
/* zaudio player */
.filerepo_maincontent .filerepo_specialcontent {
	margin:0 0 20px 0;
}
.filerepo_tags {
	padding:0 0 10px 10px;
	margin:0;
}

/* file repro gallery items */
.search_gallery .filerepo_controls {
	padding:0;
}
.search_gallery .filerepo_title {
	font-weight: bold;
	line-height: 1.1em;
	margin:0 0 10px 0;
}
.filerepo_gallery_item {
	margin:0;
	padding:0;
	text-align:center;
	width: 170px;
	overflow: hidden;

}
.filerepo_gallery_item p {
	margin:0;
	padding:0;
}
.filerepo_gallery_item .filerepo_controls {
	margin-top:10px;
}
.filerepo_gallery_item .filerepo_controls a {
	padding-right:10px;
	padding-left:10px;
}
.search_gallery .filerepo_comments {
	font-size:90%;
}

.filerepo_user_gallery_link {
	float:right;
	margin:5px 5px 5px 50px;
}
.filerepo_user_gallery_link a {
	padding:2px 25px 5px 0;
	background: transparent url(http://www.pressparty.com/_graphics/icon_gallery.gif) no-repeat right top;
	display:block;
}
.filerepo_user_gallery_link a:hover {
	background-position: right -40px;
}

.filerepo_user_folder_link {
	float:right;
	margin:5px 5px 5px 50px;
}
.filerepo_user_folder_link a {
	padding:2px 25px 5px 0;
	background: transparent url(http://www.pressparty.com/mod/epk/graphics/folder_sml.png) no-repeat right top;
	display:block;
}
.filerepo_user_folder_link a:hover {
}

/* IE6 */
* html #description_tbl { width:676px !important;}



.filerepo_file .filerepo_controls {
    text-align:right;
    border-top:1px solid #efefef;
    margin:10px 0 10px 0;
    color:#666666;
}

#upload_edit div.form_odd {
	background-color:#F5F5F5;
	border-bottom:2px solid #E3E4E4;
	padding-top: 10px;
}

#upload_edit div.form_even {
	padding-top: 10px;
}


#pressparty_content_epk div.filerepo_gallery_item img {
	max-width: 153px;
	max-heigh: 153px;
}

#pressparty_content_epk div.filerepo_file div.filerepo_icon img {
	max-width: 60px;
	max-heigh: 60px;
}


div.foldericon {
	
}

div.folder img.foldericon {
	
	float:left;
height:50px;
left:125px;
margin-bottom:-50px;
padding:0;
position:relative;
top:115px;
width:50px;
z-index:1;
}





#pressparty_content_search div.file_list
{
	margin-top: 5px;
	height: 93px;
}

#pressparty_content_search div.file_list div.date
{
	font-style:italic; 
	
	color: #504A4B;
}

#pressparty_content_search div.file_list div.title
{
	font-size: 1.1em;
    font-weight: bold;
}

#pressparty_content_search div.file_list div.icon
{
	border: 1px solid #000;
	max-width: 90px;
	max-height: 90px;
	float: left;
	margin-right: 5px;
	height: 90px;
	background: #000;
}

#pressparty_content_search div.file_list div.icon img
{
	max-width: 90px;
	max-height: 90px;

}

#pressparty_content_search div.file_list div.title a, 
#pressparty_content_search div.file_list div.title a:hover{
	text-decoration: none;
	color: #000;
}

div.filerepo_file div.prevnextbar {
    margin-bottom: 10px;
}
div.biography_body div.biography_img {
	padding-right: 15px;
	padding-bottom: 15px;
	float: left;
}

div.biography_body {
	font-size: 0.9em;
}

#biography_edit div.biography_img {
	text-align: center;
}

div.biography_artistname {
	width: 390px;
}

div.biography_artistname h2 {
	
	font-size: 26pt;
	padding-bottom: 10px;
}

div.biography_top div.sharetweetdigg {
	margin-top:10px;
}

div.tourschedule_body {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

div.tourschedule_event
{
	width: 650px;
	margin: auto;
}

body.print div.tourschedule_event {
	width: 600px;
}

div.tourschedule_top {
	text-align: center;
}

div.tourschedule_advert {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
	width: 650px;
	height:90px;
}

div.tourschedule_event table,
div.tourschedule_body_columnhead table
{
	width: 100%;
}

div.tourschedule_event p {
	font-weight: bold;
	font-size: 0.8em;
}

div.tourschedule_event td {
	text-align: left;
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

div.tourschedule_event td.tourschedule_column,
div.tourschedule_body_columnhead td.tourschedule_column {
}

div.tourschedule_event td.tourschedule_column_first,
div.tourschedule_body_columnhead td.tourschedule_column_first  {
}

div.tourschedule_event td.tourschedule_column_last,
div.tourschedule_body_columnhead td.tourschedule_column_last {
	
}

div.tourschedule_body_columnhead {
	background: #ddd;
	margin:auto;
	width:650px;
}

body.print div.tourschedule_body_columnhead {
	width: 600px;
}

div.tourschedule_body_bottom {
	border-top: 1px solid #c0c0c0;
	margin:auto;
	width:650px;
}

body.print div.tourschedule_body_bottom {
	width: 600px;
}


div.tourschedule_body_columnhead td {
	text-align: center;
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

div.tourschedule_event tr:hover {
	background-color: #ddd;
}

div.tourschedule_body table {
	border: 1px solid #000;
	padding: 0px;
}

div.tourschedule_title {
	padding-bottom:20px;
}

div.selectorblock .input-date {
    width: 50%;
}

div.selectorblock .input-time {
    width: 40%;
    font-size: 0.8em;
}

div.selectorblock input {
    width: 80%;
    font-size: 0.8em;
}


div.discography_gallery {
	text-align: center;
}


div.discography_listing div.discography_image {
	width: 40px;
	height: 40px;
	float: left;
	padding-right: 5px;
}

div.discography_albumart {
	width: 170px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

div.discography_others {
	width: 170px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

div.discography_right {
	width: 170px;
}

div.discography_listing {
	padding-bottom: 10px;
	min-height: 40px;
	font-size: 11px;
}

div.discography_gallery div.discography_image img {
	width: 170px;
	height: 170px;
}

div.discography_listing div.discography_image img {
	width: 40px;
	height: 40px;
}

div.discography_list_title {
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}

#discography_edit div.tracklist{
	margin-left: 10px;
}

div.discography_middle {
	margin-left: 30px;
}

div.discography_left img {
	padding: 10px;
	background-color: #EEEEEE;
}

div.discography_otherpages {
	

}

div.discography_left div.subpage_list div.row {
    height:64px;
    width:190px;
	margin-left:13px;
    margin-right:auto;
}

div.discography_left div.subpage_list div.row img {
	margin:0 0 0 3px;
}

div.discography_releasedate,
div.discography_recordlabel,
div.discography_tracklist {
	padding-bottom: 10px;
}
div.presscoverage_cutting div.presscoverage_listing div.presscoverage_image img {
	width: 75px;
}

div.presscoverage_cutting div.presscoverage_listing div.presscoverage_image {
	float: left;
	padding-right: 20px;
}

div.presscoverage_cutting div.presscoverage_title span.presscoverage_label {
	font-style:italic;
	color: #c0c0c0;

}

div.presscoverage_cutting div.presscoverage_listing div.presscoverage_title {
		font-weight: bold;
		padding-top: 5px;
}

div.presscoverage_morebutton {
	width: 65px;
	height: 15px;
	color: #ffffff;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 95px;
	font-weight: bold;
	font-size: 10px;
	background: #000000 url(http://www.pressparty.com/mod/pressparty_theme/graphics/more_arrow_icon.gif) no-repeat right +1px;
	border: 1px solid #000000;
}

div.presscoverage_morebutton a, div.presscoverage_morebutton a:visited,
div.presscoverage_morebutton a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.presscoverage_main {
	text-align: center;
}

div.presscoverage_list {
	width: 290px;
	padding-bottom: 10px;
}

div.presscoverage div.presscoverage_source {
	font-weight: bold;
}

div.presscoverage table {
	width: 100%;
}

div.presscoverage_main  div.presscoverage_source {
	padding-top: 10px;
}

div.presscoverage_cutting_small div.presscoverage_listing {
	height: 100px;
	padding: 10px;
	border-bottom: 1px solid #BCBCBC;
} 

div.presscoverage_cutting_small div.presscoverage_image {
	float: left;
	padding-right: 10px;
}


div.presscoverage_main img {
	padding: 10px;
	background-color: #EEEEEE;
}

div.presscoverage table {
}

div.presscoverage_cutting_list{
	background-color: #EEEEEE;
}

#subpage_edit div.edit_div {
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border:1px solid #E3E4E4;
	padding:5px;
}

div.subpage_list {
	margin-top: 10px;
}

div.subpage_list div.row {
    height:64px;
    width:320px;
	margin-left:auto;
    margin-right:auto;
}

div.subpage_list div.row img {
	float: left;
    margin: 2px;
}
/* ***************************************
WIDGET PICKER (PROFILE & DASHBOARD)
*************************************** */
/* 'edit page' button */
a.toggle_customise_edit_panel {
	float:right;
	clear:right;
	color: #4690d6;
	background: white;
	border:1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin:0 0 20px 0;
	width:280px;
	text-align: left;
}
a.toggle_customise_edit_panel:hover {
	color: #ffffff;
	background: #0054a7;
	border:1px solid #0054a7;
	text-decoration:none;
}
#customise_editpanel {
	margin: 0 0 20px 0;
	padding:10px;
	background: #ffffff;
}

/* Top area - instructions */
.customise_editpanel_instructions {
	width:690px;
	padding:0 0 10px 0;
}
.customise_editpanel_instructions h2 {
	padding:0 0 10px 0;
}
.customise_editpanel_instructions p {
	margin:0 0 5px 0;
	line-height: 1.4em;
}

/* RHS (widget gallery area) */
#customise_editpanel_rhs {
	//float:right;
	width:230px;
	background:white;
}
#customise_editpanel #customise_editpanel_rhs h2 {
	color:#333333;
	font-size: 1.4em;
	margin:0;
	padding:6px;
}
#widget_picker_gallery {
	border-top:1px solid #cccccc;
	background:white;
	width:210px;
	height:340px;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
}

/* main page widget area */
#customise_page_view {
	width:430px;
	padding:10px;
	margin:0 0 10px 0;
	background:white;
}
#customise_page_view h2 {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0;
	padding:5px;
	width:200px;
	color: #0054a7;
	background: #dedede;
	font-size:1.25em;
	line-height: 1.2em;
}
#profile_box_widgets {
	width:422px;
	margin:0 10px 10px 0;
	padding:5px 5px 0px 5px;
	min-height: 50px;
	border:1px solid #cccccc;
	background: #dedede;
}
#customise_page_view h2.profile_box {
	width:422px;
	color: #999999;
}
#profile_box_widgets p {
	color:#999999;
}
/*#leftcolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}*/
#middlecolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#rightcolumn_widgets {
	width:200px;
	margin:0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}

#leftcolumn_widgets {
	width:420px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}

#rightcolumn_widgets.long {
	min-height: 288px;
}
/* IE6 fix */
* html #leftcolumn_widgets {
	height: 190px;
}
* html #middlecolumn_widgets {
	height: 190px;
}
* html #rightcolumn_widgets {
	height: 190px;
}
* html #rightcolumn_widgets.long {
	height: 338px;
}

#customise_editpanel table.draggable_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
	vertical-align:text-top;
	border:1px solid #cccccc;
}
#widget_picker_gallery table.draggable_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
}

/* take care of long widget names */
#customise_editpanel table.draggable_widget h3 {
	word-wrap:break-word;/* safari, webkit, ie */
	width:140px;
	line-height: 1.1em;
	overflow: hidden;/* ff */
	padding:4px;
}
#widget_picker_gallery table.draggable_widget h3 {
	word-wrap:break-word;
	width:145px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
}
#customise_editpanel img.more_info {
	background: url(http://www.pressparty.com/_graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(http://www.pressparty.com/_graphics/icon_customise_drag.gif) no-repeat top left;
	cursor:move;
}
#customise_editpanel img {
	margin-top:4px;
}
#widget_moreinfo {
	position:absolute;
	border:1px solid #333333;
	background:#e4ecf5;
	color:#333333;
	padding:5px;
	display:none;
	width: 200px;
	line-height: 1.2em;
}
/* droppable area hover class  */
.droppable-hover {
	background:#bbdaf7;
}
/* target drop area class */
.placeholder {
	border:2px dashed #AAA;
	width:196px !important;
	margin: 10px 0 10px 0;
}
/* class of widget while dragging */
.ui-sortable-helper {
	background: #4690d6;
	color:white;
	padding: 4px;
	margin: 10px 0 0 0;
	width:200px;
}
/* IE6 fix */
* html .placeholder {
	margin: 0;
}
/* IE7 */
*:first-child+html .placeholder {
	margin: 0;
}
/* IE6 fix */
* html .ui-sortable-helper h3 {
	padding: 4px;
}
* html .ui-sortable-helper img.drag_handle, * html .ui-sortable-helper img.remove_me, * html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}
/* IE7 */
*:first-child+html .ui-sortable-helper h3 {
	padding: 4px;
}
*:first-child+html .ui-sortable-helper img.drag_handle, *:first-child+html .ui-sortable-helper img.remove_me, *:first-child+html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}


/* ***************************************
COLLAPSABLE BOXES
*************************************** */
.collapsable_box {
	margin: 0 0 20px 0;
	height:auto;

}
/* IE6 fix */
* html .collapsable_box  {
	height:10px;
}
.collapsable_box_header {
	color: #4690d6;
	padding: 5px 10px 5px 10px;
	margin:0;
}
.collapsable_box_header h1 {
	color: #0054a7;
	font-size:1.25em;
	line-height: 1.2em;
}
.collapsable_box_content {
	padding: 10px 0 10px 0;
	margin:0;
	height:auto;

}
.collapsable_box_content .contentWrapper {
	margin-bottom:5px;
}
.collapsable_box_editpanel {
	display: none;
	background: #a8a8a8;
	padding:10px 10px 5px 10px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
.collapsable_box_editpanel p {
	margin:0 0 5px 0;
}
.collapsable_box_header a.toggle_box_contents {
	color: #4690d6;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-decoration:none;
	float:right;
	margin: 0;
	margin-top: -7px;
}
.collapsable_box_header a.toggle_box_edit_panel {
	color: #4690d6;
	cursor:pointer;
	font-size:9px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: normal;
	float:right;
	margin: 3px 10px 0 0;
}
.collapsable_box_editpanel label {
	font-weight: normal;
	font-size: 100%;
}
/* used for collapsing a content box */
.display_none {
	display:none;
}
/* used on spotlight box - to cancel default box margin */
.no_space_after {
	margin: 0 0 0 0;
}


div.sidebar_widget {
	padding-top: 10px;
}

div#sidebar_widgets {
}

div#sidebar_widgets a,
div#sidebar_widgets a:visited {

}

div#sidebar_widgets h1,
div#sidebar_widgets h2 {
	color: #000;
}#register-box div.description_mandatory {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #f00;
}

div.tos div.description {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.tos label {
	padding-top: 5px;
	padding-bottom: 5px;
}


div.registerrequest {
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border:1px solid #E3E4E4;
	padding:5px;
}

div.registerrequest div.details{
	background-color:#fff;
	border:1px solid #E3E4E4;
	padding:5px;
}

#register-box div.form div.tos h1 {
font-size:12px;
}

#register-box div.terms div.content {
	background-color:#000;
	color: #C0C0C0;
	height:400px;
	margin-top:10px;
	overflow:auto;
	padding:10px;
}div.input_printable {
	font-size: 0.8em;
	padding-left: 20px;
	background: url(http://www.pressparty.com/mod/printable/graphics/printer.gif) no-repeat left 2px;
}p.highlighted_user_title {
	font-weight: bold;
}


div.highlighted_users_list {
	float:left;
	padding-top:1px;
}

div.highlighted_user {
	width: 75px;
	height: 75px;
	margin-right: 9px;
	border: 1px solid #ffffff;
	float: right;
}

div.highlighted_user img{
	width: 75px;
	height: 75px;
}

div.highlighted_users {
	 margin-top: 8px;
}

div.highlight_users_edit div.icon {
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}

div.highlight_users_edit div.form {
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 150px;
}

div.other_highlighted_users {
	margin-bottom: 10px;
}

div.other_highlighted_users div.highlighted_user {
	width: 50px;
	height: 50px;
}

div.other_highlighted_users div.highlighted_user img {
	width: 50px;
	height: 50px;
}#login-box, #register-box {
	width: 450px;
	padding: 10px;
	align: center;
	margin: auto;
}

.login-textarea {
	width: 440px;
}

#register-box .general-textarea {
	width: 440px;
}

#password_request {
	width: 650px;
	padding: 10px;
	align: center;
	margin: auto;
}div.sidebar_widget div.sidebarmp3{
	text-align: center;
}div.terms div.content {
	padding: 10px;
	height: 400px;
	overflow: auto;
}

div.terms div.acknowledge_or_cancel td {
	width: 100px;
	vertical-align:middle;
}#area1 div.highlightednews div.icon,
#area1_edit div.highlightednews div.icon {
	padding-right: 10px;
	padding-bottom: 10px;
	float:left;
	width: 500px;
	height: 250px;
}

#area2 div.highlightednews div.icon,
#area2_edit div.highlightednews div.icon {
	padding-right: 10px;
	padding-bottom: 10px;
	width: 434px;
	height: 250px;
}


#area1 div.highlightednews div.icon img,
#area1_edit div.highlightednews div.icon img {
	width: 500px;
	height: 250px;
}

#area2 div.highlightednews div.icon img,
#area2_edit div.highlightednews div.icon img {
	width: 434px;
	height: 250px;
}

/*
#area2 div.highlightednews div.icon,
#area2_edit div.highlightednews div.icon {
	float:left;
	width: 75px;
	height: 75px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	
	border:1px solid #000000;
}

#area2 div.highlightednews div.icon img,
#area2_edit div.highlightednews div.icon img {
	max-width: 75px;
	overflow: hidden;
}

#area2 div.highlightednews,
#area2_edit div.highlightednews {
	border-bottom: 1px solid #c0c0c0;
	margin-left:2px;
	margin-top:1px;
	padding-bottom:1px;
	height: 76px;
	overflow: hidden;
	padding-right: 30px;
        position:relative;
}*/

div.highlightednews {
	font-size:12px;
}


div.highlightednews div.strapline {
	font-style:italic; 
	padding-top: 2px;
	padding-bottom: 2px;
	color: #504A4B;
}

div.highlightednews div.title {
	font-weight: bold;
	font-size: 1.15em;
}

div#area2 div.highlightednews div.title {
	
    min-height: 21px;
    max-height: 54px;
    overflow: hidden;
}

div.highlightednews div.title a, 
div.highlightednews div.title a:hover{
	text-decoration: none;
	color: #000;
}

div.highlightednews div.more {
	width: 65px;
	height: 15px;
	color: #ffffff;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 10px;
	
	background: #D31073 url(http://www.pressparty.com/mod/pressparty_theme/graphics/more_arrow_icon.gif) no-repeat right +1px;
}

div.highlightednews div.more a {
	color: #ffffff;
}

#area1 div.highlightednews,
#area1_edit div.highlightednews {
	padding: 10px;
}

#area1 div.highlightednews div.more,
#area1_edit div.highlightednews div.more {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
	float: left;
        margin-left: 0px;
}

#area2 div.highlightednews div.more,
#area2_edit div.highlightednews div.more {
	position: absolute;
        right: 16px;
        bottom: 5px;
}

div.highlightnews_stack_edit div.edit_div {
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border:1px solid #E3E4E4;
	padding:5px;
}


#area1 div.highlightednews p {
	margin:0px;
}

#area1_edit div.highlightednews div.titleimg,
#area1 div.highlightednews div.titleimg {
	margin-bottom: 5px;
        background-color: #000;
}

#area1_edit div.highlightednews div.titleimg img,
#area1 div.highlightednews div.titleimg img {
	max-width: 445px;
	max-height: 40px;
	
}

#area1_edit div.highlightednews div.title,
#area1 div.highlightednews div.title
{
	padding-top: 50px;
}

#area2 div.newsstack div.morenewslink,
#area2_edit div.newsstack div.morenewslink  
{
	padding-right:25px;
	position:relative;
	text-align:right;
	top:-30px;
	font-weight: bold;
	font-size: 14px;
}

#area2 div.newsstack div.morenewslink a,
#area2_edit div.newsstack div.morenewslink  a
{
	background-color: #FFFF06;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

#area2 div.newsstack,
#area2_edit div.newsstack  {
	max-height:316px;
	overflow:hidden;
}


#area1 div.highlightednews div.morenewslink,
#area1_edit div.highlightednews div.morenewslink {
 background-color: #FFFF06;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    
    font-size: 14px;
    font-weight: bold;
    
    margin-top: 10px;
    position: absolute;
    right: -430px;
    bottom: -15px; 

}

#area1 div.highlightednews div.morenewslink a,
#area1_edit div.highlightednews div.morenewslink a {
    color: #000;
}div.sharetweetdigg {
	float:right;
	text-align:right;
}

div.sharetweetdigg div.shareblob {
	float:left;
	padding:5px;
        max-width: 77px;
        overflow: hidden;
}

div.sharetweetdigg div.tweet {
    max-width: 90px;

}

div.sharetweetdigg div.googleplus {
    width: 56px;
    overflow: visible;
}

div.sharetweetdigg div.pinterest {
    padding-left: 0px;
}


div.tourschedule_body div.sharetweetdigg,
div.discography_profile div.sharetweetdigg,
div.presscoverage div.sharetweetdigg {
	float:none;
}

div.sharetweetdigg div.facebook {
    max-width: 100px;
    margin-top: -9px;
}
div.companysearch {
	background-color:#F5F5F5;
	border:1px solid #E3E4E4;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	width:90%;
}

div.companysearch div.artist_pages {
	height:90px;
	margin-top:30px;
}

div.artist_pages div.item {
	margin-right:10px;
		width: 25px;
	margin-top:5px;
}



div.companysearch .input-text, 
div.companysearch .input-companycategory-single,
div.companysearch .input-companylocation {
	background-color:#ffffff;
	width: 220px;
	height: 20px;
	font-size: 0.8em;
}

div.companysearch .input-text {
	height: 8px;
	width: 210px;
}


div.companysearch div.search_form {
	height:240px;
}

div.companysearch div.control {
	float:left;
}

div.companysearch div.company {
	margin-bottom: 10px;
}

div.artist_pages {
	width:230px;
	height:140px;
}

div.companysearch div.control label {
	font-size:14px;
}

ul.ui-autocomplete {
	list-style: none;
	max-width: 200px;
}

ul.ui-autocomplete li.ui-menu-item {
}

div.rollingnewsdesk {
	height: 73px;
}

div.rollingnewsdesk div.date {
	
	background-color:#000000;
	color:#FFFFFF;
	float:left;
	height:62px;
	padding:5px;
	width:120px;
	font-size: 12px;
}


div.rollingnewsdesk div.body {
	padding: 5px;
	font-size: 1.2em;
	margin-left:140px;
	border-bottom:1px solid #E3E4E4;
	height: 62px;
}

div.rollingnewsdesk div.titleimg {
	margin-bottom:3px;
	height:40px;
}

div.rollingnewsdesk div.body div.title {
	font-weight:bold;
}

div.rollingnewsdesk div.titleimg img {
	max-height:40px;
	max-width:610px;
	
}

div.rollingnewsdesk div.body div.title a,
div.rollingnewsdesk div.body div.title a:hover,
div.rollingnewsdesk div.body div.artist a,
div.rollingnewsdesk div.body div.artist a:hover {
	color: #000;
	text-decoration: none;
}

div.rollingnewsdesk div.body div.artist {
	
	font-style:italic;
	
	
}

div.rollingnewsdesk div.body div.pinned {
    float: right;
    font-size: 0.7em;
}

div.rollingnews_edit {
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border:1px solid #E3E4E4;
	padding:5px;
}

div.rollingnews_edit div.edit_div {
	text-align:right;
}

div.rollingnews_edit div.edit_div_body {
	background-color: #fff;
	padding: 5px;
	border:1px solid #E3E4E4;
}

div.rollingnewsdesk div.more_pressreleases {
 font-size: 14px;
    font-weight: bold;
    padding-right: 15px;
    position: relative;
    text-align: right;
    top: -30px;
}

div.rollingnewsdesk div.more_pressreleases a {
    background-color: #FFFF06;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}
div.latestvideos {
	text-align: center;
	height: 500px;
	overflow:hidden;
	x-overflow:hidden;
}

div.latestvideos h1 {
	font-size:1.2em;
}

div.latestvideos div.videobox {
	padding: 10px;
}

div.latestvideos div.videobox div.videoboxicon {
	
}

div.latestvideos div.videobox div.icon {
	margin-left: auto;
	margin-right: auto;
}

div.latestvideos div.videobox div.videoboxicon img {
	width: 120px;
	padding-bottom: 5px;
}

div.latestvideos div.videobox p {
	font-weight: bold;
}

div.latestvideos div.highlighted {
	padding: 10px;
	
}div.commentwrapper {
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border:1px solid #E3E4E4;
	padding:5px;
}

div.commentwrapper div.comment {
	background-color: #fff;
	border:1px solid #E3E4E4;
}
#area14 div.graphicadvert img, #area14_edit div.graphicadvert img {
	max-width: 946px;
	max-height: 127px; 

#area14 div.graphicadvert {
	padding-top: 50px;
	padding-bottom: 35px;
	text-align: center; 
}

div.sidebar_widget div.graphicadvert {
	text-align: center;
}

div.sidebar_widget div.graphicadvert img {
	max-width: 240px;
	max-height: 240px;
}

div.graphicadvert_edit h2 {
 font-size: 14px;
    margin-left: 10px;
    padding-bottom: 10px;
    }div.feedbackform {
    padding: 10px;
}

div.feedbackformhead {
    text-align:center;
    background-color: #000;
}

div.feedbackform div.topblurb {
    text-align: center;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
}

div.feedbackform div.introblurb {
    width:300px;
    margin-left: auto;
    margin-right: auto;
}

div.feedbackform div.submit {
    text-align: center;
}

div.feedbackform div.tandc {
    text-align: center;
}

div.feedbackform div.disclaimer {
    text-align: center;
}

div.feedback {
    background-color: #F5F5F5;
    border: 1px solid #E3E4E4;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 0.8em;
}

div.feedback p {
    margin: 0px;

}

div.feedback div.edit {
    float: right;
    padding-right: 10px;
     position: relative;
    top: -10px;
}div#area11 div.widgettitle h2
{
    font-size: 24px;
    color: #FEFA00;
    font-weight: bold;
}

div.terms div.content {
	padding: 10px;
	height: 400px;
	overflow: auto;
}

div.terms div.acknowledge_or_cancel td {
	width: 100px;
	vertical-align:middle;
}#shortened_url p {
	color:red;
	font-family: Arial, 'Trebuchet MS','Lucida Grande', sans-serif;
	font-size: 140%;
	width: 100%;
	
}
#notificationstable td.namefield {
	width:250px;
	text-align: left;
	vertical-align: middle;
}
#notificationstable td.namefield p {
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	padding:5px 0 5px 0;
}
#notificationstable td.namefield img {
	padding:6px 10px 6px 3px;
	float:left;
}
#notificationstable td.namefield p.namefieldlink {
	margin:9px 0 0 0;
}
#notificationstable td.emailtogglefield,
#notificationstable td.smstogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.spacercolumn {
	width:30px;
}
#notificationstable td {
	border-bottom: 1px solid silver;
}
#notificationstable td.emailtogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.emailtogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.emailtogglefield a.emailtoggleOff {
	background: url(http://www.pressparty.com/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(http://www.pressparty.com/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}

.notification_collections,
.notification_personal {
	margin-bottom: 25px;
}

.settings_form .friendsPicker_container h3 {
	color:#999999;
	font-size:3em;
	margin:0 0 20px;
	text-align:left;
	background: none;
	border-bottom: none;
}




p.visit_twitter a {
    background-image: none;
}

div#twitter_widget h1 {
    font-size: 1.0em;
    text-align: center;
}

div#twitter_widget h1 a, div#twitter_widget h1 a:hover, div#twitter_widget h1 a:visited {
    color: #ffe303;
    text-decoration: none;
}

#twitter_widget {
    margin: 0px;
}blockquote {
    margin:10px;
    border:1px solid #efefef;
    padding:4px;
}

strong {
    font-weight:bold;
}

ul {
   list-style: disc;
}

ol {
  list-style: decimal;
}