﻿/*
###################################
	Scrollproperties, HTML
###################################
*/
html
{
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*
###################################
	Body
###################################
*/
body 
{
    background-color:#767676;
    margin:0 0 20px 0;
}
/*
#################################
        Login
#################################
*/
.LoginError
{
	color:#ee3b33;
	font-family:Tahoma;
	font-size:16px;
	position:absolute;
	right:20px;
	top:20px;
	
}
/*
################################
        Header
################################
*/
#HeaderWrap
{
    background-color: #252525;
    background-image:url('../../Content/Images/Header/header_span_bg.png');
    height:86px; 
    background-repeat: repeat-x;
    overflow: hidden;
}
#HeaderShadow
{
    height:4px;
    background-image:url('../../Content/Images/Header/HeadShadow.png');
    background-repeat:repeat-x;
    font-size: 0px;
    line-height: 0px;
}
#Header
{
    height:inherit;
    width:798px;
}
#HeaderAdmin 
{
    font-size:18px;
    padding-top:33px;
        color:#ffffff;

}
#HeaderLogo
{
    width:400px;
    height:85px;    
    background-image:url('../../Content/Images/Logo.png');   
    background-repeat: no-repeat;
}

/*
#################################
       Main Content Wrapper
#################################
*/
#MainContentWrapper
{
    padding-top: 13px;
}
#MainContentPlate
{
    width: 800px;
}
/*
#################################
        Menu
#################################
*/
#Menu
{
    width:147px;
    margin:0 0 0 13px;
}
#MenuContent
{
    border-left:solid 1px #adadad;
    border-right:solid 1px #adadad;
    border-bottom:solid 1px #adadad;
    background-color:#c8cbcd;
}
.MenuSubject
{
    background-image:url("../../Content/Images/AdminMenuSpan.png");
    background-repeat:repeat-x;
    width:135px;
    height:25px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    background-color:#434547;
    padding: 8px 0 0 4px;
}
.MenuLeftImage
{
    background-image:url("../../Content/Images/AdminMenuLeftImg.png");
    height:33px;
    width:4px; 
}
.MenuRightImage
{
    background-image:url("../../Content/Images/AdminMenuRightImg.png");
    height:33px;
    width:4px;  
}
.MenuItem
{
    background-image: url('../../Content/Images/Menu/MenuSpan.png'); 
    background-repeat:repeat-x; 
    width:139px;
    padding-left:6px;
}
.MenuItem a
{
   line-height:25px;
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   padding: 0px;
   color:Black;
}
.MenuItem a.LinkBold
{
   font-weight: bold;
}
.MenuItemInside
{
	line-height:29px;
	padding-left:8px;
	height:27px;
    padding-top:2px;
}
.MenuItemSelected
{
	background-image: url('../../Content/Images/Menu/MenuPointer-2.png');  
    background-repeat: no-repeat;
    background-position: left;
}
.MenuItemLast
{
    width:146px;
    height:1px;
    line-height:0px;
    font-size:0px;
}
#UserInfo
{
    color:#b2b2b2;
    font-size:12px;
    font-weight: bold;
    margin:12px 0 0 0;
}
#SubMenu
{
    width:623px;
    border-left:solid 1px #adadad;
    border-right:solid 1px #adadad;
    border-bottom:solid 1px #adadad;
    height:25px;
    clear:both;
    background-image:url('../../Content/Images/Menu/SubMenuSpan.png'); 
    background-repeat:repeat-x;
    position:relative;
	padding-top: 1px;
}
.SubMenuItem
{
   padding-left:10px;
   padding-right: 10px;
   float:left;
}
.SubMenuItemSpacer
{
   padding:0px;
   width:2px; 
   height:25px;
   background-image:url('../../Content/Images/Menu/SubMenuSpacer-3.png'); 
   background-position: top;
   background-repeat: no-repeat;
   float:left;
}
.SubMenuItem a
{
   line-height:25px;
   font-family:Arial;
   font-size:11px;
   font-weight:normal;
   padding: 0px;
   color:Black;
}
.SubMenuItem a.BoldLink
{
   font-weight: bold;
}
/*
#################################
        Content
#################################
*/
.ContentSubjectSpan
{
    background-image:url("../../Content/Images/AdminMenuSpan.png");
    background-repeat:repeat-x;
    height:25px;
    width:611px;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0 0 6px;
    background-color:#434547;
    color:#ffffff;
}
#AdminContent
{
    width:625px;
    margin:0 0 20px 13px;
    background-color:#ffffff;    
}
#ContentHolder
{
    height:auto;
    padding:18px 20px 20px 20px;
    border-left:1px solid #adadad;
    border-right:1px solid #adadad;
    border-bottom:1px solid #adadad;
    position: relative;
}

/*
###################################
	Content Wrapper RightPlate
###################################
*/   
.ContentWrapperRightPlate
{
	float:right;
	padding-bottom: 5px;
}
.ContentWrapperRightPlateTxt
{
	float:left; padding-right: 10px; font-weight: bold; padding-top: 3px;
}
.ContentWrapperRightPlateBackLink
{
	padding-top: 5px;
}
/*
###################################
	ContentPlateItem
###################################
*/  
.ContentPlateItem
{
    width: 100%;
    padding-top: 17px;
    padding-bottom: 10px;
    background-image: url('../Images/Design/ContentPlateTop_bg.gif');
    background-repeat: repeat-x;
}
.ContentPlateItemPaddingTop14
{
    padding-top: 14px;
}
.ContentPlateItemPaddingTop15
{
    padding-top: 15px;
}
.ContentPlateItemPaddingBottom18
{
    padding-bottom: 18px;
}
/*
###################################
	Paging
###################################
*/  
.PagingHeader
{
	background-color: #5b5b5b;        
    height:28px; 
    width:100%;
    clear:both;
    position:relative;
    font-size:12px;
    color:#FFFFFF;
    line-height:18px;
    background-repeat:repeat-x;
    text-align:center;
}
.PagingHeaderText
{
    padding-top: 5px;
}    
.PagingHeaderRight
{
    position:absolute; right:2px; top:12px; width:30px;
    height:7px;
}

.PagingHeaderLeft
{
    position:absolute; left:3px; top:12px; width:30px;
    height:7px;
}   

.PagingArrowDoubleBack
{
    float:left;
    margin-left:6px;
}

.PagingArrowBack
{
    float:left;
    margin-left:6px;
}

.PagingArrowDoubleNext
{
    float:right;
    margin-right:6px;
}

.PagingArrowNext
{
    float:right;
    margin-right:6px;
}

/*
###################################
	BoxGray
###################################
*/
.BoxGrayMargin
{
    padding-top: 16px;
}
.BoxGray
{
    background-color:#f1f1f1;
}
.BoxGrayInside
{
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
}
    
.BoxGrayInsideWidth
{
	width: 100%;
}
.BoxGrayColumnItem
{
	width: 257px;
}
.BoxGrayColumnItem img
{
	max-width: 230px;
	width: auto !important;
	width: 230px;
	max-height: 150px;
	height: auto !important;
	height: 150px;
}
.BoxGrayColumnItem270
{
	width: 270px;
}
.BoxGrayColumnItem270 img
{
	max-width: 250px;
	width: auto !important;
	width: 250px;
	max-height: 150px;
	height: auto !important;
	height: 150px;
}
.BoxGrayColumnItemThumb img
{
	max-width: 180px;
	width: auto !important;
	width: 180px;
}
.BoxGrayPlate
{
	padding-bottom: 5px;
}
.BoxGrayPlatePadding
{
	padding-top: 5px;
}
.BoxGrayViewHide
{
	float:right;
	cursor: pointer;
}	
.BoxSubjectSpace
{
    padding-bottom:11px;
}
.BoxSubject
{
    font-size:16px;
} 
/*
###################################
	TopForm
###################################
*/ 
.TopFormButtonFloat
{
    float:left;
}
.TopFormPlate
{
    padding-top: 3px;
    padding-bottom: 18px;
}
.TopFormPlate .TopFormPlateItem
{
    padding-bottom: 14px;
}
.FormItemHeader img
{
    max-width: 200px;
}
/*
###################################
	Segment
###################################
*/ 
.SegmentDropDownList
{
    float:left;
    padding-right: 8px;
}
.SegmentDropDownListSep
{
    float:left;
    background-color:#acacac;
    width: 12px;
    margin-right: 8px;
    margin-top: 10px;
    height: 2px;
}
.SegmentAddBtn
{
    float:left;
}
.SegmentAreaList
{
    float:left; 
    padding-right: 23px;
}
.SegmentInterestList
{
    float:left;
    width: 178px;
}
.SegmentItemList
{
    padding-top: 23px;
}
.uppLoadReceiverList
{
    border: 1px solid black;
    background-color: #ffffff;    
}

/*
###################################
	Newsletter - Edit
###################################
*/ 
.NewsletterEditAddBoxDropdownPlate
{
    width: 294px;
    padding-bottom: 8px;
}

.NewsletterEditAddBoxButtonPlate
{
    width: 100px;
    padding-bottom: 8px;
}

.NewsletterEditContentHeader
{
}

.NewsletterEditContentHeaderPlate
{
    width: 448px;
}
.NewsletterEditContentHeaderPlate h2
{
    padding: 0px;
    margin: 0px;
    background-color: #707070;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 1px;
    display: inline-block;
}
.NewsletterEditContentHeaderActions
{
    width: 135px;
}
.NewsletterEditContentHeaderActionsItem
{
    padding-left: 6px;
}
.NewsletterEditContentHeaderActionsItemPadding12
{
    padding-left: 12px;
}
.NewsletterEditContentHeaderActionsItem img
{
    width: 21px;
    height: 21px;
}
.NewsletterEditContentPlate
{
}
.NewsletterEditContentPlatePadding
{
    padding-top: 14px;
    padding-bottom: 0px;
}

/* Välja mottagare */
.SegmentAddBtn
{
    float: left;   
}

.btnUpload
{
    margin-left: 10px;
}

.ListBoxReceivers
{
    min-height: 200px;
    min-width: 300px;    
}

#divAreaSegment
{
    margin-top: 0px;    
}

.InfoTextChooseReceivers
{
    font-size: 12px;
    font-weight: normal;
    width: 376px;
    padding-bottom: 15px;    
}

