/* -------------------  LIST STORY BROWSER -------------------- */
/*.storyBrowser, .storyBrowserSmall {background:transparent url(/img/dividers/divider_bg.gif) repeat-x left bottom;display:block;padding:15px 0;}*/
.storyBrowserSmall {background:transparent url(/img/dividers/divider_bg.gif) repeat-x left bottom;display:block;padding:15px 0;}
.storyBrowser{display:block; padding:15px;}

/* -------------------  LIST STORY BROWSER - THUMB VIEW -------------------- */

.thumbView{float:left;min-height:210px; height:auto !important; height:210px;margin:0 20px 20px 0;width:258px;}
.thumbViewLast{margin:0 0 20px;}
.thumbView a.mediumThumb{display:none}
.thumbView h3.title {font-size:18px}

a.switch_thumb {background:transparent url(/img/buttons/switch.gif) no-repeat scroll 0 0;display:block;height:28px;line-height:28px;position:absolute;right:0;text-indent:-9999px;top:0;width:100px;}
a.swap {background-position: left bottom;}
a:hover.switch_thumb {filter:alpha(opacity=75);opacity:.75;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";}

/* -------------------  LIST STORY - SMALL -------------------- */

h6.titleSmall {color:#333333;font-weight:normal;margin:0}
h6.titleSmall a, h6.titleSmall a:visited {color:#207AA6;text-decoration:none}
h6.titleSmall a:hover {text-decoration:underline;}

/* -------------------  SEKVENCE -------------------- */

h3.title {color:#333333;margin:0 0 15px; font-size: 16px;}
h3.title a{color:#B7000D;text-decoration:none}
h3.title a:hover {text-decoration:underline;}

.story p {
	font-size: 14px;
	line-height: 160%;
	color: #333333;
}

p.leadShort {padding:0 0 10px;}
p.lead {color: #868686;font-size:15px;font-weight:bold; margin:0 0 20px; padding:0; line-height:140%;}
p.eventDate {color:#999999;font-size:11px;padding:0;}
p.uptitle {color:#666666;font-size:14px;padding:0 0 5px;}
p.author {color:#333333;font-size:12px;font-weight:bold;margin:0;text-align:right;text-transform:uppercase;}

p.source {}
p.eventPlace {}
p.eventDate {}
p.eventPlace_eventDate {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #666666; padding-bottom: 10px;}
p.source_eventPlace_eventDate {color:#666666;font-size:11px;margin:0px;padding:0 0 10px; font-family: Georgia, "Times New Roman", Times, serif;}
span.source, span.eventPlace {}

p.error {background:url(/img/icons/listStyles/error.gif) no-repeat left top;color:#CC0000;padding:0 0 10px 25px; margin:0}
p.info {background:url(/img/icons/listStyles/info.gif) no-repeat left top;color:#2C79B3;padding:0 0 10px 25px; margin:0}
p.tips {background:url(/img/icons/listStyles/tips.gif) no-repeat left top;color:#E58C00;padding:0 0 10px 25px; margin:0}
p.check {background:url(/img/icons/listStyles/checklist.gif) no-repeat left top;color:#70B81A;padding:0 0 10px 25px; margin:0}

.box-grey{background-color:#F7F7F7;border:3px solid #DDDDDD;margin:0 0 15px;padding:10px !important;}
.box-hilite{background-color:#FFFFDD;border:3px solid #D2D2B6;margin:0 0 15px;padding:10px !important;}



.storyThumbHolder {
	float:left;
	margin-right:10px;
}

.storyThumbAV {
	border:1px solid #CCCCCC;
	display:table-cell;
	height:137px;
	text-align:center;
	vertical-align:middle;
	width:137px;
	background-color:#FFFFFF;
}
.storyThumbAV * {
	vertical-align:middle;
}

* html .storyThumbAV {display: block;}
* html .storyThumbAV span {display: inline-block;height: 100%;width: 1px;}



/* ------------------- STORY -------------------- */

.boxCaption {
	display: none;
}
.boxImageCaption {
	text-align: center;
	color:#710420;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:140%;
	padding-top: 5px;
	padding-bottom: 10px;
}
.boxBody p {
	font-size: 20px;
	padding:0;
	line-height: 160%;
	margin:0px;
	color: #999999;
}


/***** boxHalf *****/

.boxHalf {
	width: 294px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.boxHalf .boxImage img {
	border: 1px solid #cccccc;
	padding:1px;
	margin: 0;
}
/***** boxFull *****/
.boxFull {
	width: 584px;
}
.boxFull .boxImage {
	padding:1px;
	border: 1px solid #cccccc;
}

