
.myPCTable td {
	font-size: 11px;
}

.myPCTable tr {
	height: 21px;
}

.myPCTable .thead td {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.loadCalendarBtn, .emailLink {
	font-weight: bold;
	cursor: pointer;
	
}

.savedCalendarsPanel {

	padding: 5px;

	border-left: none;
	border-right: none;
	border-bottom: none;
	
	background-color: #f0f0f0;
}

.savedCalendarsPanel legend {
	font-weight: bold;
}

.personalCalendarPanel legend {
	font-weight: bold;
}

.pcManageBtn {
	cursor:pointer;
	
	font-weight: bold;
	color: #006CB2;
	text-decoration: underline;

}

.pcManagePanelContent {
	/*display: none;*/
}

.hidden {
	display: none;
}

.close {
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

.pcLoginForm ol, .pcRegisterForm ol, .pcLostPWForm ol {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	list-style:none;
	
	height: 100px;
	width: 320px;
}

.pcLostPWForm ol {
	height: 50px;
}

.pcLoginForm label, .pcRegisterForm label, .pcLostPWForm label {
	float:left;
	width: 125px;
	color: #006CB2;
	font-size: 11px;
}

.pcLostPWForm label  {
	width: 80px;
}

.pcLoginForm input, .pcRegisterForm input, .pcLostPWForm input {
	width: 165px;
}

#pcLoginBtn, #pcRegisterBtn {
	float:left;
	position:relative;
	top: 1px;
	left: 2px;
	
	font-size: 11px;
	color:black;
	font-weight: bold;

	width: 100px;

	padding: 3px;
	
	text-align:center;
	
	cursor: pointer;

	border: 1px solid #a0a0a0;
	
	z-index: 1;	
}

#pcLoginBtn {
	background-color:#c2d0f0;
	border-right:none;
}

#pcRegisterBtn {
	background-color:#eceffc;	
	width: 100px;
}

#pcHelpBtn, #pcLogoutBtn, #pcLostPwBtn {
	
	font-size: 10px;
	font-weight: bold;	
	color: #006cb3;
	display: inline;
	border: none;
	
	cursor: pointer;
	
	padding: 4px 4px 4px 4px;
	
	white-space: nowrap;
}

.pcLoginForm label, .pcRegisterForm label, .pcLostPWForm label {
	font-weight: bold;
}

.pcLoginForm, .pcRegisterForm {
	border: 1px solid #a0a0a0;
	padding-top: 15px;	
}
 
.pcLoginForm {
 	background-color:#c2d0f0;
 	color:black;
}

.pcRegisterForm {
	background-color:#eceffc;	
 	color:black;
}

#pcLoginBtn.active {
	border-bottom: 1px solid #c2d0f0;
	color: black;
	
	z-index: 2;
}

#pcRegisterBtn.active {
	border-bottom: 1px solid #eceffc;
	
	z-index: 2;
}

#pcHelpBtn.active, #pcHelpBtn:hover, #pcLogoutBtn:hover, #pcLostPwBtn:hover {
	color:white;
	background-color:#006cb3;
	font-weight: bold;
}

#pcLostPwBtn.active {
	color:white;
	background-color:#006cb3;
	font-weight: bold;
}

.registerInfo, .loginInfo {
	float:right;
	display:none;
	width:250px;
	position:relative;
	right:10px;
}

.error {
	font-weight: bold;
	color: red;
}

.success {
	font-weight: bold;
	color: green;
}

#pcManageImage {
	margin-right: 3px;
}

#shadow {
	position: absolute;
	
	background-color: black;
	color: black;
	
	z-index: 5;
}

#helpPanel {

	display: none;

	font-size: 11px;
	
	padding: 5px;
	
	border: 1px solid #006cb3;
	background-color:white;	
	
	z-index:99;
	
}

#lostPwPanel {


	display: none;

	font-size: 11px;
	
	padding: 5px;
	
	border: 1px solid #006cb3;
	background-color:white;	
	
	z-index:99;
	
}

#helpPanel p {
	font-size: 11px;
}

#helpPanelTitleBar, #closeHelpBtn, #closeLostPwBtn, #lostPWTitleBar {
	cursor: pointer;
}

.delCalendarBtn {
	cursor:pointer;
}

.pcLostPWForm {
	border: none;
	margin: none;
	padding: none;
}

.spacePCTable {
	height: 20px;
	clear: both;
}

.pLinkPanel {
	float:right;
	text-align: right;
	
	height: 20px;
	font-size: 11px;
  vertical-align: center;
}

#loginInfoBtn {
	color: #006cb3;
	font-size: 11px;
	cursor: pointer;
}

#saveCalendarStatus {
	clear:both;
	
	width:450px;
	height:20px;
}

#manageCalendarStatus {
	width:450px;
	height:20px;

}

.lcTable .calendarBtn {
	clear: both;
}

#helpPanelTitleBar {
 margin:-3px -5px -3px -3px;
 padding:3px;
 color:white;
 background-color:#006cb3;
 height:14px;
}

#lostPWTitleBar {
	margin:-3px -5px -3px -3px;
	padding:3px;
	color:white;
	background-color:#006cb3;
	height:14px;
}
