﻿.GridViewStyle
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	border:none;
	background-color: Transparent;
}

.GridViewPagerStyle
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color:black;
	font-weight: bold;
	text-align:center;
}

.GridViewHeaderStyle
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color:black;
	font-weight:bold;
	background-color: #b2e49c;
	height:18px;
}

.GridViewAlternatingRowStyle
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 12px;
	color:black;
	background-color: #edeeef;
	height:18px;
}

#Article h1
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 14px; 
	font-style: normal; 
	letter-spacing: 2px;
	color: #f69147;
	text-decoration: none;
	margin-top:15px;
}

#Article h2 
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 14px; 
	font-style: normal;
	letter-spacing: 2px;
	color: #939598; 
	text-decoration: none;
	font-weight: bold;
}

#Article h3 
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 12px; 
	font-style: normal;
	letter-spacing: 1px;
	color: #939598; 
	text-decoration: none;
	font-weight: bold;
}

#Article p 
{ 	
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 11px; 
	font-style: normal; 
	color: #383838; 
	text-decoration: none;
}

#Article td
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 11px; 
	font-style: normal; 
	color: #383838; 
	text-decoration: none
}

#Article a
{ 	
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color: #f69147; 
	text-decoration: underline;
}

#Article a:hover
{ 	
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color: #f69147; 
	text-decoration: none;
}

#Article ul
{ 	
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 11px; 
	font-style: normal; 
	color: #383838;
	text-decoration: none;
}

#Article li
{ 	
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 11px; 
	font-style: normal; 
	color: #383838;
	text-decoration: none;
}

.input
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-size: 11px; 
	font-style: normal; 
	color: #383838; 
	text-decoration: none
}

.passwordBox
{	position: absolute;
	margin-left: 20px;
	z-index: 9999;
	font-size:larger;
	color: Red;
	text-align: left;
	width: 300px;
	border: solid 1px black;
	padding: 10px;
	background-color:White;
}
/*-------------------*/
/*-Style for tooltip-*/
/*-------------------*/
div#tooltipDomain
{
  background-color: Transparent;
  display: none;
  position: absolute;
  width: 450px;
  height: 300px;
}

table#tbl_tooltipDomain
{
  font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif" , sans-serif;
  background-color: #EEEEEE;
  color: #666666;
  border: solid 1px #CCCCCC;
  text-align: left;
  width: 100%;
}

table#tbl_tooltipDomain tbody#tbl_tb_tooltipDomain
{
  font-size:10px;
  text-align: left;
}

table#tbl_tooltipDomain tbody#tbl_tb_tooltipDomain th.th_tbl_tooltipDomain
{
  border: solid 1px #CCCCCC;
  width: 25%;
}

table#tbl_tooltipDomain tbody#tbl_tb_tooltipDomain td
{
  border: solid 1px #CCCCCC;
  vertical-align: top;
}
/*-----------------------*/
/*-End Style for tooltip-*/
/*-----------------------*/
