/*==== Trial CSS dropdown ====*/		

.holderone {
	position:relative;
	float:left;
	width:680px;
	border:solid yellow 0px;
	}	

.holdertwo {
	width:0px;
	height:0px;	
	}	

.holderthree {
	width:0px;
	height:0px;	
	}	
	
.portrait {
	margin-left:20px
	}

.landscape {
	margin-left:10px
	}
	
.contentone, .contenttwo, .contentthree, #contentrhsbar {
	position:relative;
	border:solid orange 0px;
	}	

#linkpara p {
	display:inline;
	margin-bottom:7px;
	}

#linkpara h3 {
	margin-left:15px;
	display:inline;
	}
	
#linkpara a:link {
	text-decoration:none;
	}
	
#linkpara a:visited {
	text-decoration:none;
	}
	
#linkpara li {
	list-style:none;
	margin-bottom:6px;
	}
	
.boldlink {
	font-size:1.1em;
	font-weight:bold;
	margin-top:18px;
	}

#cnt-rhsbar {
	width:0px;
	height:0px;
	}	
	
#calendar {
	position:relative;
	float:left;
	width:680px;
	border-top:solid #5F5C50 2px;
	border-left:solid #5F5C50 2px;
	border-right:solid #5F5C50 2px;
	}	

.calendarPH {
	position:relative;
	float:left;
	width:680px;
	background-color:#3e3e3e;
	border-bottom:solid #5F5C50 2px;
	}	
	
.calendarNPH {
	position:relative;
	float:left;
	width:680px;
	background-color:#2e2e2e;
	border-bottom:solid #5F5C50 2px;
	}	

.calendardate {
	position:relative;
	float:left;
	width:100px;
	padding:2px;
	min-height:35px;
	border-right:solid #5F5C50 1px;
	}	
	
.calendarevent {
	position:relative;
	float:left;
	width:140px;
	padding:2px;
	min-height:35px;
	border-right:solid #5F5C50 1px;
	}	

.calendaritem {
	position:relative;
	float:left;
	width:424px;
	padding:2px;
	}	
	
	
	
