﻿.TopicHeader
{
    font-family:tahoma;
    font-size:10;
    font-weight:bold;
    color:Blue;
    background-color: white;
}
.pager td
{
    padding-left:2px;
    padding-right:2px;
}
.GridHeader
{
    font-family:tahoma;
    font-size:8;
    font-weight:bold;
    color:Blue;
    background-color: white;
}
.GridRow
{
    font-family:tahoma;
    font-size:12px;
    vertical-align:top;
    padding:3px;
}
.GridRowAlternate
{
    font-family:tahoma;
    font-size:12;
    background-color:#dbdbdb;
    vertical-align:top;
}
.Note
{
    font-family:tahoma;
    font-size:12px;
}
.NoteBold
{
    font-family:tahoma;
    font-size:12px;
    font-weight:bold
}
.DataLabel
{
    font-family:tahoma;
    font-size:12px;
}
.Pageheader
{
    font-family:tahoma;
    font-size:larger;
    color:Blue;
}    

   
A.MenuItem
{
    font-family:Tahoma;
    font-size:11px;
    color:#7A7C79;
    text-decoration:none;
}
    
A.MenuItem:visited
{
    font-family:Tahoma;
    font-size:11px;
    color:#7A7C79;
    	text-decoration : none;}
A.MenuItem:hover
{
    font-family:Tahoma;
    font-size:11px;
    color:Red;
    text-decoration : none;}
A.MenuItem:active
{
    font-family:Tahoma;
    font-size:11px;
    color:Red;
    text-decoration : none;}
    
    
A.MenuSubItem:visited
{
    font-family:Tahoma;
    font-size:12px;
    color:#7A7C79;
    	text-decoration : none;
    width:100%;
    padding-left:10px}
A.MenuSubItem:hover
{
    font-family:Tahoma;
    font-size:12px;
    color:#7A7C79;
    text-decoration : none;
    font-weight:bolder;
    width:100%;
    padding-left:10px}
A.MenuSubItem:active
{
    font-family:Tahoma;
    font-size:12px;
    color:#7A7C79;
    text-decoration : none;
    width:100%;
    padding-left:10px}
A.MenuSubItem
{
    font-family:Tahoma;
    font-size:12px;
    color:#7A7C79;
    text-decoration : none;
    width:100%;
    padding-left:10px}
    
.img-shadow {
  float:left;
  background: url(Images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(Images/shadow.gif) no-repeat bottom right;
  margin: 0px 10px 0 0px !important;
  margin: px 0 0 0px;
  }

.img-shadow img {
  display: block;
 
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 1px 1px -6px;
  padding: 4px;
  } 

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #E2EBFE url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #E2EBFE url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 13px;
}

.rightblock h3
{
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
