﻿/* Azure themed tablestyles*/
	.TrAz
	{background-color: lightgray;}

	.ThAzMid
	{
		background-image:url(./images/bg/header-normal.png);
		height:20px;
		white-space: nowrap;
		background-color: #CAE1EF;
		font-weight: bold;
		font-size: 12px;
	}   
	.ThAzLeft
	{
		background-image:url(./images/bg/header-normal.png);
		height: 20px;
		white-space: nowrap;
		background-color: #CAE1EF;
		font-weight: bold;
		font-size: 12px;
		border-left: 1px solid lightgrey;
	}   
	.ThAzRight
	{
		background-image:url(./images/bg/header-normal.png);
		height:20px;
		white-space: nowrap;
		background-color: #CAE1EF;
		font-weight: bold;
		font-size: 12px;
		border-right: 1px solid lightgrey;
	}   

/* Nice themed tablestyles (used in login, home) */
	.na_top
	{
		background:url(./Images/backgrounds/na_top.gif) no-repeat;
	}
	.na_left
	{
		background:url(./Images/backgrounds/na_topleft.gif) no-repeat;
		width: 4px;
		height: 23px;
		font-size: 1px;
		
	}
	.na_right
	{
		background:url(./Images/backgrounds/na_topright.gif) no-repeat;
		width: 4px;
		height: 23px;
		font-size: 1px;
	}
	.na_center
	{
		background:url(./Images/backgrounds/na_repeat2.gif) repeat-x;
		font-family: Arial;
		font-size: small;
		font-weight: bold;
		color: White;
	}
	.na_bottom
	{
		background:url(./Images/backgrounds/na_bottom.gif) no-repeat;
	}
	.na_midleft
	{
		background:url(./Images/backgrounds/na_midleft.gif) repeat-y;
		width: 4px;
		font-size: 1px;
	}
	.na_midright
	{
		background:url(./Images/backgrounds/na_midright.gif) repeat-y;
		width: 4px;
		font-size: 1px;
	}
	.na_botleft
	{
		background:url(./Images/backgrounds/na_botleft.gif) no-repeat;
		width: 4px; height: 10px; font-size: 1px;
	}
	.na_botmid
	{
		background:url(./Images/backgrounds/na_botmid.gif) repeat-x;
		height: 10px; font-size: 1px;
	}
	.na_botright
	{
		background:url(./Images/backgrounds/na_botright.gif) no-repeat;
		width: 4px; height: 10px; font-size: 1px;
	}
	
/* Clean themed tablestyles  */
	.CleanHdr1
	{font-size: 14px;font-weight: bold;padding: 2px;background-color: #9EC9E2;}
	.CleanHdr2
	{font-size: 13px;font-weight: bold;background-color: #CAE1EF;}
	.CleanHdr3
	{font-size: 12px;font-weight: bold;background-color: whitesmoke;border-bottom: solid 1px lightgrey;}
	.CleanHdr4
	{font-size: 12px;font-weight: bold;border-bottom: solid 1px lightgrey;}
	.CleanRow
	{background-color: White;font-size: 12px;}
	.CleanRowAlt
	{font-size: 12px;background-color: #F0F0F0;}	

/* Styles for attention tablecells */
	.Stat_i
	{border:solid 1px #2B954E; background-color: #11ED24; color: White;}
	.Stat_w
	{border:solid 1px #7D9910; background-color: #F2E609; color: Black;}
	.Stat_e
	{border:solid 1px #AE4721; background-color: #FE1915; color: White;}
	.Stat_f
	{border:solid 1px #6E3915; background-color: #70330E; color: White;}
	.Stat_
	{border:solid 1px #555555; background-color: #11ED24; color: White;}	

/* Repeater stuff */
	
	/* For check-overview repeater */
	.RptItm
	{font-size: 12px;}
	.RptAltItm
	{background-color: #F0F0F0;}
	.RptWarningRow
	{background-color: #FFFFCC;}
	.RptErrorRow
	{background-color: #FFC6C6;}
	.RptFatalRow
	{background-color: #FF8080;}	
		
	
/* General styles th/td to use in tables */
	.TdLeftHdr
	{
		font-family: Tahoma;
		font-size: 12px;
		text-align: right;
		font-weight: bold;
		/* vertical-align: top; */
	}
	.TdLeft1
	{
		font-family: Tahoma;
		font-size: 12px;
		text-align: left;
		font-weight: normal;
		vertical-align: top;	
	}
	.TdRight1
	{
		font-family: Tahoma;
		font-size: 12px;
		text-align: right;
		font-weight: normal;
		vertical-align: top;	
	}	
/* Styles for error/red designen tables */
   .ErrTable
	{border: solid 1px #FE1915; width: 100%;}
   .ErrBack
       {background-color: #FE1915; color: #FFFFFF; font-size: 12px;}
   .ErrBrdTop
       {border-top: solid 1px #FE1915;}

	

/* Some different headerrow styles for tables */	
	.TdBlueGrayTop
	{
		background-color: #839BAD;
		font-family: Verdana;
		font-size: 13px;
		font-weight: bold;
		color: White;
		border: solid 1px black;
		text-align: center;
	}

	.TdPinkTop
	{
		background-color: #FF5555;
		font-family: Verdana;
		font-size: 12px;
		border:solid 1px #AE4721;
		color: White;
		border: solid 1px black;
	}
	
	.TdPinkTop a, TdPinkTop  a:visited, TdPinkTop  a:hover, TdPinkTop  a:link, TdPinkTop  a:active
	{font-family: Tahoma, Verdana;font-weight: bold;font-size: 11px;color: #FFFFFF;}