﻿.horzLineTop {
	padding-top: 2px;
	border-top: solid 1px #B0B0B0;
}

.horzLineBottom {
	border-bottom: solid 1px #B0B0B0;
}

.friendsVerticalLine {
	background-image:url(../_img/yellow_line_bg.png);
	background-repeat:repeat-y;
}

/* Notification Panel ================================== */
.notificationPanel {
	background-color:#FFF7DE;
	border:solid 2px #FEE9AA;
	padding:5px;
	text-align:left;
	margin-bottom:10px;	
}

.errorPanel {
	background-color:#F90000;
	border:solid 2px #B7001D;
	padding:5px;
	text-align:left;
	line-height:16px;
	vertical-align:middle;
	margin-bottom:10px;
}

.successPanel {
	background-color:#D2FF78;
	border:solid 2px #B6D17F;
	padding:5px;
	text-align:left;
	line-height:16px;
	vertical-align:middle;
	margin-bottom:10px;	
}

/* Subheader Stuff ===================================== */
.collapsibleHeader {
	height:24px;
	background-color:#F0F0F0;
	border-top: solid 1px #150185;
	border-bottom: solid 1px #150185;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:0px 8px 0px 8px;
	cursor:pointer;
}

.headerBar {
	height:24px;
	background-color:#F0F0F0;
	border-top: solid 1px #150185;
	border-bottom: solid 1px #150185;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:0px 8px 0px 8px;
}

.subHeaderImage {
	padding-top:4px;	
}

.subHeaderText {
	line-height:24px;
	vertical-align:middle;
	margin:0px 0px 0px 4px;
	float:left;
}

.subHeaderLeftDiv {
	float:left;
	height:24px;
	text-align:left;
	vertical-align:middle;
}

.subHeaderRightDiv {
	float:right;
	text-align:right;	
}

/* Calendar page ========================= */
.featuredEvents {
	background-image:url(../_img/feature_events_bg.png);
	text-align:center;
	color:White;
	background-repeat:no-repeat;
	height:460px;
	margin: 15px 0px 0px 15px;
}

.responsePanel {
	height:20px;
	background-color:#FFFFDD;
	border-bottom: solid 1px #150185;
	font-family:Verdana;
	font-size:10px;
	vertical-align:middle;
	line-height:20px;
}

.dateRangeChooser {
	height:25px;
	background-color:#B8C9DE;
	border-top: solid 1px #446D8C;
	border-bottom: solid 1px #446D8C;
	font-family:Verdana;
	font-size:12px;
	color:White;
	padding-top:4px;
}

iframe {
	border:solid 1px Gray;
}

.WaterMarkExtender {
	font-size:12px;
	color:Silver;
	font-family:Verdana;	
}

.displayPageHeader {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	border-bottom:dotted 2px #F7BC5B;
	line-height:18px;
}

.eventDescription {
	margin-left:20px;
	border-left:dotted 2px #F7BC5B;
	padding-left:10px;
}

.tabbedText {
	margin-left:20px;
	padding-left:10px;
}

.displayPageResponseBar {
	background-color:#D9F5FF;
	border:solid 2px #9DE6FF;
	padding:5px;
	text-align:left;
	line-height:16px;
	vertical-align:middle;
}

.registrationInfo {
	background-color:#EAF0F4;
	border:solid 2px #A1B5C5;
	padding:5px;
	text-align:left;
	line-height:16px;
	vertical-align:middle;
	margin-bottom:10px;	
}

.profileTitle {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;	
	color:#150185;
	padding:0px 0px 5px 2px;
	margin-bottom:15px;
	border-bottom:solid 1px #446D8C;
	text-align:left;
}

.orange{
	color:Orange;
}

.createButtonStyle {
	text-align:left;
}

.verticalBlueLine {
	background-image:url(../_img/vertical_blue_line_bg.png);
	background-repeat:repeat-y;
}

.showHandCursor {
	cursor:pointer;
}

.avataarImage {
	padding:15px;
	border:solid 8px black;
}

/* Modal Popup page ========================= */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border:solid 3px Gray;
	padding:3px;
	width:440px;
}

.fileUpload {
	border:solid 1px #7F9DB9;
	width:295px
}

/* InviteeStatus */
.InviteAccepted {
	color:#466900;
}

.InviteDeclined {
	color:#C40000;
}

.InviteTentative {
	color:#007CA5;
}

.InviteYetToReply {
	color:#000000;
}

.blueInviteBar {
	background-color:#EFF3F8;
	padding:3px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:left;
	border-width:0px;
}

.whiteInviteBar {
	padding:3px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	text-align:left;
	border-width:0px;
}

.FriendsGrid {
	border:none 0px white;
}

#lyrSendMessage {
	position:absolute;
	text-align:center;
	width:356px;
	height:202px;
	z-index:2;
	background-image: url(../_img/sendmsg_bg.png);
	background-repeat:no-repeat;
	visibility:hidden;
	font-family:Verdana;
	font-size:12px;
	color:White;
}

.calendarDate {
	color:#150185;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding:2px 0px 4px 0px;
	border-bottom:solid 1px #446D8C;
}

.calendarGridRow {
	height:18px;
	top:50%;
	display:table-cell;
	vertical-align:middle;
	line-height:18px;
	padding:2px 0px 2px 0px;
}

.SearchResultHead {
	padding:3px 0px 3px 5px;
	background-color:#DFECFF;
	border-top:solid 1px #004669;
	border-bottom:solid 1px #004669;
}

.HelpQuestion {
	text-align:left;
	font-family:"Georgia", "Times New Roman", "Verdana";
	font-size:14px;
	font-weight:bold;
	color:#FB8400;
}

.HelpAnswer {
	text-align:left;
	font-family:"Georgia", "Times New Roman", "Verdana";
	font-size:14px;
	color:#2D2D2D;
	padding-left:35px;
}

.HelpSubTitle {
	text-align:left;
	font-family:Verdana;
	font-size:18px;
	color:Black;
	padding:5px 0px 5px 0px;
	border-bottom:dotted 1px #446D8C;
	letter-spacing:1px;
}

.HelpQuestionDivs {
	text-align:left;
	padding-left: 50px; 
	line-height: 16px; 
	border-left: solid 2px #FB8400;
}

.HelpTitle {
	color:darkblue; 
	padding-bottom: 5px; 
	font-size: 20px; 
	font-weight: bold;
    border-bottom: solid 1px #446D8C;
}

.PollHeader {
	background-color:#05529F;
	color:White;
	font-weight:bold;
	font-size:14px;
	padding:3px;
}

.topBottomPad {
	padding:3px 0px 3px 0px;
}

/* New Create Event Page ========================= */
.greenCreateEventBar {
	height:20px;
	color:White;
	background-color:#83AF00;
	font-weight:bold;
	border-bottom:solid 1px black;
	text-align:right;
	line-height:20px;
	padding-right:5px;
}

a.greenEventBar {
	color:White;
}

a.greenEventBar:visited {
	color:White;
}

a.greenEventBar:hover {
	color:black;
	text-decoration:none;
	background-color:Gold;
}

a.greenEventBar:active {
	color:red;
}

.sectionHeader {
	font-size:32px;
	font-weight:bold;
	font-style:italic;
	padding-bottom:5px;
	border-bottom:solid 1px #446D8C;
	color:#446D8C;
}

.pollOnBar {
	background-color:#EEFFCC;
	border:solid 2px #BEFF3C;
	padding:5px;
}

.pollOverBar {
	background-color:#D7F5FF;
	border:solid 2px #00A9E1;
	padding:5px;
}

.displayHeader40 {
	font-size:25px;
	color:white;
	font-weight:bold;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:865px;
	height:41px;
	line-height:40px;
	background-image:url('../_img/display_header_40.png');
	background-repeat:repeat-x;
	overflow:visible;
}

.displayHeader70 {
	font-size:25px;
	color:white;
	font-weight:bold;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:865px;
	height:71px;
	line-height:30px;
	background-image:url('../_img/display_header_70.png');
	background-repeat:repeat-x;
	overflow:visible;
	padding:5px;
}

.demoTitle {
	padding:10px; 
	background-color:#FFF2C3; 
	border-bottom:solid 1px Gold; 
	border-top:solid 1px Gold;
	text-align:center;
}

.demoImageCaption {
	text-align:center;
	padding:5px;
	width:600px;
	font-style:italic;
}

.demoImageTitle {
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
}