﻿.datagrid
{
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:12px;
	width:100%;
	border:solid 0px #ad9e87;
}

.datagrid th, .datagrid td
{
	cursor:default;
	height:30px;
}

.datagrid th
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#fff;
    background: url(../img/blue_bar.gif) repeat-x;
    color:#FFF;	
    background-color:#149bdb;
    font-weight:bold;
    text-align:left;
    height:26px;
    font-size:11px;
    vertical-align:middle;
    padding:5px;
}  

.datagrid td
{
    color:#000;
	padding:2px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#fff;		
}

.datagrid td a.title:link
{
	color:#003366;
}

.datagrid td a.title:hover
{
	text-decoration:none;
	color:#ff0000;
}


.datagrid tr:hover{ background-color:#e9eef2; }

.alteritem
{
	background-color:#e8f7fd;
	border:0;
}

.linkDeleteAll
{
	background:url(../images/delete.jpeg) no-repeat 0 100%;
	padding-left:15px;
	color:#005193;
	font-weight:bold;
	text-decoration:none;
	border:0;
}

.btnDeleteAll
{
	background:url(../images/delete.jpeg) no-repeat 0 100%;
}

.linkAdd
{
	background:url(../image/add.jpg) no-repeat 0 100%;
	color:#005193;
	font-weight:bold;
	text-decoration:none;
	font:12px verdana;
	padding-left:20px;
}

.linkBack
{
	background:url(../image/back1.jpg) no-repeat 0 100%;
	color:#005193;
	font-weight:bold;
	text-decoration:none;
	font:12px verdana;
	padding:0 20px 0 20px;
	line-height:20px;
	float:right;
}

.tdleft
{
	font:Verdana Arial Sans-Serif;
	font-weight: bold;
	text-decoration:underline;
	font-size: 14px;
	color:#005193;	
}

.pagerstyle
{
	color: #444444;
	background-color: #fff;
	font-size: 14px;
	color: Red;
	text-align: left;
	/*border: solid 1px #000;*/
	width: 50px;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}

.pagerstyle a:link
{
	color: red;
	background-color: #005193;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #000;
	/*width: 50px;
	/*height: 40px;*/
}

.pagerstyle span
{
	color: red;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #000;
	/*width: 50px;
	/*height: 40px;*/
}

.pagerstyle a:hover
{
	color: red;
	background-color: #e5e5e5;
	font-size: 14px;
	text-align: center;
	border: solid 1px #000;
	/*width: 50px;
	/*height: 40px;*/
}

.pagerstyle select
{
	font-size: 20px;
	border: solid 1px blue;
}

/*Message Box*/
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin:10px 0 10px 1px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
width:91.5%;
font-weight:bold;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
}

.LinkEdit
{
    color:red;
    font-size:14px;
}