/* ----------------------------------------------------------------------------------------------------------------
//	B O D Y   &   G E N E R A L
//-------------------------------------------------------------------------------------------------------------- */

body {
	background-color: #eef3f5;
	background-image: url(images/template_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;


	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #586262;
}

A:link, A:visited, A:active {
	color: #d87956;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #942c2a;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: none;
}

/* ----------------- */


.cleared {
	clear: both;
}

#container_top {
	height: 191px;
	background-image: url(images/template_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#container_title {
	position: absolute;
	top: 142px;
	left: 267px;
}

#container_left {
	width: 267px;
	float: left;
}

.img1 {
	text-align: center;
}

#container_right {
	width: 476px;
	float: left;
}

#container_txt {
	margin: 0px 0px 0px 24px;
	width: 430px;
	
	text-align: justify;
}

.title_large {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #d87956;
	font-weight: bold;
	font-variant: small-caps;
}

.title_large2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #d87956;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(images/title_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#copyright{
	border-top: 1px solid #cccccc;
	}

.bolded {
	color: #000000;
	font-weight: bold;
}



/* ----------------------------------------------------------------------------------------------------------------
//	P A R T I C U L A R   P A G E S
//-------------------------------------------------------------------------------------------------------------- */


.deb {
background-color: #f6fdff;
font-size: 90%;
margin: 3px 3px 0px 3px;
}


.news_date {
	font-size: 11px;
	color: #aaaaaa;
}


#imageContainer {
	position: relative;
	margin: auto;
	width: 476;
	border: none;
	height: 313px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top:0; left:0;
}


.planning_day_container_bg {
	width: 430px;
	background-color: #dee6e8;
}

.planning_event_container_empty {
	width: 420px;
	margin: 5px 5px 0px 5px;
}

.planning_event_container {
	width: 420px;
	margin: 5px 5px 0px 5px;
	background-color: #f6fdff;
}

.planning_eventamritta_container {
	width: 420px;
	margin: 5px 5px 0px 5px;
	background-color: #fffae7;
}

.planning_eventletsgo_container {
	width: 420px;
	margin: 5px 5px 0px 5px;
	background-color: #fae2e5;
}


.planning_time {
	float: left;
	width: 80px;
	margin: 10px 0px 10px 5px;
	font-weight: bold;
	color: #222222;
	font-size: 11px;
}

.planning_place {
	float: left;
	width: 110px;
	margin: 10px 0px 10px 0px;
	font-style: italic;
	font-size: 11px;
}

.planning_who {
	float: left;
	width: 115px;
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	text-align: left;
}

.planning_teacher {
	float: left;
	width: 110px;
	margin: 10px 0px 10px 0px;
	font-size: 11px;
}

.fivemm {
	height: 5px;
	width: 10px;
	visibility: hidden;
	font-size: 11px;
}


/*
.planning_day_container {
	float: left;
	width: 105px;
	
	background-color: #dee6e8;
}

.planning_event_container {
	width: 103px;
	font-size: 11px;
	margin: 0px 0px 10px 1px;
	background-color: #f6fdff;
}

.planning_eventamritta_container {
	width: 103px;
	font-size: 11px;
	margin: 0px 0px 10px 1px;
	background-color: #fffae7;
}

.planning_amritta_font {
	color: #fffae7;
	font-weight: bold;
}
*/



.gallery_thumb {
	height: 100px;
	width: 100px;
	border: 1px solid #000000;
	margin: 2px;
	padding: 0px;
}

#pro_name {
	text-align: right;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 110px;
} 

#pro_text {
	float: left;
	margin: 0px 0px 7px 0px;
	width: 290px;
}

.gb_errormessage{
	font-weight: bold;
	color: #CC0000;
}


