﻿option:checked { color: black; background: #cae2ff; }
option:hover { color: black; background: #ccc; }
.RegularText {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}
.BoldText {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    font-weight:bold;
}
.WarningText {
    font-family: Arial;
    font-size: 12px;
    color: #ff0000;
}

.RegularTextbox {
    height:18px; 
    border-color:#7f9db9; 
    border-style:solid; 
    border-width:1px;
    font-family:Arial;
    font-size:12px;
    color:#000000;
    vertical-align:middle;
}

.ReadOnlyTextBox {
    height:18px; 
    border-color:#7f9db9; 
    border-style:solid; 
    border-width:1px;
    font-family:Arial;
    font-size:12px;
    color:#888888;
    vertical-align:middle;
}

.RegularTextArea {
    border-color:#7f9db9; 
    border-style:solid; 
    border-width:1px;
    font-family:Arial;
    font-size:12px;
    color:#000000;
    vertical-align:middle;
}

.ReadOnlyTextArea {
    border-color:#7f9db9; 
    border-style:solid; 
    border-width:1px;
    font-family:Arial;
    font-size:12px;
    color:#888888;
    vertical-align:middle;
}
.RegularDropdown {
    font-family:Arial;
    font-size:12px;
    color:#000000;
    vertical-align:middle;
    height:22px; 
}

.ReadOnlyDropdown {
    font-family:Arial;
    font-size:12px;
    color:#888888;
    vertical-align:middle;
    height:22px; 
}

.RegularButton{
    background-color: #307ee9;
    font-family: Arial!important;
    font-size: 11px!important;
    color: #ffffff!important;
    height: 24px;
    border-color: #207ee9;
    border-radius: 4px;
    white-space:nowrap;
    vertical-align:middle;
    min-width:75px;
}

.DisabledButton{
    background-color: #cccccc ;
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    height: 24px;
    border-color: #cccccc ;
    border-radius: 4px;
    white-space:nowrap;
    min-width:75px;
}

.HoverButton{
    background-color: #0059c2 ;
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    height: 24px;
    border-color: #207ee9 ;
    border-radius: 4px;
    white-space:nowrap;
}

button:hover:enabled {
    background-color: #0059c2;
}

.DisabledArea {
    background-color: #aaaaaa;
    opacity: 0.4;               /* IE9 and newer   */
    filter: Alpha(opacity=40);  /* IE8 and earlier */
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2900;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: none; 
    margin: auto;
}

.ExpandingBar{
	FONT-FAMILY: Arial;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    color:Black;
	background-image:url(../Images/ExpandingBar.bmp);
	background-repeat:repeat-x;
	  
	}
	
.ExpandingBarLabel{
	FONT-FAMILY: Arial;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    color:Black;
	}		
	
.ExpandingBarUp{
	background-position: left top;
	background-image: url(../Images/navh_arrowu.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 35px;
	}
	
.ExpandingBarDown{
	background-position: left top;
	background-image: url(../Images/navh_arrowd.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 35px;
	}		

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.uidialog{
    display: none;
    margin: auto;
}
.ItemStyleLink {
    color: #3333cc;
}
.ItemStyleLinkRed{
	color: red;
} 

/* resize icon*/
.ui-dialog .ui-resizable-se {
    right:0px !important;
    bottom:0px !important;
     width: 14px !important;
    height: 14px !important;
    background-position: -80px -224px !important;
}
/*.ui-resizable-se {
    background-color:#1861a6;
}*/

.ItemStyleNoBorder
{
	font-weight: normal;
	font-size: 10pt;
	border-bottom-color: black;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: black;
	/*xcolor: #3333CC;*/
	border-top-style: none;
	border-top-color: black;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: transparent;
	border-bottom-style: none;
} 

.FullscreenWithBorder {
  position: fixed;
  top: 0;
  left: 5px;
  bottom: 5px;
  right: 5px;
  font-family:Arial; 
  font-size:12px;
  border:1px solid grey;
  
}

.SectionTitleBar{
    height:25px;
    width:99%; 
    background-color:#eee;
    line-height: 25px; 
    padding: 0;
    font-weight:bolder;
    margin-bottom:5px;
}
.SectionItems{
    margin-left:20px;
    width:20px;

}
.ui-binwhite-icon {
    float:right;
    background:url( ../Images/BinWhite.png) right center no-repeat ;
    width:15px;
    height:15px;
    padding:0;
    margin-right:-10px;
    text-indent:-999px;
}
.ui-binwhite-title-text{
    font-family: Arial; 
    font-size: 12px; 
    font-weight:bolder;
    color:#ffffff;
    vertical-align:top;
    text-align:left;
}

.dialog-confirmation {
    font-family: Arial; 
    font-size: 12px; 
    margin: 20px 10px 20px 10px;
    width: auto; 
    height: auto; 
    min-height: 40px; 
    max-height: 300px;
    display: block;
    float: left;
}

.dialog-icon-div {
    float: left;
    vertical-align: top;
    width: 30px;
} 

.dialog-text-div {
    float: left;
    vertical-align: top;
    width: 345px;
} 
.popup-iframebody{
	margin:0;
	border-collapse:collapse;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.DatagridItemStyle
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: black;
	font-family: Arial;
	letter-spacing: normal;
	background-color: transparent;
}

.DatagridSelectedStyle
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: black;
	font-family: Arial;
	letter-spacing: normal;
	background-color:Highlight;
}
.IMATGridListDivHighlight{
 background:#FFFACD;	
 border-style:solid;
 border-color:#6777FF;
 border-width:1;
 overflow:auto;
	}
	
.IMATTextboxHighlight{
 background:#FFFACD;
 border-style:solid;
 border-color:#6777FF;
 border-top-width:1;
 border-left-width:1;
 border-right-width:1;
 border-bottom-width:2;
	}
.dialogWithDropShadow { box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }
