/********** NameOfUserControl.ascx **********/

/*************************/
/* Utskrift	             */
/*************************/
.printinfo
{
	display:none;
}

/*************************/
/* Prenumeration         */
/*************************/
.SubscriptionElement label
{
	width:200px;
}

.SubscriptionElement input
{
	width:200px;
	margin-bottom: 5px;
}

.SubscriptionElement input[type="submit"]
{
	width:auto; 
	margin-bottom: 5px;
}

.SubscriptionElement select
{
	margin-bottom: 5px;
}

.subscriptionListArea
{
	margin-bottom: 5px;
}

/*************************/
/* Pressmeddelande       */
/*************************/
.attachmentlist
{
	list-style:none;
	margin-top:0;
	padding-top:0;
}

/*************************/
/* Listsida		         */
/*************************/
.listpage
{
	list-style:none;
	margin-top:0;
	padding-top:0;
}

.listpagepaging
{
	text-align:right;
	margin-right: 14px;
}
.listpagepaging a.selected, a.SelectedPagingItem
{
	color: Black;
	font-weight: bold;
	border: solid 1px black;
	padding: 2px;
	background-color: #ECE9D8;
}
.listpagepaging a.unselected, a.UnSelectedPagingItem {
	padding: 2px;
}
.pagelistsearch .searchbox {
	width:438px;
	display:inline;
} 
.pagelistsearch .leftcol {
	float: left;
	width: 200px; 
	margin-right: 10px;
}
.pagelistsearch .rightcol {
	float: left;
	width: 200px; 
}
/*************************/
/* pagefooter            */
/*************************/

.pagefooter
{
	border-top:  #ccc 1px solid;
	margin: 0px 14px 0px 0px;
	clear: both;
	padding-left:5px;
}

* html .pagefooter
{
	display:inline-block;
}

.pagefooter p.left
{
	color: #555;
	float:left;
	font-size: 0.92em;
	margin: 0px;
	padding-top: 0.5em;	
}

.pagefooter p.right
{
	float:right;
	font-size: 0.92em;
	margin: 0px;
	padding-top: 0.5em;
}
.pagefooter a
{background:url(/KarlskronaTemplates/Public/Images/pil.png) no-repeat left 6px; padding:0 0 0 10px; display: block; float: left;}

.margintop
{
    margin-top:30px;
}

/*************************/
/* sharelinks            */
/*************************/
#ShareLinksOuterDiv
{
    padding-top:20px;
}
.sharelinks
{
    color:#555555;
    border-top:1px solid #CCCCCC;
    /*float:left;*/
    margin:0px 14px 0 0;
    font-size:0.92em;
    background-color:#EEEEEE;
    /*width:97%;*/
    padding-bottom:6px;
    padding-left:5px;
}
.sharelinks .innerShareLinksDiv .shareLinksImageLink a
{
    display:block;
    float:left;
    margin-right:10px;
    padding-top:6px;
}

.sharelinks .innerShareLinksDiv .TipIcon
{
    display:block;
    margin-right:10px;
    padding-top:6px;
}

.sharelinks .shareInfo
{
    background:url("/KarlskronaTemplates/Public/Images/pil.png") no-repeat scroll left 6px transparent;
    display:block;
float:left;
padding: 0 0 0 10px;
    }
 
 .sharelinks .shareLabel
 {
     display:block;
     float:left;
     padding:0 20px 0 0;
     }


/*************************/
/* Conferenceroom        */
/*************************/

.conferenceroomtable td
{
	padding:5px;	
	vertical-align:top;	
}

.conferenceroomtable td.TopicListDateColumn
{
	width:110px;
}

.editconferenceroom label 
{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px;
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.editconferenceroom fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

.editconferenceroom input, textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:300px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.editconferenceroom span.errormessage
{
	margin-left:90px;
}

.TopicList
{
	margin-top:10px;
}

.conferenceroomtablereply td
{	
	border-top:	solid 1px #bbbbbb;	
	border-bottom:solid 1px #bbbbbb;	
}

.conferenceroomtablereply td
{	
	padding:5px;	
	vertical-align:top;
	width:35%;
}

.conferenceroomtablereply td.rightcolumn
{
	border-left: #ccc 1px solid;
	width:65%;
}

.conferenceroomtablereplyeven
{
	background: url(/KarlskronaTemplates/Public/Images/bg_diskussion.png) repeat-y left top;
}

.conferenceroomtablereplyodd{
}

.conferenceroombutton
{
	background: url(/KarlskronaTemplates/Public/Images/bg_diskussion_button.png) repeat-x left top;
	color: #275785; 
	cursor: pointer; 
	border: 1px solid #86878a;
	font: bold 100% Arial, Helvetica, sans-serif;
	padding: 1px;
	margin-right:5px;
	float: left;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/

#SiteMap ul 
{
    margin: 0;
    padding: 0.2em 0;
}

#SiteMap ul ul
{
    padding: 0;
    margin-left: 0.5em;
}

#SiteMap li
{
    margin: 0 0 0.5em 0;
    padding: 0;
    list-style: none;
    font-size: 1.3em;
}

#SiteMap li a
{
    text-decoration: none;
} 

#SiteMap li li
{
    margin: 0.2em 0;
    padding-left: 1em;
    background: url(/KarlskronaTemplates/Public/Images/SiteMapBullet.png) no-repeat;
    font-size: 0.7em;
} 

#SiteMap li li a
{
    text-decoration: underline;
} 

#SiteMap li li li
{
    font-size: 1em;
}

/*************************/
/* Favorites	         */
/*************************/

.dataListFavouritesTable td,th
{
	padding:0 5px 5px 0;
	vertical-align:top;
}

.dataListFavouritesTable .favoritesWasteBasket
{
	width:80px;
	text-align:center;
}

.dataListFavouritesTable .favoritesLink
{
	/*width:300px;*/
}

.dataListFavouritesTable .favoritesName
{
	width:110px;
}


/*************************/
/* Accessibility Guide   */
/*************************/
.AccessibilityGuideCategoriesList li
{
	margin: 5px 5px 5px 0;
	float:left;
}

.AccessibilityGuideSearch
{
	margin-bottom:10px;
}

.AccessibilityGuideSearch input
{
	margin: 0px 5px 0px 0px;
}

.AccessibilityGuideSearchbutton
{
	margin-top:10px;
}

/*************************/
/* Accessibility Page   */
/*************************/

.AcessiblityPage
{
	margin-top:10px;	
}

.AcessiblityPage iframe
{
	width:462px;
	margin-bottom: 10px;
	height:175px;
}

.AcessiblityPage input
{
	margin: 0 5px 0 0;
}

.PageAccessibilityButtons
{
	margin-bottom: 10px;
	margin-top:10px;
}
.pagelistsearch
{
	border-bottom:  #ccc 3px solid;	
	display: block;
	margin: 14px 14px 0px 0px;
}

* html .pagelistsearch
{
	display:inline-block;
}

.PageListResult p
{
	padding-bottom: 0;
	padding-left: 10px;
}
.PageListResult li
{
	border-bottom: 1px solid #eee;
	padding:0.5em 0;	
	margin:0 11px 0.5em 0;
	padding-left: 0;
}

/*************************/
/* Weather Forecast Page  */
/*************************/

.weathertoday
{
	background-color:#EEEEEE;
	background-image:none;
	margin-right:14px;
	border:none;
	margin-bottom:0;
}

.weathertoday h2
{
	font: normal 1.5em/normal "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 0 0 5px;
}

.weathercoast h2
{
	font: normal 1.3em/normal "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
}

.weathercoast
{
	background-color:#FFF;
	background-image:none;
	margin-right:14px;
	border:none;
	margin-bottom:0;
}

.weathercoasttop
{
	margin-top:14px;
	border-top:solid 1px #eee;
}


.weatherxday
{
	background-color:#FFF;
	background-image:none;
	margin-right:14px;
	border-top:solid 1px #eee;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
/*************************/
/* Alphanumeric list  */
/*************************/
.alphanumericlist ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.alphanumericlist li a.icon
{
	display: inline-block;
}
/*************************/
/* ModuleFileExplorer  */
/*************************/
.filenodes td 
{
   vertical-align:top;
}
