﻿.Body
{
	background-color:SteelBlue;
}

.LeftZone
{
	border-right:solid 1px LightSteelBlue;
	border-bottom:solid 0px black;
}

.MiddleZone
{
	border-bottom:solid 0px black;
}

.RightZone
{
	border-left:solid 1px LightSteelBlue;
	border-bottom:solid 0px black;
}

.EditZone
{
	border-bottom:solid 0px black;
}

.CatalogZone
{
	border-bottom:solid 0px black;
}


.PartStyle
{
	/* border was 0 */
	border-bottom:solid 1px LightSteelBlue;
	border-left:solid 0px DarkBlue;
	border-right:solid 0px DarkBlue;
	border-top:solid 1px LightSteelBlue;
	direction:ltr;
	background-color:AliceBlue;
}

.PartChromeStyle
{
	background-color:AliceBlue;
	/*border:outset 0px DarkBlue;*/
	border-top:solid 1px LightSteelBlue;
	border-bottom:solid 1px LightSteelBlue;
}

.WaterMark
{
	background-color:AliceBlue;
	font-style:inherit;
	border:solid 1px black;
}

.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    z-index:300;
}

.modalPopup
{
    background-color:LightSteelBlue;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
    z-index:400;
    color:Black;
}
.modalPopupForm
{
    background-color:Gainsboro;
    border-width:3px;
    border-style:solid;
    border-color:DarkGray;
    padding:3px;
    width:400px;
    z-index:400;
}

.popupControl
{
	background-color:Gainsboro;
	position:absolute;
	border-top:solid 1px Black;
	border-bottom:solid 1px Black;
}

.Grid
{
	background-color:Lime;
	border:solid 10px black;
	font-style:italic;
}

.CollapsiblePanelHeader
{
	border-bottom:1px solid #2F4F4F;
	background-color: LightSteelBlue;
	  font-family: Tahoma;
      font-size: 12px;
      font-weight: bold;
    padding: 0px;
    margin-top: 0px;
	cursor:hand;
}
.CollapsiblePanelContent
{
    background-color: White;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Accordion */
.accordionHeader
{
    border-bottom: 1px solid #2F4F4F;
    color: white;
    background-color: LightSteelBlue;
      font-family: Tahoma;
      font-size: 12px;
      font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
}


#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}

#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}

.accordionContent
{
    background-color: White;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.topWhiteBorder
{
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #FFFFFF;
}
.bottomOpenBorder
{
	border-collapse: collapse;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
}
.leftThickBorder
{
border-left: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}
.leftWhiteBorder
{
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
.listRow
{
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#C3D7EF;
	color:Black;
}
.listAltRow
{
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#CCEFFF;
	color:Black;
}
.listSelRow
{
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:Navy;
	color:White;
}
.listHeader
{
	background-color:Navy;
	color:White;
	font-family:Verdana;
	font-size:9px;
	font-style:normal;
	font-weight:bold;
}
.quickLink
{
	background-color:#E8F8FF;
	border-bottom:solid 1px #BAEAFF;
	text-align:left;
}

.quickLinka
{
	text-decoration:none;
}


.selected
{
    background-color:#CCEEA3;
}
.topNormal
{
    border-top:solid 1px #AAAAAA;
}
.topSelected
{
    border-top:solid 1px #000000;
}
.bottomNormal
{
    border-bottom:solid 1px #AAAAAA;
}
.bottomSelected
{
    border-bottom:solid 1px #000000;
}
.rightNormal
{
    border-right:solid 1px #AAAAAA;
}
.rightSelected
{
    border-right:solid 1px #000000;
}
.leftNormal
{
    border-left:solid 1px #AAAAAA;
}
.leftSelected
{
    border-left:solid 1px #000000;
}
.tableCell
{
    height:85px;
}
.tableHeaderCell
{
    height:20px;
}
.slotCell_Available
{
	background-color:#90EE90;
	cursor:hand;
}
.slotCell_Booked
{
	background-color:#FFB6C1;
}
.Period_With_Roll
{
	background-color:#F5F5DC;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
}

.slotTable {
    border:1px solid #000000;
}

.slotTableHeader
{
    border-bottom:1px solid #000000;
    height:20px;
}

.slotDateCell
{
    border-top:1px solid #000000;
    background-color:#B0C4DE;
    height:20px;
    text-indent:5px;
}

.slotCellRightBorder
{
    border-right-style:dotted;
    border-right-width:1px;
    border-right-color:#AEAEAE;
    vertical-align:top;
}

.slotCellBottomBorder
{
    border-bottom-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:#AEAEAE;
}

.slotCellAvailable
{
	vertical-align:top;
    background-color:#90EE90;
    border:1px solid #000000;
    cursor:hand;
}

.slotCellAvailable:hover
{
    background-color:#B0C4DE;
    border:1px solid #000000;
    cursor:hand;
}

.slotCellBooked
{
	vertical-align:top;
    background-color:#FFB6C1;
    border:1px solid #000000;
    cursor:hand;
}
.slotCellBooked:hover {
    background-color:#B0C4DE;
    border:1px solid #000000;
    cursor:hand;
}
.slotCellDisabled
{
	vertical-align:top;
	background-color:#FFB6C1;
	border:1px solid #565656;
	color:#787878;
}

.Period_Without_Roll
{
	background-color:#FF7F50;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
}

.Period_Blank
{
	background-color:#708090;
	border-left:solid 1px #000000;
	border-top:solid 1px #000000;
	width:80px;
}
.Period_Heading
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color:Navy;
	background-color:#B0C4DE;
}
.Day_Heading
{
	border-left:solid 1px #000000;
}

.DateNode
{
	color:#1B6400;
}

.NoteNode
{
	color:#E9967A;
}

.showObject
{
	visibility:visible;
	position:absolute;
}

.hideObject
{
	visibility:hidden;
	position:absolute;
}

.CalendarItemCell
{
	height:90px;
	vertical-align:top;
	text-align:center;
	background-color:White;
	border:solid 1px #C3D9FF;
  width:150px;
}
.CalendarHeaderCell
{
	width:150px;
	text-align:center;
	background-color:#C3D9FF;
	color:#4231E6;
	border:solid 1px #C3D9FF;
}

.CalendarItemLabel {
	background-color:#E8EEF7;
	text-decoration:none;
	color: #000000;
}

.CalendarNoteLinkButton {
	background-color: #E8EEF7;
	text-decoration:none;
	color: #000000;
}

.DataListSeparator
{
	border-top: dotted 1px #000080;
	height:1px;
}


.GridView td
{
 border:solid 1px #2F892D;
}

.gridRowLine
{
	border-bottom:solid 1px Grey;
}

.zeroMargin
{
	margin:0px 0px 0px 0px;
}

a.button {
background: transparent url('../../images/bars/button.gif') no-repeat scroll top right;
color: #FFFFFF;
display: block;
float: left;
font: normal 11px Verdana, sans-serif;
height: 20px;
margin-right: 0px;
padding-right: 15px;
text-decoration: none;
}

a.button span {
background: transparent url('../../images/bars/button-span.gif') no-repeat;
display: block;
line-height: 12px;
padding: 4px 0 4px 15px;
}
a.button:active {
background-position: bottom right;
color: #FFFFFF;
outline: 0px;
}
a.button:active span {
background-position: bottom left;
padding: 5px 0 3px 15px;
}
a.button:hover{
font: normal 11px Verdana, sans-serif;
color: #ffaa00;
text-decoration:none;
}

a.pushButton_sel {
background: transparent url('../../images/Icons/pushButton.png') no-repeat scroll top left;
color: #0909FF;
display: block;
float: right;
font: normal 11px Tahoma, sans-serif;
height: 58px;
text-decoration: none;
line-height: 50px;
padding: 0px 10px 0px 0px;
width:110px;
}

a.pushButton {
background: transparent url('../../images/Icons/pushButton_sel.png') no-repeat scroll top left;
color: #0909FF;
display: block;
float: right;
font: normal 11px Tahoma, sans-serif;
height: 58px;
text-decoration: none;
width:120px;
}

a.pushButton span
{
background: transparent url('../../images/Icons/pushButton_sel_end.png') no-repeat scroll top right;
display: block;
line-height: 58px;
padding: 0px 10px 0px 0px;
}

a.pushButton:hover{
font: normal 11px Tahoma, sans-serif;
color: #ffaa00;
text-decoration:none;
line-height: 50px;
}

a.pushButton_sel:hover{
font: normal 11px Tahoma, sans-serif;
color: #ffaa00;
text-decoration:none;
line-height: 50px;
}

.pushButtonDataCell
{
    background-color:#F3F6FA;
    border-bottom:1px solid #C0C0C0;
    border-right:1px solid #C0C0C0;
    border-top:1px solid #C0C0C0;
}

.pushButtonBlankCell
{
    border-right:1px solid #C0C0C0;
    height:100%;
}

.tableCellBorderBottom
{
	border-bottom:solid 1px LightSteelBlue;
}

.srchInput {
border: 1px solid #cccccc;
width:244px;
height:20px;
color:#363636;
margin:0px;
padding:0px  0px  0px 2px;
line-height:18px;
vertical-align:middle;
}

.buttonLight
{
    background: white;
    border: solid 1px grey;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #001563;
    height: 25px;
}

.buttonLight:hover
{
    background: beige;
    border: solid 1px orange;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #001563;
    height: 25px;
}

.ListBoxCss
{
    color:Navy;
    background: beige;
    background-repeat:repeat;
    border: solid 1px orange;
    cursor:pointer;
    display:block;
    elevation:above;
    padding-right:2px;
    list-style-type:square;
}
.CssGridView
{
    font-family: Arial;
    font-size: 12px;
}

.CssGridView tr.row
{
    color: #000000;
    background-color: #FFFFFF;
}

.CssGridView tr.row:hover
{
    background-color:Orange;
    background-repeat: repeat-x;
    color: #333333;
}

.verticaltext
{
    font-size:smaller;
    writing-mode:tb-rl;
    text-indent:8px;
    height:100%;
}

.dropdowninset
{
    border-style:groove;
    padding: 3px;
    list-style-position:outside;
}

.Hlinklow
{
    display:block;
    color:Black;
    background-color:#ffff99;
    text-decoration: none;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
}

.Hlinklow:visited
{
    color:Maroon;
    background-color:Gray;
    text-decoration: none;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
}

.Hlinklow:hover
{
    display:block;
    background-color:#ecf081;
    text-decoration: none;
    font-size:10px;
    font-style:normal;
    font-weight:normal;
    cursor:pointer;
}

.LibSearchlabel
{
    border: none;
    background-color:White;
    font-family:Tahoma;
    font-style:normal;
    font-size:14px;
    font-weight: bold;
    text-align:center;
    cursor:pointer;
    letter-spacing:1px;
    vertical-align:middle;
}

.LibSearchlabel:hover
{
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:3px;
}

.searchdiv
{
     float:left;
     border:1px;
     border-color:Silver;
     border-style:solid;
     padding:1px;
}

.searchdiv:hover
{
    border-color:Gray;
}

.searchtextbox
{
    float:none; /* do not change this. IE - compatibility*/
    border-width:0px;
    margin:0px;
    font-size: 16px;
    padding:1px;
    outline-style:none;
}

.searchimage
{
    border-width:0px;
    margin:0px;
    padding:1px;
    outline-style: none;
    cursor: pointer;
}



.clearTableRow
{
    background-color:White;
    height:30px;
    border-bottom-color:White;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.clearTableRow:hover
{
    background-color:white;
    height:30px;
    border-color:Green;
}

.draggableRow
{
    background-color:Gray;
    height:15px;
}

.draggableRow:hover
{
    cursor:move;
}

.ReadMoreLabel
{
    background-color:White;
    color:GrayText;
    font-family:Arial;
    font-size:larger;
    font-style:normal;

}

.topTabButton
{
	background-color:#99D9EA;
	border-top:1px solid #000000;
	white-space:nowrap;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
}
.topTabButton a
{
	color:#000000;
}
.topTabButton_Selected
{
	background-color:#4682B4;
	border-top:1px solid #000000;
	white-space:nowrap;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
}
.topTabButton_Selected a
{
	color:#FFFFFF;
}


.CoolWhiteFrame
{
	border-color:LightGray;
	background-color:#f5f5f5;
	border-width:1px;
	border-style:solid;
}

.buttonSubmit
{
	position:relative;
	background-color:Brown;
	z-index 0;
	border-style:solid;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:White;
	height: 25px;
	 -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.buttonSubmit:hover
{
	background-color:#d1642e;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:White;
	height: 25px;
}

.buttonSubmit:active
{
	background-color:#d1642e;
	border-style:groove;
	border-color:Brown;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:White;
	height: 25px;
}

/*Page Progress*/
.overlay
{
	position: absolute;
	z-index: 98;
	background-color: #333333;
	filter: alpha(opacity=80);
	opacity: 0.8;
	width:99%;
	height:98%;
	text-align:center;
}
.overlayContent
{
	position:absolute;
	z-index: 99;
	margin: 250px auto;
	left:45%;
}
.overlayContent h2
{
	font-size: 18px;
	font-weight: bold;
	color:White;
	background-color:transparent;
	font-family:Tahoma;
	letter-spacing:1px;
}
.overlayContent img
{
	width:60px;
	height:60px;
}
.overlayNew
{
position: fixed;
z-index: 200000;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background-color: #333333;
filter: alpha(opacity=50);
opacity: 0.5;
text-align: center;
}
.slotCellBookedNotConfirmed
{
	vertical-align:top;
	background-color:#FFB600;
	border:1px solid #000000;
	cursor:hand;
}
.slotCellBookedNotConfirmed:hover {
	background-color:#B0C4DE;
	border:1px solid #000000;
	cursor:hand;
}


.warning-message {
	padding-left:11px;
	color:#EB5E00;
	font-size:12px;
	font-family:Tahoma, Arial, Verdana;
	text-align:left;
	letter-spacing:.6px;
	}
.warning-message-icon {
	color:#FFFFFF;
	font-size:17px;
	font-family:Tahoma, Arial, Verdana;
	text-align:center;
	letter-spacing:.6px;
	background-color:#EB5E00;
	}
.warning-message-table {
	border:solid 1px #EB5E00;
	}
.error-message {
	padding-left:11px;
	color:#880015;
	font-size:12px;
	font-family:Tahoma, Arial, Verdana;
	text-align:left;
	letter-spacing:.6px;
	}
.error-message-icon {
	color:#FFFFFF;
	font-size:17px;
	font-family:Tahoma, Arial, Verdana;
	text-align:center;
	letter-spacing:.6px;
	background-color:#880015;
	}
.error-message-table {
	border:solid 1px #880015;
	}
.success-message {
	padding-left:11px;
	color:#005A04;
	font-size:12px;
	font-family:Tahoma, Arial, Verdana;
	text-align:left;
	letter-spacing:.6px;
	}
.success-message-icon {
	color:#FFFFFF;
	font-size:17px;
	font-family:Tahoma, Arial, Verdana;
	text-align:center;
	letter-spacing:.6px;
	background-color:#005A04;
	}
.success-message-table {
	border:solid 1px #005A04;
	}

.WaterMarkWithFont
{
	float:none; /* do not change this. IE - compatibility*/
	border-width:0px;
	margin:0px;
	font-size: 16px;
	padding:1px;
	outline-style:none;
	color:Grey;
}


.NewAjaxTab .ajax__tab_header
{
    font-family:Tahoma;
    font-size: 14px;
    font-weight:bold;
    display:block;
}
.NewAjaxTab .ajax__tab_header .ajax__tab_outer
{
    border-color: #222;
    color: #222;
    padding-left: 2px;
    margin-right: 2px;
    border:solid 1px #d7d7d7;
}
.NewAjaxTab .ajax__tab_header .ajax__tab_inner
{
    border-color: #666;
    color:steelblue;
    padding: 1px 1px 1px 1px;
}
.NewAjaxTab .ajax__tab_hover .ajax__tab_outer
{
    background-color:lightsteelblue;
}
.NewAjaxTab .ajax__tab_hover .ajax__tab_inner
{
    color:steelblue;
}
.NewAjaxTab .ajax__tab_active .ajax__tab_outer
{
    border-bottom-color:steelblue;
    background-color:orange;
}
.NewAjaxTab .ajax__tab_active .ajax__tab_inner
{
    color: #000;
    border-color: #333;
}
.prettyChrome{
    background-color: #f1f3ec;
    border-color:darkgray;
    border-collapse: separate;
}

.prettyBoxOutShadow
{
    -moz-box-shadow: 0 0 16px gray;
    -webkit-box-shadow:  0 0 16px gray;
    box-shadow:  0 0 16px gray;
}

.prettyBoxInShadow
{
    -moz-box-shadow: inset 0 0 10px #888;
    -webkit-box-shadow:inset  0 0 10px #888;
    box-shadow: inset 0 0 10px #888;
}

.prettyBorder
{
    border-style:solid;
    border-color: #cccccc;
    border-width:1px;
}

.prettyTextBox
{
    font-family:Tahoma;
    font-size:20px;
	float:none; /* do not change this. IE - compatibility*/
	border-width:1px;
	padding:1px;
    border-style:groove;
    font-family:Tahoma;
    vertical-align:middle;
}

.bigLabel
{
    color:#555;
    font: normal 20px "Roboto",arial,sans-serif;
    float:none; /* do not change this. IE - compatibility*/
    border-width:0px;
    margin:0px;
    outline-style:none;
    vertical-align:middle;
}

.glowing-border {
    border: 1px solid Gray;
}

.glowing-border:focus {
    outline: none;
    border-color:#6293f4;
    box-shadow: 0 0 9px #6293f4;
}

.glowing-border:hover {
    outline: none;
    border-color:#6293f4;
}

.info-message {
	padding-left:11px;
	color:#b4a700;
	font-size:15px;
	font-family:Tahoma, Arial, Verdana;
	text-align:left;
	letter-spacing:.6px;
}
.info-message-icon {
	color:#FFFFFF;
	font-size:17px;
	font-family:Tahoma, Arial, Verdana;
	text-align:center;
	letter-spacing:.6px;
	background-color:#b4a700;
}
.info-message-table {
	border:solid 1px #b4a700;
}


.documentTab .ajax__tab_header {font-family:tahoma,verdana,helvetica;font-size:10px;background:url(../../Images/Bars/tab_dot.png) repeat-x bottom; margin-bottom:-1px; }
.documentTab .ajax__tab_header .ajax__tab_outer {padding-right:4px;background:url(../../Images/Bars/tab_right_32.png) no-repeat right;height:32px;}
.documentTab .ajax__tab_header .ajax__tab_inner {padding-left:3px;background:url(../../Images/Bars/tab_left_32.png) no-repeat;}
.documentTab .ajax__tab_header .ajax__tab_tab {height:24px;padding-top:4px;padding-bottom:4px;margin:0px;background:url(../../Images/Bars/tab_middle_32.png) repeat-x; outline:0px; color:Black; font-weight:normal;}
.documentTab .ajax__tab_header .ajax__tab_hover .ajax__tab_outer {cursor:pointer;background:url(../../Images/Bars/tab_right_hover_32.png) no-repeat right;}
.documentTab .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {cursor:pointer;background:url(../../Images/Bars/tab_left_hover_32.png) no-repeat;}
.documentTab .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {cursor:pointer;background:url(../../Images/Bars/tab_middle_hover_32.png) repeat-x;}
/*#.documentTab .ajax__tab_header .ajax__tab_active { margin-top: 1px; } */
.documentTab .ajax__tab_header .ajax__tab_active .ajax__tab_outer {background:url(../../Images/Bars/tab_right_selected_32.png) no-repeat right;}
.documentTab .ajax__tab_header .ajax__tab_active .ajax__tab_inner {background:url(../../Images/Bars/tab_left_selected_32.png) no-repeat;}
.documentTab .ajax__tab_header .ajax__tab_active .ajax__tab_tab {background:url(../../Images/Bars/tab_middle_selected_32.png) repeat-x;}
.documentTab .ajax__tab_body {border-left:1px solid LightSteelBlue;border-right:1px solid LightSteelBlue;background-color:#ffffff;}


.rowSelected
    {
        background-color: LightSteelBlue;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        -user-select: none;
        -ms-user-select: none;
    }

.padding_zero
{
    padding:0px;
}

.tooltip {
    display:none;
    background:transparent url(../../Images/ToolTipFrame.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
  }

.MediumLabel
{
    color:#555;
    font: normal 16px "Roboto",arial,sans-serif;
    float:none; /* do not change this. IE - compatibility*/
    border-width:0px;
    margin:0px;
    outline-style:none;
    vertical-align:middle;
}

.SmallLabel
{
    color:#555;
    font: normal 13px "Roboto",arial,sans-serif;
    float:none; /* do not change this. IE - compatibility*/
    border-width:0px;
    margin:1px;
    outline-style:none;
    vertical-align:middle;
}

.helpBackGround
{
    padding-left:2px;
    padding-right:2px;
    background-color:LightYellow;
    border-color:LightGray;
    border-style:groove;
    border-width:1px;
}

.ContentTextBoxForeColor
{
     color:Black;
}

.GridPager a, .GridPager span
{
    display:table;
    height: 20px;
    width: 60px;
    font-weight: bold;
    font-size:16px;
    text-align: center;
    vertical-align:middle;
    text-decoration:none;
}
.GridPager a
{
    background-color: #f5f5f5;
    color: #969696;
    font-size:16px;
    border: 1px solid #969696;
}
.GridPager span
{
    background-color: #4d90fe;
    color:White;
    font-size:16px;
    border: 1px solid #969696;
}

.span-sub-header {
	/*width:149px;*/
	padding:0px 5px 0px 5px;
	text-align:left;
	background-color:#b0c4de;
	color:#000;
	font-weight:bold;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial;
	}

	.imageUploaderField input{width:100%!important;}

.WindowsStyle .ajax__combobox_itemlist
{
position:absolute!important; 
height: 200px !important;
width:250px;
overflow: auto !important;
top: auto !important;
font-family:Courier New;
font-size:12px;
font-weight:normal;
}

a.pushButtonv2_sel
{
background: transparent url('../../images/Icons/pushButton.png') no-repeat scroll top left;
color: #0909FF;
display: block;
float: right;
font: normal 11px Tahoma, sans-serif;
height: 48px;
text-decoration: none;
line-height: 50px;
padding: 0px 10px 0px 0px;
width:110px;
}

a.pushButtonv2
{
background: transparent url('../../images/Icons/pushButton_sel.png') no-repeat scroll top left;
color: #0909FF;
display: block;
float: right;
font: normal 11px Tahoma, sans-serif;
height: 48px;
text-decoration: none;
width:120px;
}

a.pushButtonv2 span
{
background: transparent url('../../images/Icons/pushButton_sel_end.png') no-repeat scroll top right;
display: block;
line-height: 48px;
padding: 0px 10px 0px 0px;
}

a.pushButtonv2:hover
{
font: normal 11px Tahoma, sans-serif;
color: #ffaa00;
text-decoration:none;
line-height: 50px;
}

a.pushButtonv2_sel:hover
{
font: normal 11px Tahoma, sans-serif;
color: #ffaa00;
text-decoration:none;
line-height: 50px;
}
/* new changes for the floating add controls */
#tcEditZone
{
  display: none;
}

#tcCatalogZone
{
  padding: 0px;
}

#czCatalog
{
  position: absolute;
  right: 6em;
  background-color: #F0F0F0;
  box-shadow: 7px 10px 5px rgba(0, 0, 0, 0.5);
}
.listpadding label
{
    padding-right: 14px;
	padding-left:2px;
    display:inline;
}

.borderBottom
{
    border-bottom-style:solid;
    border-bottom-width:1px;
}



/* CBHS custom styles BEGIN */
/* NB: only applies to old modules - not newer modules in /f/ */
/* 2019-06-19: Moved back into PCSchool.css as the spider no longer includes separate css files */


/* workarounds start */

/* [Ticket #12634] spider2016 - students/caregivers see "add to portal homepage" button */
/* 2016-03-23: pcschool have neutered button but it still shows */
#ctl00_ContentPlaceHolder1_FeePayment1_btnFavourite,
  #ctl00_ContentPlaceHolder1_DocumentManagement_btnFavourite,
  #ctl00_ContentPlaceHolder1_StudentTT1_btnFavourite {
  display: none;
}

/* workarounds end */


/* all pages */

body {
  background-color: #F0F0F0;
}

@media print {
  body {
    background-color: #FFFFFF;
  }
}

.Body {
  background-color: #FFFFFF;
  margin: 0px;
}


/* crystal report viewer */

form#frmReport {
  position: absolute;
  top: 0px;
  left: 0px;
}

form#frmReport table#table1 {
  border-collapse: collapse;
}

form#frmReport table#table1>tbody>tr:first-child>td {
  position: absolute;
  display: block;
  z-index: 100;
  width: 16px;
  height: 16px;
  top: 8px;
  left: 480px;
  border: 1px solid #C0C0C0;
  background-color: #F0F0F0;
  color: #A0A0A0;
}

form#frmReport table#table1>tbody>tr:first-child>td::before {
  content: "x+1";
  display: block;
  padding-top: 2px;
  font-family: sans-serif;
  font-size: 9px;
  font-style:italic;
}

form#frmReport table#table1 span#FormulaLabel {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 500px;
  border: 1px solid #A0A0A0;
  padding: 4px;
  background-color: #FFFFFF;
  color: #000060 !important;
  font-size: 9pt !important;
  font-family: sans-serif;
}

form#frmReport table#table1 span#FormulaLabel>br {
  display: block;
  margin-top: 10px;
}

form#frmReport table#table1>tbody>tr:first-child>td:hover span#FormulaLabel {
  display: block;
}


/* cocurric */

#ctl00_ContentPlaceHolder1_StudentCoCurric1_ClearLinkButton {
  display: none;
}


/* student personal development */

#ctl00_ContentPlaceHolder1_StudentPD1_ClearLinkButton {
  display: none;
}


/* subject choices aka course options */

#ctl00_Main_OPSub_CompSubGridview>tbody>tr>td>table>tbody>tr>td[colspan="5"],
  #ctl00_Main_OPSub_OPSubjectGridView>tbody>tr>td>table>tbody>tr>td[colspan="5"] {
  border-bottom: 2px solid #606060;
}

#ctl00_Main_OPSub_CompSubGridview>tbody>tr>td>table>tbody>tr>td[style$="background-color:LightYellow;"],
  #ctl00_Main_OPSub_CompSubGridview>tbody>tr>td>table>tbody>tr>td[style$="background-color: lightyellow;"],
  #ctl00_Main_OPSub_OPSubjectGridView>tbody>tr>td>table>tbody>tr>td[style$="background-color:LightYellow;"],
  #ctl00_Main_OPSub_OPSubjectGridView>tbody>tr>td>table>tbody>tr>td[style$="background-color: lightyellow;"] {
  background-color: #F87050 !important;
}


/* result entry */

/* general page layout and fixes */

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry {
  width: 100% !important;
  font-weight: normal;
  border-style: solid none none !important;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_rowHeader {
  display: none;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_view {
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry>table>colgroup>col:first-child {
  width: 10px;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry>table>tbody>tr:nth-child(2)>td:first-child>div>table>tbody>tr>td {
  border-style: none !important;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry>table>tbody>tr:nth-child(3)>td:nth-child(2) {
  height: auto !important;
}

tr[fpspread="r"] {
  height: auto !important;
}

tr[fpspread="r"]>td {
  padding: 1px;
  vertical-align: middle !important;
}

/* data-specific styling */

#ctl00_ContentPlaceHolder1_ResultEntry1_ddlSubject option[value^='SS ||'],
  #ctl00_ContentPlaceHolder1_ResultEntry1_ddlSubject option[value^='10 ||'] {
  color: #008000;
  font-size: 0.9em;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_ddlSpreadView option[value="0"] {
  color: #A00060;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_ddlSpreadView option[value^="510"]:not([value="510"]),
  #ctl00_ContentPlaceHolder1_ResultEntry1_ddlSpreadView option[value^="511"]:not([value="511"]),
  #ctl00_ContentPlaceHolder1_ResultEntry1_ddlSpreadView option[value^="519"]:not([value="519"]) {
  color: #0060B0;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_ddlSpreadView option[value^="5296"]:not([value="5296"]),
  #ctl00_ContentPlaceHolder1_ResultEntry1_ddlSpreadView option[value^="5297"]:not([value="5297"]) {
  color: #B06000;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_ddlSpreadView option[value^="530"]:not([value="530"]) {
  color: #00B060;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport input[type=radio][checked][value="nya"] + label {
  background-color: #FFFF00;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport input[type=radio][value="Veto"] + label {
  color: #800000;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport span[disabled] {
  color: #A0A0A0;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport input[type="radio"][value$=".1"],
  #ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport input[type="radio"][value="ie"] {
  margin-left: 1em;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport input[type="radio"][value^="l"] + label {
  text-transform: capitalize;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport input[type="radio"][value^="L"][value*="."] + label::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #00E0C0;
  width: 4.5em;
  margin-left: -0.5em;
}

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport input[type="radio"][value^="L"][value$=".1"] + label::after {
  margin-left: 0.4em;
}

/* Learning Habits radio buttons (unique bgcolor!) */
#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport tbody>tr>td[bgcolor="#F0F0FE"]>table td {
  width: 23%;
}
#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry_viewport tbody>tr>td[bgcolor="#F0F0FE"]>table td:first-child {
  width: 8%;
}

/* NCEA radio buttons uneditable when final (unique bgcolor!) */

#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry td[fpcelltype="RadioButtonListCellType"][bgcolor="#FFFFFE"]>table {
  position: relative;
}
#ctl00_ContentPlaceHolder1_ResultEntry1_fpResultEntry td:not(:empty):not([whitespace="1"]) + td[fpcelltype="RadioButtonListCellType"][bgcolor="#FFFFFE"]>table::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  filter: alpha(opacity=50);
  opacity: 0.5;
}


/* result entry - comment window */

tr#CommentBank1_CommentBank_TableRow {
  display: none;
}

table#CommentBank1_Table2 fieldset:nth-child(3) {
  display: none;
}
/* best effort if no css3 support */
span#CommentBank1_lbltttTeacherSelect1, textarea#CommentBank1_TextCommentDB {
  display: none;
}

textarea#CommentBank1_TextComment {
  font-family: Arial, Sans-Serif;
  font-size: 11pt;
  line-height: 1.3em;
  height: 190px;
}

table#CommentBank1_HeaderCommentTable td:first-child {
  width: 80px !important;
  display: block;
  position: relative;
}

table#CommentBank1_HeaderCommentTable td:first-child::after {
  content: "<Save";
  display: block;
  position: absolute;
  top: 5px;
  left: 30px;
}

#CommentBank1_Table1>tbody>tr:first-child>td {
  display: none;
}

#CommentBank1_Table1 hr {
  display: none;
}


/* international module */

#ctl00_ContentPlaceHolder1_IntAgent_NewAgentHomeStayNameButton,
  #ctl00_ContentPlaceHolder1_IntAgent_DeleteAgentHomeStayButton,
  #ctl00_ContentPlaceHolder1_IntAgent_AgentHomeStaySaveButton,
  #ctl00_ContentPlaceHolder1_IntHomeStay_NewAgentHomeStayNameButton,
  #ctl00_ContentPlaceHolder1_IntHomeStay_DeleteAgentHomeStayButton,
  #ctl00_ContentPlaceHolder1_IntHomeStay_AgentHomeStaySaveButton {
  display: none;
}


/* student result entry */

#ctl00_ContentPlaceHolder1_StudentResultEntry1_fpResultEntry {
  font-weight: normal;
}

#ctl00_ContentPlaceHolder1_StudentResultEntry1_tcSubjectLabel,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcSubjectList,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcPeriodLabel,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcPeriodList,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcFormatLabel,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcFormat,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcFilterLabel,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcFilter,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcResultsPerPageLabel,
  #ctl00_ContentPlaceHolder1_StudentResultEntry1_tcResultsPerPage {
  display: none;
}


/* resource booking */

div#ctl00_ContentPlaceHolder1_ResourceBooking1_ResourceGridView1_FreezeRowPanel>table>tbody>tr>td {
  width: 60px !important;
  font-size: 1.2em;
  text-align: center;
  border: 1px solid black;
}

table#ctl00_ContentPlaceHolder1_ResourceBooking1_ResourceGridView1_FreezeColumnsGridView>tbody>tr>td {
  height: 60px !important;
}

table#ctl00_ContentPlaceHolder1_ResourceBooking1_ResourceGridView1_FreezeColumnsGridView>tbody>tr>td>table>tbody>tr>td>span {
  font-size: 10pt !important;
}

table#ctl00_ContentPlaceHolder1_ResourceBooking1_ResourceGridView1_ResourcesGridView>tbody>tr>td {
  height: 60px !important;
  width: 60px !important;
  font-size: 1em !important;
  vertical-align: middle;
}


/* eForms (new setup from Aug 2020, old styles yet to eyeball for anything useful) */
/* could move these styles to custom/eform_custom.css */

table#ctl00_ContentPlaceHolder1_IntQuestResponse1_eform_71 a#ctl00_ContentPlaceHolder1_IntQuestResponse1_ReSubmitButton,
table#ctl00_ContentPlaceHolder1_IntQuestResponse1_eform_72 a#ctl00_ContentPlaceHolder1_IntQuestResponse1_ReSubmitButton {
  display: none;
}

a#ctl00_ContentPlaceHolder1_IntQuestResponse1_ReSubmitButton+a#ctl00_ContentPlaceHolder1_IntQuestResponse1_StatusButton {
  display: none;
}


/* Document Management */
  div#ctl00_ContentPlaceHolder1_DocumentManagement_DocumentExplorer1_DocumentExplorerTabContainer::after {
    display: block;
    margin: 1px 0px;
    padding: 0.5em;
    font-size: 11pt;
    font-family: sans-serif;
    font-weight: normal;
    text-align: center;
    background-color: #FFFFC0;
    content: "To view a document, please double-click on the name.";
  }


/* Student Wizard */
  table#ctl00_ContentPlaceHolder1_StudentWizard_SubjectDataList>tbody>tr>td:nth-child(1),
  table#ctl00_ContentPlaceHolder1_StudentWizard_SubjectDataList>tbody>tr>td:nth-child(3) {
    width: 425px !important;
  }
  table#ctl00_ContentPlaceHolder1_StudentWizard_SubjectDataList>tbody>tr>td:nth-child(2) {
    border-left: 1px solid steelblue;
  }
  div#ctl00_ContentPlaceHolder1_StudentWizard_StudentWizardPanel div#SubjectDiv {
    width: fit-content !important;
  }


/* Legacy Timetable (only used by Student Wizard) - Pivot */

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr {
    display: block;
    float: left;
    width: 91px;
    border: 0px !important;
    overflow: hidden;
  }

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr>th {
    display: block;
    float: left;
    width: 90px;
    height: 15px;
    overflow: hidden;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 1px;
    background-color: #E0E8F0;
    color: #000000;
  }

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr>th:first-child::before {
    content: "Day \\ ";
  }

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr>th.Day_Heading {
    height: 32px;
    padding-top: 18px;
    padding-bottom: 0px;
    border-top: 1px solid #000000;
    border-left: 0px;
    border-bottom: 0px;
  }

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr>td {
    display: block;
    float: left;
    width: 90px;
    height: 50px;
    padding-left: 1px;
    overflow: hidden;
    overflow-y: auto;
  }

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr>td.Period_Heading {
    height: 16px;
    border-left: 1px solid #000000;
    background-color: #E0E8F0;
    color: #000000;
  }

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr:nth-child(2)>td {
    border-left: 0px;
  }

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr>td * {
    font-size: 10px !important;
    float: left;
    text-align: center;
  }

  div>table[id*="TimeTableGridView1_TimeTableGridView"]>tbody>tr span * {
    float: none;
  }

  table#ctl00_ContentPlaceHolder1_StudentWizard_TimeTableGridView1_TimeTableGridView td.Period_Without_Roll {
    background-color: #FFFFFF;
  }

  table#ctl00_ContentPlaceHolder1_StudentWizard_TimeTableGridView1_TimeTableGridView td.Period_Without_Roll[style="background-color:#F0E8C0;"],
  table#ctl00_ContentPlaceHolder1_StudentWizard_TimeTableGridView1_TimeTableGridView td.Period_Without_Roll[style="background-color:#F0E8C0;"]>table>tbody>tr>td {
    background-color: #FFFFFF !important;
  }


/* CBHS custom styles END */
