/* Generelle stiler som SKAL gjelde for CMS og empty */

 /* * {border: dotted 1px cyan} */

select, input
{
	font-size: 11px;
}

body
{
    margin:0;
    padding:0;
    font-family: Arial;
    font-size: 11px;
    background: #e0dfde;
}

body a
{
	color: #000;
	text-decoration: underline;
	font-weight: normal; 
}

body a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5
{
    font-family: Arial;
    padding:0;
}

h1
{
    font-size: 25px;
    margin:0;
    font-weight: normal;
    color: #423a38;
}

h2
{
    font-size: 11px;
    margin:0;
    font-weight: bold;
}

h3
{
    font-size: 11px;
    margin:0;
    font-weight: bold;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

/* Form elementer browsing: */

.neste
{
	background: #fff url(images/btnfortsett.gif);
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	width: 151px;
	height: 38px;
}

.forrige
{
	background: #fff url(images/btnforrige.gif);
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	width: 151px;
	height: 38px;
}

.bekreft
{
	width: 186px;
	height: 38px;
	background: #fff url(images/btnsubmit.gif);
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
}

.cancel
{
	background: #fff url(images/btncancel.gif);
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
	cursor: pointer;
	border: 0;
	width: 151px;
	height: 38px;	
}


/* Form elementer calendar browsing: */

.calneste
{
	background: #fff url(images/calbtnfortsett.gif);
	color: white !important;
	text-decoration: none !important;
	font-size: 11px;
	cursor: pointer;
	border: 0;
	width: 136px;
	height: 45px;
}

.calforrige
{
	background: #fff url(images/calbtnforrige.gif);
	color: white !important;
	text-decoration: none !important;
	font-size: 11px;
	cursor: pointer;
	border: 0;
	width: 136px;
	height: 45px;
}

.calthisweek
{
    margin-left:3px;
    margin-right:3px;
	background: #fff url(images/calbtntoday.gif);
	color: white !important;
	text-decoration: none !important;
	font-size: 11px;
	cursor: pointer;
	border: 0;
	width: 91px;
	height: 45px;
}

.DisabledButton
{
    cursor:default;
}

/* bokser på siden */
.BookingBox 
{

}

/* Fikser boxmodel problemet. Sett marger her: */
.BookingBoxWrapper
{
	padding:10px;
}



/* Brukes foreløpig bare for å liste behandlinger: */
.ListItem
{
	float:left;
	width:250px;
}




/* Classer for å vise info på behandlinger */
.TreatmentDescriptionButton
{
    cursor: pointer;
}
.TreatmentDescriptionButton img
{
    vertical-align:bottom;
    padding-bottom:1px;
}

.OverLibText
{
    font-size: 12px; 
    color: #000000;
    padding: 5px;
}

.OverLibBackground 
{
    background-color: #cccccc;
}

.OverLibCaption
{
    background-color: #6c6664;
    font-family: Arial, sans-serif; 
    font-size: 14px; 
    font-weight: bold;
    color:  #ffffff;
    padding: 2px 5px 2px 5px;
}

/* linker med iconer */
.PrintIcon
{
	display:block;
	padding-left: 20px;
	background: url(images/printer.gif) no-repeat top left;
}

.MyPageIcon
{
	display:block;
	padding-left: 20px;
	background: url(images/user.gif) no-repeat top left;
}

.LoggOutIcon
{
	display:block;
	padding-left: 20px;
	background: url(images/key.gif) no-repeat top left;
}

/* slutt: Generelle stiler */


/* Waiting screen */
#WaitingScreenWrapper
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

#WaitingScreen
{
	background: #fff url(images/progress.gif) 10px 10px no-repeat;
	color: #666666;
	padding: 20px 0 0 70px;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -200px;
	font-weight: bold;
	font-size: 20px;
	width: 400px;
	height: 50px;
	z-index: 2000;	
}


/* Admin styles */

#BookingThemeSwitch
{
    font-size:x-small;
    clear:both;
}