﻿body.Main 
{
}

a.Header:
{
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 10pt;
}

a.Header:link
{
	/* Applies to all unvisited links */
	text-decoration: none; /* font-weight:      bold; */ /* background-color: #ddd; */
	color: white;
	font-family: Arial;
	font-size: 10pt;
} 
a.Header:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-family: Arial;
  font-size: 10pt;
  color:            white;
  } 
a.Header:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            white;
  } 
a.Header:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color: white;
  }
  
.LabelHeader
{
	text-decoration: none;
	color: white;
	font-family: Arial;
	font-size: 10pt;
}

.LoginStatus
{
	text-decoration: none;
	color: blue;
	font-family: Arial;
	font-size: 10pt;
}

.siteMapPath
{
	font:10pt Arial;
	color: #a9a9a9;	
}

.currentNodeStyle
{
	font-weight:bold;
	color:#404040;
}

.rootNodeStyle:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  }
  
.nodeStyle:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  }

.nodeStyle
{
	text-decoration:none;
	color: #a9a9a9;	
}
.pathSeperatorStyle
{
		
}

.rootNodeStyle
{
	text-decoration:none;
	color:#a9a9a9;
	
}

.rootContainer
    {
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#cccccc); 
    }
    
.gv
{
	width:100%;	
}    
.gvHeaderRow
{
	background-image:url(Images/SideBarHeaderFlipped.jpg);
	color: #404040;
	font-weight:bold;
	font-family: Arial;
	font-size: 10pt;
}

.gvFooterRow
{
	background-color: #bfbfff;
	font-weight:bold;
	color: White;	
	font-family: Arial;
	font-size: 14pt;
}

a.MenuItem:
{
	text-decoration: none;
	color: #404040;
	font-family: Arial;
	font-size: 10pt;
}

a.MenuItem:link, visited
{
	/* Applies to all unvisited links */
	text-decoration: none;
	color: #404040;
	font-family: Arial;
	font-size: 10pt;
} 
a.MenuItem:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-family: Arial;
  font-size: 10pt;
  color:            #404040;
  } 
a.MenuItem:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #404040;
  } 
a.MenuItem:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  color: #404040;
  }
  
#divInsert
{
	border: solid 1px black;
	width: 400px;
	position: absolute;
	top: 30px;
	left: 100px;
	padding: 10px;
	background-color: White;
}

.BUTTON
{
    background-color: #507CD1;
    font-family: Arial;
    border-color: #507CD1;
    border-style: none;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}

.BUTTONHeader
{
    background-color: #0055ee;
    font-weight: bold;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: white;
    cursor: pointer;
    font-family: Arial;
}

.tabs a
{
    color:#404040;
    text-decoration:none;
    font:12px Arial,Sans-Serif;
    font-weight:bold;     
}

.tab
{
    background-image:url(Images/SideBarHeaderFlipped5.jpg); 
    background-color:#eeeeee;
    padding:2px;
    padding-right: 5px;
    padding-left: 5px;
    border-spacing: 5px;
    margin-right: 5px;
    border-bottom: Solid 1px #bfbfff;
}

.selectedTab
{
    background-color:#e7e7ff;
    padding:2px;
    padding-right: 5px;
    padding-left: 5px;
    border-bottom:Solid 1px #e7e7ff;
    border-right:Solid 1px #bfbfff;   
    border-left:Solid 1px #bfbfff;
    border-top:Solid 1px #bfbfff;
}

a.BlueLink:
{
	text-decoration: none;
	color: #316DDC;
	font-family: Arial;
	font-size: 10pt;
}

a.BlueLink:link
{
	/* Applies to all unvisited links */
	text-decoration: none;
	color: #316DDC;
	font-family: Arial;
	font-size: 10pt;
} 
a.BlueLink:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-family: Arial;
  font-size: 10pt;
  color:            #316DDC;
  } 
a.BlueLink:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #FFAE33;
  }
  
a.WebLink:
{
	text-decoration: none;
	color: #316DDC;
	font-family: Arial;
	font-size: 10pt;
}

a.WebLink:link
{
	/* Applies to all unvisited links */
	text-decoration: underline;
	color: #316DDC;
	font-family: Arial;
	font-size: 10pt;
} 
a.WebLink:visited {
  /* Applies to all visited links */
  text-decoration:  underline;
  font-family: Arial;
  font-size: 10pt;
  color:            #316DDC;
  } 
a.WebLink:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:            #FFAE33;
  }

a.GreyLink:
{
	text-decoration: none;
	color: #696969;
	font-family: Arial;
	font-size: 10pt;
}

.GreyLink:link
{
	/* Applies to all unvisited links */
	text-decoration: none;
	color: #696969;
	font-family: Arial;
	font-size: 10pt;
} 
.GreyLink:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-family: Arial;
  font-size: 10pt;
  color:            #696969;
  } 
.GreyLink:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #696969;
  }  
  
a.TitleLink:
{
	text-decoration: none;
	color: #404040;
}
.TitleLink:link
{
	text-decoration: none;
	color: #404040;
} 
.TitleLink:visited {
  text-decoration:  none;
  color:            #404040;
  } 
.TitleLink:hover   {
  text-decoration:  underline;
  color:            #404040;
  } 
  
a.RedLink:
{
	text-decoration: none;
	color: Red;
	font-family: Arial;
}

a.RedLink:link
{
	/* Applies to all unvisited links */
	text-decoration: none;
	color: Red;
	font-family: Arial;
} 
a.RedLink:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-family: Arial;
  color:            Red;
  } 
a.RedLink:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:           Red;
  }
  
/* General Style properties */
h1
{
    font-family: book antiqua;
    font-size: 16pt;
    color: Gray;
    font-weight: normal;
    margin-top: 3px; 
    margin-bottom: 3px;
}
  
h2
{
    font-family: book antiqua;
    font-size: 14pt;
    color: #404040;
    font-weight: normal;
}

h3
{
    font-family: arial;
    font-size: 10pt;
    color: #404040;
    font-weight: bold;
}

P
{
    font-family: arial;
    font-size: 10pt;
    color: #606060;
    font-weight: normal;
}

UL
{
    font-family: arial;
    font-size: 10pt;
    color: #606060;
    font-weight: normal;
}

TD.SideHeader
{
    padding-right: 5pt; 
    padding-left: 5pt;
   /* border-bottom: solid 1px #bfbfff; 
    border-right: solid 1px #bfbfff;  */
}

TD.SideMenu
{
    border-top-width:1px;
    padding-left:10px;
    border-left-width: 1px;
    border-left-color: #bfbfff;
    height: 20px;
    width: 135px;
    border-top-color: #bfbfff;
    border-right-width: 1px;
    border-right-color: #bfbfff;
    border-bottom: #bfbfff 1px solid;     
}
TD.Header
{
    font-weight: normal;
    font-family: Arial;
    font-size: smaller;
    color:White;
}


TR.Footer
{
    font-family:Arial;
    font-size:smaller;
    color:#808080;
}
SPAN.Title
{
    font-family: book antiqua;
    font-size: 14pt;
    color: #404040;
    font-weight: normal;   
}

TD.BodyTD
{
    background-color: #e7e7ff;
    border: #bfbfff 1px solid;
    padding: 10px 10px 10px 10px;   
}

TD.HomeTitle
{
    font-family: book antiqua;
    font-size: 16pt;
    color: Gray;
    font-weight: normal;
    padding: 5px 0 5px 5px;   
}

TABLE.BodyTable
{
    background-color: #ffffff;
    border: #bfbfff 1px solid;
    padding: 2px 5px 2px 5px;
    width: 100%;  
}

TABLE.ItemsTable
{
    padding: 5px 5px 5px 5px;
    width: 100%;  
    height: 100%;
    font-family: arial;
    /*font-size: 8pt;*/
    color: Gray;
}

TABLE.LD-T1
{
    border: #bfbfff 1px solid;
    width: 100%;  
    height: 100%;
}

TD.LD-TD1
{
    font-family: arial;
    color: #404040;
    font-size: 10pt;
    background-color: #ffffff;
    padding: 10px 0 10px 10px;
    vertical-align: top;
    text-align: left;
}

TD.LD-TD2
{
    border: #bfbfff 1px solid;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
}

TD.LD-TD3
{
    padding:10px 10px 10px 10px; 
    font-family:Book Antiqua; 
    font-size:12pt; color:#707070;
}

TD.LD-TD4
{
    font-family:Arial;
    font-size:10pt;
    padding: 0 10px 0 0; 
    text-align: right;
}

TD.N-TD1
{
    padding: 5px 10px 5px 10px; 
    text-align: left; 
    font-size: 10pt;
    font-family: Arial;
}

TD.P-TD1
{
    text-align: left;
    font-family:Arial; 
    font-size:10pt; 
    color:#707070;
}

TD.P-TD2
{
    padding: 2px 0 2px 1px; 
    text-align: right;
}

TD.TDStandard
{
    font-family:Arial;
    font-size:10pt; 
    color:#606060;
}

TABLE.LD-T2
{
    border: #bfbfff 0px solid;
    width: 100%;  
    height: 100%;
}
LABEL.Register
{
    font-family: Arial;
    color: #303030;
    font-size: 10pt;
}

LABEL.ListItem
{
    font-family: Arial;
    color: Red;
    font-size: 10pt;
} 

LABEL.PageCounter
{
    font-family: Arial;
    color: #404040;
    font-size: 10pt;
    font-weight: bold;
} 

.EmptyMessage
{
    font-family:Book Antiqua; 
    font-size:14pt; 
    color:#4F4D45;
} 

.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(images/shadow2.gif) right bottom no-repeat;}
.wrap2 {background:url(images/corner_bl2.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(images/corner_tr2.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}
