﻿/*===============================================================*/
/* Data Web Control Styles	                                     */
/*===============================================================*/

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.FooterStyle
{
    background-color: #a33;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.SelectedRowStyle
{
    background-color: Yellow;
}

.PagerRowStyle
{
    background-color: #ddd;
    text-align: right;
}

.SortHeaderRowStyle
{
    background-color: #c00;
    text-align: left;
    font-weight: bold;
    color: White;
}

.TabMenu
{
	list-style-type: none;
	margin:0px;
	padding:0px;
	background-color:White;
}

.TabText
{
	text-decoration: none;
	color: Blue;
	padding: 3px;	
	padding-top: 6px;
	clear: none;
}

.TabTextActive
{
	text-decoration: none;
	color: Black;
	font-weight : bold;
	padding: 3px;
	padding-top: 6px;
}

.TabLeftActive
{
	background-image: url(../../images/tabImages/inactiveLeft.gif);	
	background-repeat:no-repeat;
	height: 21px;
	width: 3px;
}

.TabLeft
{
	background-image:  url(../../images/tabImages/activeLeft.gif);	
	background-repeat:no-repeat;
	height: 21px;
	width: 3px;
}

.TabCenterActive
{
	background-image: url(../../images/tabImages/inactiveBack.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}

.TabCenter
{
	background-image:  url(../../images/tabImages/activeBack.gif);	
	background-repeat: repeat-x;
	white-space: nowrap;
}

.TabRightActive
{
	background-image:  url(../../images/tabImages/inactiveRight.gif);	
	background-repeat:no-repeat;
	height: 21px;
	width:3px;
}

.TabRight
{
	background-image:  url(../../images/tabImages/activeRight.gif);	
	background-repeat:no-repeat;
	height: 21px;
	width:3px;
}

.TabArea
{
    background-color: White;
    font-size: x-small;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top:1px solid black;
    position:absolute;
    top:42px;
    height:400px;
    z-index:-25;
}

.TabControlBorders
{
	margin: 0px;
	padding: 5px;
	border: solid thin #bbb;	
}

