@charset "utf-8";
/* CSS Document */

.darkerText {
	color:#666;
}

.headerDefault {
	margin-left:11px; 
	padding-top:20px; 
	margin-bottom:10px; 
	padding-bottom:20px; 
	padding-top:16px; 
	background-image:url(../images/grad_black_topdown.png); 
	background-position:top; 
	background-repeat:repeat-x;
}

.hideObj {
	display:none !important;
}

.newsItemVisibility {
	display:block;
	margin-top:-60px;
	padding:8px;
	position:absolute;
	width:324px;
}

.newsItemNV_div {
	border:2px solid red;
	background-color: rgba(255,0,0,0.1);
}

.newsItemV_div {
	border:2px solid green;
	background-color: rgba(0,128,0,0.1);
}

.newsItemP_div {
	border:2px dashed yellow;
}

.newsItemPY_div {
	border:2px dashed yellow;
	background-color: rgba(0,128,0,0.2);
}

.newsItemPN_div {
	border:2px dashed yellow;
	background-color: rgba(255,0,0,0.2);
}

.unpublishedButton {
	float:right;
	padding:5px;
	color:red;
	border:1px dashed #C00;
	border-radius:3px;
	moz-border-radius:3px;
	font-size:11px;
	font-weight:normal;
	margin-top:-6px;
}

.workshopButton {
	display:block; 
	padding:10px; 
	border:1px solid #333;
	margin:0;
	border-radius:2px;
}

a .workshopButton:hover {
	background-color:#333;
}

.workshopEdgeButton {
	display:block; 
	padding:10px; 
	border:1px solid #09F;
	margin:auto;
	border-radius:3px;
	background-color:rgba(34,34,34,0.5);
}

a .workshopEdgeButton:hover {
	background-color:#333;
}

.workshopEdgeButton img {
	border:none;
	width:20px;
}

.workshopRightMenu {
	padding:0px; 
	position:absolute; 
	width:362px; 
	display:block; 
	border:1px solid #444; 
	border-right:none; 
	border-top:none;
}

.workshopRightButton {
	display:block; 
	padding:10px; 
	border:1px solid #222;
	width:400px;
	margin:0;
}

.workshopRightButtonVid {
	border:none;
	width:70px; 
	float:left; 
	margin-top:-2px;
	padding-right:10px;
}

.workshopRightMenu a:link {
	text-decoration: none;
}

.workshopRightMenu a:visited {
	text-decoration: none;
}

.workshopRightMenu a:hover {
	text-decoration: none;
}

.workshopRightMenu a:active {
	text-decoration: none;
}

a .workshopRightButton:hover {
	background-color:#333;
}

.buttonImage {
	float:left; 
	margin-right:5px;
	border:none;
}

.workshopNews {
	border-top:1px solid #333;
	moz-border-radius:2px;
	border-radius:2px;
	padding:16px;
	padding-left:0px;
	position:relative;
	width:540px;
}

div.workshopNews img {
	max-width:320px;
}

.workshopNewsTitle {
	width:100%;
	font-size:16px;
	font-weight:bold;
	margin:auto;
	padding-bottom:14px;
}

.workshopLP {
	padding-left:36px;
}