body, html, form{
	margin:0px;
	padding:0px;
	width:100%;
	font-size: 100%;
}

body
{
    font-size: 0.875em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	background:url() top repeat-x #f5f4f2;
	
}

textarea{
	font-family: inherit;
	font-size: 1em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
span
{
    text-align: left;
}
table {
    border-collapse:collapse;
}

.ButtonStyle
{
    /*color: #FFF;
    padding: 6px 12px 6px 12px;    
    background: #1269FE;
	border: 1px solid #7CADFF;*/
	margin: 10px 5px 2px 0px;
}
.ButtonStyle[value=avbryt] 
{
    /*color: #FFF;
    background: #FFBB40;
	border: 1px solid #FFBB40;*/
}

.Red
{
	background-color:Red;
}

.Purple
{
	background-color:Purple;
}
img 
{
    border: 0;
}

.TaBortKnapp {
    display: inline-block;
    background-image: url(../Installningar/Images/sprite-heroma.png);
    background-position: 0px -135px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    padding: 5px;
    background-color: transparent;
    border: none;
    width: 20px;
    height: 20px;
}
/*********************** KOMPONENTER *****************************/
/* OBS! Måste ligga långt upp i filen för att man ska kunna överrida deras inställningar */
.EW2LabelStyle
{
	/* line-height will not work on ie and mac  \*/
	line-height : 1.5em;
	/* end mac hack */
	font-family: Arial, Helvetica, sans-serif;
	padding-top:10px;
}
.Sidtitel 
{
    float: left;
    display: block;
    /*width: 100%;*/
    font-size: 1.2em;
    font-weight: bold;
    line-height : 1.5em;
    padding: 3px 0px 3px 10px;
    background-color: #3A6BBF;
    color: #FFF;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.SidtitelHolder
{
    clear: both;
    float: left;
    display: block;
    /*background: url(../Images/bg-submenu.jpg) bottom repeat-x transparent;*/
    background-color: #3A6BBF;
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}
.EW2LabelFelStyle {
    /* line-height will not work on ie and mac  \*/
    line-height: 1.5em;
    /* end mac hack */
    font-family: Arial, Helvetica, sans-serif;
    color: Red;
    display: block;
}

.EW2CheckBox
{
	/* line-height will not work on ie and mac  \*/
	line-height : 1.5em;
	/* end mac hack */
	font-family: Arial, Helvetica, sans-serif;
}

.EW2RadioButton
{
	/* line-height will not work on ie and mac  \*/
	line-height : 1.5em;
	/* end mac hack */
	font-family: Arial, Helvetica, sans-serif;
}

.EW2TextBox
{
    font-size: 1.0em;
	/* line-height will not work on ie and mac  \*/
	line-height : 1.5em;
	/* end mac hack */
	font-family: Arial, Helvetica, sans-serif;	
    /*padding: 5px 6px 4px 6px;
    border: 1px solid #CCCCCC;*/
}
    .EW2TextBox:focus 
    {
        
    }
/********************* Markering för obligatoriska fält *************************/
.Obligatorisk
{
	color: #FF0000;	
}
/********************* Cookie Dialog ***********************************/
.CookieDialog {
    display: none; 
    position: absolute; 
    left: 0;
    top: 10%;
    width: 100%; 
    z-index: 2; 
    background-color: #cccccc; 
}
.CookieDialogInfo {
    text-align: center;
    margin: 12px;
}
.AlertCookieText {
    width: 50%;
}
.CookieToggle {
    font-weight: bold;
    color: #fff;
    background-color: #F00;
    padding: 5px 8px;
    text-decoration: underline;
    cursor: pointer;
}
/********************* Progress Dialog ***********************************/
.ProgressModal {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    -ms-opacity: 0.8;
    background-color: rgba(51, 51, 51, 0.9)
}

.ProgressDialog {
    position: relative;
    top: 100px;
    width: auto;
    z-index: 6;
    height: auto;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    min-width: 480px;
    -ms-opacity: 1;
    margin: 12px;
    border-radius: 5px;
    box-shadow: 0 2px 4px black;
}

.ProgressTextContent {
    margin-top: 16px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 16px;
}

.ProgressText {
    text-align: center;
    margin: 12px;
    font-size: 1.1em;
}

.ProgressSpinner {
    margin-top: 24px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 48px;
    text-align: center;
    height: 48px;
    -webkit-animation: ProgressSpin 1.5s linear infinite;
    animation: ProgressSpin 1.5s linear infinite;
    display: inline-block;
}

/* Text Starta BankID */
span[data-js-text] {
    display: none;
}
/* Safari */
@-webkit-keyframes ProgressSpin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes ProgressSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/************ MASTERPAGE *************/
.Wrapper 
{
    clear: both;
	width:68.214285714285714285714285714286em; /*50em;   80.8em;970px */
	margin:0 auto;
	text-align:center;

}

.MasterContentTop 
{
    clear: both;
    float: left;
    height: 15px;
    width: 100%;
    padding: 0 ;  
    background: #FFF;
    
}
.MasterContent
{
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    background: url() left top repeat-y white;
    text-align: left;
}
.MasterContentInner
{
    float: left;
    width: 100%;
    padding: 0;
    background: url() right top repeat-y transparent;
    padding-bottom: 30px;
}
.MasterContentInnerWrap 
{
    padding-left: 15px;
    padding-right: 15px;
}
.MasterFooter
{
    clear: both;
    float: left;
    width: 100%;
    margin: 0 auto 15px;
    padding: 0;
    background: url() left top repeat-y white;
    text-align: left;
}
.MasterFooterInner
{
    float: left;
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0;
    background: url() right top repeat-y transparent;
    text-align: left;
    
    }
.Footer 
{
    clear: both;
    text-align: center;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    }
.FooterStart 
{
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0px 0px 0px;
    border-top: solid 4px #126afe;
    color: #4D4D4D;
    font-size: 0.9em;
    text-align: center;
}
.FooterEnd 
{
    display: block;
    height: 5px;
    float: left;
    width: 100%;
    font-size: 0px;
    line-height: 0px;
    background: url() left top repeat-x transparent;
    }
.SidfotInfoLabel 
{
    width: 60%;
    height: 27px;
    padding-top: 8px;
    
    color: #4D4D4D;
    font-size: 0.9em;
    text-align: left;
    /*background: url() left top no-repeat transparent;*/
}
.MasterContentTop .MasterInloggad 
{
    display:block;
	height:15px;
	float:left;
	width:100%;
	background:url() no-repeat left top transparent;
}
.MasterMenuInloggad {
    display:block;
	float:right;
	width:60%;
	height:24px;
	background:url() no-repeat right top transparent;
	text-align: right;
    padding-right: 10px;
    font-size: 80%;
}
.MasterInloggad a:link 
{
    padding: 0px 0px 0px 5px;
}
.MasterHeaderMenu
{
	clear: both;
	float: left;
	width: 100%;
	position:relative;
	min-height:110px;
	height:auto !important;
	/*height:125px;*/
    
	
	/*width:80%;*/
		background:url(../Installningar/Images/bg-logo.gif) center top no-repeat white;
    
}
.MasterHeader
{

}

.MasterHeaderLeft{
	float: left;
	margin-top:5px;
	margin-left:15px;
	padding-bottom:12px;
	/*background:url() left bottom no-repeat transparent;*/
	font-size:0px;
	line-height:0px;
	padding-left: 12px;
}
    .MasterHeaderLeft a
    {
        float:left;
    }

.MasterHeaderMiddle{
    float: left;
    width: 20%;
    text-align: left;
    display: inline;
    margin-left: 30px;
    margin-top: 15px;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
    color: #333;
}
    .MasterHeaderMiddle HuvudsidaTitel
    {
        line-height: 1.2em;
        padding-top: 0px;
    }

.MasterHeaderRight{
    float:right;
	width:40%;
}
/****************** Kolumner *********************/
.Col1_1
{
    width: 100%;
    float: left;
}
.Col1_2, .Col2_2
{
    width: 49.25%;
    float: left;
}
.Col1_2
{
    margin-right:1.5%;
}
.Col1_3, .Col2_3, .Col3_3
{
    width: 33.333%;
    float: left;
}
.Col1_4, .Col2_4, .Col3_4, .Col4_4 {
    width: 25%;
    float: left;
}

.LogCol1_1 {
	width: 100%;
	float: left;
	padding: 0.2em 0;
}

.LogCol1_2, .LogCol2_2 {
	width: 50%;
	float: left;
}

.LogCol2_2 {
	padding-right: 0;
	padding-left: 0;
}
.FormCol1_1 {
	width: 100%;
	float: left;
	padding: 0.2em 0;
}
	.FormCol1_2, .FormCol2_2
{
    width: 50%;
    float: left;
    padding: 0.2em 0.4em 0.2em 0;
}
.FormCol2_2
{   
    padding-right: 0;
}
.LinkAddNew {
	float: right;
}

.LinkBack {
	float: right;
	background-color: #FFE473;
}
    .LinkBack ul {
        margin: 0.3em 0;
    }
        .LinkBack ul li {
            display: inline-block;
            zoom: 1;
            *display: inline;
            background-image: url(../Installningar/Images/sprite-heroma.png);
            background-repeat: no-repeat;
            padding: 0.20em 0.20em 0.20em 1.5em;
        }
            .LinkBack ul li a {
                color: #333;
                background-color: #FFE473;
                padding: 0.250em 0.200em;
                text-decoration: none;
            }
                .LinkBack ul li a:hover {
                    text-decoration: underline;
                }

.TopLank1 {
	background-position:-298px -96px;
}
.TopLank2 {
	background-position:-298px -96px;
}
.TopLank3 {
	background-position:-298px -96px;
}
.TopLankRSS {
	background-position: -0px -383px;
}
.MasterMenuBtn
{
    display: none;
}
.MasterMenu 
{
    position: absolute;
    /*width: 79em;*/
    top: 74px;
    left: 10px;
}

.MasterMenuList
{
    clear: both;
	margin: 0px;
	float: left;
	min-height:30px;
	height:auto !important;
	height: 30px;
	display:inline;
	/*width: 100%;*/
	padding: 0 0 0 0;
}
.MasterMenuList li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.15em; /* 14px */
	list-style-type:none;
	margin: 1px 3px 1px 3px;
	float: left;
	font-weight: normal;
}
.MasterMenuList li span {
	float:left;
	display:block;
	min-height:25px;
	height:auto !important;
	/*height: 20px;  Totalheight = 25px */
	padding: 5px 8px 0px 13px;
	/*background: #1269FE;*/
}
.MasterMenuList a, .MasterMenuList a:link, .MasterMenuList a:visited {
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	padding-right: 8px;
	white-space:nowrap;
	background: #1269FE;
	border: 1px solid #7CADFF;
	border-radius: 5px;
}
.MasterMenuList a:hover {
	background:#FFBB40;
	cursor:pointer;
	border: 1px solid #FFBB40;
}
.MasterMenuList a:hover span {
	/*background:#FFBB40;*/
}
/* Active */
.MasterMenuList li.ActiveItem a, .MasterMenuList li.ActiveItem a:link, .MasterMenuList li.ActiveItem a:visited {
	/*color:#000;*/
	background: #FFBB40;
	border: 1px solid #FFBB40;
}
.MasterMenuList li.ActiveItem span {
    /*background: #FFBB40;*/
    
}
.MasterMenuList li.ActiveItem {
    
}

.MasterMenuList li a.ActiveItemc, .MasterMenuList a.ActiveItem:link, .MasterMenuList a.ActiveItem:visited {
	/*color:#000;
	background:url() right -358px no-repeat #FFF;*/
}
.MasterMenuList a.ActiveItem span {
	/*background:url() 0 -358px no-repeat;*/
}

/* Active-Hover */
#MasterMenuList li.ActiveItem a:hover {
	/*background:url() right -56px no-repeat;*/
}
#MasterMenuList li.ActiveItem a:hover span {
	/*background:url() 0 -56px no-repeat;*/
}
.MasterMenuList a.ActiveItem:hover {
	/*text-decoration:underline;
	background:url() right -56px no-repeat #FFF;*/
}
.MasterMenuList a.ActiveItem:hover span {
	/*background:url() 0 -56px no-repeat;*/
}
.MasterMenuListItem{

}
.MasterMenuListItemHem{	
}

.MasterMenuListItemSelected
{
}


.MasterMenuListItemHemHover{
	background-image:none;
}

.MasterMenuListItemIntresse{
}

.MasterMenuListItemIntresseHover{
	background-image:none;
}

.MasterMenuListItemLedigaJobb{
}

.MasterMenuListItemLedigaJobbHover{
	background-image:none;
}

.MasterMenuListItemPersonuppgifter{
}

.MasterMenuListItemPersonuppgifterHover
{
	background-image:none;
}


.MasterMenuListItemLoggain{
}

.MasterMenuListItemLoggainHover{
	background-image:none;
}

.MasterMenuListItemLoggaut
{
}

.MasterMenuListItemLoggautHover
{
	background-image:none;
}

.MasterMenuListItemAnmalTid
{
}

.MasterMenuListItemAnmalTidHover
{
	background-image:none;
}

.MasterMenuListInloggad
{
	
}

.MasterMenuListInloggadNamn
{

	font-size: 70%;
	/* line-height will not work on ie and mac  \*/
	line-height : 1.15em;
	/* end mac hack */
	font-family: Verdana, Arial, Helvetica, sans-serif;	
  	font-weight:bold;
  	padding-right:10px;
}


/**************** LÄNKAR ***************/
a:link, a:visited {
	color:#0641A5;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration:none;
}
a.No-Arrow, span.No-Arrow 
{
    background:none !important;
    padding-left:0 !important;
}

div.EditorContent a, div.EditorContent a:link, div.EditorContent a:visited {
	background:url() -742px -1013px no-repeat;	
	padding-left:12px;
	/*text-decoration:none;*/
}

div.EditorContent a:hover {
	/*text-decoration:underline;	*/
}
.PuffBox a.Link-Arrow {
	display:block;
	background:url() -742px -1006px no-repeat;	
	padding-left:12px;
	padding-top:5px;	
}

.TabortLank:link, .TabortLank:visited 
{
    display:block; 
	background-image:url(../Installningar/Images/sprite-heroma.png);
	background-position: 0px -134px;
	background-repeat:no-repeat;
	text-indent:-9999px; 
	padding-left: 28px;

}
/********************** FELMEDDELANDE *******************/
.ServerError
{
	color:Red;
  	font-family:Tahoma; 
  	font-weight:bold;
  	font-size:x-small;
  	text-align:left;
}

/***************************** Länkinställningar för bilder **********************/
.Picturelink
{
	border:0px;
	padding-left:10px;
	background-image: none;
}

.Picturelink:link
{
	background-image: none;
	padding-left: 10px;
}

.Picturelink:active
{
	background-image: none;
	padding-left: 10px;
}

.Picturelink:hover
{
	background-image: none;
	padding-left: 10px;
}

.Picturelink:visited
{
	background-image: none;
	padding-left: 10px;
}



/************** Tabell inställningar *******************/
.RowStyle
{
	text-align: left;
	background-color:#FFF;
}
.RowStyle td
{
    line-height:1.4em;
    padding: 2px 5px 2px 5px;
}
.AltRowStyle
{
	text-align: left;
	background-color:#F0F0F0;
}
.AltRowStyle td
{
    line-height:1.4em;
    padding: 2px 5px 2px 5px;
}

.TableStyle
{
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #7CADFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #7CADFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7CADFF;
    margin-bottom: 30px;
    clear: both;
    width: 100%;
    float: left;
}
    .TableStyle Caption
    {
        font-size: 1.2em;
        text-align:left;
    }
.HeaderStyle
{
	text-align: left;
	background-color: #7CADFF;
	vertical-align: top;
}

.HeaderCellStyle
{
	text-align:left;
	padding: 5px;
}

.HeaderCellStyle a
{
	color: #333;
	text-decoration: none;
}
.HeaderCellStyle a:hover
{
	text-decoration: underline;
}
/*TableLink används då man har länkar i WebGriden*/
.TableLink:link
{
    font-size:100%;
	text-decoration: none;
	padding-right: 15px;
}

.TableLink:visited
{
	font-size:100%;
	text-decoration: none;
}

.TableLink:active
{
	font-size:100%;
}

.TableLink:hover
{
	font-size:100%;
	text-decoration: underline;
}

/************** Kalenderinställningar *****************/
.CalenderHeaderStyle
{
	background-color: #7CADFF;
	text-align:left;
	padding-bottom: 2px;
}

.CalendarWeekHeaderStyle th
{
	background-color: #7CADFF;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.CalendarTableStyle
{	
	table-layout:fixed;
	width:100%;
	border-collapse:collapse;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #7CADFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #7CADFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7CADFF;
    margin-bottom: 8px;
}
    .CalendarTableStyle caption
    {
        font-size: 1.2em;
        text-align: left;
    }
.CalendarRowStyle td
{
	background-color: #FFF;
	padding: 2px 5px 2px 5px;
	vertical-align: text-top;
}

.CalendarAltRowStyle td
{
	background-color:#F0F0F0;
	padding: 2px 5px 2px 5px;
	vertical-align: text-top;
}

.CalendarWeekCellStyle
{
	background-color: Gray;
	padding-bottom: 2px;
}

.CalendarOnskadTid
{
	color: Purple;
	display: block;
}

.CalendarBooked
{
	color:Blue;	
	display:block;
}

.CalendarDateStyle
{
	
}

/***************************** Page: LoggaIn **************************/

.LogInMainDiv
{
}

.LogInInfo
{
	width:auto;
	display:block;	
}

.LogInFelmeddelande
{
	display:block;	
	padding-top:15px;
}

.LogInUserText
{
	display:block;
}
.LogInUserTextBox
{
	width:150px;
}

.LogInLosenText
{
	display:block;
}
.LogInLosenTextBox
{
	width:150px;	
}
.LogInButton
{
	display:block;
	margin-bottom:20px;
}

.LogInNyUser
{
	display:block;
}

.LogInGlomtLosen
{
}

/************ Välj Idnr ******************/

.IdnrInfo
{
}

.IdnrDrop
{

}

.IdnrValjButton
{
	display:block;
}


/************************* Page: Personuppgifter ***************************/
.PersupgAnsokRubrik
{
	padding-bottom:5px;
	display:block;
	font-size: 80%;
	font-weight: bold;
}

.PersupgIntresseRubrik
{
	padding-bottom:5px;
	display:block;
	font-size: 80%;
	font-weight: bold;
}

.PersupgAnsokAntalAns
{
	display:block;
	padding-top:15px;
	padding-bottom:30px;
}
.ChkVisaAlt {
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
    float: right;
}
.PersupgKalenderLabel
{
}

.PersupgKalender
{
}
/************************* Page: Answermeeting ****************************************/
.TableAnswerMeetingStyle { padding-top: 15px; }

.MeetingFeedback, .MeetingFeedbackDetails,
.MeetingDetailsTitle, .MeetingDetailsDateTime, .MeetingDetailsLocation, .MeetingDetailsInstructions {
    display: block;
}

.MeetingFeedback {
    color: forestgreen;
}

.MeetingDetailsTitle {
    font-size: 1.2em;
}

.MeetingDetailsDateTime {
    font-size: 1.1em;
}

.MeetingAlternative {
    display: block;
    font-size: 1.2em;
}
.OccuranceRadioButton {
    padding-top: 10px;
    display: block;
    margin-bottom: .5em;
}
.OccuranceAdditionTextbox {
    display: block;
    width: 100%;
    max-width: 30em;
}
/************************* Meny samt Innehållstabell i ansökansförfarandet ************************/
.TableMenuStyle
{

    display: inline;
	width:180px;
	vertical-align:top;
	padding: 1.2em;
	float: left;
}

.TableMenuStyleCell
{
	width:180px;
	display:block;
}


.TableAnsokanSvarStyle
{
    display: inline;
	padding-left:30px;
	border-width:thin;
	width:570px;
	vertical-align:top;
	float: left;
}

.TableAnsokanOne {
    width: 100%;
    float: left;
    display: block;
}

/*********************** Page: Besvara frågor/Profilfrågor **************************/

.AnsokRubrik
{
	display:block;
	font-size: 1.7em;
	font-weight:normal;
	padding-bottom:10px;
}

.AnsokInfo {
}
.TableMenuStyle a:link, .TableMenuStyle a:visited {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;*/
	color: #0641A5;
}
.TableMenuStyle ul {
	margin:0;
	padding:0;
	background:url() right repeat-y;
	/*border-right: 1px solid #d3d3d3;*/

}
.TableMenuStyle ul li {
	list-style-type: none;
	padding: 3px 4px 3px 6px;
	/*border-bottom:1px solid #d3d3d3;*/
	border-left: 6px solid #7CADFF;
	
}
.TableMenuStyle ul li.ProfilFragorSelectedAltRowStyle, .TableMenuStyle ul li.ProfilFragorSelectedRowStyle 
{border-left: 6px solid #FFBB40;
    }
.TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:link, .TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:visited {
	font-weight:bold;
	text-decoration: none;
    /*background: #1269FE;*/
	/*background: #FFBB40;*/
	
}
.TableMenuStyle ul .ProfilFragorSelectedRowStyle a:link, .TableMenuStyle ul .ProfilFragorSelectedRowStyle a:visited {
	font-weight:bold;
	text-decoration: none;
}
.TableMenuStyle ul .ProfilFragorAltRowStyle a:link, .TableMenuStyle ul .ProfilFragorAltRowStyle a:visited {
	width:100%;
	text-decoration: none;
}
.TableMenuStyle ul .ProfilFragorRowStyle a:link, .TableMenuStyle ul .ProfilFragorRowStyle a:visited {
	width:100%;
	text-decoration: none;
}
.TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:hover, .TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:focus, .TableMenuStyle ul .ProfilFragorSelectedAltRowStyle a:active,
.TableMenuStyle ul .ProfilFragorSelectedRowStyle a:hover, .TableMenuStyle ul .ProfilFragorSelectedRowStyle a:focus, .TableMenuStyle ul .ProfilFragorSelectedRowStyle a:active,
.TableMenuStyle ul .ProfilFragorAltRowStyle a:hover, .TableMenuStyle ul .ProfilFragorAltRowStyle a:focus, .TableMenuStyle ul .ProfilFragorAltRowStyle a:active,
.TableMenuStyle ul .ProfilFragorRowStyle a:hover, .TableMenuStyle ul .ProfilFragorRowStyle a:focus, .TableMenuStyle ul .ProfilFragorRowStyle a:active
 {
    text-decoration:underline;
}

.TableMenuStyle ul li a:link {
    
}
.TableMenuStyle ul li.LastItem {
	
}
.TableMenuStyle .MenuTop {
	display:block;
	height:8px;
	background:url() right bottom no-repeat transparent;


}
.TableMenuStyle .MenuBottom{
	display:block;
	height:24px;
	background:url() right bottom no-repeat transparent;
}
.ProfilFragorTableStyle
{
	display:inline;
	vertical-align:top;
}
.ProfilBenamning
{
    font-size: 1.2em;
    color:#333;
	font-weight:bold;
	display:block;
}
.ProfilTextbox {
	display: block;
	width:50%;
}
.ProfilSpace {
	margin-top: 0.1em;
	margin-bottom :.1em;
} 
.ProfilBackButton
{
}
.ProfilNextButton
{
}
.ProfilCancelButton
{
}
.ProfilFragorLabel
{
    font-size:1.0em;
	line-height:1.3em;
	font-weight:bold;
	color:#000;
	display:block;
}
.ProfilFragorObligatorisk
{
	color: #FF0000;	
}
.ProfilSelectBox
{
	display:block;
}
.ProfilFragaBesvarad
{
	color:Red;
}
.ProfilCheckBox
{
	/* line-height will not work on ie and mac  \*/
	line-height : 1.5em;
	/* end mac hack */
	font-family: Arial, Helvetica, sans-serif;
	display:block;
}
.ProfilSelectboxMultiple
{
	display:block;
}
.ProfilRadioButton
{
	/* line-height will not work on ie and mac  \*/
	line-height : 1.5em;
	/* end mac hack */
	font-family: Arial, Helvetica, sans-serif;
	display:block;
}
/************************** Page: Social Login ******************/
.fblogin {
	background-image: url(../Installningar/Images/fbicon.PNG);
	background-color: #3b5998;
}

.linklogin {
	background-image: url(../Installningar/Images/lnkicon.PNG);
	background-color: #007bb5;
}

.googlelogin {
	background-image: url(../Installningar/Images/gplusicon.PNG);
	background-color: #dd4b39;
}

.sociallogin {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8%;
	font-size: smaller;
	Height: 28px;
	Width: auto;
	min-width: 200px;
	color: #ffffff;
	text-align :left;
	border:none ;
}

/************************** Page: Bifoga filer ******************/
.BifogaFilRubrik {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	display: block;
}
.BifogaFilInfo
{
	/* line-height will not work on ie and mac  \*/
	line-height : 1.5em;
	/* end mac hack */
	font-family: Arial, Helvetica, sans-serif;
	padding-right :1em;
	display:block;
}
.BifogaUploadFile {
	display: block;
	margin: 5px;
	/*width: 100%;*/
}
.BifogaFilButton
{
	display: block;
}
.BifogaFelLabel
{
}
.ObligatoriskBifoga
{
    color: Red;
}
.BifogaAntal
{
	display:block;
}
.WaitUploadFile {
    border: 1px solid black;
    display: none;
    position: absolute;
    background-color: #EEEEEE;
    height: 50px;
    width: 260px;
    top: 240px;
    left: 250px;
    padding: 7px;
    font-size: 14px;
    color: Black;
}
 
/*********************** Page: Sammanfattning ********************/
.SammanfattningRubrik
{
	font-size: 1.2em;
    color:#333;
	font-weight:bold;
	display:block;
}
.SammanfattningAnsokRubrik {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}
.SammanfattningInfo
{
	display:block;
	border-bottom: 1px solid #DFE2C2;
	padding: 5px 0px 5px 0px;
	padding-right :2%;
}

.SammanfattningProfilSvarRubrik
{
	display:block;
	font-weight:bold;
	padding: 7px 0px 5px 0px;
}

.SammanfattningProfilSvarFraga
{
	display:block;
	padding: 3px 5px 1px 5px;
}

.SammanfattningProfilSvar
{
	display:block;
	padding: 1px 5px 5px 5px;
}

.SammanfattningProfilSvarRed
{
	color:Red;
	display:block;
	padding: 1px 5px 5px 5px;
}
.SammanfattningProfilSvarRed a:link
{
	color:Red;
}
.SammanfattningFel
{
	display:block;
	padding-bottom:20px;
}

.SammanfattningTillbakaKnapp
{
}
.SammanfattningSparaKnapp
{
}
.SammanfattningRowStyle
{
	border-bottom: 1px solid #DFE2C2;
	padding-bottom:2px;
}
.SammanfattningAltRowStyle
{
	border-bottom: 1px solid #DFE2C2;
	padding-bottom:2px;
}
.SammanfattningPrint 
{
    float: right;
    width: 30%;
	padding-right :1%
}
.SammanfattningPrint a:link, .SammanfattningPrint a:visited {
	float: right;
	background-image:url(../Installningar/Images/sprite-heroma.png);
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 3px;
	padding-top: 2px;

	margin-right:10px;
}
.Print {
	background-position:0px 0px;
}
/************************* Page: Ny User **************************/
.NyUserInfo
{
	display:block;
	padding: 10px 0px 10px 0px;
}

#VillkorScrollBox {
    display: none;
    width: 100%;
    max-width: 48em;
    height: 150px;
    overflow-y: auto;
    padding: 5px;
    border: 1px solid #CCC;
}
.NyUserVillkorText {
    background: #fff;
    width: 100%;
    display: block;
}
.NyUserVillkorCB {
}
.NyUsernameLabel, .NyUserPasswordLabel, .NyUserBekraftaPassLabel, .RecaptchaInfoLabel
{
	display:block;
}
.NyUsernameTextbox, .NyUserBekraftaUsernameTextbox,
.NyUserPasswordTextbox, .NyUserBekraftaPassTextbox
{
    width:150px;
}
.NyUserScrambleSvarTextbox
{
    width:100px;
}
.NyUsernameFormat
{
}
.NyUserFormatLosen
{
}
.NyUserNastaButton
{
	display:block;
}
/******************** Page: Ny User Uppgifter **********************/
.NyUserFornamn, .NyUserEfternamn, .NyUserPersonnr, .NyUserKon, 
.NyUserCOAdress, .NyUserAdress, .NyUserPostnr, .NyUserPostadress, .NyUserTelefon, .NyUserMobil
{
	display:block;
}
.NyUserPersonnrFormat
{	
}
.NyUserPostnrFormat
{
}
.NyUserFornamnTextBox, .NyUserEfternamnTextBox, 
.NyUserCOAdressTextBox, .NyUserAdressTextBox, .NyUserPostadressTextBox, .NyUserTelefonTextBox, .NyUserMobilTextBox
{
    width:100%;	
}
.NyUserPersonnrTextBox, .NyUserPostnrTextBox
{
	width: 7em;
}
.NyUserMan, .NyUserKvinna
{
}
.NyUserRegistreraButton
{
	display:block;	
}
/******************* Page: Tack för ansökan ******************/
.TackRubrik
{
	display:block;
	font-size:1.75em;
	/*font-weight:bold;	*/
}

.TackInfoText
{
	display:block;	
}

/******************** Page: annonsvisning ********************/
.SokTjanstButton
{
    float:left;
	display:inline;
	margin-bottom:0px;
	margin-top:0px;
}
.VisaAnnonsPdf
{
   display:inline;
}

.Annonsen
{
	width:95%;

}
.Annonsen h2 
{
    line-height: 1.5em;
}
.Annonsen p
{
	margin-top: 0px;
    margin-bottom: 5px;
}
.Delning
{
    float:left;
    margin-left: 115px;
    position:absolute;
}
.AnnonsPrint 
{
    float: right;
    width: 30%;
}
.AnnonsPrint a:link, .AnnonsPrint a:visited {
	float: right;
	background-image:url(../Installningar/Images/sprite-heroma.png);
	background-repeat:no-repeat;
	padding-left: 28px;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-right:10px;
}
.Print {
	background-position:0px 0px;
}
/*********************** Page : Kasta ansokan *****************************/
.KastaAnsokanRubrik, .KastaAnsokanInfo, .KastaAnsokanFraga, .KastaAnsokanDetaljer, .KastaAnsokanReasonMsg, .KastaAnsokanResultat {
    display: block;
}

.KastaAnsokanReasonMsg {
    width: 100%;
    max-width: 30em;
}

.KastaAnsokanResultat {
    
}
/********************** Page: subscription ***********************/
.SubYrkesomrDrop {
	display: block;
	width: 100%;
	max-width: 20em;
}
.SubFriTextTextbox {
	width: 100%;
	max-width: 20em;
	min-height:60px;
}
 .SubscriptionEmail {
	width: 100%;
	max-width: 20em;
}
/********************** Page: Intresseanmälan ***********************/
.IntresseFelLabel,
.IntresseYrkesomrLabel, .IntresseYrkeLabel, .IntresseGeoomrLabel
{
	display:block;
}

.IntresseYrkesomrDrop, .IntrsseYrkeDrop, .IntresseGeoomrDrop
{
	display:block;
	width:100%;
    max-width: 20em;
}
.IntresseButton
{
}
.IntresseCBAbbonera
{
	display:block;
}
.IntresseForlangLank:link, .IntresseForlangLank:visited 
{
    display:block; 
	background-image:url(../Installningar/Images/sprite-heroma.png);
	background-position: 0px -44px;
	background-repeat:no-repeat;
	text-indent:-9999px; 
	padding-left: 28px;
	/*padding-bottom: 3px;
	padding-top: 2px;
	margin-right:10px;*/
}
/*************** Page: Personligt *****************/
.PersupgFelLabel
{
}

.PersupgInfoLabel
{
	font-weight:bold;
}
.PersupgUserName, .PersupgFornamn, .PersupgEfternamn, .PersupgPersonnr, .PersupgKon,
.PersupgCOAdress, .PersupgAdress, .PersupgPostnr, .PersupgPostadress, 
.PersupgTelefon, .PersupgMobil,
.AndraLosen1, .AndraLosen2
{
	display:block;
}
.PersupgUserNameFormat
{
}
.PersupgPersonnrFormat
{
}
.PersupgPostnrFormat
{
}
.PersupgUserNameTextBox
{
}
.PersupgFornamnTextBox, .PersupgEfternamnTextBox, .PersupgCOAdressTextBox, .PersupgAdressTextBox, .PersupgPostadressTextBox,
.PersupgTelefonTextBox, .PersupgMobilTextBox,
.AndraLosen1Textbox, .AndraLosen2Textbox
{
    width:100%;
}
.PersupgPersonnrTextBox,.PersupgPostnrTextBox
{
	width: 7em;
}
.PersupgKvinna, .PersupgMan
{
}
.PersupgUppdateraButton
{
	display:block;
}
.PersupgAvregInfoLabel
{
	display:block;
}
.PersupgAvregistreraButton
{
	display:block;
	color:Red;
}
/************************ Page: Glömt lösenord *************************/
.GetLosenFelLabel
{
}
.GetLosenUserNameLabel
{
	display:block;
}
.GetLosenUserNameTextBox
{
	display:block;
}
.GetLosenSkickaButton
{
}
/********************* Page: Lediga jobb **************************/
.LedigaJobbRubrik
{
    display: block;
	text-align: left;
    font-weight: bold;
}
.LedigaJobbWrap 
{
    
    }
.LedigaJobbGrid
{
	
}

.LedigaJobbKorttidRubrik
{
    display: block;
	text-align: left;
    font-weight: bold;
}
.LedigaJobbkorttidWrap 
{
    
    }
.LedigaJobbkorttidGrid
{
    
}

.LedigaJobbSok
{
	display:block;
	padding: 5px 10px 5px 10px;
}

.LedigaJobbSokYrke
{
	margin-right:15px;
}
.LedigaJobbSokYrkesOmrade
{
	margin-right:15px;
}
.LedigaJobbSokGeoOmrade
{
}


/************************ Page: FörlängIntresseanmälan *****************************/
.ForlangIntresseanmalanRubrik
{

	display: block;	
}

.ForlangIntresseanmalanInfo
{	
	display:block;
}

.ForlangIntresseanmalanFraga
{
	display:block;
}

.ForlangIntresseanmalanJa
{	
	
}

.ForlangIntresseanmalanNej
{
}

.ForlangintresseanmalanResultat
{
    font-size:1.75em;
}

/*********************** Page : Förläng kandidatbank *****************************/

.ForlangKandidatbankRubrik
{
	display: block;	
}

.ForlangKandidatbankInfo
{
	display:block;
}

.ForlangKandidatbankFraga
{
	display:block;
}

.ForlangKandidatbankJa
{	
}

.ForlangKandidatbankNej
{
}
.ForlangKandidatbankResultat
{
    font-size:1.75em;
}
/************************** Page: Intervjukallelse ***************************/
.IntervjukallelseRubrik
{
	display: block;	
}

.IntervjukallelseFraga
{	
	display:block;
}

.IntervjukallelseJa
{
}

.IntervjukallelseNej
{
}

.IntervjukallelseResultat
{
    font-size:1.75em;
}

/********************* Page: Kandidatbank *******************************/
.KandidatbankRubrik
{
	display: block;	
}

.KandidatbankInfo
{
	display:block;
}

.KandidatbankJa
{
}

.KandidatbankNej
{
}

.KandidatbankSvarResultat 
{
     font-size:1.75em;
}

/********************* Page: Anmäl tid (korttidsrekrytering) *****************/
.AnmalTidKalenderWrapper
{
    width: 100%;
}
.AnmalTidInmatTid
{
    float:left;
	width:50%;
}
.AnmalTidBokadeTider
{
    float:right;
	width:50%;
}
.AnmalTidKalender
{
}

.AnmalTidInmat
{
	display:block;
	padding-top:15px;
	font-weight:bold;
}

.AnmalTidDatum
{
	
}

.AnmalTidFrom
{
}

.AnmalTidFromTextbox
{
	width:80px;
}

.AnmalTidTom
{
}

.AnmalTidTomTextbox
{
	width:80px;
}

.AnmalTidDygn
{
	display:block;
}

.AnmalTidDag
{
	display:block;
}

.AnmalTidEgen
{
	
}

.AnmalTidEgenFrom
{
}

.AnmalTidEgenFromTextbox
{
	width:20px;
}

.AnmalTidEgenTom
{
}

.AnmalTidEgenTomTextbox
{
	width:20px;	
}

.AnmalTidUndantag
{
	display:block;
}

.AnmalTidSpara
{
	display:block;
}

.AnmalTidInfo
{
}

.AnmalTidPrevKnapp
{
}

.AnmalTidNextKnapp
{
	
}

.AnmalTidBorttag
{
	display:block;
	padding-top:15px;
}

.AnmalTidLista
{
	
}

.AnmalTidTabortAlla
{
}

.AnmalTidUndantagLista
{
	display:none;
}

.AnmalTidCalendarTom
{
}

.AnmalTidCalendarFrom
{
}

.AnmalTidSmallCalendarFrom
{
}

.AnmalTidSmallCalendarTom
{
}

.AnmalTidInmatTid
{
	width:350px;
	vertical-align:top;	
}

.AnmalTidBokadeTider
{
	vertical-align:top;	
}

.AnmalTidFel
{
}

.AnmalTidBorttagFel
{
}



.BokningarLista
{
	
}



/***************************** KALENDER-Popup (anv. vid Korttidsrekrytering) *****************************/


.CAL_DIV{position: absolute; background-color: #ffffff; border: 1px solid black; cursor: default; visibility: hidden;-moz-user-select: none; -khtml-user-select: none;}
.CAL{font-family: Arial; font-size: 10px; text-align: center;}
.CAL A {color: black;text-decoration: none;}
.CAL A:visited {color: black;text-decoration: none;}
.CAL A:active {color: black; text-decoration: none;}
.CAL A:hover {color: black; text-decoration: underline;}
.CAL_CAP{background-color: #9EBEF5;}
.CAL_CAP_ARR{font-weight: bold; font-size: 15px;line-height: 3px;}
.CAL_MPICK{background-color: #ffffff; font-family: Arial; font-size: 10px; width: 100px; text-align: center;}
.CAL_MPICKDIAG{position: absolute; margin-top: -33%; margin-left: 15%; background-color: #ffffff; border: 1px solid black; visibility: hidden; width:100px;}
.CAL_M_OVER{background-color: #000000; color: #ffffff;}
.CAL_COL{width: 13px; border-bottom: 1px solid black;}
.CAL_SEL{background-color: #e0e0ff;}



div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
  padding: 0px;
  margin: 0px;
  
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}
.calendar caption 
{
  border-left: 1px solid #556;
  border-top: 1px solid #556;
  border-right: 1px solid #556;
  
  text-align:center;
  vertical-align:middle;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  background: #bbb;
  font-family: tahoma,verdana,sans-serif;
}

.calendar thead
{
	background:#bdf;
	border-width:0px;
	border-style:none;
}

.calendar .week
{
	background:#bdf;
	color:Black;
	text-align:center;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 0px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}



.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/*** XMLANNONS ***/
.XMLDIV
{
}

.XMLUTANNONSERAT
{
}

.XMLHUVUDORG
{
}

.XMLUNDERORG
{
}

.XMLBEFATTNING
{
}

.XMLGENINGRESS
{
}

.XMLRIKTADINGRESS
{
}

.XMLARBRUBRIK
{
}

.XMLARBUPPGIFT
{
}

.XMLKVALRUBRIK
{
}

.XMLKVALIFIKATION
{
}

.XMLUPPLYSRUBRIK
{
}

.XMLUPPLYSTABLE
{
}

.XMLUPPLYSTYP
{
}

.XMLUPPLYSNAMN
{
}

.XMLUPPLYSNUMMER
{
}

.XMLANSOKANRUBRIK
{
}

.XMLANSOKAN
{
}

.XMLSISTAANSOKARUBRIK
{
}

.XMLSISTAANSOKAN
{
}

/*LAS Style*/
body {
    
    
}
.LASWrapper {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    line-height: 1.5;
}
.LASHeader {
    padding: 15px;
}
.LASContent {
    padding: 15px;
}

.LASSectiontitle {
    background-color: #4D8FFE;
    padding: 15px;
    margin-top: 10px;
    font-weight: bold;
    color: #FFF;
}

.LASSection{
    padding: 15px;
}

.LASButton{
    display : block;
    margin-top : 10px;
    margin-bottom : 10px;
    padding : 2px;
    text-align : center;
}

.LASHelpText{
    display:block;
    padding:5px 0px 0px 0px;
}


.section-header {
    padding: 10px 15px;
}

.section-body {
    padding: 15px;
}

.section-body.bordered-section {
    border: 1px solid #bbb;
}
.section-sub-heading {
    font-weight: bold;
    padding-bottom: 10px;
}

.section-footer {
    border-top: 1px solid lightgrey;
    padding: 0 15px;
}

.text-right {
    text-align: right;
}

#btnSave {

    padding: 10px 15px;
    background: #4D8FFE;
    color: #fff;
    border: none;
}

.LASInvalid {
    margin:10px;
    padding:10px;
    color: Red;
    font-family: Tahoma;
    font-weight: bold;
    font-size: medium;
    text-align: left;
}

.inline{
    display:inline;
}
