/* ---------------------------------------------------------------------------------------------------------------------- */
/* Buttons -------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.Submit {
	background: #f7f7f7 url(/images/main_top_menu_back.gif) 0 100% repeat-x;
	border: 1px solid #cfcfcf;
	cursor: pointer;
	display: inline-block;
	padding: 3px 6px;
	text-align: center;
}

.Submit:hover { 
	background: #d6e5f2; 
	color: #0085cf;
}

.Button {
	background: url(/images/button_left.gif) 0 0 no-repeat;
	color: #41638d;
	float: right;
	margin: 0 0 0 5px;
	text-align: center;
	text-decoration: none;
}

.Button:hover { text-decoration: underline; }

.Button span {
	background: url(/images/button_right.gif) 100% 0 no-repeat;
	cursor: pointer; /* for IE6 */
	float: left;
	height: 19px;
	padding: 4px 18px 0 10px;
}

.DisabledButton, .DisabledButton:hover {
	background: url(/images/step_background_off.gif) 0 100% repeat-x;
	border: 1px solid #d6d7d6;
	color: #b8b8b8;
}

.PayPalButton {
	background: url(/images/paypal.gif) 0 0 no-repeat;
	border: 0; 
	height: 26px; 
	margin: 0; 
	padding: 0; 
	width: 107px; 
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Overlay and Popup ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
#ctoverlay {
	background: #ffffff;
	display: none;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}

#ctpopup {
	display: none;
	left: 0;
	position: absolute;
	top: 10%;
	width: 100%;
	z-index: 100;
}

#ctinsidecontainer {
	margin: 0 auto;
	position: relative;
	width: 450px;
}

#cttl, #cttr, #ctbl, #ctbr, .ctpngback {
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

#cttl, #cttr, #ctbl, #ctbr {
	width: 10px;
	height: 10px;
}

.ctpngback { background: url(/images/popup_background.png); }

#cttl { background: url(/images/tl.png) 0 0 no-repeat; }
#cttr { background: url(/images/tr.png) 0 0 no-repeat; }
#ctbl { background: url(/images/bl.png) 0 0 no-repeat; }
#ctbr { background: url(/images/br.png) 0 0 no-repeat; }

#ctjscontent, .calprint {
	background: #ffffff;
	padding: 10px;
}

#ctjscontent h1, .calprint h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.CroppedImage { 
	display: block;
	float: left;
	height: 0px;
	margin: 0 5px 10px 0;
	padding: 50px 0 10px 0;
	position:relative;
	text-align: center; 
	width: 50px;
}

.CroppedImageContainer { 
	clip:rect(0 50px 50px 0);
	cursor: pointer; 
	display: block;
	left: 0;
	position:absolute; 
	top:0;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Mouseover Popup Box -------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
#PopUpBox {
	display: none;
	margin: 10px 0 0 -190px;
	position: absolute;
	z-index: 9999;
}

.hoverpopup {
	background: #ffffff; 
	border: 1px solid #808080; 
	color: #000000;
	padding: 5px 10px 5px 10px; 
	text-align: left; 
	width: 180px;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Forms ---------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
input.CheckBox {
	height: 15px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 13px;
	vertical-align: bottom;
}

form, fieldset, fieldset ol, fieldset li {
	margin: 0;
	padding: 0;
}

form, input, textarea, option, select {
	color: #0f0f0f;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, Times New Roman;
	font-size: 11px;
	margin: 0;
}

fieldset {
	background: url(/images/form_background.gif) 0 100% repeat-x;
	border: 0;
	border-top: 1px solid #808080;
	clear: both;
	margin: 0 0 10px 0;
}

legend {
	color: #569de0;
	font-size: 14px;
	font-weight: bold;
}

form fieldset ol, fieldset.formStyle ol { list-style: none; }

form fieldset li, fieldset.formStyle li {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	min-height: 20px;
	padding: 8px 5px 3px 5px;
}

fieldset label {
	color: #808080;
	display: block;
	float: left;
	padding: 0;
	width: 125px;
}

form em {
	color: red;
	font-style: normal;
	padding: 0 0 0 2px;
}

textarea, input { padding: 3px; }

textarea { 
	background: #ffffff url(/images/textarea_background.gif) repeat-x;
	border: 1px solid #a5aeb5;
	line-height: 15px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Alerts --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.GoodAlert, .BadAlert {
	background: #e7ffe6 url(/images/icon_alert_good.gif) 10px 50% no-repeat;
	border: 1px solid #beffbb;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}

.BadAlert {
	background: #ffe6e6 url(/images/icon_alert_error.gif) 10px 50% no-repeat;
	border: 1px solid #ffbbbb;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Display Table -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.DisplayTable {
	border: 1px solid #cfcfcf;
	border-right: 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

.DisplayTable p { 
	margin: 3px 0;
	padding: 0;
}	

.DisplayTable th, .DisplayTable td, h3.BoxHeader { padding: 6px; }

.DisplayTable th, h3.BoxHeader { 
	background: #f7f7f7 url(/images/main_top_menu_back.gif) 0 100% repeat-x;
	border-right: 1px solid #cfcfcf;
	text-align: left; 
}

.DisplayTable th span { font-weight: normal; }

.DisplayTable th a { color: #808080; }

.DisplayTable th a:hover { color: #000000; }

.DisplayTable td {
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	color: #000000;
}

.DisplayTable .trOn { background: #f0f4f8; }

.DisplayTable .ActiveRecord td {
	color: #000000;
	font-style: normal;
}

.HiddenRecord td, .HiddenRecord td a { color: #bfbfbf; }

.InactiveRecord td, .InactiveRecord td a {
	color: #bfbfbf;
	font-style: italic;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Loader --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
#Loader {
	display: none;
	margin: 15% 0 0 0;
	position: absolute; 
	text-align:center;
	top: 0;
	width: 100%;
	z-index: 1005;
}

#LoaderInside {
	background: white; 
	border: 2px solid #808080;
	padding: 10px 3px; 
	width: 100px;
	margin: 0 auto;
}



/* ---------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.mt { margin-top: 10px; }
.bmt { margin-top: 20px; }
.smt { margin-top: 5px; }
.mb { margin-bottom: 10px; }
.bmb { margin-bottom: 20px; }
.nmb { margin-bottom: 0; }
.spb { padding-bottom: 5px; }
.spt { padding-top: 5px; }
.spl { padding-left: 5px; }
.bpb { padding-bottom: 20px; }
.npb { padding-bottom: 0; }

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }
.g { color: #808080; }
.b { color: #000000; }
.nbg { background: none; }
.di { display: inline; float:none; width: auto; }

