﻿body {
}
.title 
{
    font-size: 1em;
    font-weight: bold;
    font-family: Verdana;
}
.alert
{
    font-family: Verdana;
	color: Red !important;
	font-size: .8em;
}
.text
{
	font-family: Verdana;
	font-size: .9em;
}
.required
{
	font-family: Verdana;
	font-size: .9em;
	font-weight: bold;
}
.list
{
	font-family: Verdana;
	font-size: .8em;
}
.link
{
	font-family: Verdana;
	font-size: .6em;
}

.editlink
{
	font-family: Verdana;
	font-size: .6em;
}

.deletelink
{
	font-family: Verdana;
	font-size: .6em;
}

.detaillink
{
	font-family: Verdana;
	font-size: .6em;
}

.approvelink
{
	font-family: Verdana;
	font-size: .6em;
}

.GridMain
{
	border-right: gainsboro thin solid;
	border-top: gainsboro thin solid;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
	background-color: #333333;
	width: 400px;
}

.GridRow
{
	background-color: #FFFAFA;
}

.GridSelectedRow
{
	background-color: #E6E6FA;
}

.GridHeader
{
	background-color: #ADD8E6;
	font-weight: bold;
	text-align: left;
}

.SearchResults
{
  	font-family: Verdana;
	font-size: .8em;
}

div.blockMsg {
  background-color: #fff;
  background-image: url(../../images/progress-indicator.gif);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  height: 100px;
  width: 270px;
  font-family: Verdana;
}

.Readonly 
{
	color: Black;
	background-color: Silver;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ui-informationDialog {
    position: absolute;
    overflow: hidden;
    font-family:Tahoma;
    font-size: 1em;
    display: none;
    border: 1px solid;
    padding: 5px;
    width: 180px;
    border-color: rgba(0, 112, 163, 1);
    /* border: 1px solid #aed0ea;
    background: #deedf7 url(../../images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;*/
    background-color: whitesmoke;
    color: #222222;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/