﻿.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;*/
	color:Gray;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:300;
	-moz-opacity: .70;
	-webkit-opacity: .70;
}

.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:Black;
}

.CalendarNoteLinkButton
{
	background-color:#E8EEF7;
	height:15px;
	text-decoration:none;
	color:White;
}
.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:solid;
	padding: 2px;
	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:LightGray;
	color:Black;
	font-weight:bold;
	font-size:14px;
	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;
}

