/* -------------------------------------------------------------- 
   
   uppsala_screen.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

h1
{
    font-size: 2.5em;
    margin-bottom: 0.4em;
}
hr
{
    height: 1px;
    margin: 0.5em 0;
}
body
{
    font-family: Arial, "Helvetica Neue" ,Helvetica,FreeSans, "Liberation Sans" , "Nimbus Sans L" ,sans-serif;
    background-color: #edece3;
    padding: 0;
    margin: 0;
}
.container
{
    background-color: #FFF;
}
p
{
    margin: 0 0 1em;
}
.box
{
    background-color: #F0F0F0;
    padding: 0.8em;
    margin: 0 0 1em 0;
}
.container
{
    padding-left: 1.3em;
    padding-right: 1.3em;
}
a, a:hover
{
    color: #0000FF;
}
a:visited
{
    color: #800080;
}
a:active
{
    color: Red;
}
.DoubleArrow a, .arrow a
{
    background: url(/uppsala/images/mainMenuMarker.gif) no-repeat;
    padding-left: 0.8em;
}
#KrisMessageContainer
{
    padding: 0.6em;
    border: solid 4px orange;
    margin-bottom: 1em;
    clear: both;
}
textarea
{
    height: auto;
    padding: auto;
    width: auto;
    display: block;
}
legend
{
    font-size: 1em;
    font-weight: normal;
}
label
{
    font-weight: normal;
}

/* DEFAULT TABLE */
.pageContent table img
{
    float: none;
    margin: 0;
}
.pageContent table
{
    border-collapse: collapse;
    border-width: 0px;
    margin-top: 5px;
    width: auto;
    margin-left: 1px;
}
.pageContent .tabellRubrik, .pageContent th
{
    font-size: 1.1em;
    font-weight: bold;
    color: #FFF;
    background-color: #888;
    text-align: left;
}
.pageContent table TD, .pageContent table TH
{
    padding: 0.3em;
    vertical-align: top;
}

/* COMMON TABLE */
table.VanligTabell
{
    border-collapse: collapse;
    margin-top: 5px;
}
table.VanligTabell TH
{
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #888;
}
table.VanligTabell TD, table.VanligTabell TH
{
    padding: 3px;
    padding-left: 5px;
    border: 0;
    border: solid 1px gray;
}

/* TABLE3 */
table.TabellUtanRutnat
{
    border-collapse: collapse;
    margin-top: 5px;
}
table.TabellUtanRutnat TH
{
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #888;
}
table.TabellUtanRutnat TD, table.TabellUtanRutnat TH
{
    padding: 3px;
    padding-left: 5px;
    border: 0;
}

/* TABLE3 */
table.TabellUtanRutnatUtanRubrik
{
    border-collapse: collapse;
    border-width: 0px;
    margin-top: 5px;
}
table.TabellUtanRutnatUtanRubrik TH
{
    font-size: 1em;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
    text-align: left;
}
table.TabellUtanRutnatUtanRubrik td, table.TabellUtanRutnatUtanRubrik th
{
    padding: 3px;
    padding-left: 5px;
    border: 0;
}

/* TABLE4 */
table.TabellMedRutnatUtanRubrik
{
    border-collapse: collapse;
    border: solid 1px gray;
    margin-top: 5px;
}
table.TabellMedRutnatUtanRubrik TD, table.TabellMedRutnatUtanRubrik TH
{
    font-size: 1em;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
    border: solid 1px gray;
    text-align: left;
    padding: 3px;
    padding-left: 5px;
}

/* VERKTYG */
.tools
{
    text-align: right;
    margin: 0;
    padding: 0.7em 0;
    list-style-type: none;
}
.tools a, .tools a:visited, .tools a:hover, .tools:active
{
    color: #535353;
}
.tools li
{
    display: inline;
    padding: 0;
    margin-left: 0.3em;
    font-size: 1.17em;
}
.tools a
{
    padding: 0.7em 0 0 0.7em;
    text-decoration: none;
    border-left: 1px solid #DDD;
}
.tools li:first-child a
{
    border: 0;
}
.tools a:hover
{
    text-decoration: underline;
}
.tools img
{
    padding: 0 0.3em 0 0;
    margin: 0;
    vertical-align: text-bottom;
}

/* SÖK */
#ua_logo
{
    padding-bottom: 1em;
    float: left;
}
.logoAndSearchContainer
{
    position: relative;
    float: left;
}
.search
{
    float: right;
    background-color: #dee7ff;
    background-image: url(/Uppsala/Images/2008/forstoringsglas.png);
    background-repeat: no-repeat;
    background-position: 0.75em 0.75em;
    padding: 0.8em 0 0.4em 0;
    padding-right: 0.75em;
    padding-left: 4em;
    text-align: right !important;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 1em;
}
#searchBottom
{
    padding-top: 0.2em;
}
.search img
{
    padding-right: 0.3em;
    vertical-align: top;
}
.search input[type=text]
{
    width: 15em;
}
.search input[type="button"]
{
    margin-right: 0;
}

/* BREADCRUMBS */
.breadCrumbs
{
    padding: 0.2em 0 2em 0;
    font-size: 0.83em;
    float: left;
    width: 92.9em;
    margin: 0;
}

/* MAIN MENU */
.mainMenu
{
    font-size: 1.17em;
}
.mainMenu ul
{
    margin: 0;
    list-style-type: none;
}
.mainMenu ul li, .mainMenu div
{
    border-bottom: 1px solid #DDD;
}
.mainMenu div
{
    margin: 0;
    padding-bottom: 0.4em;
    font-size: 1em;
    font-weight: bold;
}
.secondMainmenu
{
    padding: 3em 0;
}
.mainMenu ul a, .mainMenu ul a:visited
{
    color: #000;
    display: block;
    text-decoration: none;
    padding: 0.15em 0;
    padding-left: 0.5em;
}
.mainMenu ul a:hover
{
    background-color: #FFE04A;
    color: #000;
}

/* GENVÄGAR */
.secondaryContent
{
    width: 18.45em;
    float: left;
    margin-right: 0;
    padding-right: 0;
}
.secondaryContent h2
{
    background-image: url(/uppsala/images/2008/shortcuts_bg.jpg);
    color: #FFF;
    font-weight: bold;
    line-height: 1.7em;
    padding-left: 0.5em;
    margin-bottom: 0em;
}
.themesEnabled h3
{
    background-image: url(/uppsala/images/2008/greenThemesFade.png);
}
.secondaryContent ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #FFF;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.secondaryContent li
{
    margin-left: 0.5em;
    background: url(/uppsala/images/2008/bullet.png) no-repeat 0 0.5em;
    padding-left: 1em;
    line-height: 1.5em;
    margin-bottom: 0.7em;
}
.secondaryContent
{
    font-size: 1em;
}
.secondaryContent h2
{
    font-size: 1em;
}
.pageContent h2, .pageContent h1, .pageContent .innehallUnderrubrik
{
    font-family: Georgia, "Bitstream Charter" , "Century Schoolbook L" , "Liberation Serif" ,Times,serif;
}
.pageContent .news h2
{
    font-family: Arial, "Helvetica Neue" ,Helvetica,FreeSans, "Liberation Sans" , "Nimbus Sans L" ,sans-serif;
}

/* GENERELLT INNEHÅLLSDELEN */
.pageContent
{
    margin-bottom: 2em;
    overflow: hidden;
}
.pageContent h1
{
    line-height: 1.1em;
}
.pageContent ul
{
    line-height: 1.5em;
}
.pageContent li
{
    margin-bottom: 0.5em;
}
.pageContent p
{
    clear: left;
}
.pageContent h2, .pageContent .innehallUnderrubrik, .pageContent h2 .innehallUnderrubrik
{
    line-height: 1.2em;
    font-size: 1.5em;
    padding-top: 0.5em;
    margin-bottom: 0;
    clear: left;
}
.pageContent h3, .pageContent .innehallUnderrubrik2
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-top: 1em;
}
.pageContent .span-4
{
    width: 18.5em;
}
#pageContentArea .span-12
{
    width: 57.5em;
}
.UkNiva2Webbsida .pageContent .news h2
{
    background-image: url(/uppsala/images/2008/tools_default.jpg);
    color: #000;
    line-height: 1.7em;
    font-size: 1.17em;
    padding: 0;
    padding-left: 0.5em;
    margin: 1.5em 0 0 0;
    font-weight: bold;
}
.RssLink
{
    padding-left: 18px;
    background-image: url(/uppsala/images/2009/rss_icon.png);
    background-repeat: no-repeat;
    background-position: 0 80%;
    padding-top: 0.5em;
    margin-bottom: 1em;
}
.pageContent .news ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pageContent .news ul li
{
    margin-bottom: 0.7em;
}
.pageContent .UppsalaDate
{
    display: block;
    font-size: 0.8em;
    vertical-align: bottom;
    line-height: 0.5em;
    margin-top: 1.5em;
}
.pageContent .news ul a
{
    line-height: 1.8em;
}
.pageContent #PageListingArea ul, .pageContent #DocumentListingArea ul, .pageContent #ProtocolListingArea ul
{
    list-style-type: none;
    margin-left: 0px;
}
.pageContent .filesize, .secondaryContent .filesize
{
    font-size: 1.0em;
    margin-left: 0.5em;
}
.pageContent #DocumentListingArea li
{
    margin: 1.5em 0em 0em 0em;
}
.pageContent #ProtocolListingArea h2
{
    margin: 1em 0em 0em 0em;
}
.pageContent #ImageContainer
{
    font-size: 0.9em;
    margin: 0 0 1em 1em;
    float: right;
}
#secondaryPageTools
{
    background-color: #EEE;
    padding: 0.5em 1em 1em 1em;
    margin-top: 4em;
    margin-bottom: 2em;
}

/* STARTSIDA */
.UkStartsida .startPageImageContainer
{
    font-size: 0.8em;
    margin-bottom: 1em;
    text-decoration: none;
}
.startPageImageText
{
    text-decoration: underline;
}
.UkStartsida .importantNews
{
    background-color: #fff;
    color: #000;
    padding: 1em;
    margin-bottom: 1em;
    border: solid 1px #dddddd;
    display: block;
}
.UkStartsida .importantNews p
{
    margin-bottom: 0;
}
.UkStartsida #largeImageText
{
    display: block;
    font-size: 0.8em;
    margin: 0 0 2em 0;
}

.imageText
{
    font-size: 0.9em;
    font-weight: bold;
}
.footer
{
    border-top: solid 1px #DDD;
    margin-top: 3em;
    color: #888;
    padding-top: 0.5em;
}
.footer img
{
    float: none;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

/* NIVÅ 2 */
#level2BigImage
{
    display: block;
    padding-bottom: 1.2em;
}

/* A till Ö */
.AOLetters, .AOActiveLetter
{
    margin-right: 0.3em;
}
.AOActiveLetter
{
    font-weight: bold;
}

/* ÖVERSIKT */
.UkOversikt #pageContentArea h2
{
    margin-bottom: .5em;
    margin-top: 0em;
}
.UkOversikt #pageContentArea h3
{
    font-size: 1.2em;
    margin-left: 1em;
}
.UkOversikt #pageContentArea h4
{
    font-size: 1em;
    margin-left: 2em;
}

/* NYHETSSIDA */
.UkNyhet .newsInfo
{
    font-size: 0.83em;
    margin-bottom: 2em;
    padding-top: 0.5em;
    color: #888;
}
.UkNyhet h1
{
    margin: 0;
}
#LeadContainer
{
    font-weight: bold;
}

/* FLOWSHART */
.UkFlodesschema #secondaryPageTools
{
    width: 95%;
    float: left;
    margin-top: 1em;
}
.puffItem h2, .puffItem h2
{
    padding-top: 0.2em;
}
.puffItem img
{
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
    overflow: hidden;
    display: block;
}
.puffItem
{
    margin: 0;
    padding: 1em 0 1em 0;
    border-bottom: solid 5px #EEE;
}
.hidden
{
    display: none;
    visibility: hidden;
}
.ThemeContainer
{
    position: relative;
    height: 70px;
    line-height: 1.1em;
    padding: 0;
    margin-top: 0.5em !important;
    margin-bottom: 0.4em !important;
    width: 46em;
    font-size: 1.67em;
    font-family: Georgia, "Bitstream Charter" , "Century Schoolbook L" , "Liberation Serif" ,Times,serif;
    float: left;
}
#themeTextContainer
{
    float: left;
    position: absolute;
    top: 49%;
    color: #FFF;
    padding-left: 15px;
}
#themeImage
{
    float: right;
}
.pageContent ol, .pageContent ul
{
    margin: 0 1.5em 1.5em 3em;
}
.strong
{
    font-weight: bold;
}

/* INCIDENTRUTAN */
h2.incident
{
    background-image: url(/uppsala/images/lila.jpg);
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.7em;
    margin-bottom: 0;
    padding-left: 0.5em;
}
div.incident
{
    background-color: #eeeeee;
    background-image: url(/uppsala/images/bg_ny.jpg);
    padding-bottom: 0.1em;
}
ul.arrowBullits
{
    list-style-type: none;
    background-color: Transparent;
}
ul.noBullits
{
    list-style-type: none;
    background-color: Transparent;
}
.noBullits li
{
    background-color: Transparent;
    background: none;
    margin-left: -0.5em;
}
.smallListDate
{
    font-size: 0.8em;
}
h2.incidentList
{
    background-image: url(/uppsala/images/lila.jpg);
    color: #ffffff;
    font-size: 1.17em;
    font-weight: bold;
    line-height: 1.7em;
    margin: 1.5em 0 0;
    padding: 0 0 0 0.5em;
    font-family: Arial, "Helvetica Neue" ,Helvetica,FreeSans, "Liberation Sans" , "Nimbus Sans L" ,sans-serif;
}
.shaded
{
    background-color: Gray;
}

/* BOOKMARKS */
.bookmarkButton
{
    background-position: right 0.5em;
    background-image: url(/uppsala/images/arrow_down.gif);
    background-repeat: no-repeat;
    padding-right: 1em;
}
.socialBookmarkDown
{
    background-image: url(/uppsala/images/arrow_up.gif);
}
.socialBookmarkContainer
{
    height: 87px;
}
.socialBookmarkItemsContainer
{
    height: 65px;
}
.socialBookmarkItem
{
    width: 25%;
    height: 26px;
    float: left;
}
.socialBookmarkItem img
{
    padding-right: 0.5em;
    position: relative;
    top: 4px;
}
.socialBookmarkItem a
{
    text-decoration: none;
    position: relative;
    top: 9px;
}
.underline
{
    text-decoration: underline;
}

/* XFORM */
#xforms td label
{
    display: block;
}
#xforms textarea, #xforms select
{
    margin: 0px;
}
#xforms fieldset label
{
    display: inline;
}

/* READSPEAKER ON XFORM */
.fr_button
{
    background: #fff url(../img/button_bg.png) repeat-x scroll 0 0;
    border: 1px solid #666;
    padding: 6px;
    width: 180px;
    text-align: center;
}
.fr_button a
{
    display: block;
}

div.incidentDetailed
{
    border: 1px solid #EEEEEE;
    background-color: #FAFAFA;
    padding: 1em;
    margin-top: 1.5em;
}
#IncidentListingArea h1
{
    font-family: Arial, "Helvetica Neue" ,Helvetica,FreeSans, "Liberation Sans" , "Nimbus Sans L" ,sans-serif;
    font-size: 2em;
    margin-top: 0.8em;
    margin-bottom: 0.4em;
}
#IncidentListingArea h2
{
    font-family: Arial, "Helvetica Neue" ,Helvetica,FreeSans, "Liberation Sans" , "Nimbus Sans L" ,sans-serif;
    font-size: 1.5em;
}
#IncidentListingArea h3
{
    font-size: 1em;
    font-weight: bold;
}
#IncidentListingArea .UppsalaDate
{
    margin-top: 0;
    line-height: 1em;
}
.fullWidth
{
    width: 90%;
}

/* Sidinformation i sidfoten */
#pageInfo
{
    background-color: #EEE;
    padding: 0.5em 1em;
    margin-top: 4em;
    margin-bottom: 1em;
    clear: both;
}
/* Dela med andra */
#shareWithOthers
{
    padding: 0 1em 1em 1em;
    background-color: #f1f5ff;
    clear: left;
}

#shareWithOthers h3
{
    margin-bottom: 1.2em;
}

#readspeaker_button1
{
    margin-bottom: 1em;
}

#readspeaker_button1 a, #readspeaker_button1 a:link, #readspeaker_button1 a:active, #readspeaker_button1 a:visited, .docReaderListen
{
    text-decoration: none;
}

#readspeaker_button1 span, .docReaderListen span
{
    text-decoration: underline;
    margin-left: 5px;
}

.docReaderListen img
{
    float: none;
    margin: 0;
}

.docReaderListen
{
    margin-left: 5px;
}


#socialMediaDivider
{
    background: none;
    border-top: 0.5em solid #F3F3F3;
    margin-top: 2em;
    height:1.2em;
}

/* Twitter */

/*.twitterScreenName
{
    font-weight: bold;
}

#twitterContainer
{
    background-color: #EEF2FE;
    height: 175px;
    position: relative;
}

#twitterFollowUs
{
    bottom: 18px;
    left: 20px;
    position: absolute;
}

#tweetContent
{
    background-image: url('/uppsala/images/socialmedia/twitter_bg.png');
    background-repeat: no-repeat;
    height: 125px;
    width: 673px;
    margin-top: 10px;
    margin-left: 15px;
    float: left;
    display: inline;
    padding: 17px 190px 14px 16px;
    font-family: Arial, "Helvetica Neue" , Sans-Serif;
    line-height: 19px;
    font-size: 1.25em;
}

#tweetContent p
{
    margin-bottom: 5px;
}

#tweetContent .tweet-full-name
{
    font-size: 0.8em;
    color: #999999;
}

#tweetContent ._timestamp
{
    font-size: 0.7em;
    color: #999999;
}*/

#allFeedsTab
{
    background-color: #0070BA;
    color: #fff;
    padding-left:20px; 
}

#allFeedsTab, #allFeedsTab a
{
    background-color: #0070BA;
    color: #FFF;
}

#twitterTab
{
    background-color: #EDF0FF;
    color: #000;
    padding-left:22px;
    background-image: url('/uppsala/images/socialmedia/twitter16x16.png');
    background-position: 6px center;
    background-repeat: no-repeat

}

#twitterTab, #twitterTab a
{
    background-color: #EDF0FF;
    color: #000;
}

#allFeedsContainer
{
    width: 880px;
    height:320px;
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    font-size: 13px;
    border: 1px solid #0070BA;    
    background-color:#fff;
    padding-bottom:10px;
    overflow: auto;
}

#allFeedsContainer ul
{
    width:600px;
    float:left;
    margin:10px 0 10px 10px;
    border-right:1px solid #DDDDDD;
}

#allFeedsContainer li
{
    list-style-type: none;
    padding-top:2px;
    clear:both;
}

#allFeedsContainer li.allFeedsIntro
{
    background-color:#EDEDED;
    width:570px;
    padding:10px;
}

#allFeedsContainer hr
{ 
    width:590px;
}

#twitterFeedContainer
{
    width: 880px;
    height:320px;
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    font-size: 13px;
    border: 1px solid #EDF0FF;    
    background-color:#fff;
    padding-bottom:10px;
    overflow: auto;
}

#twitterFeedContainer ul
{
    width:600px;
    float:left;
    margin:10px 0 10px 10px;
    border-right:1px solid #DDDDDD;
}

#twitterFeedContainer li
{
    list-style-type: none;
    padding-top:2px;
    clear:both;
}

#twitterFeedContainer hr
{ 
    width:590px;
}

.twitterContent
{
    font-size:13px;
}

.twitterDate, .twitterItem .twitterHeader span
{
    color: #9797C4;
}

.twitterItem p
{    
    margin: 3px 0 0 0px;
}

#tabs #tabs-1
{
    background-color: #EDF0FF;
    padding:20px 0 20px 20px;

}

#tabs #tabs-0
{
    background-color: #0070BA;
    padding:20px 0 20px 20px;

}

.twitterItem
{
    float:left;
    padding-bottom:5px;
    width:550px;
}

.feedsSidebar
{
    border: none;
    overflow: hidden;
    width: 230px; 
    float:left; 
    background-color:#fff;
    padding:10px;
}

.iconContainer
{
    width:26px;
    height:26px;
    padding:5px;
    float:left;
}

/* Socialmedia tabs */
/********************/

#tabs div
{
    clear:left;
}

#tabs #tabsContainer
{
    display:none;
}

/* Facebook startsida */
/**********************/
#facebookTab
{
    padding-left:22px;
    background-image: url('/uppsala/images/socialmedia/facebook16x16.png');
    background-position: 6px center;
    background-repeat: no-repeat
}

#facebookTab, #facebookTab a
{
    background-color: #3B5999;
    color: #FFF;
}

#facebookFeedContainer
{
    width: 880px;  
    height:320px;      
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    border: 1px solid #3B5999;    
    background-color:#fff;
    padding-bottom:10px;
    overflow:auto;
}

#facebookFeedContainer ul
{
    width:600px;
    float:left;
    margin:10px 0 10px 10px;
    border-right:1px solid #DDDDDD;
}

#facebookFeedContainer li
{
    list-style-type: none;
    padding-top:2px;
    clear:both;
}

#facebookFeedContainer hr
{ 
    width:590px;
}

.facebookItem
{
    padding-bottom:5px;
    font-size:13px;
    width:550px;
    float:left;
}

.facebookContent img
{
    float:none;
}
.facebookDate
{
    color: #9797C4;
    font-size:11px;
}

.facebookItem p
{
    margin: 3px 0 0 0;
}

.facebookLikeFrame
{
    border: none;
    overflow: hidden;
    width: 240px;
    height: 80px; 
    float:left; 
    background-color:#fff;
}

#tabs #tabs-2
{
    background-color: #3B5999;
    padding:20px;  
}

.facebookCommentsContainer
{
    margin-left:20px;
    font-size:13px;
}

.facebookCommentsContainer div
{
    background-color:#eeeeee;
    padding:5px 10px;
    margin-top:5px;    
}

.facebookCommentsContainer div h4
{
    font-size:13px;
    margin-bottom:3px;
}

#slideshow2
    {
        background-color:#E2E2E2;
        width:457px;
        padding:0 0 10px 0;
        margin:0 0 20px 0;
    }
    
#slideshowLarge
{
    padding:0 0 10px 0;
}
    
    .slideshowNavigation, .slideShowLargeNavigation
    {
        padding:5px 10px 0 10px;
    }
    
    .slideShowLargeNavigation
    {
        padding-bottom:20px;
    }
    
    .image-description
    {
        padding:5px 10px 0 10px;
    }
.slide
{
    margin:0;
}
.magnify-footer
{
    float:right;
}

.captionLarge, .caption
{
    margin-right:10px;
}

.image-container-small
{
    margin:0;
    padding:0;
    height:305px;
    width:457px;
    background-color:#000;
    display:table-cell;
    vertical-align:middle;    
    text-align:center;
}

.image-container-large
{
    position:relative;
    margin:0;
    padding:0;
    height:640px;
    width:961px;
    background-color:#000;
    display:table-cell;
    vertical-align:middle;    
    text-align:center;
}

a.slide-img img
{    
    vertical-align:middle;
}

.prevContainer, .prevContainerLarge
{
    margin:0 10px;
}

.prev-overlay, .prev-overlay-large
{
    position:absolute;
    top:130px;
    left:10px;
    height:50px;
    width:50px;
    text-decoration:none;
}

.prev-overlay-large
{
    top:250px;
}

.next-overlay, .next-overlay-large
{
    position:absolute;
    top:130px;
    right:10px;
    height:50px;
    width:50px;
    text-decoration:none;
}

.next-overlay-large
{
    top:250px;
}

.image-container-small:hover .next-overlay, .image-container-large:hover .next-overlay-large
{
    background:url(/uppsala/images/slideshow/right_transp.png) no-repeat;    
}

.image-container-small:hover .prev-overlay, .image-container-large:hover .prev-overlay-large
{
    background:url(/uppsala/images/slideshow/left_transp.png) no-repeat;    
}

#slideshow image-container img { margin: auto; display: block }

.image-container-small:hover .magnify-overlay
{
    background:url(/uppsala/images/slideshow/Forstoringsglas.png) no-repeat;    
}

.magnify-overlay
{
    position:absolute;
    top:10px;
    right:10px;
    height:50px;
    width:50px;
    text-decoration:none;
}

/*#facebookWallContainer
{
    height: 330px;
    width: 695px;
    overflow: auto;
    margin-left:35px;
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    border: 1px solid #DDD;
}

#facebookWallContainer li
{
    list-style-type: none;
    margin-bottom: 15px; 
    margin-top:10px;
}

.fbLinkContainer
{
    vertical-align: top;
}

.fbContent
{
    margin-bottom: 10px;
    font-size:13px;
}
.fbCaption, .fbDescription, .fbDate
{   
    font-size:11px;
}
.fbLinkPicture
{
    margin-right: 10px;
    margin-top:0;
}



.fbFromName
{
    font-weight: bold;
}
.fbName
{
    font-weight: bold;
    font-size:13px;
}
.fbDate
{
    color: #9797C4;
}
#fbLikeIframe
{
    margin-left: 28px;
    margin-top: 23px;
}
.fbItem
{
    overflow: auto;
}

.fbItem p
{
    margin: 0;
    margin-bottom: 2px;
}

.fbItem img
{
    float: left;
}*/


