﻿/*	Begin CollapsiblePanel	*/
.CollapsiblePanel .RedHeader 
{
	color: white;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	padding-top: 6px;
	background-color: Red;
}
.CollapsiblePanel .BlueHeader 
{
	color: white;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	padding-top: 6px;
	background-color: rgb(100,135,220);
}

.CollapsiblePanel .Title
{
	padding-left:10px;
	clear: right;

}
/* Firefox Combines both Items in the same place Toggle + Actions*/
.CollapsiblePanel .Toggle
{
	margin-top: -13px;
	padding-right:10px;
	float:right;
}
.CollapsiblePanel .Actions
{
	color: rgb(253,160,91);
	margin-top: -13px;
	padding-right:10px;
	float:right;
}
.CollapsiblePanel .ContentContainer
{
	padding: 5px 5px 0px 5px;
}

/*	End CollapsiblePanel	*/
/*	Begin Grids		*/
.Grid
{
	border: solid 1px black;
	width:100%;
}
.Grid Caption
{
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	border: solid 1px black;
	font-size: 1em;
}
.Grid th
{
	font-weight: bold;
	border-bottom: solid 1px black;
	padding: 5px;
	border-top: solid 1px black;
	/*background-color: rgb(100,135,220);*/
	background-image: url("../../images/gradient.png");
	color: Black;
}
.Grid .Selected TR > TD
{
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	background-color: Yellow;
}
.Grid th A
{
	color: Black;
}
.Grid tr:hover, tr.over
{
	background-color: yellowgreen;
}
.Grid TR > TD
{
	padding: 2px 5px 2px 5px;
	text-align: center;
	border-right: lightgrey 1px solid;
	border-bottom: dashed 1px #cccccc;
}
.Grid .Alternate
{
	background-color: #d8e4f8;
	border-bottom: dashed 1px #cccccc;
	border-top: dashed 1px #cccccc;
}	
.Grid .Alternate:hover
{
	background-color: yellowgreen;
}

.Grid .Alternate2
{
	display: none;
	background-color: #d8e4f8;
	border-bottom: dashed 1px #cccccc;
	border-top: dashed 1px #cccccc;
}

.Grid .Footer TD
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.Grid .Pager
{
	background-color: #d8e4f8;
}
.Grid .Pager TD
{
	padding:0px;
	text-align:left;
	border-bottom: none;
	border-right: none;
	font-size: 1em;
}
.Grid .Pager TD Span
{
	font-size:1em;	
}
.Grid .Left
{
	text-align: left;
}
.Grid .Right
{
	text-align: right;
	padding-right: 10px;
}
.Grid .Negative
{
	color: Red;
}
.Grid .Vertical
{
	writing-mode:tb-rl;
}
/*	End grids		*/
/*	Begin Actions Menu	*/
.InfoLink
{
	background-color: Transparent;
	font-weight: bold;
	color: rgb(253,160,91);
	border-bottom: dashed 1px rgb(253,160,91);
}

.InfoPanel
{
	/* Ezra */
	
	font-weight: normal;
	border: solid 1px black;
	background-color: White;
	z-index:2;
}
.InfoPanel ul
{
	text-align:left;
	padding: 7px;
}
.InfoPanel ul li
{
	padding: 0px 0px 7px 0px;
	list-style-type: none;
}

.InfoPanel dl
{
	text-align:left;
	padding: 7px;
}
.InfoPanel dt
{
	padding-left:0px;
	font-weight:bold;
}
.InfoPanel dd
{
	padding-left: 5px;
}
/*	End Actions Menu	*/


p
{
	padding-right:10px;
	text-align: justify;
}
a
{
	color: rgb(0,102,204);
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Begin Lists	*/
.Content dt
{
	font-weight:bold;
}
.Content dd
{
	margin: 10px 0px 10px 5px;
	text-align:justify;
}

.labelCol
{
	text-align: right;
	padding-right: 10px;
	vertical-align:top;
}

.dataCol
{
	 font-weight: normal;
	 color:Brown;
	 vertical-align:top;
	 height:15px;
}
.Required
{
	background-color: Red;
}

.Disabled
{
	background-color: rgb(229,229,229);
}

.IsCustom
{
	background-color: rgb(206,255,206);
}

.btn
{
	padding: 0px 4px; 
	color: Blue;
}

/* End Lists	*/


/*Modal Popup*/
.modalBackground {
	background-color:White;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.HiddenColumn{
    display:none;
}

.emlink{
    color:rgb(0,102,204);
}
.emlink:hover{
    cursor: hand;
    text-decoration: underline;
}
