/* --- common styles for swIntranet --- */
/* ---------------------------------------------- */
.swIntranetContent {
	padding: 15px 0px 0px 0px;
}
.swIntranetNavHeader {
	text-align: right;
	font-weight: bold;
	color: #606060;
	padding: 20px 10px 5px 0px;
}
.swIntranet .navLine {
	clear: both;
	font-size: 1px;
	border-top: 2px solid #cccccc;
	padding: 0px 0px 0px 0px;
	height: 0px;
	overflow: hidden;
}
.swIntranet .navLine hr {
	display: none;
}
.swIntranetDetail {
	padding: 0px 0px 0px 0px;
}
.mainEditBar {
	padding: 5px;
	background-color: #f5f5f5;
	margin: 0px 0px 7px 0px;
}
.mainEditBar a {
	margin: 0px 0px 3px 0px;
	white-space: nowrap;
	color: #000000;
}
.editBar {
	padding: 5px;
	background-color: #f5f5f5;
	margin: 0px 0px 7px 0px;
}
.editBarWrapper {
	width: 100%;
}
.editBar a {
	float: right;
	margin: 0px 0px 0px 3px;
}
.helpInfo {
	color: #555555;
}


.blogHead {
	position: absolute;
	width: 907px; /* width of page */
	height: 70px; /* height of main blog picture */
}
.blogHead span {
	display: block;
	float: right;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
}
.modTeaser, .modBody {
	line-height: 1.5em;
	/*padding: 20px 0px 0px 0px;
	border: 1px solid red;*/
}
.dateFlag {
	background: url(../../../images/site/blog/date_flag.png) no-repeat;
	width: 58px;
	height: 50px;
	position: absolute;
	margin: 0px 0px 0px -72px;
}
.dateFlag span {
	width: 56px;
	text-align: center;
	color: #555555;
	display: block;
}
.dateFlag .dayMonth {
	font-weight: bold;
	padding: 4px 0px 0px 0px;
}
.dateFlag .year {
	font-weight: normal;
}
.modInfo {}
.owner {
	color: #999999;
	padding: 0px 0px 20px 0px;
}
.firstrow .owner {
	padding: 0px 0px 0px 0px;
}
.keywords {
	margin: 10px 0px 0px 40px;
	padding: 7px 0px 0px 0px;
	float: left;
}
.keywords .icon {
	background-image: url(../../../images/site/blog/btn_social.png);
	background-position: -90px 0px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: -7px 10px 0px -40px;
	position: absolute;
}
.keywords a {
	color: #999999;
	text-decoration: none;
}
.keywords a:hover {
	color: #000000;
}
.comments {
	margin: 10px 0px 0px 0px;
	float: right;
}
.comments a {
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background: url(../../../images/site/blog/icon_balloon.png) transparent no-repeat 0px 0px;
	width: 30px;
	height: 25px;
	overflow: hidden;
	padding: 7px 0px 3px 0px;
	font-weight: 700;	
}
.comments a:hover {
	opacity: 0.5;	
}
.commentsDetail {
	clear: both;
	padding: 40px 0px 40px 0px;
}
.commentsHeader {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px 15px 0px;
	margin: 10px 0px 0px 0px;
	background: url(../../../images/site/blog/bkg_article_spacer.png) transparent repeat-x;
}
.listSpacer {
	height: 0px;
	overflow: hidden;
	border-bottom: 1px solid #D3D3D7;
	margin: 30px 0px 30px 0px;
	clear: both;
	
}
.additionalButtonsBox {
	background: #F5F5F5;
	margin-top: 2px;
	padding: 3px 10px;
}
.additionalButtonsBox a {
	margin: 2px 0px 2px 0px;
}
.table {
	display: table;
}
.tablecell {
	display: table-cell;
}
.tablerow {
	display: table-row;
}

/* image/file upload */
.uploadBox {}
.uploadBox .caption {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.uploadBox .additionalButtonsBox a {
	display: inline-block;
}


.uploadExampleArea {
	border: 1px dashed black; 
	margin: 5px 0px 5px 0px;
	padding: 15px 10px 15px 10px;
	text-align: center;
	background-color: #f5f5f5;
	display: inline-block;
}

.uploadExampleArea .progress {
	display: none;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 20px 40px 20px 40px;
	margin: 10px 0px 0px 0px;
}
.uploadExampleArea .progress .alert {
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	margin-top: -100px;
	outline: 5px solid #ffffff;
	border: 1px solid #cb3333;
	background-color: #F5F5F5;
	padding: 20px 40px 20px 40px;
	color: #cb3333;
	font-weight: bold;
}
.uploadExampleArea .button.abort {
	display: inline-block;
	margin: 10px 0px 0px 0px;
}

.filebox {
	width: 120px;
	background-color: #b8ac9f;
	float: left;
	text-align: center;
	vertical-align: center;
	padding: 4px;
}
.infobox {
	margin-left: 140px;
}
.infobox .editIcon {
	float: right;
}
.infobox .editLabel {
	float: left;
}
.shrinktofit {
	max-width: 115px;
	max-height: 96px;
	height: auto;
	width: auto;
}
.fldLabel {
	display: inline-block;
	width: 40px;
}
.filecontainer {
	margin: 3px;
	padding: 5px;
	width: 410px;
	background-color: #F5F5F5;
}
.filecontainer:hover {
	background-color: #eeeeee;
}

.filecontainer .icon {
	float: left;
}
.filecontainer .deletelink {
	float: right;
}
.filecontainer .downloadlink {
	padding-top: 4px;
	margin-left: 30px;
}

/* imagecontainer */
.imagecontainer {
	margin: 2px 5px 5px 0px;
}
.imagecontainer:hover {
	background-color: #eeeeee;
	outline: 5px solid #eeeeee;
	cursor: move;
}
.singleimage .imagecontainer:hover {
	cursor: auto;
}
.imagecontainer:hover .infobox {
	background-color: #f5f5f5;
}
.imagecontainer .imagebox {
	width: 135px;
	height: 115px;
	background-color: #ffffff;
	border: 2px solid #eeeeee;
	vertical-align: middle;
	text-align: center;
	margin: 0px 0px 0px 20px;
	position: relative;
}
.imagecontainer .imagebox .imageAlert {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #e0090f;
	border: 1px solid #ffffff;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	color: #ffffff;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	cursor: help;
}

.imagecontainer .imagebox .small.imageAlert {
	background-color: #999999;
	opacity: 0.2;
}
.imagecontainer .imagebox .small.imageAlert:hover {
	opacity: 1;
}
.imagecontainer .imagebox .big.imageAlert:hover {
	opacity: 0.8;
}

.imagecontainer .infobox {
	padding: 10px 10px 10px 10px;
	background-color: #f5f5f5;
}
.imagecontainer .infobox input {
	margin: 3px 0px 0px 0px;
}

/* singleimage */
.singleimage .imagecontainer:hover {
	cursor: auto;
}
.singleimage .additionalButtonsBox.hasImage {
	display: inline-block;
	min-width: 117px;
}


/* prettyPhoto overwrite */
div.light_square .pp_arrow_previous,
div.light_square .pp_arrow_next,
div.light_square .pp_contract, div.light_square .pp_contract:hover,
div.light_square .pp_expand, div.light_square .pp_expand:hover {
    background-image: url("../../../images/prettyPhoto/light_square/sprite.png") !important;
}