/*Source file: ~/Layouts/default/CSS/OS.Web.css*/
.Pager_Label
{
font-size: 9pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.Pager_PageNubmers
{
text-decoration: none;
width: 16px;
height: 16px;
background: #A9B9BA;
cursor: hand;
color: #2952a3;
overflow: visible;
margin: 2px;
padding: 1px;
padding-right: 2px;
font-size: 9pt;
}
a.Pager_PageNubmers:hover
{
text-decoration: none;
width: 16px;
height: 16px;
background: #A9B9BA;
cursor: hand;
color: Red;
overflow: visible;
margin: 2px;
padding: 1px;
padding-right: 2px;
font-size: 9pt;
}
.TextBox_HeaderStyle
{
font-size: 10pt;
color: #8C8C8C;
font-weight: bold;
}
.TextBox_MaxLengthStyle
{
font-size:8pt;color: #2952a3;
}
.MessageBox_Warning
{
background-color:#FFFECB;
border:solid 1px #FFC750;
color:#895F1E;
}
.MessageBox_Info
{
background-color:#E0F4FE;
border:solid 1px #2344A9;
color:#2344A9;
}
.MessageBox_Error
{
background-color:#F7E2E1;
border:solid 1px red;
color:Red;
}
.ValidationSummary
{
font-weight:bold;
text-align:center;
background-repeat:no-repeat;
background-position:15px 20px;
padding-left:40px;
}
.Entity_EditTags_Input
{
width: 100%;
width: expression("80%");
display: expression((window.$$_timeout = window.setInterval("if(window.$$_timeout!=-1) { var a=$get('" + this.id + "'); a.style.width=a.offsetParent.offsetWidth-30+'px'; a.style.display = 'block'; } clearInterval(window.$$_timeout); window.$$_timeout=-1;", 700)) ? "none" : "block");
}
