﻿
@font-face
{
	font-family: Delicious;
	src: url('../fonts/Delicious-Roman.otf');
}
@font-face
{
	font-family: Delicious;
	font-weight: bold;
	src: url('../fonts/Delicious-Bold.otf');
}

body
{
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;

}

form
{
	padding: 0;
	margin: 0;
}

h2
{
	font-size: larger;
}

#mainContainer
{
	width: 100%;
}

#header
{
	height: 79px;
}

.displayNone
{
	display: none;
}

.title
{
	width: 100%;
	text-align: center;
	padding: 0 0 7px 0;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #313131;
}

.message
{
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 10pt;
	color: #313131;
}

.bold
{
	font-weight: bold;
}

.overlay
{
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
}

.imgbutton
{
	width: 22px;
	height: 20px;
	border: 1px solid #FFFFFF;
	cursor: pointer; /*background-color: #FFFFFF;*/
	background-position: center center;
	background-repeat: no-repeat;
}
.imgbuttonhover
{
	border: 1px solid #CECECE;
}

input.button
{
	border: 1px solid #CECECE;
	cursor: pointer;
	background-color: #F2F2F2;
	color: #4079B3;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 7px;
}

input.button.disabled
{
	cursor: text;
	color: #C3C3C3;
}

input.text
{
	border: 1px solid #BFBFBF;
	color: #362B36;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 8pt;
}

select
{
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 8pt;
	color: #362b36;
	border: 1px solid #BFBFBF;
}


/*///////////////////////////////////////////////////////////////////////////////
//  CONFIRM
////////////////////////////////////////////////////////////////////////////////*/
div#confirm
{
	width: 300px;
	vertical-align: middle;
	text-align: center;
	line-height: 12pt;
}

div#confirm .confirmYes
{
	background-image: url('../images/accept.gif');
	background-position: 3px center;
	background-repeat: no-repeat;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 8pt;
	text-align: right;
	padding: 0 3px;
	width: 55px;
	height: 22px;
	border: 1px solid #999999;
	cursor: pointer;
	background-color: #F2F2F2;
	margin: 5px;
}

div#confirm .confirmNo
{
	background-image: url('../images/cancel_small.gif');
	background-position: 3px center;
	background-repeat: no-repeat;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 8pt;
	text-align: right;
	padding: 0 3px;
	width: 55px;
	height: 22px;
	border: 1px solid #999999;
	cursor: pointer;
	background-color: #F2F2F2;
	margin: 5px;
}

/*///////////////////////////////////////////////////////////////////////////////
//  LIGHTBOX
////////////////////////////////////////////////////////////////////////////////*/
.lightbox
{
	background-color: #FFFFFF;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	position: absolute;
	z-index: 6000;
}

.lboverlay
{
	background-color: #0F034D;
	cursor: wait;
	z-index: 5000;
	position: absolute;
}

.lbcontent
{
	border: 5px solid #C0C0C0;
}

.lightbox .title
{
	color: #313131;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-align: center;
	width: 100%;
}

.lbclose
{
	right: 0px;
	top: 0px;
	width: 17px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
	background-image: url('../images/close_x.png');
	position: absolute;
}

.lbcloseover
{
	right: 0px;
	top: 0px;
	width: 17px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
	background-image: url('../images/close_x_over.png');
	position: absolute;
}

.lbloading
{
	background-image: url('../images/loading_large.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	z-index: 7000;
	text-align: center;
	vertical-align: bottom;
}



