/* Menu-Styles */
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #B0292D 1px solid; 
    BORDER-TOP: #B0292D 1px solid; 
    BORDER-LEFT: #B0292D 1px solid; 
    BORDER-BOTTOM: #B0292D 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #3A5975;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#77796E;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#77796E;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#77796E;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ff0000;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight: normal;
    color: #77796E;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #831B01;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #831B01;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color:#831B01;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color:#831B01;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color:#831B01;
	
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color:#831B01;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:#831B01;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #831B01;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background:#831B01;
	color: #FFF;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #831B01;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #831B01;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color:#831B01;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #831B01;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #831B01;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #831B01;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color:#831B01;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #831B01;
}

A:link  {
    text-decoration:    none;
    color: #831B01;
}

A:visited   {
    text-decoration:    none;
    color: #831B01;
}

A:active    {
    text-decoration:    none;
    color: #831B01;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/**/
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table, tr, td, p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; 
  margin: 0px;
  padding: 0px;
}
/**/
.sdvma_menubg{
	background-image: url(sdvma_menubg05.jpg);
	height: 46px;
	background-repeat: repeat-x;
}
.sdvma_bannerbg01{
	background-image: url(sdvma_bannerbg01.gif);
	width: 1020px;
	height: 69px;
	background-repeat: repeat-x;
}
.sdvma_caibg01{
	background-image: url(sdvma_caibg01.jpg);
	background-repeat: repeat-x;
	height: 46px;
}
.sdvma_caibg02{
	background-image: url(sdvma_caibg02.jpg);
	height: 46px;
	background-repeat: no-repeat;
	background-position: left;
}
.sdvma_caibg03{
	background-image: url(sdvma_caibg03.jpg);
	height: 46px;
	background-repeat: no-repeat;
	background-position: right;
}
.sdvma_login02{
	background-image: url(sdvma_login02.jpg);
	width: 20px;
	height: 26px;
	background-repeat: no-repeat;
}
.sdvma_login{
	background-image: url(sdvma_login.jpg);
	height: 53px;
	background-repeat: repeat-x;
}
.sdvma_login_left{
	background-image: url(sdvma_login_left.jpg);
	width: 12px;
	height: 53px;
	background-repeat: no-repeat;
}
.sdvma_login_right{
	background-image: url(sdvma_login_right.jpg);
	width: 9px;
	height: 53px;
	background-repeat: no-repeat;
}
.sdvma_search{
	background-image: url(sdvma_search.jpg);
	width: 285px;
	height: 17px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	}
/**/
.BannerPane{
	padding: 0px 0px 0px 0px;
}
.TopPane{
	padding: 2px 38px 2px 36px;
}
.TopPane02{
	padding: 2px 2px 2px 2px;
}
.LeftPane{
	padding: 2px 8px 2px 10px;
	width: 25%;
}
.LeftPane02{
	padding: 2px 2px 2px 2px;
	
}
.ContentPane{
	padding: 2px;
	width: 60%;
}
.RightPane{
	padding: 2px 8px 2px 9px;
	width: 15%;
}
.RightPane02{
	padding: 2px 2px 2px 2px;
}
.BottomPane{
	padding: 2px 2px 2px 2px;
}
.BasePane{
	padding: 2px 2px 2px 2px;
}
/* Menu-Styles */
.MainMenu_MenuContainer{ 
   background:transparent; 
   width: 100%;	
   margin:0px auto; 
}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ 
   background: #992427; 
   border: 0px solid #992427;
}
.MainMenu_MenuArrow{ 
   display:none; 
}
.MainMenu_RootMenuArrow{ 
   display:none; 
}
.MainMenu_MenuBreak{ 
   display:none;
 }
.MainMenu_MenuItem{
   color:#FFFFFF;
   font-size:11px;
   font-weight:normal;
   border:0px #992427 solid;
}
.submenuitemselected{
   color:#FFFFFF;
   font-size:11px;
   font-weight:normal;
   background:#FFB900;
   border:0px #FFB900solid;
	background-color: #CBCDBC;
}
.submenuitembreadcrumb{
   color:#FFFFFF;
   font-size:11px;
   font-weight:normal;
   border:0px #FFB900 solid;
}
.submenu{
   border:1px #992427 solid;
   padding:0px; 
   margin-top:0px; 
   margin-left:0px;
   background:#992427;
   z-index:100;
}
.rootmenuitem TD{ 
   padding:0px; 
   font-size:0px; 
   background: transparent;
}
.rootmenuitem DIV{ 
   background: url(sdvma_menubg01.jpg) top left no-repeat #ffffff; 
	font-family: Perpetua;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: -2px;
}
.rootmenuitem DIV DIV{ 
   background: url(sdvma_menubg02.jpg) top right no-repeat; 
	height: 46px;
	font-family: Perpetua;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: -2px;
}
.rootmenuitem DIV DIV DIV{ 
   font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
   padding:15px 15px 0px 15px;
   height:46px;
	background-color: transparent;
 }
.rootmenuitemselected TD,
.rootmenuitembreadcrumb TD{
   padding:0px; 
   font-size:0px; 
   background: transparent;
 }
.rootmenuitemselected DIV DIV DIV{
   color:#FFFFFF; 
   background-color: transparent;
   font-size:11px; 
   font-weight: normal;
   height:46px;
	padding:15px 15px 0px 15px;
 }
.rootmenuitembreadcrumb DIV DIV DIV{
   color:#ffffff; 
   background-color: #ffffff; 
   font-size:11px; 
   font-weight: bold; 
   height:46px;
	padding:15px 15px 0px 15px;
}
/**/
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	color: #ffffff;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #992427; 
	border-left: #992427 0px solid; 
	border-bottom: #992427 0px solid; 
	border-top: #992427 0px solid; 
	text-align: center; 
	color: #ffffff;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #992427; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0); 
	border-bottom: #992427 0px solid; 
	border-left: #992427 0px solid; 
	border-top: #992427 0px solid; 
	border-right: #992427 0px solid;
	color: #ffffff;
}
.ModuleTitle_MenuBreak {
	border-bottom: #992427 0px solid; 
	border-left: #992427 0px solid; 
	border-top: #992427 0px solid;  
	border-right: #992427 0px solid; 
	background-color: #992427; 
	height: 1px;
	color: #ffffff;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #CBCDBC;
	color: #ffffff;
}
.ModuleTitle_MenuArrow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFB900 0px solid; 
	border-bottom: #FFB900 0px solid; 
	border-top: #FFB900 0px solid;
	color: #ffffff;
}
.ModuleTitle_RootMenuArrow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	color: #ffffff;
}
#skin051228 .rootmenuitemselected DIV,
#skin051228 .rootmenuitembreadcrumb DIV{
    background: url(sdvma_menubg03.jpg) left top no-repeat;
	 font-family: Perpetua;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: -2px;
  }
#skin051228 .rootmenuitemselected DIV DIV,
#skin051228 .rootmenuitembreadcrumb DIV DIV{ 
   background: url(sdvma_menubg04.jpg) right top no-repeat; 
	font-family: Perpetua;
	height: 46px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: -2px;
}
/**/
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
   text-decoration: underline;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
A.user:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.user:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.user:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	text-decoration: underline;
}
A.user:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.copyright{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
	font-weight: normal;
}
a.copyright:link{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.copyright:visited{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #505050;
   text-decoration: underline;
}
a.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
.Terms{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
	font-weight: normal;
}
a.Terms:link{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.Terms:visited{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.Terms:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #505050;
   text-decoration: underline;
}
a.Terms:active{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
.Privacy{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
	font-weight: normal;
}
a.Privacy:link{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.Privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
a.Privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #505050;
   text-decoration: underline;
}
a.Privacy:active{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFFFFF;
   text-decoration: none;
}
.BREADCRUMB{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.BREADCRUMB:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.BREADCRUMB:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
a.BREADCRUMB:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #A4201C;
   text-decoration: underline;
}
a.BREADCRUMB:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.currentdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
 /**/
 .SearchButton {
   background: transparent;
   padding: 16px 0px 10px 53px; 
   cursor: hand; 
   font-size:1px;
   margin: 0px;
}
#dnn_dnnSEARCH_txtSearch { 
   text-align: left; 
   vertical-align: middle;
   height:16px; 
   background: transparent; 
   width: 134px; 
   color: #797979; 
   padding: 0px 2px 0px 2px; 
   border: 0px solid #FFFFFF; 
   cursor:text; 
   font-size: 11px; 
   margin: 0px;
 }
 /**/
.container_text01{
	font-family: Tahoma;
	font-size: 11px;
	color: #71726A;
	font-weight: normal;
	line-height: 20px;
}
.container_text02{
	font-family: Tahoma;
	font-size: 11px;
	color: #71726A;
	font-weight: bold;
	line-height: 20px;
}
a.container_text02:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #71726A;
	font-weight: bold;
	line-height: 20px;
}
a.container_text02:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #71726A;
	font-weight: bold;
	line-height: 20px;
}
a.container_text02:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #71726A;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}
a.container_text02:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #71726A;
	font-weight: bold;
	line-height: 20px;
}
.container_text03{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
a.container_text03:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
a.container_text03:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
a.container_text03:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #B0292D;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
a.container_text03:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
.container_text04{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: normal;
	line-height: 20px;
}
.container_text05{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: bold;
	line-height: 20px;
}
a.container_text05:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: bold;
	line-height: 20px;
}
a.container_text05:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: bold;
	line-height: 20px;
}
a.container_text05:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
a.container_text05:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #696C4D;
	font-weight: bold;
	line-height: 20px;
}

.ThemeSmall .Event
{
	table-layout: auto;
	font-size: 7pt;
	color: white;
	font-family: Verdana;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
	background-color: #EFE7E7;
	height: 450px;
	width: 450px;
}