@import url(../../includes/css/common.css);

html
{
	overflow:hidden;
}



#LeftPane 
{
	overflow: auto;
	background-color:#F7FAFC;
	/* No margin or border allowed */
}

#RightPane 
{
	overflow: auto;
	/* No margin or border allowed */
}

#PanelSplitter .vsplitbar 
{
	width: 6px;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	background: #ffffff url(../../includes/images/vgrabber.gif) no-repeat center;
	cursor:w-resize;
}

#PanelSplitter .vsplitbar.active {
	background: #EBF3FB url(../../includes/images/vgrabber.gif) no-repeat center;
	opacity: 0.7;
	alpha:filter(opacity=70);
	cursor:w-resize;
}

/******************************************* Page Header Styles *********************/
.header{
	width:100%;
	border-top:1px solid #BCBCBC;
	border-bottom:1px solid #727F8C;
	color: #000000;
	background-color: #E3EEF9;
	font-size:0px;
}

.logo_right
{
	background: #cccccc url(../../includes/images/mediasite_logo_TopBanner.gif) left 1% no-repeat;
	height: 50px;
}

.content_bar
{
	border-top: solid 1px #727F8C;
	background: #fff url(../../includes/images/GenerateGradient.aspx?h=30&w=1&start=A1B3C6&end=BACFE5&d=v) repeat-x;
	height:20px;
	width:auto;
	padding:3px;
}

.catalogTitle
{
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	white-space:nowrap;
}

.editLinkBar
{
	padding-left:10px;
	padding-top:3px;
	color:#666666;                  
	font-size:11px;
	font-weight:normal;
	white-space:nowrap;
}

.header_hr{
	width: 100%;
	height: 5px;
	background: #fff url(../../includes/images/GenerateGradient.aspx?h=10&w=1&start=F3F3F3&end=AFAFAF&d=v) repeat-x top;
	border-top: solid 1px #F1F1F1;
	overflow:hidden;
}

.errorPageLogo
{
	background: #fff url(../../includes/images/mediasite_logo.gif)  no-repeat;
	width:178px;
	
}

#copyright
{
	padding-top:3px;
	border-top:solid 1px #cccccc;
}

.mouseOverMenuOverride
{
	line-height:19px;
	white-space:nowrap;
}

/************ Login Status Controls ************/
.login_control
{
	color: #000;
	float: right;
	height: 20px;
	line-height: 20px;
	margin-right:10px;
}

.login_control a:link, 
.login_control a:visited, 
.login_control a:active
{
	color:#666666;
	text-decoration:none;
}

.login_control a:hover
{
	color:#666666;
	text-decoration:underline;
}

.login_username
{
	margin-left: 15px;
	float: left;	
}

.login_status
{
	float: left;
	margin-left: 10px;
}

.login_help
{
	color:#666666;
	float: left;
	margin-left: 10px;	
}


/********** Form Styles **********/
.formButton
{
	font-size: 11px;
	width: 100px;
}

.formLabel, .formLabel_NoHand
{
	color:#666;
	font-weight:bold;
	font-size:12px;
	margin-bottom:1px;
}

.formLabel
{
	cursor:hand;
}

.formTextBox, .formMultilineTextBox, .formMultilineReadOnlyTextBox, .formReadOnlyTextBox
{
	font-size:11px;
	width:96%;
	border: solid 1px #cccccc;
}	

.formMultilineTextBox, .formMultilineReadOnlyTextBox
{
	height:45px;
}	

.formMultilineReadOnlyTextBox
{
	background-color:#eeeeee;
}	

.formReadOnlyTextBox
{
	background-color:#eeeeee;
}	

.formDropDownList
{
	width:200px;
	font-size:11px;
	border: solid 1px #cccccc;
}

.folderOperationDropDownList
{
	margin-top:2px;
	font-size:11px;
	border: solid 1px #cccccc;
}

.formCheckBox
{
}

.formCheckBoxLabel
{
	cursor:hand;
	cursor:pointer;
}

.formCheckBoxLabel_NoHand
{
}

.formFileUpload
{
	font-size:11px;
	width:96%;
	border: solid 1px #cccccc;
}

.colorDropDownList
{
	font-size:11px;
	border: solid 1px #cccccc;
}

.colorTextBox
{
	font-size:11px;
	width:75px;
}

.colorPreviewBox
{
	border:solid 1px #000; 
}

.formTopBannerRight
{
	border:solid 1px black;
	text-align:right;
	height:50px;
}

.formTopBannerLeft
{
	border:solid 1px black;
	text-align:left;
	height:50px;
}

.rowsColumsDropDownList
{
	width:120px;
	font-size:11px;
	border: solid 1px #cccccc;
}

.formDisplayOptionsCheckbox label
{
	color:yellow;
}

.optionsList
{
	list-style:none;
}

.buttons
{
	margin-top:3px;
    text-align: right;
}


/********** Navigation TreeView Styles **********/
#NavAreaHeader
{
	height:25px;
	padding-left:8px;
	padding-right:8px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:11pt;
	font-weight:bold;
	border-bottom:dotted 1px black;
	background: transparent url(../../includes/images/GenerateGradient.aspx?h=25&w=1&gh=60&start=85B3E2&end=F7FAFC&d=v) top right repeat-x;
}

.NavigationContainer
{
	position:relative;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	overflow:auto;
}

.contextMenu
{
	z-index:1000;
}

.mtvTreeNodeRoot
{
	padding-top:1px;
	padding-bottom:2px;
	cursor: hand;
	cursor: pointer;
}

.mtvTreeNode
{
	padding-top:1px;
	padding-bottom:2px;
	cursor: hand;
	cursor: pointer;
}
.navigationTreeviewNode, .navigationTreeviewNodeHover, .navigationTreeViewNodeSelected, .navigationTreeViewNodeSelectedHover
{
	position: relative;
	top: -2px;
	cursor: hand;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size:11px;
}

.navigationTreeviewNode
{
	color:#666666;
}

.navigationTreeviewNodeHover
{
	color:white;
	background-color:#A5B2C6;
}

.navigationTreeViewNodeSelected
{
	color:white;
	font-weight:bold;
	background-color:#737D8C;
}

.navigationTreeViewNodeSelectedHover
{
	
	color:#000000;
	font-weight:bold;
	background-color:#A5B2C6;
}

/******************** Presentation Collapse panel *********************/
.titleBar
{
	width:100%;
	height: 27px;
	background: transparent url(../../includes/images/GenerateGradient.aspx?h=27&w=1&gh=60&start=85B3E2&end=F7FAFC&d=v) top right repeat-x;
	margin-bottom:6px;
	border-bottom:dotted 1px #727F8C;
}

.titleBarLeft
{
	font-size: 11pt;
	font-weight:bold;
	padding-left:16px;
	width:250px;
}

.titleBarRight
{
	width:250px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
	text-align:right;
}



/********** Search Filter Styles **********/
.SearchFilterLeft, .SearchFilterRight
{
	
	background: #fff url(../../includes/images/GenerateGradient.aspx?h=27&w=1&gh=60&start=85B3E2&end=F7FAFC&d=v) repeat-x;       
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	border:solid 1px #cccccc;
	white-space:nowrap;
}

.SearchFilter a:link, 
.SearchFilter a:visited, 
.SearchFilter a:active
{
	color:#000000;                  
	text-decoration:none;
}

.SearchFilter a:hover
{
	color:#000000;                  
	text-decoration:underline;
}

.SearchFilterAscendingArrow
{
	margin-left:3px;
	margin-top:2px;
	height:5px;
	width:9px;
	background:url(../../includes/images/SearchFilter_Ascending_Arrow.gif) no-repeat;
}

.SearchFilterDescendingArrow
{
	margin-left:3px;
	margin-top:2px;
	height:5px;
	width:9px;
	background:url(../../includes/images/SearchFilter_Descending_Arrow.gif)  no-repeat;
}

.CalendarTextBox
{
	width:60px;
	font-size:11px;
	border:solid 1px #cccccc;
}

.CalendarPopupImage
{
	margin-top:2px;
	height:16px;
	width:16px;
	vertical-align:top;
	margin-left:3px;
	cursor:pointer;
}

.SearchFilterButton
{
	margin-left:3px;
	padding-left:3px;
	padding-right:3px;
	font-size:10px;
	border:solid 1px #cccccc;
	background-color:#eeeeee;
	cursor:pointer;
}

.SearchFilterDropDownList
{
	width:auto;
	border:solid 1px #cccccc;
	font-size:10px;
}


/******************** Mediasite Collapse panel *********************/
.mediasiteCollapse
{
	width: 100%;
	border-right: 1px solid #727F8C;
	border-top: 1px solid #727F8C;
	border-bottom: 1px solid #727F8C;
	border-left: 1px solid #727F8C;
	margin-bottom: 10px;
	background-color: #F7FAFC;
}

.mediasiteCollapse .collapse_panel_hover
{
	float: right;
	line-height: 1.8em;
	height: 1.8em;
	padding-right: 0.5em;
	font-weight: bold;
}



.mediasiteCollapse > div.collapse_panel_container
{
	padding-top: 3px;
	background: transparent url(../../includes/images/GenerateGradient.aspx?h=25&w=1&gh=60&start=85B3E2&end=F7FAFC&d=v) top right repeat-x;
}

.mediasiteCollapse .collapse_panel_text, .mediasiteCollapse .collapse_panel_text_noncollapse
{
	height: 1.2em;
	font-size: 11pt;
	font-weight:bold;
}

.mediasiteCollapse .collapse_panel_text
{
	padding-left: 16px;
	padding-bottom: 3px;
}

.mediasiteCollapse .collapse_panel_text_noncollapse
{
	padding-left: 8px;
	padding-bottom: 3px;
}

.mediasiteCollapse .collapse_panel_noncollapse
{
	border-bottom: 1px dotted #727F8C;
}

.mediasiteCollapse .collapse_panel_open
{
	background: url(../../includes/images/collapse_close_new.gif) no-repeat 0px 0;
	cursor: hand;
	cursor: pointer;
}

.mediasiteCollapse .collapse_panel_close
{
	background: url(../../includes/images/collapse_open_new.gif) no-repeat 0px 0;
	cursor: hand;
	cursor: pointer;
	border-bottom: 1px dotted #727F8C;
	
}

.mediasiteCollapse .collapse_panel_content
{
	margin-top: 4px;
}

.mediasiteCollapse .collapse_panel_footer
{
	padding: 3px;
	background-color:#EBF3FB;
	border-top: 1px solid #CCC;
	text-align: right;
}

.mediasiteCollapse .collapse_panel_footer input
{
	font-size:11px;
	width:100px;
	margin-left:2px;
}


/* Container for buttons (save, cancel, etc.) */
.button_bar
{
	padding: 3px 0 3px 0;
	background-color:#EBF3FB;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: right;
}

/******************** Links Collapse panel *********************/
.LinksPanel
{
	width: 100%;
	border: 0px solid #eeeeee;
	margin-bottom: 10px;
	background-color: #F7FAFC;
}

.LinksPanel .collapse_panel_hover
{
	float: right;
	line-height: 15px;
	height: 14px;
	font-weight: normal;
	font-size: 8pt;
	width:16px;
}

.LinksPanel .collapse_panel_hover img
{
	cursor: hand;
	cursor: pointer;
}

.LinksPanel > div.collapse_panel_container
{
	padding-top: 3px;
	background: transparent url(../../includes/images/GenerateGradient.aspx?h=18&w=1&gh=60&start=eeeeee&end=eeeeee&d=v) top right repeat-x;
}

.LinksPanel .collapse_panel_text, .LinksPanel .collapse_panel_text_noncollapse
{
	line-height: 11px;
	height: 14px;
	font-size: 8pt;
	font-weight:normal;
}

.LinksPanel .collapse_panel_text
{
	padding-left: 16px;
	padding-bottom: 0px;
}


.LinksPanel .collapse_panel_text_noncollapse
{
	padding-left: 8px;
	padding-bottom: 3px;
}

.LinksPanel .collapse_panel_noncollapse
{
	border-bottom: 0px dotted #727F8C;
}

.LinksPanel .collapse_panel_open
{
	background: url(../../includes/images/collapse_close_new.gif) no-repeat 0px -2px;
	cursor: hand;
	cursor: pointer;
}

.LinksPanel .collapse_panel_close
{
	background: url(../../includes/images/collapse_open_new.gif) no-repeat 0px -2px;
	cursor: hand;
	cursor: pointer;
	border-bottom: 0px dotted #727F8C;
	
}

.LinksPanel .collapse_panel_content
{
	margin-top: 2px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:2px;
}

.LinksPanel .collapse_panel_footer
{
	padding: 3px;
	background-color:#FFFFFF;
	border-top: 1px solid #CCC;
	text-align: right;
}

.LinksPanel .collapse_panel_footer input
{
	width:100px;
}

/******************** Configure Collapse panel *********************/
.ConfigurePanel /* outer container */
{
	
}

.ConfigurePanel div.collapse_panel_container
{
	width: 350px;
	border:solid 1px #cccccc;
	/*background-image:none;*/
	background-color:White;
}

.ConfigurePanel .collapse_panel_content  /* Inside Content */
{
	padding:6px;
	background-color:White;
}

.ConfigurePanel .collapse_panel_open{}
.ConfigurePanel .collapse_panel_close{}

.ConfigurePanel .collapse_panel_noncollapse
{
	border:none;
	padding:0px;
}

.ConfigurePanel .collapse_panel_text_noncollapse
{
	padding-top:2px;
	padding-left:3px;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	border-bottom:solid 1px #cccccc;
	background-color:#eeeeee;
	
	
	
}

.ConfigurePanel .collapse_panel_hover{}
.ConfigurePanel .collapse_panel_container_nohead{}
.ConfigurePanel .collapse_panel_footer{}

/*********************************** Data Grids *********************************/
.pager_wrapper
{
	margin-bottom: 0px;
}

.grid
{
	color:#666;
	border: none;
	padding: 25px;
}

.grid .PagerContainer
{
	border-bottom:solid 1px #eeeeee;
	margin-bottom:6px;
}


.grid a:link, 
.grid a:visited, 
.grid a:active
{
	color:#666;
	text-decoration:none;
}

.grid a:hover
{
	color:#666;
	text-decoration:underline;
}


.grid td
{
	color:#666;
	padding-left: 6px;
	padding-top: 3px;
	font-size: 12px;
}

.gridAltRow td
{
	color:#666;
}

.gridItemRow td
{
	color:#666;
}

.gridItemRowTop td, .gridAltRowTop td
{
	vertical-align: top;
	
}

.gridFooterTotal
{
	color: #000;
	background-color: #EDF5FC;
}

.gridEditRow
{
	background-color: #fff;
}

.gridHeaderRow 
{
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	color:#333333;
}

.gridHeaderRow th
{
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	color:#666666;
}

.gridHeaderRow td
{
	border-top:solid 1px #000000;
	border-bottom: 1px solid #EEE;
}

.gridFooterTotal td
{
	font-weight: bold;
	border-top: 3px double #BBB;
}

.gridCellNumber
{
	text-align: right;
}

.gridCellDateTime
{
	white-space: nowrap;
}

.grid .gridCellButton
{
	padding: 0 2px 0 2px;
}

.gridHeaderRow td a:link, 
.gridHeaderRow td a:visited, 
.gridHeaderRow td a:active, 
.gridHeaderRow td a:hover
{
	color: #666;
}

.gridSortIndicator
{
	float: right;
	margin: .3em;
}

.grid_item_header
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Presentation Grid */

.gridPresentation
{
	color:#666;
	border: none;
}

.gridPresentation .PagerContainer
{
	border-bottom:solid 1px #eeeeee;
}


.gridPresentation a:link, 
.gridPresentation a:visited, 
.gridPresentation a:active
{
	color:#666;
	text-decoration:none;
}

.gridPresentation a:hover
{
	color:#666;
	text-decoration:underline;
}


.gridPresentation td
{
	color:#666;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	font-size: 11px;
}

.gridPresentation .gridAltRow td
{
	color:#666;
	border-bottom: solid 1px #cccccc;
}

.gridPresentation .gridItemRow td
{
	color:#666;
	border-bottom: solid 1px #cccccc;
}

.gridPresentation .gridItemRowTop td, .gridPresentation .gridAltRowTop td
{
	vertical-align: top;
	
}

/* End Presentation Grid */

/************* Presentation Card Styles **********/
.previewHolder
{
    margin-left: 270px;
    min-height:150px;
    width:450px;
}

.PresentationCardPanel
{
	border:solid 1px #cccccc;
	padding:6px;
}

.PresentationCardFloatContainer
{
	display: inline-block; 
	width: 100%;
}

.PresentationCardFloatContainer : after
{
	clear:both;
}

.PresentationCardDetails_PresenterImage
{
	margin-right: 90px;
}

.PresentationCardTitle
{
	margin-bottom: 3px;
}

.PresentationCardPresenterList
{
	list-style: none;
	margin-bottom:3px;
	text-indent: 14px;
}

.PresentationCardPresenterList li
{
	background-image: url(../../includes/images/presenter_bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px -1px ;
}

.PresentationCardImageContainer_PresenterImage
{ 
	float:right;
	width:76px;
}

.PresentationCardImageBackground_PresenterImage
{
	width:60px;
	height:80px;
    background-image:url(../../includes/images/shadow.png);
    margin: 3px 0px 0px 6px;
    padding:0px 10px 10px 0px;
    background-position: right bottom;
}

.PresentationCardImage_PresenterImage
{
	width:60px;
	height:80px;
    margin-left:-5px;
    margin-top:-5px;
	border:solid 3px #fefefe;
}

.PresentationCardDescriptionText
{
	margin-top:6px;
	margin-bottom:6px;
}

.PresentationCardLink
{
	text-decoration:none;
	color:#6C6D8E;                  
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:3px;
}

.PresentationCardLink a:link, 
.PresentationCardLink a:visited, 
.PresentationCardLink a:active
{
	color:#6C6D8E;                  
	text-decoration:none;
}

.PresentationCardLink a:hover
{
	color:#6C6D8E;                  
	text-decoration:underline;
}

.PresentationCardDetails
{
	margin-bottom:3px;
}

.presentationDisplayPanel
{
	padding: 6px;
}

/******************** Presentation Slide Preview Styles ******************/
.cp_MainTable
{
	position:relative;
	table-layout: fixed;
	width:242px;
	border:none;
}

.cp_SlideContainer
{
	border:solid 1px #9c9c9c;       
	position:relative;
	overflow:hidden;
	height:180px;
    width:240px;
}

.cp_slideImage
{
    height:180px;
    width:240px;
}

.cp_panelDetails
{
	z-index:100;
	visibility:hidden; 
	background-color:#DDDDDD;        
	height:180px;
	width:240px;
	position:absolute;
	top:0px;
	left:0px;
}

.cp_detailsHeaderBar
{
	width:auto;
	height:14px;
	background: #fff url(../../includes/images/GenerateGradient.aspx?h=14&w=1&start=C8C8C8&end=FFFFFF&d=v) repeat-x;  
	padding-left:4px;
	padding-right:4px;
	border-bottom:solid 1px #9c9c9c;   
}

.cp_panelDetailsText
{
	overflow-y:auto;
	padding:2px;
	height:161px;
}

.cp_PlayerBar
{
	table-layout:fixed;
	width:242px;
	border:none;
	height:21px;
	background: url(../../includes/images/PlayerBottomBar.gif) no-repeat;
}

/************** Help Popups *************/
.helpPopup 
{
	margin-top:3px;
	cursor:pointer;
	cursor:hand;
}

.helpPopup .ImageWithPopup_PopupPanel
{
	z-index:100;
	padding:6px;
	width:400px;
	height:auto;
	max-height:300px;
	border:solid 1px black;
	background-color:lightyellow;
	text-align:left;
	font-weight:normal;
	font-size:11px;
	line-height:normal;
}

.viewCatalogLink
{
}

.viewCatalogLink img
{
	vertical-align:bottom;
}

/********** Search Control Styles  **********/
.searchControl
{
	
}

.searchControl td
{

}

.searchLabel
{
	color:#000000;
}

.searchTextBox
{
	font-size:11px;
	border: solid 1px #cccccc;      
	width:150px;
}

.searchButton
{
	margin-left:5px;
}

.searchOptionsPopup 
{
	cursor:pointer;
	cursor:hand;
	z-index:100;
}

.searchOptionsPopup .ImageWithPopup_PopupPanel
{
	padding:6px;
	width:200px;
	height:auto;
	border:solid 1px black;
	background-color:white;
	text-align:left;
	cursor:default;
}

.searchTypeDropDown
{
	font-size:11px;
	width:200px;
}


/*  Start  Edit Presentation Card */

.EditPresentationCard
{
	margin:0px 0px 0px 0px;
}

.EditPresentationCard_Over
{
}

.EditPresentationCardContainer
{
	padding:6px;
	color: #333;
}
    
.EditPresentationCardContainer .PresentationCardLeft
{
	width:120px;
	float:left; 
	text-align:center;
}

.EditPresentationCardContainer .PresentationCardRight
{
	float:right;
    width:230px;
}

.EditPresentationCardContainer .PresentationCardCenter
{
    margin-left:126px;
    margin-right:236px;
}

.EditPresentationCard .PresentationCardImagePresenter, .PresentationCardImagePresenter_Over
{
	width:60px;
	height:80px;
    background-image:url(../../includes/images/shadow.png);
    margin: 0px 6px 0px 30px;
    padding:0px 10px 10px 0px;
    background-position: right bottom;
}

.PresentationCardImagePresenter_Over
{
	cursor: hand;
	cursor: pointer;
}

.EditPresentationCard .PresentationCardImagePresenter img, .PresentationCardImagePresenter_Over img
{
	width:60px;
	height:80px;
    margin-left:-5px;
    margin-top:-5px;
	border:solid 3px #fefefe;
}

.PresentationCardImagePresenter_Over img
{
	border:solid 3px #C1C2FF;
}

.EditPresentationCard .PresentationCardImageThumbnail, .PresentationCardImageThumbnail_Over
{
	width:106px;
	height:80px;
    background-image:url(../../includes/images/shadow.png);
    margin: 0px 6px 0px 6px;
    padding:0px 10px 10px 0px;
    background-position: right bottom;
}

.PresentationCardImageThumbnail_Over
{
	cursor: hand;
	cursor: pointer;
}

.EditPresentationCard .PresentationCardImageThumbnail img, .PresentationCardImageThumbnail_Over img
{
	width:106px;
	height:80px;
    margin-left:-5px;
    margin-top:-5px;
	border:solid 3px #fefefe;
}

.PresentationCardImageThumbnail_Over img
{
	border:solid 3px #C1C2FF;
}

.EditPresentationCard .PresentationCardViewerLink img
{
		margin-bottom:3px;
}

.EditPresentationCard .PresentationCardTitle, .EditPresentationCard .PresentationCardTitle_Over
{
	font-size: 14px;
	font-weight: bold;
    margin-bottom:1px;
    padding:2px 17px 1px 3px;
    margin-right: 2px;
}

.EditPresentationCard .PresentationCardDescription, .EditPresentationCard .PresentationCardDescription_Over, 
.EditPresentationCard .PresentationCardAirDate, .EditPresentationCard .PresentationCardAirDate_Over, 
.EditPresentationCard .PresentationCardAirTime, .EditPresentationCard .PresentationCardAirTime_Over,
.EditPresentationCard .PresentationCardStatus, .EditPresentationCard .PresentationCardStatus_Over, 
.EditPresentationCard .PresentationCardDuration
{
    padding: 1px 17px 1px 3px;
    margin-right: 1px;
    margin-bottom: 0px;
}

.EditPresentationCard .PresentationCardTitle_Over,
.EditPresentationCard .PresentationCardDescription_Over, 
.EditPresentationCard .PresentationCardAirDate_Over, 
.EditPresentationCard .PresentationCardAirTime_Over,
.EditPresentationCard .PresentationCardPresenterList_Over,
.EditPresentationCard .PresentationCardStatus_Over
{
	background-color:#eeeeee;
	cursor: hand;
	cursor: pointer;	
	background-color:#eeeeee;
	background-image: url(../../includes/images/EditIcon.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

.EditPresentationCard .PresentationCardPresenterList,
.EditPresentationCard .PresentationCardPresenterList_Over
{
	list-style: none;
	margin-bottom:8px;
	/*padding: 2px 17px 1px 2px;*/
	margin-left: 0;
	text-indent: 14px;

}

.EditPresentationCard .PresentationCardPresenterList li,
.EditPresentationCard .PresentationCardPresenterList_Over li
{
	background-image: url(../../includes/images/presenter_bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px -1px ;
}

.EditPresentationCard .PresentationCardDuration
{
	margin-bottom:6px;
}

.EditPresentationCard .PresentationCardLinksContainer
{
	margin-top:3px;
}

.EditPresentationCard .PresentationCardEditLinksButton
{
	
}

.EditPresentationCard .PresentationCardEditLinksButton_Over
{
	background-image: url(../../includes/images/EditIcon.gif);
	background-repeat: no-repeat;
	background-position:right top;
}

/* End Edit Presentation Card */


/* Start Edit Presentation Dialog */

.PresentationDateSelector
{
}

.PresentationTimeControl
{
}

.PresentationDateSelector input, .PresentationTimeControl input, .PresentationTimeControl select
{
	font-size:11px;
	border: solid 1px #cccccc;
	
}

.PresentationTimeControl select
{
	margin-left:3px;
	height:18px;
	
}

.PresentationDateSelector img
{
	margin-left:3px;
	margin-bottom:2px;
	vertical-align:middle;
}

.PresentationDateSelector input
{
	font-size:11px;
	border: solid 1px #cccccc;
}


/* End Edit Presentation Dialog */


/* Start Links Editor */

.PresentationLinksEditor
{
	
}

.PresentationLinksEditor input
{
	border:solid 1px #cccccc;
	font-size:11px;
}

.PresentationLinksEditor .grid
{
	width:99%;
	table-layout:inherit;
	
}


/* End Links Editor */

/***************************** Calendar control *****************************/
.mediasite__calendar .ajax__calendar_container 
{
    border:1px solid #646464;       
    background-color:#ffffff;        
    color:#000000;                  
    padding: 0px;
    z-index:100;
    
}

.mediasite__calendar .ajax__calendar_header
{
	background-color: #798CA1;      
	color: #ffffff;                 
}

.mediasite__calendar .ajax__calendar_footer 
{
    border-top:1px solid #f5f5f5;   
} 

.mediasite__calendar .ajax__calendar_dayname 
{
    border-bottom:1px solid #f5f5f5;  
} 

.mediasite__calendar .ajax__calendar_day 
{
    border:1px solid #ffffff;       
} 

.mediasite__calendar .ajax__calendar_month 
{
    border:1px solid #ffffff;       
} 

.mediasite__calendar .ajax__calendar_year 
{
    border:1px solid #ffffff;      
} 

.mediasite__calendar .ajax__calendar_active .ajax__calendar_day 
{
    background-color:#a6D2F5;       
    border-color:#cccccc;           
    color:#646464;                      
} 

.mediasite__calendar .ajax__calendar_active .ajax__calendar_month 
{
    background-color:#a6D2F5;       
    border-color:#0066cc;           
    color:#646464;                  
} 

.mediasite__calendar .ajax__calendar_active .ajax__calendar_year 
{
    background-color:#a6D2F5;       
    border-color:#0066cc;           
    color:#646464;                  
} 

.mediasite__calendar .ajax__calendar_other .ajax__calendar_day 
{
    background-color:#EEEEEE;       
    border-color:#ffffff;           
    color:#646464;                  
} 

.mediasite__calendar .ajax__calendar_other .ajax__calendar_year 
{
    background-color:#EEEEEE;       
    border-color:#ffffff;           
    color:#646464;                  
} 

.mediasite__calendar .ajax__calendar_hover .ajax__calendar_day 
{
    background-color:#edf9ff;       
    border-color:#daf2fc;           
    color:#0066cc;                  
} 

.mediasite__calendar .ajax__calendar_hover .ajax__calendar_month 
{
    background-color:#edf9ff;       
    border-color:#daf2fc;           
    color:#0066cc;                  
} 

.mediasite__calendar .ajax__calendar_hover .ajax__calendar_year 
{
     background-color:#edf9ff;       
    border-color:#daf2fc;           
    color:#0066cc;                  
} 

.mediasite__calendar .ajax__calendar_hover .ajax__calendar_title 
{

} 

.mediasite__calendar .ajax__calendar_hover .ajax__calendar_today 
{
    color:#0066cc;                  
} 

.mediasiteCalendarImage
{
	position: relative; 
	top: 2px;
}



/*********** Start ClueTip jtip class **********/

.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 1px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin:  0 0 0px;
  padding: 3px  6px 3px 6px;
  font-size: 12px;
  font-weight: bold;
  background-color: #F7FAFC;
  border-bottom:solid 1px #cccccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0px 6px 0px 6px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/*********** End ClueTip jtip class **********/
