﻿ul
{
	list-style-type: none;
}



div#activityProp
{
	width: 300px;
	height: 125px; 
	/*border: solid 1px #6c6c6c;*/
	position: absolute;
	top: 307px;
	left:0px;
	margin: 20px 0px 0px 10px;
	padding:0px;
	background-image: url('./images/h1Actv.png');
	background-repeat:no-repeat;
	background-color: #ffffff;
}

div#activityProp h1
{
	display: none;
}

ul.homeProposals
{
	width: 275px;
	height: 125px;
	overflow:auto;
	list-style-type:none;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 25px;
	padding: 0px;
}

ul.homeProposals li 
{
	width: 250px;
	margin: 5px 10px 0px 5px;
	padding: 0px;
	border: solid 1px #6c6c6c;
}

ul.homeProposals li div
{
	width: 100%;
	margin: 0px;
	padding:0px;
}

ul.homeProposals .Title_Activity_Reminder
{
	width: 250px;
	font-size: 10pt;
	font-weight:normal;
	color:Navy;
	margin: 5px 5px 5px 5px;
}
ul.homeProposals .Location_Activity_Reminder
{
	font-weight:bold;
	margin-left: 10px;
	margin-bottom: 10px;
}
ul.homeProposals .Note_Activity_Reminder
{
	margin: 5px;
}



/*
div#activityProp
{
	width: 300px;
	border: solid 1px #6c6c6c;
	position: absolute;
	top: 305px;
	left:0px;
	margin: 20px 0px 0px 10px;
	padding:0px;
}

div#activityProp h1
{
	width: 100%;
	font-size: 12pt;
	font-weight: 800;
	background-color: #cc33ff;
	margin: 0px;
	text-indent: 25px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom:5px;
	color: White;
}

ul.homeProposals
{
	width: 300px;
	height: 100px;
	overflow:auto;
	list-style-type:none;
	margin: 0px;
}

ul.homeProposals li 
{
	width: 250px;
	margin: 5px 10px 0px 10px;
	border: solid 1px #6c6c6c;
}

ul.homeProposals li div
{
	width: 230px;
}

ul.homeProposals .Title_Activity_Reminder
{
	width: 235px;
	font-size: 10pt;
	font-weight:normal;
	color:Navy;
	margin: 5px 5px 5px 5px;
}
ul.homeProposals .Location_Activity_Reminder
{
	font-weight:bold;
	margin-left: 10px;
	margin-bottom: 10px;
}
ul.homeProposals .Note_Activity_Reminder
{
	margin: 5px;
}
*/


div#courses
{
	width: 300px;
	/*border: solid 1px #6c6c6c;*/
	height: 123px;
	position: relative;
	top:0px;
	left:0px;
	margin: 20px 0px 0px 10px;
	padding:0px;
	background-image: url('./images/h1Cour.png');
	background-repeat:no-repeat;
	background-color: #ffffff;
}

div#courses h1
{
	display: none;
}

ul.homeCourses
{
	height: 80px;
	overflow:auto;
	list-style-type:none;
	margin: 0px;
	position: relative;
}

ul.homeCourses li 
{
	float:left;
	width: 250px;
	margin: 5px 10px 0px 10px;
	border: solid 1px #6c6c6c;
	padding: 0px;
	height: 100px;
}

ul.homeCourses li div
{
	position: relative;
	width: 250px;
	margin: 0px;
}

ul.homeCourses h3
{
	width: 140px;
	font-size: 10pt;
	font-weight:normal;
	color:Navy;
	margin: 5px 5px 5px 5px;
	position: absolute;
	top: 0px;
	left: 115px;
}

ul.homeCourses img
{
	width: 100px;
	position: relative;
	top: 0px;
	/*float: left;*/
}

ul.homeCourses li div div
{
	width: 140px;
	position: absolute;
	left: 110px;
	top: 25px;
}

ul.homeCourses li div div div
{
	width: 140px;
	position: static;
	border: solid 0px green;
}

ul.homeCourses li div div div span.CourseDetailsLabel
{
	margin-right: 5px;
	font-weight: bold;
}
/*

div#courses
{
	width: 300px;
	border: solid 1px #6c6c6c;
	position: relative;
	top:0px;
	left:0px;
	margin: 20px 0px 0px 10px;
	padding:0px;
	background-color: #77dddd;
}

div#courses h1
{
	width: 100%;
	font-size: 12pt;
	font-weight: 800;
	background-color: #008888;
	margin: 0px;
	text-indent: 25px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom:5px;
	color: White;
}

ul.homeCourses
{
	height: 80px;
	overflow:auto;
	list-style-type:none;
	margin: 0px;
	position: relative;
}

ul.homeCourses li 
{
	float:left;
	width: 250px;
	margin: 5px 10px 0px 10px;
	border: solid 1px #6c6c6c;
	padding: 0px;
	height: 100px;
}

ul.homeCourses li div
{
	position: relative;
	width: 250px;
	margin: 0px;
}

ul.homeCourses h3
{
	width: 140px;
	font-size: 10pt;
	font-weight:normal;
	color:Navy;
	margin: 5px 5px 5px 5px;
	position: absolute;
	top: 0px;
	left: 115px;
}

ul.homeCourses img
{
	width: 100px;
	position: relative;
	top: 0px;
	
}

ul.homeCourses li div div
{
	width: 140px;
	position: absolute;
	left: 110px;
	top: 25px;
}

ul.homeCourses li div div div
{
	width: 140px;
	position: static;
	border: solid 0px green;
}

ul.homeCourses li div div div span.CourseDetailsLabel
{
	margin-right: 5px;
	font-weight: bold;
}

*/

div#photoAlbum
{
	width: 300px;
	height: 200px;
	overflow:hidden;
	margin: 0px;
	position: absolute;
	right: 10px;
	top: 595px;
	left: 10px;
	background-color: #4f5d68;
	/**background-image: url('./images/photoBackground.jpg');*/
}

div#photoAlbum img
{
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*------------------SPONSOR-------------------------------------*/
div#sponsorBox
{
	position:absolute;
	right: 10px;
	top: 550px;/*485px;*/
	width: 220px;
	height: 245px;
	margin: 0px;
	padding: 0px; 
	overflow:scroll;
}

div#sponsorBox ul
{
	width: 100%;
	height: 100%;
	list-style-type: none;
	overflow: hidden;
}


div#sponsorBox ul li
{
	width: 165px;
	overflow:hidden;
	margin: 0px 0px 5px 27px;
	background-color: #4f5d68;
	color: #ffffff;
}

div#sponsorBox ul li span
{
	float:left;
	clear:both;
	margin:5px;
	display: none;
}

div#sponsorBox ul li img
{
	float:left;
	clear:both;
	margin: 3px;
	height: 75px;
}

div#sponsorBox ul li div
{
	display:none;	
}

/*
div#agreementsBox
{
	position:absolute;
	right: 10px;
	top: 460px;
	width: 220px;
	height: 310px;
	margin: 0px;
	padding: 0px; 
	overflow:scroll;
}

div#agreementsBox div
{
	width: 220px;
	overflow:hidden;
	margin: 0px 0px 5px 0px;
}

div#agreementsBox div div
{
	width: 220px;
	overflow:hidden;
	background-color: #4f5d68;
	color: #ffffff;
}

div#agreementsBox div div span
{
	float:left;
	clear:both;
	margin:5px;
}

div#agreementsBox div div img
{
	float:left;
	clear:both;
	margin: 3px;
}

div#agreementsBox div div div
{
	display:none;	
}
*/
div#friendsBox
{
	width: 220px;
	height: 300px;
	margin: 0;
	position: absolute;
	top: 250px;
	right: 10px;
	height: 205px;
}

div#friendsBox h3
{
	font-size:10pt;
	margin: 0px;
	display: none;
}

div#friendsBox a
{
	font-weight:bold;
	font-size: 8pt;
	width: 210px;
	margin: 0px 0px 2px 10px;
	padding: 0px;
	background-color: #4f5d68;
	color: White;
	padding-top: 3px;
	padding-bottom:2px;
	display:block;
	text-indent: 5px;
}

div#friendsBox a:hover
{
	Color:Red;
}


div#friendsBox ul
{
	list-style-type: none;
}

div#news
{
	position: absolute;
	left: 10px;
	top: 460px;
	width: 300px;
	height: 125px;
	background-color: #9fccb7;/*#ffddaa;*/
}

div#news h1
{
	width:100%;
	font-size: 12pt;
	font-weight: 800;
	background-color: #84aa98;
	margin: 0px;
	text-indent: 25px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom:5px;
	color: White;
}

div#news ul
{
	margin: 0px;
	padding: 0px;
}

div#news li
{
	height: 90px;
	overflow: auto;
	margin: 3px 3px 0px 5px;
	padding: 0px;
}

/** 
 * Slideshow controls style rules.
 */
.control, .scControl{
  display:block;
  width:20px;
  height:30px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl{
  top:0;
  right:35px;
  background:transparent url(images/prevnews.jpg) no-repeat 0 0;
}
#rightControl{
  top:0;
  right:10px;
  background:transparent url(images/nextnews.jpg) no-repeat 0 0;
}

#scLeftControl 
{
	top:0;
  right:35px;
  background:transparent url(images/prevsc.jpg) no-repeat 0 0;
}
#scRightControl 
{
	 top:0;
  right:10px;
  background:transparent url(images/nextsc.jpg) no-repeat 0 0;
}
/**
*END
*/


div#showcase
{
	position: absolute;
	left: 320px;
	top: 200px;
	width: 400px;
	padding: 0px;
}

div#showcase ul
{
	/*margin: -100px;*/
}

div#showcase ul, div#showcase li
{
	width: 400px;
	height: 566px;
	margin: 0px;
	padding: 0px;
}

div#showcase h1
{
	width:100%;
	font-size: 12pt;
	font-weight: 800;
	background-color: #4f5d68;
	margin: 0px;
	text-indent: 25px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom:5px;
	color: White;
}

div.showcase_img
{
	overflow: hidden;
	width: 400px;
	height: 566px;
	margin: 0px;
	padding: 0px;
}

div.showcase_img img
{
	width: 400px;
	height: 566px;
	margin: 0px;
	padding :0px;
}
div.showcase_text
{
	position: absolute;
	background-image: url(./images/traspBack.png);
	width:100%;
	color: #ffffff;
	bottom: 0px;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
div.showcase_text h2
{
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0px 5px 15px;
}

div#forumBox
{
	width: 400px;
	height: 200px;
	position:absolute;
	top: 570px;
	left: 320px;
	padding: 0px;
	overflow: hidden;
}

div#forumBox div.topic
{
	width: 198px;
	height: 99px;
	margin: 0px 2px 2px 0px;
	float: left;
	background-color: #8ca7b5;
	color: #ffffff;
}

div#forumBox div.topic h3
{
	margin: 0px;
	padding: 0px;
	width: 90%;
	font-size: 10pt;
	margin-left: 5%;
	margin-top: 5px;
}

div#homeBox
{
	height: 590px;
}
