

/* LIVE MEETING STYLES */

/* table style for the title at the top */
.COPLiveMeetingTable{	width: 100%;
}

/* The Title style */
.COPLiveMeetingTitle
{
	width: 100%;
	font-size : 16px;
	font-family : "Arial", "Helvetica", Serif;
	color : #FFFFFF;  
	font-weight: bold;
	background-color: #0B550A;
	height: 45px;
	padding-left: 5px;}
/* The table style that hold any status or error message in the list area */.COPLiveMeetingListStatusTable
{	border-top: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	width: 100%;}

/* The style for the text that displays the message in the list area */.COPLiveMeetingListStatusText
{
	color: #FF0000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 	padding-left: 5px;
}
.COPTableLMListHeading /* Table that displays the headings of the lists the live meetings */
{	width: 100%;
	border-top: 10px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;}

/* Row style for the Live meeting title heading */
.COPTableLMListHeadingTitleRow
{
	font-size : 12px;	font-family : "Arial", "Helvetica", Serif; 
    color : #C5C4C2;
    background-color: #666666;    font-weight: normal;
    padding: 10px;
}

/* Row style for the Live meeting date heading*/
.COPTableLMListHeadingDateRow
{
	font-size : 12px;	font-family : "Arial", "Helvetica", Serif; 
    color : #C5C4C2;
    background-color: #666666;    font-weight: normal;
    padding: 10px;
    width : 22%;
}

/* Row style for the Live meeting time heading */
.COPTableLMListHeadingTimeRow
{
	font-size : 12px;	font-family : "Arial", "Helvetica", Serif; 
    color : #C5C4C2;
    background-color: #666666;    font-weight: normal;
    padding: 10px;
    width : 22%;
}

.COPTableLMList /* Table that displays the list of live meetings */
{	width: 100%;
	border-bottom: 10px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;}

/* link style for the order by links in the topic headings */
.COPTableLMListHeadingLink
{
	font-size : 12px;	font-family : "Arial", "Helvetica", Serif; 
    color : #C5C4C2;
    text-decoration: underline;
}
 
A.COPTableLMListHeadingLink:visited {color : #C5C4C2; font-size : 12px; text-decoration: underline;}
A.COPTableLMListHeadingLink:link {color : #C5C4C2; font-size : 12px; text-decoration: underline;}
A.COPTableLMListHeadingLink:active {color : #C5C4C2; font-size : 12px; text-decoration: underline;}
A.COPTableLMListHeadingLink:hover {color : #C5C4C2; font-size : 12px; text-decoration: underline;}	

.COPTableRowLMRecord1 /* First row in alternating rows of meetings styles */{
	color: #0092CE;
	background-color: #E7E7E7;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	width: 10%;}

.COPTableRowLMRecord2 /* First row in alternating rows of meetings styles */
{
	color: #0092CE;
	background-color: #DEDBDE;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 	width: 10%;
}
.COPTableRowLMTime1 /* First row in alternating rows of meetings styles */{
	color: #0092CE;
	background-color: #E7E7E7;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	width: 22%;
	padding-left: 5px;
	text-align: left;}

.COPTableRowLMTime2 /* First row in alternating rows of meetings styles */
{
	color: #0092CE;
	background-color: #DEDBDE;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 	width: 22%;	padding-left: 5px;	text-align: left;
}
.COPTableRowLMTitle1 /* First row in alternating rows of meetings styles */{
	color: #0092CE;
	background-color: #E7E7E7;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	padding: 5px;}

.COPTableRowLMTitle2 /* First row in alternating rows of meetings styles */
{
	color: #0092CE;
	background-color: #DEDBDE;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 	padding: 5px;
}.COPTableRowLMTitleClip /* clipping style for titles that are too long */
{
	width: 215px; 
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;}

.COPTableRowLMDate1 /* First row in alternating rows of meetings styles */{
	color: #0092CE;
	background-color: #E7E7E7;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	width: 22%;}

.COPTableRowLMDate2 /* First row in alternating rows of meetings styles */
{
	color: #0092CE;
	background-color: #DEDBDE;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 	width: 22%;
}/* The first row style for the Delete meeting checkbox area */
.COPTableRowLMDelete1
{
	font-size : 12px;	font-family : "Arial", "Helvetica", Serif; 
	color: #0092CE;
	background-color: #E7E7E7;    text-align: center;    vertical-align: top;    padding-top: 3px;    width: 3%;
 } 

/* The second row style for the delete meeting checkbox area */.COPTableRowLMDelete2{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #0092CE;
    background-color: #DEDBDE;
    text-align: center;    vertical-align: top;    padding-top: 3px;
    width: 3%;}

.COPTableLMListLinkText /* Used for the links to the live meeting details on the list */{
	color: #0092CE;
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 	text-decoration : none;
	text-align: left;}
A.COPTableLMListLinkText:visited {color : #0092CE; font-size : 12px; text-decoration: none;}
A.COPTableLMListLinkText:link {color : #0092CE; font-size : 12px; text-decoration: none;}
A.COPTableLMListLinkText:active {color : #0092CE; font-size : 12px; text-decoration: none;}
A.COPTableLMListLinkText:hover {color : #46453E; font-size : 12px; text-decoration: none;}

.COPTableRowSep1 /* First row in alternating rows of meetings styles */{
	color: #039BE0;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; }

.COPTableRowSep2 /* First row in alternating rows of meetings styles */
{
	color: #039BE0;
	background-color: #D9D6D6;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
}

.COPLiveMeetingListHeadingSep1 /* Left column separator in the heading area of the live meeting list */
{
	background-color: #333333;
	width: 1px;}
.COPLiveMeetingListHeadingSep2 /* Right column separator in the heading area of the live meeting list */
{
	background-color: #999999;	width: 1px;
}
.COPWarningLMText /* Error message style */
{
	color: red;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	border-top: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;	width: 100%;
}

/* style for the row that displays the check and clear all links */
.COPTableRowLMCheckAll
{
	color: #000000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif;
	background-color: #FFFFFF;	width: 100%;
	padding-left: 3px;
	height: 20px;
}

/* style for the check and clear all links */
.COPTableLMListCheckAllLinkText
{
	color: #000000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif;
	text-decoration: none; 
}

A.COPTableLMListCheckAllLinkText:visited {color : #000000; font-size : 12px; text-decoration: none;}
A.COPTableLMListCheckAllLinkText:link {color : #000000; font-size : 12px; text-decoration: none;}
A.COPTableLMListCheckAllLinkText:active {color : #000000; font-size : 12px; text-decoration: none;}
A.COPTableLMListCheckAllLinkText:hover {color : #000000; font-size : 12px; text-decoration: none;}


.COPTableLMSearchResult /* Table that lists the live meeting search results */
{	width: 95%;	margin-right: 5px;	margin-left: 10px;}

.COPLMPageNavRow /* Table row style for the live meeting search results */
{	text-align: center;
	background-color: #FFFFFF;
	line-height: 30px;
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #000000;
	font-weight: bold;}

/* Next and Previous links for the page navigator */
.COPLMPageNavLink
{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #46453E;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;  
}

A.COPLMPageNavLink:visited {color : #46453E; font-size : 12px; text-decoration: none;}
A.COPLMPageNavLink:link {color : #46453E; font-size : 12px; text-decoration: none;}
A.COPLMPageNavLink:active {color : #46453E; font-size : 12px; text-decoration: none;}
A.COPLMPageNavLink:hover {color : #46453E; font-size : 12px; text-decoration: none;}

.COPTableLMDetails /* Table style for individual live meeting details */
{	width: 95%;	margin-right: 5px;	margin-left: 10px;
	margin-top: 10px;	padding-top: 10px;
	border-style: outset;
	border-width: 2px;
}

.COPTableLMButtons /* Table style for Add/Edit/Delete buttons */
{	width: 95%;	margin-right: 5px;	margin-left: 10px;
	padding-top: 10px;	background-color: #FFFFFF;
}


.COPTableRowLMHeading  /* Table row style for the live meeting field headings */{
	color: #000000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	padding: 5px;
	font-weight: bold;
	width: 18%;}
.COPTableRowLMText /* Table row style for the live meeting field text */
{	color: #000000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	padding: 5px;	text-align: left;	width: 82%;
}
.COPTableRowLMLinkText /* Table row style for the live meeting field links */{
	color: red;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	text-align: left;}

.COPLiveMeetingEditCompleteLinkRow /* the row that holds the done link when a meeting is complete */
{
	text-align: center;
	padding-top: 10px;
}

.COPTableRowLMEdit 
{
	text-align: center;
	text-decoration : none;
	height: 30px;
}

/* row style for the edit meeting link */
.COPTableRowLMEditMeeting  
{
	text-align: center;
	text-decoration : none;
	height: 30px;
	width : 50%;
}

/* row style for the cancel link */
.COPTableRowLMEditCancel  
{
	text-align: center;
	height: 30px;
	text-decoration : none;
	width : 50%;
}


.COPLMEditLinkText
{
	color: #666666;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif;
	text-decoration: none;
	cursor: hand;
}
A.COPLMEditLinkText:visited {color : #026B9A; font-size : 12px; text-decoration: none;}
A.COPLMEditLinkText:link {color : #026B9A; font-size : 12px; text-decoration: none;}
A.COPLMEditLinkText:active {color : #026B9A; font-size : 12px; text-decoration: none;}
A.COPLMEditLinkText:hover {color : #039BE0; font-size : 12px; text-decoration: none;}

.COPTableLMBarTitle /* The title table for the Live Meeting side bar */
{
	width: 100%;
	margin-top: 10px;
}

.COPTableLMBarTitleText /* The Title text in the Live Meeting side bar */
{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif;
	color: #595959;  
	font-weight: bold;
	height: 30px;
	width: 100%;
	padding-left: 5px;
}

/* The Form that displays the live meeting sidebar */
.COPTableLMBarForm
{
	width: 100%;
	background-color: #FFFFFF;
}

.COPTableLMBarTitleBodyText /* The text that appears in the body of the sidebar for Live Meetings */
{
	font-family : "Arial", "Helvetica", Serif;
	padding-left: 8px;
	font-size : 12px;	color: #386996;
	padding-bottom: 5px;
}

.COPTableLMBarTitleBodyLinkText /* The link text that appears in the body of the sidebar for Live Meetings */
{
	font-family : "Arial","Andale Mono","Courier New", Serif;
	font-size : 12px;	color: #386996;
	text-decoration:underline;
	border-width: 0px;
	cursor: hand;
}
A.COPTableLMBarTitleBodyLinkText:visited {color : #386996; font-size : 12px; text-decoration: underline;}
A.COPTableLMBarTitleBodyLinkText:link {color : #386996; font-size : 12px; text-decoration: underline;}
A.COPTableLMBarTitleBodyLinkText:active {color : #386996; font-size : 12px; text-decoration: underline;}
A.COPTableLMBarTitleBodyLinkText:hover {color : #386996; font-size : 12px; text-decoration: underline;}

/* Style that clips meeting names that are too long */
.COPTableLMBarTitleBodyLinkClip
{
	height: 14px;
	width: 140px; 
	text-overflow: ellipsis;
	overflow: hidden;
}

.COPTableLMBarBodyText /* the notification text that appears in the sidebar for Live Meetings */{	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #46453E;
	background-color: #FFFFFF;
	font-weight: normal;  
	padding-left: 8px;	padding-bottom: 5px;}

.COPTableLMEdit /* The table style when editing a live meeting */
{
	width: 95%;	margin-right: 5px;	margin-left: 10px;
	background-color : #FFFFFF;
	border-top: 10px solid #FFFFFF;
}

.COPTableLMEditHeading /* The text in the heading columns when editing live meetings */
{
	color: #000000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	padding: 5px;
	font-weight: bold;
	width: 28%;
}

.COPTableLMEditBodyText /* General table body text when editing Live Meetings */
{
	color: #000000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	padding: 5px;	text-align: left;
	width: 72%;
}

.COPTableLMEditTimeEndHeading
{
	color: #000000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	font-weight: bold;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	height: 21px;
	display: inline;
}

.COPInputLMSelectList  /* Select list styles when editing Live Meetings */
{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
    color : #000000;
	background-color: #FFFFFF;
	font-weight: normal;  
}

.COPInputLMSelectUserList  /* Select list styles for users in Live Meetings */
{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
    color : #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	width: 220px;  
}

.COPInputLM  /* Input box styles when editing Live Meetings */
{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
    color : #000000;
	background-color: #FFFFFF;
	font-weight: normal;  
	width: 390px;
}

.COPLMSeatStatusText /* text style for the amount of remaining seats label in a public meeting */
{
	font-size : 10px;
	font-family : "Arial", "Helvetica", Serif; 
    font-weight: normal;
    color : #FF0000;
	background-color: #FFFFFF;
	padding-left: 10px;
}

.COPLMParticipantSeatStatusText /* text style for the amount of remaining seats label in a private meeting */
{
	font-size : 10px;
	font-family : "Arial", "Helvetica", Serif; 
    font-weight: normal;
    color : #FF0000;
	background-color: #FFFFFF;
	text-align: right;
	padding-right: 35px;
}

.COPLMAvailableParticipantsRow /* row style for the cell that contains the list of available participants */
{
	text-align: center;
}

.COPLMParticipantButtonsRow /* row style for the cell that contains the add and remove participant buttons */
{
	text-align: center;
	vertical-align: middle;
}

.COPLMMeetingParticipantsRow /* row style for the cell that contains the list of meeting participants */
{
	text-align: center;
}

.COPTableLMPageHeading  /* Heading for text that indicates the current step of the wizard when editing Live Meetings */
{
	color: #000000;
	background-color: #FFFFFF;	font-size : 14px;
	font-family : "Arial", "Helvetica", Serif; 
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

.COPTableLMEditNavigationPrevious /* "Previous" link when editing Live Meetings */
{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #000000;
	background-color: #FFFFFF;
	width: 50%;
	text-align: left;
	padding-left: 5px;
}

.COPTableLMEditNavigationNext /* "Next" link when editing Live Meetings */
{
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #000000;
	background-color: #FFFFFF;
	width: 50%;
	text-align: right;
	padding-right: 10px;
}
.COPTableLMEditUserButtons /* Button style for adding / removing users from a meeting */
{
	border-color: #333333; border-style: solid; 
	border-width: 1px; 
	background-color: white;
	font-family : "Andale Mono","Courier New", Serif;
	font-size : 10px;
	line-height: 12px;
	width: 20px;
}

.COPTableLMEditUserList /* style for the list of users displayed when adding / removing users from a meeting */
{
	width:160;
}

/* Row that displays the page navigation tool at the bottom of the livemeeting sidebar */
.COPLMSideBarPageNavRow
{
	font-size : 11px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Styles for the previous and next links */
.COPLMSideBarPageNavLink
{
	font-size : 11px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #46453E;
	background-color: #FFFFFF;
	font-weight: normal; 
}

A.COPLMSideBarPageNavLink:visited {color : #46453E; font-size : 11px; text-decoration: none;}
A.COPLMSideBarPageNavLink:link {color : #46453E; font-size : 11px; text-decoration: none;}
A.COPLMSideBarPageNavLink:active {color : #46453E; font-size : 11px; text-decoration: none;}
A.COPLMSideBarPageNavLink:hover {color : #46453E; font-size : 11px; text-decoration: none;}


/* LIVE MEETING EMAIL FORM STYLES */

/* Table style for the instructions above the email form */
.COPLiveMeetingEmailInstructionTable
{
	width: 100%;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 10px;
	background-color: #FFFFFF;
}

/* Style for the status message */
.COPLiveMeetingEmailStatus
{
	color: #FF0000;
	background-color: #FFFFFF;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	height: 30px;
}

/* Style for the instruction text */
.COPLiveMeetingEmailInstructionText
{
	width: 100%;
	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	color : #000000;	
}

/* Table style for the email form */
.COPLiveMeetingEmailTable
{
	width: 100%;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	background-color: #D6D3CE;
}

/* Style for the From label in the form */
.COPLiveMeetingEmailFromLabel
{
	color: #000000;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 12%;
	height: 40px;
	padding-top: 10px;

}

/* Style for the row containing the from address input area */
.COPLiveMeetingEmailFromInputRow
{
	border-right: 2px outset;
	padding-top: 10px;
}

/* Input box style for the from address */
.COPLiveMeetingEmailFromInput
{
	width: 457px;
}

/* Style for the To label in the form */
.COPLiveMeetingEmailToLabel
{
	color: #000000;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 12%;
	height: 30px;
}

/* Style for the row containing the to address input area */
.COPLiveMeetingEmailToInputRow
{
	color: #000000;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	border-right: 2px outset;
}

/* Style for the cc label in the form */
.COPLiveMeetingEmailCCLabel
{
	color: #000000;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 12%;
	height: 30px;
}

/* Style for the row containing the cc address input area */
.COPLiveMeetingEmailCCInputRow
{
	border-right: 2px outset;
}

/* Input box style for the cc address */
.COPLiveMeetingEmailCCInput
{
	width: 457px;
}

/* Style for the Subject label in the form */
.COPLiveMeetingEmailSubjectLabel
{
	color: #000000;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	width: 12%;
	height: 30px;
}

/* Style for the row containing the subject input area */
.COPLiveMeetingEmailSubjectInputRow
{
	border-right: 2px outset;
}

/* Input box style for the subject */
.COPLiveMeetingEmailSubjectInput
{
	width: 457px;
}

/* Style for the Message label in the form */
.COPLiveMeetingEmailBodyLabel
{
	color: #000000;	font-size : 12px;
	font-family : "Arial", "Helvetica", Serif; 
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
	height: 30px;
	border-right: 2px outset;
}

/* Style for the row containing the email body input area */
.COPLiveMeetingEmailBodyRow
{
	padding-left: 8px;
	border-right: 2px outset;
}

/* Input text area style for the message body */
.COPLiveMeetingEmailBodyInput
{
	width: 515px;
	height: 200px;
}

/* style for the table that holds the buttons */
.COPLiveMeetingEmailButtonTable
{
	width: 100%;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	background-color: #D6D3CE;
}

/* style for the cell that holds the submit button */
.COPLiveMeetingEmailSubmitRow
{
	height: 50px;
	text-align: center;
	border-bottom: 2px outset;
	text-align: right;
	width: 85px;
	padding-right: 5px;
}

/* style for the cell that holds the done button */
.COPLiveMeetingEmailDoneRow
{
	height: 50px;
	width: 85px;
	border-right: 2px outset;
	border-bottom: 2px outset;
	text-align: right;
	padding-right: 10px;
}

/* style for the cell that holds the reset button */
.COPLiveMeetingEmailResetRow
{
	height: 50px;
	text-align: left;
	border-bottom: 2px outset;
	padding-left: 10px;
}


/* style for the submit button */
.COPLiveMeetingEmailSubmitButton
{
	font-size : 10px;
	font-family : "Arial", "Helvetica", Serif; 
	width: 80px;
}

/* style for the done button */
.COPLiveMeetingEmailDoneButton
{
	font-size : 10px;
	font-family : "Arial", "Helvetica", Serif; 
	width: 80px;
}

/* style for the reset button */
.COPLiveMeetingEmailResetButton
{
	font-size : 10px;
	font-family : "Arial", "Helvetica", Serif; 
	width: 80px;
}