﻿.topborder
{
	background-image: url( ../../App_Themes/Granite/DocImages/t.png ); 
	background-repeat: repeat-x;
}
.bottomborder
{
	background-image: url( ../../App_Themes/Granite/DocImages/b.png ); 
	background-repeat: repeat-x;
}
 .lborder
	{
		background-image: url(../../App_Themes/Granite/DocImages/lb.png);
		background-repeat: repeat-y;
		background-position: left;
		text-align: left;
	}
    .rborder
    {
        background-image: url(../../App_Themes/Granite/DocImages/rb.png);
        background-repeat: repeat-y;
        background-position: right;
    }
    .title
    {
        background-image: url(../../App_Themes/Granite/DocImages/b.png);
        background-repeat: repeat-x;
    }
    
a.mitem
{
    colorR: #3366CC;
    color: #666666;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding-left:10px;
}
a.mitem:hover
{
    text-decoration: none;
    color: #FF9900;
    font-size: 13px;
    font-weight: bold;
    padding-left:10px;
}
  .arrowBullet
    {
        background-image: url(../../App_Themes/Granite/DocImages/arrowBullet.gif);
        background-repeat:no-repeat;
        background-position: right;
    }  
    
    
    
 
    
a.lbutton
{
    color: #3366CC;
    font-size: 13px;
    text-decoration: none;
    padding-top:10px;
}  
    
.menuHdr
{
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #0E4380;
	height: 28px;
	vertical-align: bottom;
	background-colorR: #BBD3F2;
}
.leftBr
{
	background-color: #E4EFFE;
}

.btnFill
{
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding: 7px;
	background-position: bottom;
	background-image: url(../../App_Themes/Granite/Images/nav_btn_fill.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;

}

.btnSelected
{
	background-color: #E0E0E0;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #CCCCCC;
	height: 25px;
	font-weight: bold;
	padding: 7px;
	color:Purple;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;

}
.headBack
{
	background-position: right top;
	background-image: url(../../App_Themes/Granite/Images/topbackground.gif);
	background-repeat: no-repeat;
	background-color:White;
}



.menuSideItem
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}

td.even
{
	background-image: url(../../App_Themes/Granite/Images/selectedbg.png);
	height: 30;
	background-repeat: no-repeat;
}
td.odd
{
	height: 30;
	color: #3366CC;
	font-weight: bold;
}