﻿

/* GridView
   ============================= */

.gridview tr.header {
background: #C5DBF7;
}

.gridview th {
font-size: 11px;
padding: 2px;
color:White;
background: #555;
letter-spacing: 0;
font-family: Arial, sans-serif;
text-align: left;
padding-left: 5px;
}

/* Table Body Styling
   ============================= */

.gridview td {
padding: 5px 4px;
border-bottom: solid 1px #C5DBF7;
color: #333;
font-family: Verdana, sans-serif;
font-size: 11px;
background-color: #E6F2FF;
}

.gridview tr.even td {
background-color: #fff;
}

.gridview .edit td,
.gridview .create td {
padding: 0;
padding: 4px;
}

/* Table Actions (Edit, Delete) Styling
   ============================= */

.gridview td a {
font-family: Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: -1px;
padding: 2px;
line-height: 18px;
}

/* The following fixes some very weird 
     layout issue in IE where the edit link
     is too close to the delete link after 
     the introduction of the taconite JS library
.gridview .actions a {
display: block;
float: right;
padding: 0 2px;
margin-left: 3px;
}
 */

.gridview td a:hover {
background: #ff8;
}

.gridview .edit td,
.gridview .create td {
background: #DAFFCD;
}

.gridview .edit td,
.gridview .create td {
border-top: solid 2px #fff;
border-bottom: solid 2px #fff;
}

.gridview .actions div {
width: 95px;
text-align: right;
float: right;
padding-right: 2px;
}

/* GridView
   ============================= */

.detailsview tr.header {
background: #C5DBF7;
}

.detailsview th {
font-size: 11px;
padding: 2px;
color:White;
background: #555;
letter-spacing: 0;
font-family: Arial, sans-serif;
text-align: left;
padding-left: 5px;
}

/* Table Body Styling
   ============================= */

.detailsview td {
padding: 5px 4px;
border-bottom: solid 1px #C5DBF7;
color: #333;
font-family: Verdana, sans-serif;
font-size: 11px;
background-color: #E6F2FF;
}

.detailsview tr.even td {
background-color: #fff;
}

.detailsview .edit td,
.detailsview .create td {
padding: 0;
padding: 4px;
}

/* Table Actions (Edit, Delete) Styling
   ============================= */

.detailsview td a {
font-family: Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
letter-spacing: -1px;
padding: 2px;
line-height: 18px;
}

.detailsview td a:hover {
background: #ff8;
}

.detailsview .edit td,
.detailsview .create td {
background: #DAFFCD;
}

.detailsview .edit td,
.detailsview .create td {
border-top: solid 2px #fff;
border-bottom: solid 2px #fff;
}

.detailsview .actions div {
width: 95px;
text-align: right;
float: right;
padding-right: 2px;
}


/* Loading Indicators
   ============================== */

.products .loading-indicator {
vertical-align: bottom;
margin: 0;
}

.products .productsheader .loading-indicator,
.products .edit .loading-indicator,
.products .create .loading-indicator {
vertical-align: bottom;
margin-bottom: 3px;
}


/* IE hacks
   ==================================== */
   
* html .productsheader {
height: 1%;
}   


/******************************************/

.sedlabankinn
{
	font-family: verdana;
	font-size: 10px;
	background-color: #E6F2FF;
	width: 158px;
	height: 30px;
}
