﻿body 
{

}

.Highlight
{
	background-color: #ffffe0;

}
.PageText
{
	color:Navy;
}

		.MouseOverRow
		{
			   background-color: #ffccff; 
		}

		tr.row:hover, tr.over td { background-color: #ffccff; }

        .dragHandle {
            width:10px;
            height:10px;
            border:thin outset white;
            background-color:navy;            
        }
        
        .processing {
            background-color:yellow;
            color:black;  
            border:thin inset white;          
        }
        
        .reorderCue {
            background-color:navy;
            border:thin dotted black;
            height:25px;                       
        }
        
        LI {
            list-style:none;
        }
        
        body {	}

.NotPublic 
{
	color: Red !important;
}

.NotPublicLabel
{
	color: Red !important;
	font-weight: bold;
}

.EditPanel
{
	border-right: gainsboro ridge;
	border-top: gainsboro ridge;
	border-left: gainsboro ridge;
	border-bottom: gainsboro ridge;
}

A:hover
{
	color: #00008b;
	cursor: hand;
}
A:link
{
	color: #00008b;

}
A:visited
{
	color: #00008b;
}
A:active
{
	color: #00008b;
}

.banner {width:100%;height:74px; min-width:970px; display:table; border-bottom:1px solid #000044;background-image:url(/CodeShare/images/Blue_BG.jpg);background-repeat:repeat-x;}

.PrettyFont
{
	font-family: 'Times New Roman' , 'MS Reference Sans Serif';
}

.PageTitleLabel
{
	
	color: #00008b;
	font-family: Arial;
}

.BigLabel
{
	font-family: Arial;
	color: white;
	background-color: #00008b;
	
	font-weight: bold;
}

.Header
{
	color: white;
	background-color: #000084;
	font-weight: bold;
	text-align:center;
	vertical-align:bottom;
	line-height: 22px;
	

}

.SmallLabel
{
	font-family: Arial;
	color: white;
	background-color: #000084;
	font-weight: bold;
}

.Label
{
	font-weight: bold;
}

.SectionLabel
{
	font-weight: bold;
	color:Navy;
	
}

.DataLabel
{
	color: #00008b;
	font-weight:normal;
}

.FormView
{
	background-color: #f5f5f5;
	border-right: #00008b thin groove;
	border-top: #00008b thin groove;
	border-left: #00008b thin groove;
	border-bottom: #00008b thin groove;
}

.Panel
{
	background-color: #f5f5f5;
	border-right: whitesmoke thin ridge;
	border-top: whitesmoke thin ridge;
	border-left: whitesmoke thin ridge;
	border-bottom: whitesmoke thin ridge;
}

.TabOff
{
	border-left: silver 1px solid;
	border-top: silver 1px solid;
	border-right: silver 1px solid;
	background-color: #dcdcdc;
	border-bottom: silver 1px solid;
	cursor: hand;
}

.TabOn
{
	background-color: #f5f5f5;
	border-bottom: #f5f5f5 1px solid;
	border-top: silver 1px solid;
	border-right: silver 1px solid;
	font-weight: bold;
	border-left: silver 1px solid;
	
}

.TabPanel
{
	background-color: #f5f5f5;
	border-bottom: silver 1px solid;
	border-left: silver 1px solid;
	border-right: silver 1px solid;

}

 td
{  font-size:13px; 	}


.Help
{
	color: red;
}
        