﻿html, body, form, #form1 
{
	font-family: Verdana,  Helvetica, Tahoma, "新細明體", sans-serif;
	font-size: 13px;
}
body
{
	/*
	color: #10314b;
	background-color: slategray;
	*/
	margin: 0;
	padding: 0;
}

div, span, td, .MyTextbox
{
	font-family: Verdana,  Helvetica, Tahoma, "新細明體", sans-serif;
	font-size: 13px;
    text-align: left;
}

.StickyWrap
{
	/* 
	width: 975px;  95%;	
	background-color: white;
	border-left: 1px solid #10314b;
	border-right: 1px solid #10314b;
	*/
	margin: 0 auto;
	
}
#PageContent
{
	z-index: 2;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.ClearBoth { clear: both; }





.Footer
{
	/* 
	width: 975px;  95%;	
	color: White;
	border-left: 1px solid #10314b;
	border-right: 1px solid #10314b;
	margin: 0 auto;
	*/
	height: 24px;
	margin: -24px auto 0 auto; /* auto centers the design */
	text-align: right;
	background-position: 0 -24px;
	
	padding: 0;
}
.FooterPanel
{
	/* BACKGROUND-IMAGE: url(../../Images/Footer_Bkg.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 24px; */
	vertical-align: middle;
	line-height: 24px;	/* this forces a vertical center */
	padding-left: 16px;
	padding-right: 16px;
}
.FooterContent
{
	margin: 0;	/* Padding-R: 5 Right + 130 Clock + 60 Logout CMS_Head_Spacer_Right */
	font-weight: bold;
}



.BlueBorder
{
	border: 1px solid #000040; 
}

.Bold
{
	font-weight: bold;
}
.Text_Left
{
	text-align: left;
}
.Text_Center
{
	text-align: center;
}
.Text_Right
{
	text-align: right;
}

.Underline
{
	text-decoration: underline;
}

.Big
{
	font-size: 17px;
}

.BigBox
{
	width: 800px;
	padding: 4px;
	margin-left:24px;
}

.Pad4
{
	padding: 4px;
}
.PadLeft2
{
	padding-left: 2px;
}
.NoBullet
{
	list-style-type: none;
}

/* 
	--------------------------------------------------
	XMenu Start
	--------------------------------------------------
*/
.XMenu
{
	/*
	border-top: 1px solid #10314b;
	border-right: 1px solid #10314b;
	border-left: 1px solid #10314b;
	*/
	margin-bottom: 16px;
	white-space:nowrap;
}

.XMenu h1
{
	/* 
	background-color: #1f6da9;	1f6da9 3a88ca
	border-bottom: 1px solid #10314b;
	color: White;
	*/
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	table-layout: fixed;
	padding: 4px 4px 4px 12px;
}

.XMenu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.XMenu ul li
{
	/*
	background-repeat: no-repeat;
	border-bottom: 1px solid #10314b;
	*/
}
.XMenu ul li a
{
	display: block;
	padding: 4px 4px 4px 20px;
	line-height: 19px;
	text-decoration: none;
}
.XMenu ul li a:hover
{
	/* color: black; */
}
.XMenu ul li:hover
{
	/* background-color: #E0E0E0; */
}

.XMenu ul li.MenuItem_Current
{
	/* background-color: #E0E0E0; */
}
.XMenu ul li.Menu_Item_Current a
{
	/* color: red; */
}
/* 
	--------------------------------------------------
	XMenu End
	--------------------------------------------------
*/


table.frame 
{
	/* border: 1px solid #10314b; */
}

td.Menu_Cell_Left, td.Menu_Cell_Right 
{
	padding: 4px 4px 4px 4px;
}


td.DownloadItem
{
	font-weight: bold;
}
td.DownloadIcon
{
	text-align: center;
}
td.DownloadLink 
{
	/* color: #3957A0; */
	font-weight: bold;
	table-layout: fixed;
}


td.Menu_Item_Current
{
	/* background-color: #E0E0E0; */
}
td.Menu_Item_Current a
{
	/* color: red; */
}
td.Menu_Item
{
	/* border-bottom: 1px solid #10314b; */
	cursor: hand;
	padding: 4px 4px 4px 20px;
	background-repeat: no-repeat;
	line-height: 19px;
}
td.Menu_Item:hover
{
	/* background-color: Silver; */
}
td.Menu_Item_Last
{
	border-bottom: 0;
}
fieldset
{
	/*
	border: 1px solid slategray;
	background-color: #f8f8f8;
	*/
	float:left;
	padding: 0 16px 8px 8px;
	width: 92%;	/* 680px */
	margin-bottom: 16px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	/* behavior: url(/App_Themes/Base/border-radius.htc); */
}
legend
{
	/*
	color: White;
	background: slategray;
	border: 1px solid slategray;
	*/
	padding: 4px 16px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	/* behavior: url(/App_Themes/Base/border-radius.htc);*/
}

input, textarea, select
{
	/* border: 1px solid #ABADB3; */
	line-height: normal;
	padding: 4px;
	vertical-align: middle;

	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	/* behavior: url(/App_Themes/Base/border-radius.htc);*/
	
	text-align: left; 
}

select option
{
	padding-left: 16px;
	padding-right: 16px;
}
a:link, a:visited
{
	/* color: #3366FF; */
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.HeaderLinks:link, a.HeaderLinks:visited
{
	/* color: #fff568; */
}
a.pageno:link 
{
	/* color: #3957A0; */
	font-weight: bold;
	text-decoration: underline;
}

a.pageno:visited 
{
	/* color: #999999; */
	font-weight: normal;
	text-decoration: none;
}

a.pageno:hover 
{
	/* color: #FF9900; */
	font-size: 12px;
	text-decoration: none;
}

.ContentTable
{
	/*
	border: 1px solid #10314b;
	background-color: white;
	*/
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.ConferenceList_Heading 
{
	/*
	background-color: slategray; slategray #3a88ca
	border-bottom: 1px solid #10314b;
	color: White;
	*/
	font-weight: bold;
	line-height: 26px;
	table-layout: fixed;
}

.ConferenceList_Header
{
	/* background-color: #E0E0E0; */
	padding: 2px;
}

.Visible
{
	visibility: visible;
}
.Invisible
{
	visibility: hidden;
}
.Hide
{
	display: none;
}
.Show
{
	display: block;
}
.ShowRow
{
	display: table-row;
}

#ctl00_CPH_Body_MeetingForm1_Table_InsertForm tr 
{
	display: table-row;	
}

.Recurring, .OneOff, .Advanced, .RecurringAdvanced, .RecurringSimple, .Length_MonthDays, .Length_WeekDays,
.Visibility1, .Visibility2, .Visibility3, .Visibility4, .Visibility5, .CurrentMeeting
{
}

.ComboSpacer
{
	width: 86px;
	display: inline-block;
}
.TopAlignTD
{
	vertical-align: top; 
	padding-top:4px;
}

.Radio
{
	padding: 0 8px 0 0;
	vertical-align: baseline;
}

.XButtonBlockUI
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 8px 0px 10px 4px;
}

.XButton
{
	/*
	border: 1px solid #ABADB3;
	background-color: #D0D0D0;
	*/
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	/* behavior: url(/App_Themes/Base/border-radius.htc);*/
	
	vertical-align: middle;
	cursor: pointer;
	padding: 4px 10px;
	text-align: center;
	
}
.XButton:hover 
{
	/*
	background-color: #C0C0C0;
	border: 1px solid #10314b;
	*/
}

.ui-datepicker-trigger
{
	vertical-align:middle; /*text-top */
	margin-left:2px;
	cursor: pointer;
}

.RedBorder
{
	border: 1px solid red;
}
.Red, a.Red
{
	color: red;
}
.Maroon
{
	/* color: darkred; */
}
.NoWrap
{
	white-space:nowrap;
}

.RowBottom
{
	/* border-bottom: 1px solid #E0E0E0; */
}

.VAlign_Top
{
	vertical-align: top; 
}
.InnerTable
{
	width: 100%; 
	border-spacing: 6px; 
	border-collapse:separate;
}
.InnerTable_CaptionCell
{
	vertical-align: top; 
	padding-top:5px;
	
	font-weight: bold;
	width: 94px;
}
.InnerTable_HelpCell, .InnerTable_HelpCell_MustFill
{
	width: 16px;
	background-image: url(../../Images/Help_Grey_16x16.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-align: center;
	cursor: pointer;
}
.InnerTable_HelpCell_MustFill
{
	background-image: url(../../Images/Help_Red_16x16.png);
}
.InnerTable_HelpCell:hover, .InnerTable_HelpCell_MustFill:hover
{
	background-image: url(../../Images/Help_16x16.png);
}
.TipTitle
{}

.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.ReadOnly
{
	/* background-color: #f8f8f8; */
}

.pager
{
	display:block;
	padding: 5px 0;
	margin: 10px 0 10px 0;
}
.pager a, .pager span
{
	/*
	border: 1px solid #E6E7E1;
	color: #0046D5;
	*/
	line-height: 20px;
	margin-right: 5px;
	padding: 0 6px;
}
.pager a:hover
{
	/* border-color: #0046D5; */
	text-decoration: none;
}
.pager .current
{
	/*
	background-color: #0046D5;
	border-color: #0046D5;
	color: #fff;
	*/
	font-weight: bold;
}
.pager .total, .pager .total strong
{
	/* color: Gray; */
	padding: 0 3px;
}
 
 
#Div_Conflict,.HScroller
{
	width: 707px;
	margin-top: 16px;
	padding-bottom:10px;
	overflow: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}
 
 .IconTable
 {
 	padding-left:4px;
 }
 .IconTable td
 {
 	font-size: 11px;
 	text-align: center;
 	padding: 0 4px 2px 4px;
 	width: 8%;
 	white-space: nowrap;
 }
 
.PivotTable
{
	margin-top: 24px;
	border-collapse:collapse;
}
.PivotTable td, .PivotTable th
{
	/* border: 1px solid #CCCCCC; */
	padding: 2px;
	text-align: center;
}
.PivotTable th
{
	font-weight: normal;
}
.PivotTable td
{
	line-height: 16px;
}
.PivotTable th.FirstColumn, .PivotTable td.FirstColumn
{
	text-align: left;
	width: 250px;
}
.Reports_HScroll
{
	overflow: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-y: hidden;
}
.SelectItemOver
{
	/* background-color: #E0E000; */
}
.SelectItemOut
{
	/* background-color: #FFFFFF; */
}

.SubMenu 
{
	margin-top: 8px;
	border-collapse: collapse;
}

.SubMenu td
{
	text-align: center;
}

a.CenterLink
{
	margin: 0 auto;
}


#AlertMessage_Content
{
	/* color: black; */
}
/* override tooltip */
div.ui-tooltip 
{
    max-width: 750px !important;
}


/* override datepicker */
.ui-datepicker-year, .ui-datepicker-month
{
	width: 40% !important;	
}

.SearchCriteria
{
	border-spacing: 6px; 
	border-collapse:separate;
}

.SearchResults
{
	width: 100%; 
	padding: 0 24px 8px 0;
	border-spacing: 4px; 
	border-collapse:separate;

}
.SearchResults th.ActionColumn, .SearchResults td.ActionColumn
{
	width: 40px;
	text-align: center;
}

.PivotTable_BottomSpace
{
	margin-bottom: 16px;	
}