/*bscw-style-v5100*/
body {
    background-color: #FFFFFF;
}

img {
    border: none;
}

body,p,div,h1,h2,h3,h4,h5,h6,address,li,td {
    font-family: arial, helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    color: #3B5876;
}

a {
    color: #DD6A00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

._bscw_commands a {
    border-right: 1px solid #DD6A00;
    padding-right: 6px;
    margin-right: 6px;
}
._bscw_commands a:last-child {
    border-right: none;
}

span._bscw_forbidden_link {
    color: #666666;
    /*display: none;*/
}

span._bscw_search_for {
}

span._bscw_reset_search {
	white-space: nowrap;
}

ul._bscw_authors, ul._bscw_tags, ul._bscw_categories, ul._bscw_contents {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul._bscw_contents ul._bscw_contents {
    margin-left: 20px;
}

ul._bscw_authors li, ul._bscw_tags li, ul._bscw_categories li {
    display: inline;
}

ul._bscw_contents li {
    display: block;
    white-space: nowrap;
}

ul._bscw_contents li.separated {
    margin-bottom: 10px;
}

ul._bscw_contents li.activeitem {
    font-weight: bold;
}

ul._bscw_contents a.emptyitem {
    color: #808080;
    font-style: italic;
}

td._bscw_secondcol {
    padding-left: 10px;
    vertical-align: top;
}

div._bscw_search {
    white-space: nowrap;
}

div._bscw_search input {
    max-width: 100px;
}

div._bscw_search div._bscw_selectfilter {
    display: inline-block;
}

/****  Action menu  ****/
div._bscw_menu {
    display:inline-block;
    }
span._bscw_menu_button {
    padding:7px;
    border:1px solid #7191A6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#B0BCCB;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#B0BCCB), to(#8298AF));
    background-image:-webkit-linear-gradient(#B0BCCB, #8298AF);
    background-image:   -moz-linear-gradient(#B0BCCB, #8298AF);
    background-image:    -ms-linear-gradient(#B0BCCB, #8298AF);
    background-image:     -o-linear-gradient(#B0BCCB, #8298AF);
    background-image:        linear-gradient(#B0BCCB, #8298AF);
    font-size:13px;
    font-weight:bold;
    color:white;
    }
div._bscw_menu ul {
    position:absolute;
    z-index:9999;
    margin:6px 0 0 0;
    padding:7px;
    background-color:white;
    border:1px solid #7191A6;
    list-style-type:none;
    visibility:hidden;
    opacity:0;
    transition: visibility .3s ease .3s, opacity .3s ease .3s;
    }
div._bscw_menu:hover ul {
    visibility:visible;
    opacity:1;
    }

/****  Metadata table  ****/
ul._bscw_metatabs {
    margin:0;
    padding:0;
    width:75%;
    overflow-x:auto;
    }
li._bscw_metatab, li._bscw_active_metatab {
    padding:7px;
    display:inline-block;
    border-top:1px solid #7191A6;
    border-left:1px solid #7191A6;
    border-right:1px solid #7191A6;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    }
li._bscw_active_metatab {
    background-color:#B0BCCB;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#B0BCCB), to(#8298AF));
    background-image:-webkit-linear-gradient(#B0BCCB, #8298AF);
    background-image:   -moz-linear-gradient(#B0BCCB, #8298AF);
    background-image:    -ms-linear-gradient(#B0BCCB, #8298AF);
    background-image:     -o-linear-gradient(#B0BCCB, #8298AF);
    background-image:        linear-gradient(#B0BCCB, #8298AF);
    }
li._bscw_metatab {
    background-color:#F1F7FD;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#F1F7FD), to(#CCD3DC));
    background-image:-webkit-linear-gradient(#F1F7FD, #CCD3DC);
    background-image:   -moz-linear-gradient(#F1F7FD, #CCD3DC);
    background-image:    -ms-linear-gradient(#F1F7FD, #CCD3DC);
    background-image:     -o-linear-gradient(#F1F7FD, #CCD3DC);
    background-image:        linear-gradient(#F1F7FD, #CCD3DC);
    }
li._bscw_metatab a, li._bscw_active_metatab a {
    font-size:13px;
    font-weight:bold;
    text-decoration:none !important;
    }
li._bscw_metatab a {
    color: #285979;
    }
li._bscw_active_metatab a {
    color: white;
    }

table._bscw_metatable {
    width: 75%;
    background-color:#F1F7FD;
    border:1px solid #7191A6;
    -webkit-border-top-right-radius:4px;
    -moz-border-radius-topright:4px;
    border-top-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    -moz-border-radius-bottomright:4px;
    border-bottom-right-radius:4px;
    }
table._bscw_metatable_notabs {
    -webkit-border-top-left-radius:4px;
    -moz-border-radius-topleft:4px;
    border-top-left-radius:4px;
    }
td._bscw_metatable_label, td._bscw_metatable_value {
    padding:4px;
    border-bottom:1px solid #7191A6;
    }
td._bscw_metatable_label {
    width: 30%;
    }
td._bscw_metatable_value {
    width: 70%;
    }
td._bscw_metatable_edit {
    padding: 2px;
    font-size: 13px;
    text-align: center;
    }

/****  Paging ("Scrolling")  ****/
._bscw_scrolling ._bscw_scroll_before,
._bscw_scrolling ._bscw_scroll_active,
._bscw_scrolling ._bscw_scroll_behind {
	margin-right: .5em;
	font-size: 80%;
	background-color: #F9F8F6;
	border: solid thin;
	border-color: #9C9C9C;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:3px;
}

._bscw_scrolling ._bscw_scroll_active {
	font-weight: bold;
}

/****  BSCW-alike content boxes  ****/
._bscw_box {
    margin:10px 0px;
    }
    /*IE hack*/
    *html ._bscw_box {
        display: inline-block;
        }

._bscw_boxheader {
    overflow:hidden;
    white-space: nowrap;
    background:url(/pub/20160127-1611-38576/icons/corners.gif) repeat-x 0 -24px;
    }
._bscw_box_headline {
    display:inline-block;
    width:90%;
    font-weight:bold;
    color:#fff;
    line-height:23px;
    padding:0 5px;
    font-size:13px;
    overflow:hidden;
    text-overflow:ellipsis;
    }
._bscw_corner_left {
    width:5px; height:23px;
    float:left;
    background:url(/pub/20160127-1611-38576/icons/corners.gif) no-repeat 0px 0px;
    }
._bscw_corner_right {
    width:5px; height:23px;
    float:right;
    background:url(/pub/20160127-1611-38576/icons/corners.gif) no-repeat -5px 0px;
    }

._bscw_boxbody {
    padding:10px;
    }
._bscw_slimboxbody {
    padding:5px 10px;
    font-size: small;
}
._bscw_util ._bscw_boxbody, ._bscw_util ._bscw_slimboxbody, ._bscw_content ._bscw_boxbody, ._bscw_content ._bscw_slimboxbody {
    background:#fff3e3;
    border-left:1px solid #fccaa1;
    border-right:1px solid #fccaa1;
    }

/* IE 6 hack */
._bscw_boxfooter, ._bscw_headlessboxheader {
    height:5px;
    line-height:0;
    font-size:0;
    overflow:hidden;
    background:#000;
    }

._bscw_util ._bscw_boxfooter, ._bscw_content ._bscw_boxfooter {
    background:url(/pub/20160127-1611-38576/icons/corners.gif) repeat-x 0px -54px;
    }

._bscw_util ._bscw_headlessboxheader, ._bscw_content ._bscw_headlessboxheader {
    background:url(/pub/20160127-1611-38576/icons/corners.gif) repeat-x 0px -59px;
    }

._bscw_util ._bscw_boxfooter ._bscw_corner_left, ._bscw_content ._bscw_boxfooter ._bscw_corner_left {
    width:5px; height:5px;
    float:left;
    background:url(/pub/20160127-1611-38576/icons/corners.gif) no-repeat -10px -6px;
    }
._bscw_util ._bscw_boxfooter ._bscw_corner_right, ._bscw_content ._bscw_boxfooter ._bscw_corner_right {
    width:5px; height:5px;
    float:right;
    background:url(/pub/20160127-1611-38576/icons/corners.gif) no-repeat -17px -6px;
    }

._bscw_util ._bscw_headlessboxheader ._bscw_corner_left, ._bscw_content ._bscw_headlessboxheader ._bscw_corner_left {
    width:5px; height:5px;
    float:left;
    background:url(/pub/20160127-1611-38576/icons/corners.gif) no-repeat -10px -12px;
    }
._bscw_util ._bscw_headlessboxheader ._bscw_corner_right, ._bscw_content ._bscw_headlessboxheader ._bscw_corner_right {
    width:5px; height:5px;
    float:right;
    background:url(/pub/20160127-1611-38576/icons/corners.gif) no-repeat -17px -12px;
    }



/****  Special styles for sample "project"  ****/
span.PublicationTitle {
    font-weight: bold;
}
span.PublicationDescr {
    font-style: italic;
}


/****  Special styles for sample "faq"  ****/
p.Question {
    margin-top: 30px;
    background: url(help_button.gif) no-repeat 4px 4px;
    height: 23px;
    padding: 4px 4px 4px 34px;
    font-style: italic;
    border-bottom: 1px solid #fccaa1;
    }
p.Question:first-child {
    margin-top: 0px;
    }

/*** -------(Start: CSS for Comment Feature)------- ***/

/*** For each comment ***/
div._bscw_comment_container {
	background-color: #F9F8F6;
	border: solid thin;
	border-color: #9C9C9C;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: gray;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	border-radius: 5px;	
	min-height: 40px;
}

/*** For title of each comment ***/
div._bscw_comment_title_container {
	border-bottom: solid thin;
	border-bottom-color: #BDBDBD;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #E6E6E6;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

a._bscw_commenter_name {
	font-weight: bold;
	color: #060460;
}

div._bscw_timestr {
	float: right;
}

._bscw_comment_title {
	font-weight: bold;
	font-style: italic;
}

div._bscw_comment_content, div._bscw_new_comment_content {
	padding-left: 7px;
	padding-right: 7px;
	color: #000000;
}
div._bscw_new_comment_content {
	padding: 7px;
}

div._bscw_comments_more {
	font-size: 80%;
	text-align: center;
}

/*** Comment input form related ***/
input._bscw_submit_comment {
	padding: 3px;
}
input._bscw_comment_title_input {	
	width: 100%;
	border: solid thin;
	border-color: #D3D3D3;
}
div._bscw_submit_btncontainer {
	text-align: right;
}
div._bscw_input_area_container {
	padding-right: 6px;
}
textarea._bscw_new_comment_content_input {
	resize: none;
	width: 100%;
	border: solid thin;
	border-color: #D3D3D3;
}
div._bscw_input_field_container {
	margin-bottom: 5px;
}

/*** Contents (meta)table element  ***/

table._bscw_contentsmetatable {
	width: 100%;
	background-color: #F1F7FD;
	border:1px solid #7191A6;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

table._bscw_contentsmetatable th,
table._bscw_contentsmetatable tr:nth-child(even) {
	background-color: #E7EDF3;
	}

table._bscw_contentsmetatable th, table._bscw_contentsmetatable td {
	padding: 5px;
	}
	
table._bscw_contentsmetatable th {
	text-align: left;
	}
	
tr._bscw_contentsmetatable_original {
	color: #888888;
	}

/*** Expand/Collapse Web Folder ***/
span._bscw_collapse_padding {
    height: 18px;
    width: 18px;
    display: inline-block;
}
span._bscw_collapsebtn {    
    background-image: url(/pub/20160127-1611-38576/icons/buttonbar.png);
    height: 18px;
    width: 18px;
    display: inline-block;
}
span._bscw_clpdir_down { 
    background-position: 0 -432px;
}
span._bscw_clpdir_right {
    background-position: 0 -450px;
}

/*** (grouped) search results in Web Folder ***/

div._bscw_group {
   padding: 8px;
}

span._bscw_grouped {
   white-space: nowrap;
   padding: 4px;
}

ul._bscw_contents li._bscw_group {
    white-space: normal;
}

/*** File upload feature ***/
input._bscw_upload {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 20px;	
	opacity: 0;
	filter: alpha(opacity=0);
}
._bscw_btn_container {
	position: relative;
	overflow: hidden;	
	display:inline-block; 
	text-align:center;
	vertical-align:bottom;	
}
span._bscw_file_btn {
	font-family: sans-serif;
	font-size: 100%;
	border: solid thin grey;
	background-color: #EAEAEA;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#E5E5E5));
	background-image:-webkit-linear-gradient(#F0F0F0, #E5E5E5);
	background-image:   -moz-linear-gradient(#F0F0F0, #E5E5E5);
	background-image:    -ms-linear-gradient(#F0F0F0, #E5E5E5);
	background-image:     -o-linear-gradient(#F0F0F0, #E5E5E5);
	background-image:        linear-gradient(#F0F0F0, #E5E5E5);
	border-radius: 2px;
	padding: 3px 8px;
}
._bscw_hidden {
	display:none;
}
._bscw_left_space {
	padding-left:30px;
}
._bscw_progress_container {
	border: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #F2F2F2;
	padding: 5px;
	height: 25px;
	margin: 5px 0px 3px 0px;
}
._bscw_progrss_infoholder {
	float: left;
	width: 100%;
}
._bscw_loading_imgcontainer {
	float:left;
}
._bscw_progress_info {
	padding-left: 10px;
	line-height: 20px;
	float: left;
	color: #A4A4A4
}

/*** Foto gallery feature ***/
._bscw_gallery {
    overflow:auto;	
	padding:0;
	margin:0;
}
._bscw_gallery img {
    border:4px solid #DDD;
	background: #EEE;
	-moz-box-shadow:0 0px 2px #333333;
	-webkit-box-shadow:0 0px 2px #333300;
	box-shadow:0 0px 2px #333300;
	max-width:120px;
    max-height:120px;
    width:auto;
    height:auto;
	overflow:hidden;
	position: relative;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-transition: -moz-transform .2s ease-in-out, -moz-box-shadow .2s ease-in;
	-webkit-transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .2s ease-in;
	transition:transform .2s ease-in-out, box-shadow .2s ease-in;
}
._bscw_gallery._bscw_medium img { 
    max-width:180px;
    max-height:180px;
}
._bscw_gallery._bscw_large img { 
    max-width:230px;
    max-height:230px;
}
/* optional hover effect */
._bscw_gallery._bscw_hover img:hover{
    border:4px solid #fff; 
	-moz-box-shadow:0 2px 6px #52576a;
	-webkit-box-shadow:0 2px 6px #52576a;
	box-shadow:0 2px 6px #52576a;
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	transform:scale(1.3);	
	z-index:10;
}
._bscw_gallery_item {
	margin:8px 1px 8px 1px;
	padding:0;	
	width:160px;	
	height:160px; 
	float:left;
	text-align:center;
}

._bscw_gallery._bscw_medium  ._bscw_gallery_item {    
	margin:10px 2px 10px 2px;
	width:220px;	
	height:220px;    
}

._bscw_gallery._bscw_large  ._bscw_gallery_item {    
   margin:12px 3px 12px 3px;
   width:280px;	 
   height:280px;    
}
._bscw_gallery_item  ._bscw_gallery_thumbnail {
	text-align:center;	
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:4px 1px 0px 1px;
	width:160px;	
	height:140px; 
}
._bscw_gallery._bscw_medium  ._bscw_gallery_item ._bscw_gallery_thumbnail {    
    padding:6px 1px 0px 1px;
	width:220px;	
	height:200px;    
}
._bscw_gallery._bscw_large  ._bscw_gallery_item ._bscw_gallery_thumbnail {    
    padding:8px 2px 0px 2px;
	width:280px;	
	height:260px;    
}
._bscw_gallery_item div._bscw_gallery_caption {	
	padding: 0px;
	min-width:99px;
	max-width: 140px;
	line-height: 12px;
	margin: 0px 10px 0px 10px;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
}
._bscw_gallery._bscw_medium ._bscw_gallery_item  div._bscw_gallery_caption {	
    line-height:14px;
    max-width:196px;
    margin: 0px 12px 0px 12px;
}
._bscw_gallery._bscw_large ._bscw_gallery_item  div._bscw_gallery_caption {	
    line-height:20px;
    max-width:250px;
    margin:0px 14px 0px 14px;
}
._bscw_gallery_item div._bscw_gallery_caption span  {		
	font-weight:bold;
	font-size:11px;
}
._bscw_gallery._bscw_medium ._bscw_gallery_item  div._bscw_gallery_caption span {	
	font-size:13px;
}
._bscw_gallery._bscw_large ._bscw_gallery_item  div._bscw_gallery_caption span {	
	font-size:16px;
}

/*** Styles for Table-of-Contents feature ***/
._bscw_toc_container {
    border: 1px solid #FCCAA1;
    background-color: #FFF9F2;
    width: 75%;
    padding: 5px;
}
._bscw_toc_header {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}
._bscw_toc_entry_h1 {
    margin-left: 0px;
}
._bscw_toc_entry_h2 {
    margin-left: 20px;
}
._bscw_toc_entry_h3 {
    margin-left: 40px;
}
._bscw_toc_entry_h4 {
    margin-left: 60px;
}
._bscw_toc_entry_h5 {
    margin-left: 80px;
}
._bscw_toc_entry_h6 {
    margin-left: 100px;
}