body, html, form{
	margin:0px;
	padding:0px;
	/*width:940px;*/
	width:100%;
}

body
{
	font-size:100%;
}

span
{
}

.ButtonStyle
{
	background-color: #E9EDF9;
	border-right: #d7d9e6 1px solid;
	border-top: #d7d9e6 1px solid;
	border-left: #d7d9e6 1px solid;
	border-bottom: #d7d9e6 1px solid;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:15px;
}

.Red
{
	background-color:Red;
}

.Purple
{
	background-color:Purple;
}

/*********************** KOMPONENTER *****************************/
/* OBS! Måste ligga långt upp i filen för att man ska kunna överrida deras inställningar */
.EW2LabelStyle
{
	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;
	padding-top:10px;
}

.EW2LabelFelStyle
{
	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;
	color:Red;
}

.EW2CheckBox
{
	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;
}

.EW2RadioButton
{
	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;
}

.EW2TextBox
{
	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;	
}

/********************* Markering för obligatoriska fält *************************/
.Obligatorisk
{
	color: #FF0000;	
}

/************ MASTERPAGE *************/

.MasterContent{
	margin-top:30px;
	margin-left:5px;
}

.MasterHeaderMenu{
	background-image:url(Images/sidhuvud_bred_ljus.png);
	background-repeat:no-repeat;
	background-color:#F2F2F2;
	/*width:80%;*/
}
.MasterHeader{
	width:100%;
	height:100px;
	text-align:left;
	overflow:hidden;
}

.MasterHeaderLeft{
	position:relative;
	top:0px;
	width:0%;
	height:100px;
}

.MasterHeaderMiddle{
	position:relative;
	top:-100px;
	left:0%;
	width:100%;
	height:100px;
}

.MasterHeaderRight{
	position:relative;
	top:-200px;
	left:100%;
	width:0%;
	height:100px;
}

.MasterMenu{
	height:27px;
	color:White;
  	font-family:Tahoma; 
  	font-weight:bold;
  	font-size:x-small;
  	text-align:left;
  	vertical-align:top;
  	
}
.MasterMenuItem{
	background-image:url(Images/knapp_ljusbla.png);
	background-color:#29ABE2;
	text-align:left;
	height:25px;
	width:90px;
	vertical-align:middle;
	padding-left:25px;
	border:1px solid #29ABE2; 
    border-left-color :#29ABE2;
    border-left-width:0px;
  	border-top-color:#29ABE2;
  	cursor:pointer;
}
.MasterMenuItemHem{	
}

.MasterMenuItemSelected
{
}


.MasterMenuItemHemHover{
	background-image:none;
}

.MasterMenuItemIntresse{
}

.MasterMenuItemIntresseHover{
	background-image:none;
}

.MasterMenuItemLedigaJobb{
}

.MasterMenuItemLedigaJobbHover{
	background-image:none;
}

.MasterMenuItemPersonuppgifter{
}

.MasterMenuItemPersonuppgifterHover
{
	background-image:none;
}


.MasterMenuItemLoggain{
}

.MasterMenuItemLoggainHover{
	background-image:none;
}

.MasterMenuItemLoggaut
{
}

.MasterMenuItemLoggautHover
{
	background-image:none;
}

.MasterMenuItemAnmalTid
{
}

.MasterMenuItemAnmalTidHover
{
	background-image:none;
}

.MasterMenuInloggad
{
	
}

.MasterMenuInloggadNamn
{

	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{
		
		color: #323ABD;
		width: auto; 
		text-decoration: none;
		background-image: url(Images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position:left center;
		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;
	}
	
a:active{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(Images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position:left center;
		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;
	}
	
a:hover{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(Images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position:left center;
		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;
	}
	
a:visited{
		
		color: #323ABD;
		width: auto;
		text-decoration: none;
		background-image: url(Images/arrow_for_links.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		margin-left:0px;
		background-position:left center;
		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;
	}
	
/********************** 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
{
	background-color:White;
	padding-bottom:2px;
	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;
}
.AltRowStyle
{
	background-color:#E9EDF9;
	padding-bottom:2px;
	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;
}

.TableStyle
{
	table-layout:fixed;
	width:100%;
	/*display:inline-block;*/
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
}

.HeaderStyle
{
	background-color:#0071BC;color: White;
	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;
	text-align:left;
	padding-bottom:2px;
	
}

.HeaderCellStyle
{
	text-align:left;
}

/*TableLink används då man har länkar i WebGriden*/
.TableLink:link
{
	font-size:100%;
}

.TableLink:visited
{
	font-size:100%;
}

.TableLink:active
{
	font-size:100%;
}

.TableLink:hover
{
	font-size:100%;
}

/************** Kalenderinställningar *****************/
.CalenderHeaderStyle
{
	background-color:#E9EDF9;
	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;
	text-align:left;
	padding-bottom:2px;
}

.CalendarWeekHeaderStyle
{
	background-color:#E9EDF9;
	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;
	text-align:left;
	padding-bottom:2px;
}

.CalendarTableStyle
{	
	table-layout:fixed;
	width:100%;
}

.CalendarRowStyle
{
	background-color:White;
	padding-bottom:2px;
	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;
}

.CalendarAltRowStyle
{
	background-color:#E9EDF9;
	padding-bottom:2px;
	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;
}

.CalendarWeekCellStyle
{
	background-color:Gray;
	padding-bottom:2px;
	/* line-height will not work on ie and mac  \*/
	line-height : 1.15em;
	/* end mac hack */
}

.CalendarOnskadTid
{
	color:Purple;
	display:block;
}

.CalendarBooked
{
	color:Blue;	
	display:block;
}

.CalendarDateStyle
{
	
}

/***************************** Page: LoggaIn **************************/

.LogInMainDiv
{
}

.LogInInfo
{
	width:750px;
	display:block;
	
}

.LogInFelmeddelande
{
	display:block;	
	padding-top:30px;
}

.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 ******************/
.LogInFelmeddelande
{
	display:block;
}

.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;
}

.PersupgKalenderLabel
{
}

.PersupgKalender
{
}



/************************* Meny samt Innehållstabell i ansökansförfarandet ************************/
.TableMenuStyle
{
	width:150px;
	vertical-align:top;
}

.TableMenuStyleCell
{
	width:150px;
	display:block;
}


.TableAnsokanSvarStyle
{
	padding-left:30px;
	border-width:thin;
	width:570px;
	vertical-align:top;
}



/*********************** Page: Besvara frågor/Profilfrågor **************************/
.AnsokRubrik
{
	display:block;
	font-size:90%;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:186px;
}

.AnsokInfo
{
	display:block;
	padding-bottom:30px;
	font-weight:bold;
}

.ProfilFragorAltRowStyle
{
	background-color:#E9EDF9;
	padding-bottom:2px;
}

.ProfilFragorSelectedAltRowStyle
{
	background-color:#E9EDF9;
	padding-bottom:2px;
	font-weight:bold;
}

.ProfilFragorRowStyle
{
	background-color:White;
	padding-bottom:2px;
}

.ProfilFragorSelectedRowStyle
{
	background-color:White;
	padding-bottom:2px;
	font-weight:bold;
}

.ProfilFragorTableStyle
{
	display:inline;
	vertical-align:top;
}

.ProfilBenamning
{
	font-size:80%;
	font-weight:bold;
	display:block;
}

.ProfilTextbox
{
	display:block;		
}

.ProfilBackButton
{
}

.ProfilNextButton
{
}

.ProfilCancelButton
{
	
}

.ProfilFragorLabel
{
	display:block;
}

.ProfilFragorObligatorisk
{
	color: #FF0000;	
}

.ProfilSelectBox
{
	display:block;
}

.ProfilFragaBesvarad
{
	color:Red;
}

.ProfilCheckBox
{
	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;
	display:block;
}

.ProfilSelectboxMultiple
{
	display:block;
}

.ProfilRadioButton
{
	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;
	display:block;
}

/************************** Page: Bifoga filer ******************/
.BifogaFilRubrik
{
	font-size:80%;
	font-weight:bold;
}

.BifogaFilInfo
{
	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;
	display:block;
}

.BifogaUploadFile
{
	display:block;
}

.BifogaFilButton
{
	display: block;
}

.BifogaFelLabel
{
}

.BifogaAntal
{
	display:block;
}

/*********************** Page: Sammanfattning ********************/
.SammanfattningRubrik
{
	display:block;
	font-size:80%;
	font-weight:bold;
	
}

.SammanfattningInfo
{
	display:block;
}

.SammanfattningProfilSvarRubrik
{
	display:block;
	font-weight:bold;
	padding-top:10px;
}

.SammanfattningProfilSvarFraga
{
	display:block;
}

.SammanfattningProfilSvar
{
	display:block;
}

.SammanfattningProfilSvarRed
{
	color:Red;
	display:block;
}

.SammanfattningFel
{
	display:block;
	padding-bottom:20px;
}

.SammanfattningTillbakaKnapp
{
	
}

.SammanfattningSparaKnapp
{
	
}

.SammanfattningRowStyle
{
	background-color:White;
	padding-bottom:2px;
}

.SammanfattningAltRowStyle
{
	background-color:#E9EDF9;
	padding-bottom:2px;
}

/************************* Page: Ny User **************************/
.NyUserInfo
{
	display:block;
}

.NyUserPULText
{
	border-color:Red;
	border-style:solid;
	border-width:1px;
	display:block;
}

.NyUserPULCB
{
	display:block;	
}

.NyUsernameLabel
{
	display:block;
}

.NyUsernameTextbox
{
	width:150px;	
}

.NyUsernameFormat
{
}

.NyUserFormatLosen
{
}

.NyUserPasswordLabel
{
	display:block;	
}

.NyUserPasswordTextbox
{
	width:150px;		
}

.NyUserBekraftaPassLabel
{
	display:block;	
}

.NyUserBekraftaPassTextbox
{
	width:150px;
}

.NyUserScrambleLabel
{
	display:block;
}

.NyUserScrambleImage
{
}

.NyUserScrambleSvarLabel
{
	display:block;
}

.NyUserScrambleSvarTextbox
{
}

.NyUserNastaButton
{
	display:block;
}

/******************** Page: Ny User Uppgifter **********************/
.NyUserFornamn
{
	display:block;
}

.NyUserFornamnTextBox
{
	
}

.NyUserEfternamn
{
	display:block;
}

.NyUserEfternamnTextBox
{
	
}

.NyUserPersonnr
{
	display:block;	
}

.NyUserPersonnrTextBox
{
	width: 7em;
}

.NyUserPersonnrFormat
{
	
}

.NyUserKon
{
	display:block;
}

.NyUserMan
{
}

.NyUserKvinna
{
}

.NyUserCOAdress
{
	display:block;
}

.NyUserCOAdressTextBox
{
}

.NyUserAdress
{
	display:block;
}

.NyUserAdressTextBox
{
}

.NyUserPostnr
{
	display:block;
}

.NyUserPostnrTextBox
{
	width: 3.5em;
}

.NyUserPostnrFormat
{
	
}

.NyUserPostadress
{
	display:block;
}

.NyUserPostadressTextBox
{
}

.NyUserTelefon
{
	display:block;
}

.NyUserTelefonTextBox
{
}

.NyUserMobil
{
	display:block;
}

.NyUserTelefonTextBox
{
}

.NyUserRegistreraButton
{
	display:block;	
}

/******************* Page: Tack för ansökan ******************/
.TackRubrik
{
	display:block;
	font-size:80%;
	font-weight:bold;	
}

.TackInfoText
{
	display:block;	
}

/******************** Page: annonsvisning ********************/
.SokTjanstButton
{
	display:inline;
	margin-bottom:0px;
	margin-top:0px;
}
.VisaAnnonsPdf
{
}

.Annonsen
{
	width:100%;
	line-height: 0.9em;
}

/********************** Page: Intresseanmälan ***********************/
.IntresseFelLabel
{
	display:block;
}

.IntresseYrkesomrLabel
{
	display:block;
}

.IntresseYrkesomrDrop
{
	display:block;
	width:300px;
}

.IntresseYrkeLabel
{
	display:block;
}

.IntrsseYrkeDrop
{
	display:block;
	width:300px;
}

.IntresseGeoomrLabel
{
	display:block;
}

.IntresseGeoomrDrop
{
	display:block;
	width:300px;
}

.IntresseButton
{
}

.IntresseCBAbbonera
{
	display:block;
}

/*************** Page: Personligt *****************/
.PersupgFelLabel
{
}

.PersupgInfoLabel
{
	font-weight:bold;
}

.PersupgUserName
{
	display:block;
}

.PersupgUserNameTextBox
{
}

.PersupgUserNameFormat
{
}

.PersupgFornamn
{
	display:block;
}

.PersupgFornamnTextBox
{
}

.PersupgEfternamn
{
	display:block;
}

.PersupgEfternamnTextBox
{
}

.PersupgPersonnr
{
	display:block;
}

.PersupgPersonnrTextBox
{
	width: 7em;
}

.PersupgPersonnrFormat
{
}

.PersupgKon
{
	display:block;
}

.PersupgKvinna
{
}

.PersupgMan
{
}

.PersupgCOAdress
{
	display:block;
}

.PersupgCOAdressTextBox
{
}

.PersupgAdress
{
	display:block;
}

.PersupgAdressTextBox
{
}

.PersupgPostnr
{
	display:block;
}

.PersupgPostnrTextBox
{
	width: 3.5em;
}

.PersupgPostnrFormat
{
}

.PersupgPostadress
{
	display:block;
}

.PersupgPostadressTextBox
{
}

.PersupgTelefon
{
	display:block;
}

.PersupgTelefonTextBox
{
}

.PersupgMobil
{
	display:block;
}

.PersupgMobilTextBox
{
}


.AndraLosen1
{
	display:block;
}

.AndraLosen1Textbox
{
}

.AndraLosen2
{
	display:block;
}

.AndraLosen2Textbox
{
}

.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
{
	font-size: 80%;
	font-weight: bold;
}

.LedigaJobbGrid
{
	
}

.LedigaJobbKorttidRubrik
{
	font-size: 80%;
	font-weight: bold;
}

.LedigaJobbkorttidGrid
{
}


.LedigaJobbSok
{
	display:block;
	margin-bottom:20px;
}


.LedigaJobbSokYrkesOmrade
{
        margin-right:15px;
        display:none;
        position:relative;
        left:3px;


}

.LedigaJobbSokYrke
{
               margin-right:15px;
        display:none;
        position:absolute;
        left:200px;

}

.LedigaJobbSokGeoOmrade
{
        margin-right:15px;
        display:inline;
        position:relative;
        left:3px;
}




/************************ Page: FörlängIntresseanmälan *****************************/
.ForlangIntresseanmalanRubrik
{
	font-size: 80%;
	font-weight: bold;
	display: block;	
}

.ForlangIntresseanmalanInfo
{
	font-weight: bold;	
	display:block;
}

.ForlangIntresseanmalanFraga
{
	display:block;
}

.ForlangIntresseanmalanJa
{	
	
}

.ForlangIntresseanmalanNej
{
}

.ForlangintresseanmalanResultat
{
}

/*********************** Page : Förläng kandidatbank *****************************/
.ForlangKandidatbankResultat
{
}

.ForlangKandidatbankRubrik
{
	font-size: 80%;
	font-weight: bold;
	display: block;	
}

.ForlangKandidatbankInfo
{
	font-weight: bold;	
	display:block;
}

.ForlangKandidatbankFraga
{
	display:block;
}

.ForlangKandidatbankJa
{	
}

.ForlangKandidatbankNej
{
}

/************************** Page: Intervjukallelse ***************************/
.IntervjukallelseRubrik
{
	font-size: 80%;
	font-weight: bold;
	display: block;	
}

.IntervjukallelseFraga
{	
	display:block;
}

.IntervjukallelseJa
{
}

.IntervjukallelseNej
{
}

.IntervjukallelseResultat
{
}

/********************* Page: Kandidatbank *******************************/
.KandidatbankRubrik
{
	font-size: 80%;
	font-weight: bold;
	display: block;	
}

.KandidatbankInfo
{
	display:block;
}

.KandidatbankJa
{
}

.KandidatbankNej
{
}

.IntervjukallelseResultat
{
}

/********************* Page: Anmäl tid (korttidsrekrytering) *****************/
.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;
}
