/* General properties
 */
body, td
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #ffffff;
	
	scrollbar-3dlight-color:#5d5d5d;
	scrollbar-arrow-color:#ffba00;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#363636;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#363636;
}

/* Regular links
 */
a, a:visited, a:active
{
	color: #b8ff33;
	text-decoration: none;
	border-bottom: 1px solid #b8ff33;
}

a:hover
{
	color: #d7ecc1;
	text-decoration: none;
	border-bottom: 1px solid #d7ecc1;
}

.type2 a, .type2 a:visited, .type2 a:active
{
	color: #ff8b3d;
	text-decoration: none;
	border-bottom: 1px solid #ff8b3d;
}

.type2 a:hover
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

/* Links with "no style"
 */
.a_nostyle
{}

.a_nostyle A, .a_nostyle A:active, .a_nostyle A:visited, .a_nostyle A:hover
{
	text-decoration: none;
	border: none;
}

/* Title
 */
.title
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	color: #66c600;
	font-size: 14px;
	font-weight: bold;
	/* text-transform: uppercase; */
}

/* Subtitle
 */
.subtitle
{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	color: #acd385;
	font-size: 11px;
	/* text-transform: uppercase; */
	font-weight: bold;
	width: 450px;
}

/* Headline/title
 */
.hline
{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* Additional components
 */
.addon
{
	color: #a9a9a9;
	font-size: 11px;
}

.addon A, .addon A:visited, .addon A:active
{
	color: #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.addon A:hover
{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* Small tooltip
 */
.ttip
{
	font-size: 10px;
	color: #999999;
}

.ttip a
{ border: none; }

/* Listed row entries
 */
.row1
{
	padding: 15px 5px 15px 0px;
	/* background: url(../img/dot_green.gif) repeat-x top left; */
	margin-bottom: 20px;
	margin-right: 20px;
}

.row1 .rowlink A, .row1 .rowlink A:visited
{
	color: #b8ff33;
	border-bottom: 1px solid #b8ff33;
}

.row1 .rowlink A:active, .row1 .rowlink A:hover
{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.row1 .hline
{
	color: #b8ff33;
}

.row1 .hline A, .row1 .hline A:visited
{
	color: #b8ff33;
	border-bottom: 1px solid #b8ff33;
}

.row1 .hline A:active, .row1 .hline A:hover
{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.row2
{
	padding: 15px 5px 15px 0px;
	/* background: url(../img/dot_orange.gif) repeat-x top left; */
	margin-bottom: 20px;
	margin-right: 20px;
}

.row2 .rowlink A, .row2 .rowlink A:visited
{
	color: #ff8b3d;
	border-bottom: 1px solid #ff8b3d;
}

.row2 .rowlink A:active, .row2 .rowlink A:hover
{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.row2 .hline
{
	color: #ff8b3d;
}

.row2 .hline A, .row2 .hline A:visited
{
	color: #ff8b3d;
	border-bottom: 1px solid #ff8b3d;
}

.row2 .hline A:active, .row2 .hline A:hover
{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* Form
 */
form
{
	margin: 0px 0px 0px 0px;
}

/* Form field label
 */
.form_label
{ padding: 10px 0px 3px 0px; }

/* Form field container
 */
.form_field
{ padding: 0px 0px 0px 5px; }

/* Form field (short text)
 */
.field
{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../img/bgfield.gif);
	background-repeat: repeat-x;
	padding: 3px 3px 3px 3px;
}

/* Form field (long text)
 */
.field_area
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../img/bgfield.gif);
	background-repeat: repeat-x;
	overflow: auto;
	padding: 3px 3px 3px 3px;
}

/* Form - dropdown menu
 */
input, select
{
	color: #000000;
}

/* Form - button
 */
.button
{
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #94d74d;
	border-right: 1px solid #4b9200;
	border-top: 1px solid #94d74d;
	border-bottom: 1px solid #4b9200;
	margin-top: 5px;
	background-color: #66c600;
	padding: 1px 5px 3px 5px;
}

/* Courses - Color 1
 */
.list_course_m1
{
	padding: 0px 5px 15px 0px;
	/* background: url(../img/dot_green.gif) repeat-x bottom left; */
	margin-bottom: 20px;
	margin-right: 20px;
}

.list_course_m1 .ctitle
{
	color: #b8ff33;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.list_course_m1 .prof
{
	color: #b8ff33;
	font-weight: bold;
	/* background-color: #b8ff33; */
	text-transform: uppercase;
	padding: 1px 5px 1px 0px;
}

.list_course_m1 .prof A, .list_course_m1 .prof A:active, .list_course_m1 .prof A:visited
{
	color: #b8ff33;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.list_course_m1 .prof A:hover
{
	color: #b8ff33;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #b8ff33;
}

.list_course_m1 .days
{
	/* background: url(../img/course_days1_bottom.gif) no-repeat bottom left; */
	color: #b8ff33;
	font-size: 10px;
	line-height: 15px;
}

.list_course_m1 .days .content
{
	/* background: url(../img/course_days1_bg.gif) no-repeat top left; */
	margin-bottom: 4px;
	padding: 3px 3px 0px 3px;
}

.list_course_m1 .addons
{
	color: #ccff33;
	font-size: 10px;
}

/* Courses - Color 2
 */
.list_course_m2
{
	padding: 0px 5px 15px 0px;
	/* background: url(../img/dot_orange.gif) repeat-x bottom left; */
	margin-bottom: 20px;
	margin-right: 20px;
}

.list_course_m2 .ctitle
{
	color: #ff8b3d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

.list_course_m2 .ctitle A, .list_course_m2 .ctitle A:active, .list_course_m2 .ctitle A:visited
{
	color: #ff8b3d;
	border-bottom: 1px solid #ff8b3d;
}

.list_course_m2 .ctitle A:hover
{
	color: #fd9854;
	border-bottom: 1px solid #fd9854;
}

.list_course_m2 .prof
{
	color: #ff8b3d;
	font-weight: bold;
	/* background-color: #ff8b3d; */
	text-transform: uppercase;
	padding: 1px 5px 1px 0px;
}

.list_course_m2 .prof A, .list_course_m2 .prof A:active, .list_course_m2 .prof A:visited
{
	color: #ff8b3d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.list_course_m2 .prof A:hover
{
	color: #ff8b3d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ff8b3d;
}

.list_course_m2 .days
{
	/* background: url(../img/course_days2_bottom.gif) no-repeat bottom left; */
	color: #ff8d4d;
	font-size: 10px;
	line-height: 15px;
}

.list_course_m2 .days .content
{
	/* background: url(../img/course_days2_bg.gif) no-repeat top left; */
	margin-bottom: 4px;
	padding: 3px 3px 0px 3px;
}

.list_course_m2 .addons
{
	color: #ff9933;
	font-size: 10px;
}

/* Courses - Month Color 1 & 2
 */
.course_month
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	width: 450px;
	padding: 3px 5px;
	margin-bottom: 8px;
}

.course_m1, .course_m1 A, .course_m1 A:active, .course_m1 A:visited
{
	color: #b8ff33;
	background: url(../img/course_month1_bg.gif) repeat-x bottom left;
}

.course_m2, .course_m2 A, .course_m2 A:active, .course_m2 A:visited
{
	color: #ff8d4d;
	background: url(../img/course_month2_bg.gif) repeat-x bottom left;
}

/* Restaurant Menu
 */
.restaurant_menu
{
	/* background: url(../img/bg_menu.gif) no-repeat 0px 0px;
	padding-top: 50px;
	padding-left: 130px;
	padding-right: 120px;
	color: #000000;
	 */
}

/* Text for reading (long)
 */
.reading
{
	line-height: 19px;
}

/* Tale info
 */
.tale
{
	font-size: 11px;
}

.tale A, .tale A:visited, .tale A:active
{
	color: #aaaaaa;
}

.tale A:hover
{
	color: #ffffff;
}

/* Contact links
 */
.cnt_school
{
	/* color: #33cc00; */
	color: #ffffff;
	font-weight: bold;
}


.cnt_school A, .cnt_school A:visited, .cnt_school A:active, .cnt_school A:hover
{
	font-weight: normal;
}

.cnt_restaurant
{
	/* color: #ff9900; */
	color: #ffffff;
	font-weight: bold;
}

.cnt_restaurant A, .cnt_restaurant A:visited, .cnt_restaurant A:active, .cnt_restaurant A:hover
{
	font-weight: normal;
}

/* CNM
 */
.cnm
{
	font-size: 11px;
	text-transform: capitalize;
}

.cnm A, .cnm A:active, .cnm A:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

.cnm A:hover
{
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	background-color: #ff0000;
}

/* Rounded button link style
 */
.rb A, .rb A:active, .rb A:visited
{
	color: #ffffff;
	text-decoration: none;
}

.rb A:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.bestdesserts 
{
	width:500px;
	min-height:500px;
	
}
