/*
.m          All Sub Menu                .m      All Sub Menus
.m[level]   Sub Menu at level x         .m0     First level sub menus

.mid[id]    Sub Menu with id x          .mid39  DNN Admin Sub Menu
.break      Break                       .break  All menu breaks
.mi         Menu Item (all)             .mi     All Menu Items
.id         Menu Item with id x         .id41   Menu Item with id 41
.mi[path]   Menu Item in specific path  .mi0    First Menu Item (Home)
                                        .mi1-0  First child of second root menu (Admin-Site Settings)   

.root       Root Menu Item              .root   All root menu items
.first      First Menu Item             .first  First menu item in each menu
.last       Last Menu Item              .last   Last menu item in each menu
                                        .first.last First & Last menu item in each menu

.icn        Icon
.hov        Hover
.sel        Selected
.bc         BreadCrumb
.txt        Menu Text (coming soon!)
*/

/* menu container css */
.mainMenu                       {font-family: Verdana, Arial, Helvetica, sans-serif; cursor: pointer; font-size: 11px;}
.mainMenu_bg                    {background-color:#03879E; height: 29px; border-bottom:1px solid #FFFFFF; border-top:2px solid #ffcc00; width:1031px; vertical-align:middle; text-align:right; }



.mainMenu_left                  {}
.mainMenu_right                 {}

/* root menu css */
.mainMenu .root                 {color: #ffffff; font-size: 11px; font-weight: normal; text-align:center; background:url(images/MenuSeperator.png) left center no-repeat; line-height:29px; padding:7px 12px 7px 12px;}

.mainMenu .root .sel            {color: #FFCC00; font-size: 11px; font-weight:normal; text-align:center; background:url(images/MenuSeperator.png) left center no-repeat; line-height:29px; padding:7px 12px 7px 12px;}

/* general submenu css */
.mainMenu .m                    {border:1px dotted #009999; z-index: 1000;line-height:2em;}
.mainMenu .hov, .mainMenu .bc   {color: #FFCC00; font-size: 11px; font-weight:normal; text-align:center; background:url(images/MenuSeperator.png) left center no-repeat; line-height:29px; padding:7px 12px 7px 12px;}
.mainMenu .m .mi                {font:Tahoma; font-size:10px; background-color:#F8FAFF; z-index: 1000; font-weight: normal; text-align:left; color: #009999; line-height:22px; padding: 0px 5px; margin:0px;}
.mainMenu .m .icn               {padding-left: 5px; width: 10px;}
.mainMenu .m .mi *              {}  /* change * to .txt with latest webcontrols */
.mainMenu .m .sel, .mainMenu .m .bc { font:Tahoma; font-size:10px; background: #FFCC00; color: #333333; font-weight:normal; text-align:left; line-height:22px; z-index: 1000; padding: 0px 5px; margin:0px; }
.mainMenu .m .hov               { font:Tahoma; font-size:10px; background: #FFCC00; color: #333333;font-weight:normal; text-align:left; line-height:22px; z-index: 1000; padding: 0px 5px; margin:0px; }

.m .break .icn                  {font-size: 1px; height: 1px; } /*ensure that all menu breaks are only 1px high */

/* General */
body                            {background: #CCCCCC url(images/bg_1.gif); height: 100%; margin: 0px; padding: 0px;}
FullWidth 						{ width:1031px;}
a, a:link, a:visited, a:active  {color: #800000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}
a:hover                         {color: #C00; text-decoration: none;}

/*layout*/
.template_style                 {width: 1031px; margin: auto; padding:10px 0px 0px 0px; }
.BannerStyle					{background-color:#03879E; border-bottom:4px solid #ffcc00; width:1031px; }
.logo                           {margin-top: 10px; margin-left:10px;}
.bread_bg                       {background-color: #EAEAEA; font-family: Verdana, Arial, Helvetica, sans-serif; border-left: solid 1px #EAEAEA; border-right: solid 1px #EAEAEA; margin: 0 5px 0 5px; height: 40px;}
.content                        {background: white; border-left: solid 1px #EAEAEA; border-right: solid 1px #EAEAEA; padding: 10px; margin: 0 0px 0 0px; width:1011px;}
.bot_bg                         { margin:47px;}
.bot_pad                        { background:url(images/footerbg.png); font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom:10px; height:47px; padding: 10px 0px 0 00px; width:1031px;}
.bot_pad_left                        { background:url(images/FooterLeft.png) no-repeat; }
.bot_pad_right                        { background:url(images/FooterRight.png) no-repeat; }



/* controls */
#login_style                    {float: right; padding: 10px 17px 0px 10px;}
#bread_style                    {float: left; padding: 10px 0px 0px 17px; color: #000000; font-size: 13px;}
#terms_style                    {float: left;}
#copy_style                     {float: right;}

/*panes*/
.ContentPane                    {padding: 0px;margin: 0px;}
.MiddlePane                     {padding: 0px 0px 0px 10px; width: 10em; margin: 0px;}
.LeftPane                       {padding: 0px 10px 0px 0px; width: 10em; margin: 0px;}
.RightPane                      {padding: 0px 0px 0px 10px; width: 10em;margin: 0px;}
.ContentPane1                   {padding: 0px;margin: 10px;}
.MiddlePane1                    {padding: 0px 0px 0px 10px; width: 35%; margin: 0px;}
.LeftPane1                      {padding: 0px 0px 0px 0px; width: 33%; margin: 0px;}
.RightPane1                     {padding: 0px 0px 0px 10px; width: 35%;margin: 0px;}
.SeventyLeftPane				{padding: 0px 0px 0px 10px; width: 70%;margin: 0px;}
.ThirtyRightPane				{padding: 0px 0px 0px 10px; width: 30%;margin: 0px;}
.FiftyLeftPane					{padding: 0px 10px 0px 10px; width: 50%;margin: 0px;}
.FiftyRightPane					{padding: 0px 10px 0px 10px; width: 50%;margin: 0px;}
.ExtendedPane					{padding: 0px 0px 0px 10px; width: 100%;margin: 0px;}
.ExtendedPane1					{padding: 0px 0px 0px 10px; width: 100%;margin: 0px;}
.ExtendedPane2					{padding: 0px 0px 0px 10px; width: 100%;margin: 0px;}

/*breadcrumbs*/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited {color: #800000; font-size: 13px;}
a.Breadcrumb:hover              {color: #C00;}

/*links*/
.links                          {text-align: center;}
.links, a.links:link, a.links:active, a.links:visited {color: #666666; font-family: Tahoma; font-weight: normal; font-size: 11px; text-decoration: none;}
a.links:hover                   {color: #4E7494; font-family: Tahoma; font-size: 11px; text-decoration: none;  font-weight: normal;}

/*user*/
.user, a.user:link, a.user:active, a.user:visited {text-align: right; vertical-align: middle; padding: 0 10px 0 0; font-family: Tahoma; font-size:11px; color: #666666; text-transform:uppercase;}
a.user:hover {color: #FFFFFF; font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: normal; padding: 0 10px 0 0; text-transform:uppercase; }

/*footer*/
.footer, a.footer:link, a.footer:active, a.footer:visited {color: #ffffff; font-family: Tahoma; font-size: 11px; font-weight: normal; text-decoration: none; padding: 0 0px 0 0px; width:1031px;}
a.footer:hover                  {  color: #009999; font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight: normal; padding: 0 0px 0 0px; }

/* header bg */

.headerbg{background:url(images/HeaderBG.png) repeat-x; width:1031px;}


/* search box */ 
#dnn_dnnSEARCH_txtSearch.NormalTextBox  { height:16px; width: 108px; color: #999999; font-size:10px; border: 0px solid #FFFFFF; cursor:text; background-color:transparent; padding:20px 0 0 0; }

 .SearchTD {  vertical-align: middle; text-align: right; padding: 0 5px 0 10px; }
 
.SearchBox { width:197px; vertical-align: middle; text-align: left; height:52px; background: url(images/SearchBG.png) no-repeat top left; padding: 0 0 0 20px; }
/*-- SkinObject Text            	   --*/
 .SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; padding: 0 5px 0 40px;}
/*-- SkinObject Text hover        	   --*/ a.SkinObject:hover { color: #E7002A; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal; padding: 0 5px 0 5px; }