﻿body
{
	background-color: #DCDCDC;
	color: black;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, san-serf;
	margin: 0px 0px 0px 0px;
}

h1
{
	color: #006666;
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

h2
{
	color: #CE4F18;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h3
{
	color: #cf5019;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4
{
	color: #006666;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h5
{
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h6
{
	color: #CE4F18;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*************************************************************************/
/* CLASSES */
/*************************************************************************/
.cl_mnu
{
	border-top: solid 2px white;
	background-color: #CE4718;
	/*
	background: url('../../app_images/grediant.jpg') repeat-x;
	*/
}
.cl_mnu_sep
{
	border-left: solid 1px white;
	border-right: solid 1px white;
}
.cl_Msg
{
	background-color: white;
	color: maroon;
	font-size: 14pt;
	font-weight:bold;
	text-align:center;
}

.cl_Phone 
{
	font-weight:bold;	
}

.cl_cal_day
{
	background-color: white;
	color: #006666;
}

.cl_cal_day:Hover
{
	background-color: #CE4F18;
	color: Yellow;
}
.cl_pan
{
	overflow: auto;
	text-align: left;
	border: solid 1px #006666;
}
.cl_rbl
{
	color: black;
	font: 8pt Verdana;
}
.cl_rbl_hov
{
	color: #7F9DB9;
}
.cl_rbl_sel
{
	font-weight: bold;
}
.cl_cbl
{
	color: black;
	font: 8pt Verdana;
}
.cl_cbl_hov
{
	color: #7F9DB9;
}
.cl_cbl_sel
{
	font-weight: bold;
}
/*************************************************************************/
/* LINKS */
/*************************************************************************/
A.cl_norm, A.cl_norm:link, A.cl_norm:visited, A.cl_norm:Active
{
	color: #CE4F18;
	font-family: Helvetica, Arial, Verdana, san-serf;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

A.cl_norm:Hover
{
	color: #006666;
}

A.cl_green, A.cl_green:link, A.cl_green:visited, A.cl_green:Active
{
	color: #006666;
	font-family: Helvetica, Arial, Verdana, san-serf;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

A.cl_green:Hover
{
	color: #CE4F18;
}

A.cl_copy, A.cl_copy:link, A.cl_copy:visited, A.cl_copy:Active
{
	color: gray;
	font-family: Helvetica, Arial, Verdana, san-serf;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}

A.cl_copy:Hover
{
	color: #006666;
}

A.cl_design, A.cl_design:link, A.cl_design:visited, A.cl_design:Active
{
	color: silver;
	font-family: Helvetica, Arial, Verdana, san-serf;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}

A.cl_design:Hover
{
	color: #006666;
}


