﻿a
{
    color:#62a3dd;
    font-weight:bold;
    text-decoration:none;
}
a:hover
{
    color:#91c3f0;
    font-weight:bold;
    text-decoration:underline;
}
body
{
    background: #c9c9c9 url(/Images/BodyBg.png) repeat-x top left;
    color:#323232;
    font-family:Tahoma, Verdana, Arial, Sans-Serif;
    font-size:12px;
    margin:0px;
    line-height:20px;
    padding:0px;
}
#TemplateContainer
{
    background:#c9c9c9 url(/Images/ContainerBg.png) no-repeat top left;
    position:relative;
    display:block;
    margin:0 auto;
    width:918px;
}
#TemplateContent
{
    position:relative;
}
#TemplateFooter
{
    background:#e4e5e7;
    color:#828383;
    font-weight:bold;
    height:50px;
    position:relative;
}
#TemplateFooter a
{
    color:#62a3dd;
    text-decoration:none;
}
#TemplateFooter a:hover
{
    color:#91c3f0;
    text-decoration:underline;
}
#TemplateLogo
{
    position:absolute;
    top: 0;
    left: 0;
    background:none;
    display:inline;
    height:115px;
    margin-left:38px;
    padding:0px;
    width:270px;
}
#TemplateLogoShadow
{
    position:absolute;
    top: 0;
    left: 0;
    background:#000;
    height:5px;
    margin:0px;
    margin-left:39px;
    margin-top:115px !important; margin-top:107px;
    padding:0px;
    width:267px;
    filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity: 0.25;
	display:inline;

}
#TemplateMain
{
    background:#FFF;
    display:block;
    margin:0 auto;
    padding:0px;
    width:900px;
}
#TemplateMainBottom
{
    background:#FFF;
    border-left:solid 1px #A5A5A5;
    border-right:solid 1px #A5A5A5;
    display:block;
    margin:0 auto;
    padding:0px;
    width:900px;
}
#TemplateNavigation
{
    background:url(/Images/NavigationBg.png);
    color:#7e7e7e;
    display:block;
    font-weight:bold;
    height:64px;
}
#TemplateNavigation img
{
    border:0px;
}
#TemplateSplash
{
    display:inline-block;
    margin-top:60px;
}
#TemplateTopNavigation
{
    color:#a5a5a5;
    position:absolute;
    top: 0;
    left: 0;
    background:#FFF;
    margin-left:760px;
    margin-top:22px;
}
#TemplateTopNavigation a
{
    color:#a5a5a5;
    text-decoration:none;
    margin:12px;
}
#TemplateTopNavigation a:hover
{
    color:#c4c4c4;
    text-decoration:underline;
    margin:12px;
}
ul { list-style:none; margin:0px;padding:0px;}

.BulletList li { background:url(/images/BulletList.png) no-repeat 0 0; padding-left:10px; margin-bottom:3px;margin-left:0px;}
.MenuTop
{
    float:right;
    margin:0px;
}
.TopMenuItem
{
    
    display:inline;float:left;
  cursor:hand;
}
.TopMenuItemHover
{
  display:inline;float:left;
  cursor:hand;
}
.MenuGroup
{
    border-left:solid 1px #b8b8b8;
    border-right:solid 1px #b8b8b8;
    border-bottom:solid 1px #b8b8b8;
    position:relative;
  background-color:#e7e7e7;
  cursor:default; 
  width:180px;
  line-height:normal;
}
.MenuItem {
   border-left: 5px solid #e7e7e7;
   color:#747474;
   font-family:tahoma, Arial, Helvetica;
   font-size:12px;
   cursor:default;
 }
 .MenuItemHover {
   margin:0;
   color: #3e3d3d;
   border-left: 5px solid #62a3dd;
   font-family:tahoma, Arial, Helvetica;
   font-size:12px;
   cursor:hand;
 }
 #SideNavigation
{
    width:247px;
    margin:0 auto;
    background:#FFF;
    margin-bottom:3px;
}
#SideNavigation ul
{
    display:block;
    margin:10px;
}
#SideNavigation ul li
{
    background:url(/images/BulletList.png) no-repeat 0 0; padding-left:10px; margin-bottom:3px;margin-left:0px;
    /*background: url(/Images/Divider207.png) bottom left no-repeat;*/
    display:block;
    height:16px;
    line-height:normal;
    vertical-align:top;
}
#SideNavigation ul li a
{
    color:#62a3dd;
    display:block;
    font-weight:bold;
line-height:normal;
    padding-top:3px;
    text-decoration:none;
    vertical-align:top;
    width:207px;
}
#SideNavigation ul li a:hover
{
    color:#91c3f0;
    display:block;
    font-weight:bold;
line-height:normal;
    vertical-align:top;
    width:207px;
    text-decoration:underline;
}
#FormDiv fieldset {
  border: none;
	
	margin-top:10px;
	margin-bottom:10px;
}
#FormDiv legend 
{
	border:0px;
  padding: 0 2px;
  padding-left:0px;
  font-weight: bold;
}
#FormDiv label 
{
	display: -moz-inline-box;
    display: inline-block;
  line-height: 14px;
  vertical-align: top;
  width: 100px;
}
#FormDiv fieldset ol {
  margin: 0;
  padding: 0;
}
#FormDiv fieldset li {
  list-style: none;
  margin: 0;
  padding: 5px 5px 7px;
	/*background: url(/images/FormRowDivider.png) left bottom repeat-x;*/
}
#FormDiv em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#FormDiv fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
TextArea
{
    resize:none;
}
