/* ================================
CSS STYLES FOR Xtention PORTAL
v2.4, 05/2005
================================
*/
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBgTop
{
font-size: 8pt;
color: darkslategray;
font-family: Verdana, Helvetica, sans-serif;
/* background-color: #0000ff;*/
/* background-color: black;*/
text-decoration: none;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBgBottom
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
/* background-color: #F1F1F1;*/
text-decoration: none;
color:black;
}
.HeadBgBottomVert
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
background-color: #FFFFFF;
text-decoration: none;
color:black;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBgLine
{
/* background-color: #FFFFFF; */
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page */
.HeadBg
{
/* background-color: #1478eb; */
/* background-color: #666666;*/
}
/* background color for the content part of the pages */
.Bodybg
{
/* Green #8D9775 */
/* Blue #00BFFF */
background-color: #BFCAA8;
}
Body
{
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
}
.BodyMargin
{
border-color: #000000;
background-color : #CCD2BE;
}
select
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
}
/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
font-weight: bold;
font-size: 20px;
color: #333333;
font-family: Verdana Bold, Helvetica, sans-serif;
}
.footer
{
background-color: #FFFFFF;
}
.header
{
background-color: #8D9775;
}
.headertop
{
background-color : #CCD2BE;
/* This feature requires Microsoft� Internet Explorer 5.5 or later */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#CAD2B8' , EndColorStr= '#9CAB7B' );
}
.SelectedItem
{
color: #ECE9D8;
width: 100%;
text-align: center;
white-space: nowrap;
text-decoration: underline;
}
/* background/border colors for the selected tab */
.TabBg
{
/*background-color: #8D9775;*/
border-color: #000000;
background-color: #8D9775;
/* This feature requires Microsoft� Internet Explorer 5.5 or later */
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#CAD2B8' , EndColorStr= '#7E9153' );
}
/* text style for the selected tab */
.SelectedTabVert
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
text-decoration:none;
font-weight: normal;
height:10pt;
padding: 1px 1px 1px 1px;
width: auto;
background-color: #CCD2BE;
}
/* hyperlink styles of the unselected tabs */
A.SelectedTabVert:link {
text-decoration: none;
color: #000000;
}
A.SelectedTabVert:visited {
text-decoration: none;
color: #000000;
}
A.SelectedTabVert:active {
text-decoration: none;
color: #000000;
}
A.SelectedTabVert:hover {
text-decoration: none;
color: #000000;
}
/* text style for the unselected tabs */
.OtherTabsVert
{
font-size: 8pt;
color: #8D9775;
font-family: Verdana, Helvetica, sans-serif;
text-decoration: none;
padding: 1px 1px 1px 1px;
width: auto;
background-color:#FFFFFF;
}
td.OtherTabsVert:hover
{
color: #000000;
background-color: #CCD2BE;
}
td.OtherTabsVert:hover a
{
color: #000000;
background-color: #CCD2BE;
}
/* hyperlink styles of the unselected tabs */
A.OtherTabsVert:link {
text-decoration: none;
color: Black;
}
A.OtherTabsVert:visited {
text-decoration: none;
color: Black;
}
A.OtherTabsVert:active {
text-decoration: none;
color: Black;
}
A.OtherTabsVert:hover {
text-decoration: none;
color: #000000;
}
/* text style for the selected tab */
td.SelectedTab
{
font-weight: bold;
font-size: 8pt;
color: #8D9775;
font-family: Verdana, Helvetica, sans-serif;
text-decoration: none;
padding: 1px 1px 1px 1px;
width: auto;
background-color: #FFFFFF;
}
A.SelectedTab:link {
text-decoration: none;
color:#000000;
}
A.SelectedTab:visited {
text-decoration: none;
color:#000000;
}
A.SelectedTab:active {
text-decoration: none;
color:#000000;
}
A.SelectedTab:hover {
text-decoration: underline;
color:#000000;
}
/* text style for the unselected tabs */
.OtherTabs
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: #FFFFFF;
text-decoration:none;
font-weight: normal;
height:10pt;
}
td.OtherTabs {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: #FFFFFF;
text-decoration:none;
font-weight: normal;
height:10pt;
padding: 1px 1px 1px 1px;
width: auto;
}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
text-decoration: none;
color:#FFFFFF;
}
A.OtherTabs:visited {
text-decoration: none;
color:#FFFFFF;
}
A.OtherTabs:active {
text-decoration: none;
color:#FFFFFF;
}
A.OtherTabs:hover {
text-decoration: underline;
color:#FFFFFF;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: normal;
color: #FFFFFF;
}
/* hyperlink style for the site links */
A.SiteLink:link {
text-decoration: none;
color: #FFFFFF;
}
A.SiteLink:visited {
text-decoration: none;
color:#FFFFFF;
}
A.SiteLink:active {
text-decoration: none;
color:#FFFFFF;
}
A.SiteLink:hover {
text-decoration: underline;
color: #FFFFFF;
}
/* style for separator between site links */
.Accent
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: normal;
color: #FFFFFF;
font-weight: normal;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
font-size: 8pt;
background-color: #ffffff;
border: solid 1px #000000;
}
/* style of item titles by Announcements and events */
.ItemTitle
{
font-weight: bold;
font-size: 8pt;
color: #333333;
font-family: Verdana, Helvetica, sans-serif;
}
/* Datagrid item */
.GridHeader
{
/* green #C0CBB4 */
/* blue #00BFFF */
font-weight: bold;
font-size: 8pt;
color: Black;
font-family: Verdana, Helvetica, sans-serif;
background-color: #C0CBB4;
}
.GridFooter
{
/* green #C0CBB4 */
/* blue #00BFFF */
font-weight: bold;
font-size: 8pt;
color: black;
font-family: Verdana, Helvetica, sans-serif;
background-color: #C0CBB4;
}
.Item
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
line-height: 10pt;
background-color: #FFFFFF;
}
.AlternateItem
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
line-height: 10pt;
background-color: #F5F9F0;
background-color: #EEF4DF;
}
.CourseExpire
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
line-height: 10pt;
background-color: Fuchsia
}
.CourseNotAvailable
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
line-height: 10px;
background-color: Yellow
}
/* GENERAL */
/* style for module titles */
.Head {
font-family: Verdana, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: darkslategray;
}
/* style of item titles on edit and admin pages */
.SubHead {
font-family: Verdana, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: black;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
color: black;
}
/* text style used for most text rendered by modules */
.Normal
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
line-height: 10pt
}
.NormalNoLineHeight
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
color: #000000;
background: #FFFFFF;
/*border: 1px solid #CADCEA;*/
border: 1px solid #888888;
}
select
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
color: #000000;
border: 1px solid #888888;
}
.NormalRed
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
color: red
}
.NormalBold
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
}
.Panel
{
border: 1px;
border-color: Black;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
text-decoration: underline;
color: #003399;
}
A.CommandButton:visited {
text-decoration: underline;
color: #003399;
}
A.CommandButton:active {
text-decoration: underline;
color: #003399;
}
A.CommandButton:hover {
text-decoration: none;
color: #FF3300;
}
/* GENERIC */
H1
{
font-weight: normal;
font-size: 12pt;
color: darkslategray;
font-family: Verdana, Helvetica, sans-serif;
}
H2 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12pt;
font-weight: normal;
color: darkslategray;
}
H3 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11pt;
font-weight: normal;
color: navy;
}
H4 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11pt;
font-weight: normal;
color: navy;
}
H5, DT {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: navy;
}
H6 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: navy;
}
TFOOT, THEAD {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: navy;
}
TH {
vertical-align: baseline;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
color: navy;
}
A:link {
text-decoration: none;
color: #003399;
}
A:visited {
text-decoration: none;
color: #003399;
}
A:active {
text-decoration: none;
color: #003399;
}
A:hover {
text-decoration: underline;
color: red;
}
SMALL {
font-size: 7pt;
}
BIG {
font-size: 10pt;
}
BLOCKQUOTE, PRE {
font-family: Lucida Console, monospace;
}
UL LI {
list-style-type: square ;
}
UL LI LI {
list-style-type: disc;
}
UL LI LI LI {
list-style-type: circle;
}
OL LI {
list-style-type: decimal;
}
OL OL LI {
list-style-type: lower-alpha;
}
OL OL OL LI {
list-style-type: lower-roman;
}
HR {
color: dimgrey;
height:1pt;
text-align:left
}
.reminderTooltip
{
position:absolute;
top:0px;
left:0px;
z-index:2;
width: 200;
visibility:hidden;
font: 8pt MS Comic Sans,arial,sans-serif;
font-weight: Bold;
background-color:#003399;
padding:10px;
border: 3px solid black;
}
.reminderTooltip
{
position:absolute;
top:0px;
left:0px;
z-index:2;
width: 200;
visibility:hidden;
font: 8pt MS Comic Sans,arial,sans-serif;
font-weight: Bold;
background-color: White;
padding:10px;
border: 3px solid black;
}
/* TabStrip Settings -- Note: Due to Microsoft TabStrip Control (doesn't work with CSS),
some settings cannot be made in the CSS -- Change colors in 'portals\...\TabAndCalendarAttributes.XML' */
.TabStripDefault
{
display:block;
/* background-color: #CECF69; */
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
line-height:14pt;
text-decoration: none;
}
.TabStripSelected
{
display:block;
background-color: #CCD2BE;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
A.TabStripSelected:link
{
display:block;
background-color: #CCD2BE;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
A.TabStripSelected:visited
{
display:block;
background-color: #CCD2BE;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
A.TabStripSelected:active
{
display:block;
background-color: #CCD2BE;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
A.TabStripSelected:hover
{
display:block;
background-color: #CCD2BE;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
.schHeading {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma;
BACKGROUND-COLOR: #C0CBB4;
color: black;
font-weight: bold;
border-bottom:1px solid #A1AF82;
border-right:1px solid #A1AF82;
border-top:1px solid #A1AF82;
border-left:1px solid #A1AF82;
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#C9D1B6' , EndColorStr= '#A1AF82' ); */
}
.schNormal {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma;
TEXT-ALIGN: center;
BACKGROUND-COLOR: #A1AF82; /*#aaccee;*/
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#ddeeff' , EndColorStr= '#aaccee') }*/
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#C9D1B6' , EndColorStr= '#A1AF82' ); */
}
.schNormal2 {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma;
TEXT-ALIGN: center;
BACKGROUND-COLOR: #A1AF82; /*#ddeeff;*/
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#ffffff' , EndColorStr= '#ddeeff') }*/
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#EAEDE3' , EndColorStr= '#A1AF82' ); */
}
.empty
{
FONT-SIZE: xx-small;
BACKGROUND-COLOR: #F0F5F9;
}
/* Peters Blum Date Package */
.CSCCalendar
{
border-right: lightgrey ridge;
border-top: lightgrey ridge;
font-size: 8pt;
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color= 'gray' , Positive= 'true' ) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=96, FinishX=100, StartY=0, FinishY=0) progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=1, StartX=0, FinishX=0, StartY=97, FinishY=100);
border-left: lightgrey ridge;
border-bottom: lightgrey ridge;
font-family: Arial;
background-color: white;
}
.CSCCalendar TABLE
{
font-size: 8pt;
font-family: Arial;
background-color: white;
}
.CSCCalendarNoFilter
{
border-right: lightgrey ridge;
border-top: lightgrey ridge;
font-size: 8pt;
border-left: lightgrey ridge;
border-bottom: lightgrey ridge;
font-family: Arial;
background-color: white;
}
.CSCCalendarNoFilter TABLE
{
font-size: 8pt;
font-family: Arial;
background-color: white;
}
.CSCWeekRowsTable
{
border-right: black 1px solid;
border-top: black 1px solid;
font-size: 8pt;
border-left: black 1px solid;
border-bottom: black 1px solid;
font-family: Arial;
background-color: white;
}
.CSCDay
{
cursor: pointer; /* W3C approved hand. See http://www.xs4all.nl/~ppk/css2tests/index.html */
cursor: hand;
}
.CSCSelectedDay
{
background-color: gold;
cursor: pointer;
cursor: hand;
}
.CSCSelectedToday
{
font-weight: bold;
background-color: gold;
cursor: pointer;
cursor: hand;
}
.CSCToday
{
font-weight: bold;
cursor: pointer;
cursor: hand;
}
.CSCSpecialDay
{
cursor: pointer;
cursor: hand;
background-color: lemonchiffon;
}
.CSCOtherMonthDays
{
cursor: default;
color: gray;
}
.CSCWeekNumberColumn
{
border-right: blue 1px solid;
background-color: lightblue;
}
.CSCDayHeader
{
border-bottom: blue 1px solid;
}
.CSCDayHeader TR
{
font-size: 7pt;
background-color: lightblue;
}
.CSCDayHeaderCell
{
font-size: 7pt;
}
.CSCHeaderTable
{
font-size: 8pt;
border-bottom: blue 1px solid;
font-family: Arial;
}
.CSCHeaderRows
{
font-size: 8pt;
font-family: Arial;
cursor: default;
}
.CSCHeaderRows TR
{
background-color: inherit;
}
.CSCIncrementalButtons
{
cursor: pointer;
cursor: hand;
color: mediumblue;
}
.CSCIncrementalButtonsPressed
{
cursor: pointer;
cursor: hand;
color: darkblue;
}
.CSCJumpButtons
{
color: mediumblue;
cursor: pointer;
cursor: hand;
}
.CSCJumpButtonsPressed
{
color: darkblue;
cursor: pointer;
cursor: hand;
}
.CSCCloseButton
{
cursor: default;
}
.CSCCloseButtonPressed
{
cursor: default;
}
.CSCHelpButton
{
cursor: default;
}
.CSCHelpButtonPressed
{
cursor: default;
}
.CSCFooterTable
{
}
.CSCFooterTable TABLE
{
}
.CSCFooterButton
{
border-right: lightgrey thin outset;
border-top: lightgrey thin outset;
border-left: lightgrey thin outset;
color: black;
border-bottom: lightgrey thin outset;
background-color: lightblue;
font-size: 8pt;
font-family: Arial;
cursor: pointer;
cursor: hand;
}
.CSCFooterButtonPressed
{
border-right: lightgrey thin inset;
border-top: lightgrey thin inset;
border-left: lightgrey thin inset;
border-bottom: lightgrey thin inset;
background-color: lightblue;
color: black;
font-size: 8pt;
font-family: Arial;
cursor: pointer;
cursor: hand;
}
.CSCFooterCurrentDate
{
}
.SD_Selectable1
{
background-color: mistyrose;
cursor: pointer;
cursor: hand;
}
.SD_SelectableOM1
{
background-color: powderblue;
cursor: pointer;
cursor: hand;
}
.SD_Selectable2
{
background-color: palegoldenrod;
cursor: pointer;
cursor: hand;
}
.SD_SelectableOM2
{
background-color: gainsboro;
cursor: pointer;
cursor: hand;
}
.SD_Unselectable1
{
color: gray;
background-color: mistyrose;
}
.SD_UnselectableOM1
{
color: gray;
background-color: powderblue;
}
.SD_Unselectable2
{
color: gray;
background-color: palegoldenrod;
}
.SD_UnselectableOM2
{
color: gray;
background-color: gainsboro;
}
.DTBToggleCalendar
{
}
.DTBToggleCalendarPressed
{
}
.DTBHelpButton
{
}
.DTBHelpButtonPressed
{
}
.MYPMonthYearPicker
{
border-right: gray 1px solid;
border-top: gray 1px solid;
font-size: 8pt;
border-left: gray 1px solid;
border-bottom: gray 1px solid;
font-family: Arial;
background-color: white;
}
.MYPMonthYearPicker TABLE
{
font-size: 8pt;
font-family: Arial;
background-color: white;
}
.MYPMonthTable
{
}
.MYPYearTable
{
}
.MYPMonthCell
{
cursor: pointer;
cursor: hand;
}
.MYPSelectedMonthCell
{
background-color: gold;
cursor: pointer;
cursor: hand;
}
.MYPYearCell
{
cursor: pointer;
cursor: hand;
}
.MYPSelectedYearCell
{
cursor: pointer;
cursor: hand;
background-color: gold;
}
.MYPOutOfRangeCell
{
color: gray;
}
.MYPMoveYearsButtons
{
}
.MYPMoveYearsButtonsPressed
{
}
.MYPTogglePicker
{
}
.MYPTogglePickerPressed
{
}
.PDPContextMenu
{
border-right: lightgrey 1px solid;
border-top: lightgrey 1px solid;
font-size: 8pt;
border-left: lightgrey 1px solid;
border-bottom: lightgrey 1px solid;
font-family: Arial;
background-color: white;
}
.PDPContextMenu TABLE
{
font-size: 8pt;
font-family: Arial;
background-color: white;
}
/* Silver theme */
/* style for separator between site links */
.Accent
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: normal;
color: Black;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8.5pt;
font-weight: normal;
color: Black;
}
/* hyperlink style for the site links */
A.SiteLink:link {
text-decoration: none;
color: Black;
}
A.SiteLink:visited {
text-decoration: none;
color:Black;
}
A.SiteLink:active {
text-decoration: none;
color:Black;
}
A.SiteLink:hover {
text-decoration: underline;
color: Black;
}
/* background color for the content part of the pages */
.Bodybg
{
background-color: #EFEDED;
}
/* text style used for most text rendered by modules */
.Normal
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
line-height: 10pt
}
/* text style for the unselected tabs */
.OtherTabs
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: Black;
text-decoration:none;
font-weight: normal;
height:10pt;
}
td.OtherTabsVert:hover
{
color: #000000;
background-color: #E6E4E4;
}
td.OtherTabsVert:hover a
{
color: #000000;
background-color: #E6E4E4;
}
Body
{
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
}
.SelectedItem
{
color: #ECE9D8;
width: 100%;
text-align: center;
white-space: nowrap;
text-decoration: underline;
}
/* background/border colors for the selected tab */
.TabBg
{
/*background-color: #8D9775;*/
border-color: #000000;
background-color: #C2C0C2;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#F5F1F2' , EndColorStr= '#B2B1B5' );
}
/* text style for the selected tab */
.SelectedTabVert
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
text-decoration:none;
font-weight: normal;
height:10pt;
padding: 1px 1px 1px 1px;
width: auto;
background-color: #C2C0C2;
}
.header
{
background-color: #B1A9A1;
}
.headertop
{
background-color : #C2C0C2;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#F5F1F2' , EndColorStr= '#B2B1B5' );
}
/* TabStrip Settings -- Note: Due to Microsoft TabStrip Control (doesn't work with CSS),
some settings cannot be made in the CSS -- Change colors in 'portals\...\TabAndCalendarAttributes.XML' */
.TabStripDefault
{
display:block;
background-color: #C2C0C2;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
line-height:14pt;
text-decoration: none;
}
.TabStripSelected {
display:block;
background-color: #B1A9A1;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
A.TabStripSelected:link
{
display:block;
background-color: #B1A9A1;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
A.TabStripSelected:visited
{
display:block;
background-color: #B1A9A1;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
A.TabStripSelected:active
{
display:block;
background-color: #B1A9A1;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
A.TabStripSelected:hover
{
display:block;
background-color: #B1A9A1;
text-align: center;
color: #000000;
font-size: 8pt;
font-family: Verdana;
font-weight: normal;
text-decoration:none;
line-height:14pt;
}
/* Datagrid item */
.GridHeader
{
font-weight: bold;
font-size: 8pt;
color: Black;
font-family: Verdana, Helvetica, sans-serif;
background-color: #C2C0C2;
}
.GridFooter
{
font-weight: bold;
font-size: 8pt;
color: black;
font-family: Verdana, Helvetica, sans-serif;
background-color: #C2C0C2;
}
.Item
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
line-height: 10pt;
background-color: #FFFFFF;
}
.AlternateItem
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
line-height: 10pt;
background-color: #EFEDED;
}
/* scheduler */
.schHeading {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma;
BACKGROUND-COLOR: #C2C0C2;
color: black;
font-weight: bold;
border-bottom:1px solid #A1AF82;
border-right:1px solid #A1AF82;
border-top:1px solid #A1AF82;
border-left:1px solid #A1AF82;
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#C9D1B6' , EndColorStr= '#A1AF82' ); */
}
.schNormal {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma;
TEXT-ALIGN: center;
BACKGROUND-COLOR: #B1A9A1;
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#ddeeff' , EndColorStr= '#aaccee') }*/
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#C9D1B6' , EndColorStr= '#A1AF82' ); */
}
.schNormal2 {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma;
TEXT-ALIGN: center;
BACKGROUND-COLOR: #B1A9A1;
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#ffffff' , EndColorStr= '#ddeeff') }*/
/* filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#EAEDE3' , EndColorStr= '#A1AF82' ); */
}
.empty
{
FONT-SIZE: xx-small;
BACKGROUND-COLOR: #EFEDED;
}
.calendarTitle {
FONT-SIZE: 12pt;
FONT-FAMILY: Tahoma;
BACKGROUND-COLOR: #B1A9A1;
color: black;
font-weight: bold;
}
.calendarDayHeader {
FONT-SIZE: 9pt;
FONT-FAMILY: Tahoma;
BACKGROUND-COLOR: #C2C0C2;
color: black;
font-weight: bold;
}
body {
}
.leftPane {
padding-right: 10px;
margin-right: 20px;
}
.leftPane, .rightPane {
float: left;
}
.previmage {
width: 230px;
height: 220px;
vertical-align: middle;
}
#pvwImage {
display: none;
margin: 10px;
width: 200px;
height: 180px;
vertical-align: middle;
}
.size-custom {
width: 900px;
}