body {
	background-color: white;
	padding: 0px;
	margin: 0px;
	font: 12px Arial, Tahoma, sans-serif;
}


table {
 border: 0px;
 border-collapse: collapse;
 padding: 0px;
 border-spacing: 0px;
}

td {
 border: 0px;
 padding: 0px;
 border-spacing: 0px;
}

label { cursor: pointer; }
.HoverEnabled:hover { text-decoration: underline; }

img { border: none; border-width: 0px; border-style: none; }

/* *** FONTS *** */

.Courier	{ font-family: Courier, 'Courier New', sans-serif; }
.Arial		{ font-family: Arial, sans-serif; }
.Tahoma		{ font-family: Tahoma, Verdana, Arial, sans-serif; }
.Verdana	{ font-family: Verdana, Arial, sans-serif; }
.Treb		{ font-family: 'Trebuchet MS', Tahoma, Verdana, Arial; }

/* *** FONT SIZES & STYLES *** */

.px1	{ font-size: 1px; }
.px9	{ font-size: 9px; }
.px10	{ font-size: 10px; }
.px11	{ font-size: 11px; }
.px12	{ font-size: 12px; }
.px13	{ font-size: 13px; }
.px14	{ font-size: 14px; }
.px15	{ font-size: 15px; }
.px16	{ font-size: 16px; }
.px18	{ font-size: 18px; }
.px20	{ font-size: 20px; }
.px22	{ font-size: 22px; }
.px24	{ font-size: 24px; }
.px25	{ font-size: 26px; }
.px26	{ font-size: 26px; }

.normal	{ font-weight: normal; }
.bold	{ font-weight: bold; }
.italic { font-style: italic; }

ti2px	{text-indent: 2px; }

/* *** HEADERS *** */

h1, h2, h3 { 
	font: normal 20px Arial, Helvetica, sans-serif; 
	padding: 0px;
	margin: 0px;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }

/* *** COLORS *** */
.LLGray		{ color: #d5d5d5; }
.LGray		{ color: #969696; }
.Gray		{ color: #787878; }
.DGray		{ color: #666666; }
.Black		{ color: black;   }
.Red		{ color: #cc0000; }
.White		{ color: white;   }

/* *** BACKGROUND *** */
.bgcPastel	{ background-color: #f0f0e7; }


/* *** LINKS *** */

a { text-decoration: none; color: black; }
a:hover { text-decoration: underline; } 

.Link        { color: #0c72a2; }
.Green       { color: green;   }
.LGreenLink	 { color: #379100; }
.RedLink     { color: red;     }
.LightGreen  { color: #3F9F00; }
.GrayLink    { color: #787878; }
.LGrayLink   { color: #969696; }
.DGrayLink   { color: #646464; }
.OrangeLink  { color: #ee8100; }
.LOrangeLink { color: #f68500; }

.Ref { text-decoration: underline; }
.NoRef, .NoRef:hover { text-decoration: none; }

.RedHover:hover   { color: #cc0000; }
.BlackHover:hover { color: black; }
.GreenHover:hover { color: green; }
.BlueHover:hover  { color: #0087D6; }


/* *** FORM CONTROLS *** */

form {
	padding: 0px;
	margin: 0px;
}

.noborder { border: none; }

input, textarea, select {font-family: Tahoma, Arial, Helvetica, sans-serif; }

.input_default,
.input_mid,
.input_big {
	background-color: white;
	font-size: 18px;
	color: black;
	padding: 2px;
	border: 1px solid #c7c2a3;
}

.no_padding { padding: 0px; }
.no_margin  { margin: 0px; }

.input_mid { font-size: 14px; }
.input_default { font-size: 12px; }

.button_std { font: bold 12px Arial, Tahoma, sans-serif; }
.button_std_sec { font: normal 12px Arial, Tahoma, sans-serif; }

.form_error_field {
	border-color: #cc0000 !important;
}

.yellow_box {
	background-color: #ffffee;
	padding: 20px;
	line-height: 18px;
	border: 1px solid #cacac0;
}


/* *** COMMON *** */

.hidden { display: none }

.floatLeft	{ float: left;  }
.floatRight	{ float: right; }

.w100		{ width: 100%; }
.w95		{ width: 95%;  }
.w90		{ width: 90%;  }

.lh16		{ line-height: 16px; }
.lh18		{ line-height: 18px; }
.lh20		{ line-height: 20px; }
.lh22		{ line-height: 22px; }
.lh23		{ line-height: 23px; }
.lh25		{ line-height: 25px; }

.pointer 	{ cursor: pointer; }

.page_title_image { background: url('../images/common/icons/page.gif') no-repeat; }



/* *** MESSAGE DEBUG INFO *** */

.debug_info {
	font: normal 11px "Courier New", Courier, monospace;
	padding: 40px 0 20px 0;
	line-height: 18px;
}

.debug_info h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	/* color: #cc0000; */
}


.ajaxIndicator {
	color: white;
	background: red url('../images/common/ajax/ajax-02.gif') no-repeat;
	background-position: 12px 5px;
	padding-left: 30px;
	top: 0px;
	left: 0px;
	position:absolute;
	padding: 6px 15px 7px 40px;
}