/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family: Arial;
	font-size: 10pt;
	scrollbar-face-color:		#525F6B;
	scrollbar-highlight-color:	#8E9BA7;
	scrollbar-3dlight-color:	#ACB9C5;
	scrollbar-darkshadow-color:	#202D39;
	scrollbar-shadow-color:		#34414D;
	scrollbar-arrow-color:		#FFFFFF;
	scrollbar-track-color:		#C0C0C0;
	
}
BODY2
{
	background-image: url(.);
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
h1{
  font-size: 14pt;
  color: #000000;
  font-family: Arial;
  font-weight: bold;
  text-align:left;
}
h2{
	font-size: 12pt;
}
A
{
	color: black;
			text-decoration:underline;
}
A:hover
{
	color: black;
	text-decoration:underline;
}

.MenuTree
{
	 
	text-transform: uppercase;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
}
.MenuTree2
{
	font-size: 10pt;
	font-family: Verdana;
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
	cursor: default;
}
.SubMenuTree_old
{
	text-transform: uppercase;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B5BAC6;
	font-size: xx-small;
	cursor: default;
}
.LeftMenu
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.LeftMenu A
{
}
.LeftMenu A:Hover
{
}


.DigiShow
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.DigiShow A
{
}
.DigiShow A:Hover
{
}
.TableRowsDefault
{
	font-size: 10px;
	color: black;
	background-color: #f4f4f4;/*#C4C4CE;/*ghostwhite;*/
}

.TableRowsAlt
{
	font-size: 10px;
	color: black;
	background-color: white;

}
.TableRowsFooter
{
	font-size: 10px;
	color: black;
	background-color: white;
	font-weight:bolder;

}
.TableRowsDefaultB
{
	font-size: 10px;
	color: black;
	background-color: ghostwhite;
	border-width:thin;
	border-color:Black;
		margin:1;
}
.TableRowsAltB
{
	font-size: 10px;
	color: black;
	background-color: white;
	border-width:thin;
	border-color:Black;
	margin:1;	
}
.TopMenu
{
	background-color: #526973;
	color: White;
	font-weight: bold;
	text-align: center;
}
.TopMenu A
{
	background-color: #526973;
	color: White;
	font-weight: bold;
	text-align: center;
}


.TopMenu A:Hover
{
	background-color: #526973;
	color: Yellow;
	font-weight: bold;
	text-align: center;
}


.RepeaterBody
{
	font-size: 10px;
}


.TableHeadings
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	background-color: dimgray;
}



.TableHeadings A
{
	color: lightgrey;
	text-decoration: none;
	font-size: 10px;
}

.TableHeadings A:Hover
{
	color: White;
	text-decoration: none;
	font-size: 10px;
}

A:active
{
	color: Blue;
}

Table2
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	margin: 0px;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

TableNone
{
	border-right: silver -px solid;
	border-top: silver 0px solid;
	margin: 0px;
	border-left: silver 0px solid;
	border-bottom: silver 0px solid;
}
.ShowLayoutBorder A
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
}
.SMSTableDefaultRow
{
	font-size: 9px;
	color: black;
	background-color: #f4f4f4;
}
.SMSTableAltRow
{
	font-size: 9px;
	color: black;
	background-color: white;
}
