﻿/* Grid and Tabs */
.grid
{
    width: 100%;
    padding: 10px 10px 10px 10px;
}
.grid th
{
    border: solid 1px #6887ce;
    padding-left: 5px;
    line-height: 30px;
    background-color: #8babf4;
    color: #ffffff;
}
.grid td
{
    border: solid 1px #6887ce;
    padding-left: 5px;
}
.grid tr:hover
{
    /*background-color: #c3d0ee;*/
}
.tabs
{
	width: 100%;
	height: 36px;
	background-image: url(../../images/tab-bg.jpg);
	background-repeat: repeat-x;
}
.tab-menu
{
	margin-top: -10;
	z-index: 1;
}
.tab-item
{
	display: block;
	float: left;
}

/*
.tab-item-selected
{
    color: #ffffff;
    line-height: 31px;
    height: 32px;
    width: 100%;
    background-color: #8babf4;
    padding-top: 1px;
    margin-top: 0px;
    margin-left: 0px;
    background-image: url(../../images/tab-top-divider.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    font-weight: bold;
}

*/
.trHeader
{
    background-color: #333333;
    color: #ffffff;
}
.trRow
{
    border: solid 1px 6887ce;
    background-color: #FFFFFF;
    color: #333333;
}
.trAltRow
{
    border: solid 1px 6887ce;
    background-color: #E3EFFD;
    color: #333333;
}

/* End Grid and Tabs */

.adminbuttonhdr
{
	background-image: url(  '../../images/admin-button-header.png' );
	background-repeat: no-repeat;
	color: white;
	height: 45px;
	width: 134px;
}

.adminbuttonhdrtxt
{
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.adminbutton
{
	background-image: url(  '../../images/admin-button-full.png' );
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	
}

.adminbuttontext
{
	color: White;
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	
}

a.adminbuttontext
{

	text-decoration: none;
	
	
}




/*
a.adminbutton:link
{
	text-decoration: none;
}

a.adminbutton:active
{
	text-decoration: none;
}

a.adminbutton:hover
{
	text-decoration: none;
}

a.adminbutton:visited
{
	text-decoration: none;
}

#divMenu
{
	vertical-align: middle;
	margin-top: 15px;
}
 */