﻿
/*=======================================================+
|                                                        |
|         CSS for DotNetNuke Skin - ArchitectX           |
|               Developed by Adammer LLC                 |
|                http://www.adammer.com                  |
|                                                        |
|                    December 2007                       |
|                                                        |
+=======================================================*/


/*=======================================================+
|  Universal                                             |
+=======================================================*/

/*-- HTML (Left blank on purpose)     --*/ html {}
/*-- Body                             --*/ #Body {margin: 0;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height:18px;}
/*-- Default Font                      table, p, li {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #333333; margin:0 0 0px 0;}--*/
/*-- Additional space for lists       --*/ li { margin-bottom: 10px;}
/*-- Additional space for lists       --*/ ul ul { margin-top: 5px;}
                                           img {border:none;}
										   #dnn_ctr429_DD table, #dnn_ctr429_DD p {line-height:normal;}


/*========================================================+
|  Design Elements                                        |
+========================================================*/



/*-- Main page wrapper: Adding a 
     little space at the bottom so 
     footer has some room before the
     end of the browser window.       --*/ #wrapper {padding-bottom:20px;}

/*-- Set the page top background
     image. The image behind the 
     login links.                     --*/ #login-bg{background: url(graphics/bg_outside.png) center no-repeat;}
	                                       #top{background: url(graphics/bg_top.png) top; height:50px;}

/*-- Set font size, color, etc. 
     for login links and text.   margin:0 auto 0 auto; width: 940px;     --*/ .login{font-size:10px; text-decoration:none; color: #666666;  padding: 0px 0px 0px 0; text-align:right;}
                                           a.login {text-decoration:none !important; color: #666666 !important; font-family:Verdana, Arial, Helvetica, sans-serif;}
                                           a.login:hover {text-decoration:underline !important;}
                                           
/*-- Set the padding of the
     search div.                      --*/ #search {float:right; vertical-align: middle; text-align: right;  padding:10px 0px 0 0; text-align:right;}
	 									   #search table {margin:0;}
	 									   .search{font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; color:#1676AD; line-height:5px; text-align:right;}
                                           #search img {border:none; padding:0px 0px 0px 0px;}

/*-- Set the background for the
     Header and the master page
     width.                           --*/ #header-bg{background: url(graphics/bg_outside.png) center repeat-y;}
                                           #header{margin:0 auto 0 auto; text-align:left; width: 940px;}

/*-- Added a little padding to 
     make sure logo doesn't 
     overlap background elements.     --*/ #logo {text-align:left; padding-top:2px; height:85px;}

/*-- Set the background image, 
     width, and margins for 
     the menu.                        --*/ #menu-bg{background: url(graphics/bg_menu.png) center top no-repeat; height:32px;}
                                           #menu{margin:0 auto 0 auto; width: 930px; text-align:left;}

/*-- Set the background image, 
     width, and margins for the 
     Breadcrumb.                      --*/ #breadcrumb-bg{background:url(graphics/bg_breadcrumb.png) center no-repeat; height:30px; padding-bottom:3px;}
	 
	                                      
                                           #breadcrumb-row{margin:0 auto 0 auto; width: 940px; padding:0; }

/*-- Set font size, color, etc. 
     for the breadcrumb div.          --*/ #breadcrumb {font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; color: #666666; text-align:left; line-height:12px; padding-left: 5px; padding-top:10px;}
                                           #breadcrumb a {font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; color:#666666; font-style:normal;}
                                           #breadcrumb a:hover {text-decoration:underline;font-style:normal;}

/*-- Set font size, color, etc. 
     for the Current Date div.        --*/ #current-date {font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; color: #666666; float:right; line-height:12px; padding-right:7px; padding-top:9px;}
                                           #current-date a {font-size:10px; text-decoration:none; color:#666666;}
                                           #current-date a:hover {text-decoration:underline;}

/*-- Set the background image, 
     width, margin, and border
     for the content div.    border:#999999 solid 1px;         --*/ #content-bg {background: url(graphics/bg_outside.png) center repeat-y;}
                                           #content {width:940px;  background:#FFFFFF; margin:0 auto 0 auto; padding-bottom:10px;}

/*-- Set the background image,
     width, margin, and font
     for the footer div.              --*/ #footer-bg {background: url(graphics/bg_outside_bottom.png) center no-repeat;}
                                           #footer {font-size:10px; text-decoration:none; color: #CCCCCC;margin:0 auto 0 auto; width: 900px; text-align:left; font-family: Arial, Helvetica, sans-serif; padding:0px 0px 0px 0px;margin:0 auto 0 auto; line-height:14px;}
										   
										   
                                           #footer a {font-size:10px; text-decoration:underline; color: #CCCCCC;}
                                           #footer a:hover {text-decoration:underline;}
										   #footerlinks, #footerlinks a {font-size:12px !important; line-height:18px;color: #E6E6E6; font-family:Verdana, Arial, Helvetica, sans-serif;}

/*-- Padding-right is used to set
     the terms and privacy text
     3 pixels from the right edge.    --*/ #terms{float:right; bottom:0px; margin-top:36px; padding-right:3px;}

/*-- Margin-left is used to set
     the copyright text 3 pixels 
     from the left edge.              --*/ #copyright{padding: 20px 0px 0 0; text-align:center; }
     
/*-- Horizontal Rule                  --*/ hr {height: 1px; color: #bbb;}
     
     
/*========================================================+
|  Search Items                                           |
+========================================================*/

/*-- Font for Radio Button labels.
     Not displayed by default 
     but just in case.                --*/ .SearchField{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666;}
                                            a.SearchField {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666666 !important; text-decoration:none !important;vertical-align:bottom;}
                                           a.SearchField:hover {text-decoration:underline !important;}
/*-- Search Textbox Font and
     background image.                --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox {padding: 3px 2px 1px 4px; font-size:11px; border: #10559A 1px solid; width:120px;background-color:#EDF6F7;}


/*========================================================+
|  DNN Control Panel                                      |
+========================================================*/

/*-- We are using the DNN defaults
     Except the align center which
     breaks when you use DIV not
     tables for content.              --*/
	 
.DNNAligncenter {text-align:left;}
.ControlPanel, .PagingTable {background-color:#FFFFFF;border:1px solid #003366; text-align:center; width:50%;margin-left: auto;margin-right: auto;}


/*========================================================+
|  Text Styles                                            |
+========================================================*/

/*-- Default Font                      table, p, li {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; margin:0 0 0px 0;}--*/
										   li {margin-bottom:5px; }
										   ul li {list-style: square; list-style-position: outside;}

/*-- Most of the site text.           --*/ .normal, .Normal {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;}

/*-- Most of the bold site text.      --*/ .NormalBold {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold; color: #555;}

/*-- Red Error site text.             --*/ .NormalRed {color: #990000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

/*-- subheadings - mostly in admin.   --*/ .SubHead {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333;}

/*-- headings - mostly in admin.      --*/ .Head {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; font-weight: normal; background-color:transparent; color:#006699;}

                                           .rep-description {font-size:10px;color:#666666; line-height:auto;}
										   .rep-description p { padding-top:0px; margin:0px;}
										   .rep-title {font-size:12px;font-weight:normal;}
										   .rep-text {font-size:10px;}

.SelectedTab {font-size:12px;font-weight:bold;text-decoration:none;}

/*-- Header 1 site text.              --*/ h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; font-weight: normal;}

/*-- Header 2 site text.              --*/ h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: bold; color: #555;}

/*-- Header 3 site text.              --*/ h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: bold; color: #555;}

/*========================================================+
|  User Defined Tables                                    |
+========================================================*/

.UDT_Table_Head th {font-size:10px;}
.UDT_Table_AlternateItem, .UDT_Table_AlternateItem p {font-size:10px;background-color:#F3F3F3;vertical-align:top;}
.UDT_Table_Item, .UDT_Table_Item p {font-size:10px;vertical-align:top;}


/*========================================================+
|  Module Menus                                           |
+========================================================*/

/*-- Usually no need to change 
     these styles.                    --*/ .ModuleTitle_MenuItem {background-color:#F7F7F7;border:1px solid #F7F7F7;color:#333333;font-family:verdana,sans-serif;font-size:11px;font-weight:normal;padding:0px 10px 0px 0px;}                                          
                                           .ModuleTitle_SubMenu {background-color:#F7F7F7;border:1px solid #666666;margin:1px 0px 0px;padding:0px;z-index:1000;}                                           
                                           .ModuleTitle_MenuItemSel {background:#DDDDDD none repeat scroll 0%;border-left:1px solid #DDDDDD;border-right:1px solid #DDDDDD;color:#000000;font-family:verdana,sans-serif;font-size:11px;font-weight:normal;padding:0px 10px 0px 0px;}                                           
                                           .ModuleTitle_MenuIcon {border:1px solid #EEEEEE;padding:2px 3px;}                                           
                                           .ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {display:none;}


/*========================================================+
|  Links                                                  |
+========================================================*/

/*-- default links visited and active --*/ a:link, a:visited, a:active {text-decoration:none; color: #003399; font-style:normal;text-decoration:underline; border:none;}

                                           a img {text-decoration:none;}

/*-- default links hover              --*/ a:hover {text-decoration:none;}

/*-- normal  links visited and active --*/ a.Normal:link, a.Normal:visited {text-decoration: underline; }

/*-- normal  links hover              --*/ a.Normal:hover {text-decoration: none; }


/*========================================================*/
/*  Forms                                                 */
/*========================================================*/
     
/*-- Default for Element              --*/ select, input { font-family: tahoma; font-size: 11px; color: #555; }

/*-- Default Textbox                  --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }


/*========================================================+
|  Navigation Menu Styles - Default to Grey               |
|                                                         |
|  These are set individually for each skin color but we  |
|  default to blue just in case the skin CSS has          |
|  been removed and can't be found.                       |
+========================================================*/





/*========================================================+
|  Navigation Menu Styles                                 |
+========================================================*/


/*-- Set line height.                  --*/ #leftnav li {position:relative;float:left;line-height:20px;list-style:none;padding:0;white-space:nowrap;margin-bottom:0px;}

/*-- Set bottom margin and
     color of menu that does not
     contain menu items.               --*/ #leftnav ul {padding:0;margin:0 0 2px 0;list-style:none;float:left;width:100%;background-color:#E8E8E8;display:block;}

/*========================================================+
| The following three (3) items should have the same      |
| background color                                        |
+========================================================*/

/*-- Font for top menu items.          --*/ #leftnav a {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;display:block;margin: 0;text-decoration:none;text-align:center;font-weight:normal;padding: 0 10px 0 5px;color: #24556C; width:175px;border-top: #FFFFFF 1px solid;border-bottom: #CCCCCC 1px solid;}

/*-- Second-level list container.      --*/ #leftnav li ul {position:absolute;left: -999em;width:150px;border-top: #FFFFFF 1px solid;background-color:#9D9D9D;}

/*-- Second-level menu items.          --*/ #leftnav li li a {width:250px;font-size:10px;text-align:left;border-bottom: 1px solid #FFFFFF;border-left:1px solid #FFFFFF;border-right:1px solid #FFFFFF;background-color:#0086B5;}

/*========================================================+
| The following four (4) items should have the same       |
| background color                                        |
+========================================================*/

/*-- Hover style for unselected 
     menu items.                       --*/ #leftnav li a:hover {border-top: #CCCCCC 1px solid;background-color:#CBE8EC;}

/*-- Top-level selected menu items.    --*/ #leftnav li.SelectedTab a {background-color:#E8E8E8;}

/*-- Second-level selected
     menu items.                       --*/ #leftnav li li.SelectedTab a {background-color:#E8E8E8;}

/*-- Third-level selected 
     menu items.                       --*/ #leftnav li li li.SelectedTab a {background-color: #E8E8E8;}


/*-- Hover style for selected 
     menu items.                       --*/ #leftnav li.SelectedTab a:hover {border-top: #CCCCCC 1px solid;background-color:#CBE8EC;}
     

/*-- Font color for disabled tabs.     --*/ #leftnav .DisabledTab {color:#CCCCCC;}

/*-- No need to change these hover
     classes unless you need more 
     than 4 levels                     --*/ #leftnav li:hover ul ul,
                                            #leftnav li:hover ul ul ul,
                                            #leftnav li:hover ul ul ul ul,
                                            #leftnav li.iehover ul ul,
                                            #leftnav li.iehover ul ul ul,
                                            #leftnav li.iehover ul ul ul ul{left: -999em;}
                                            #leftnav li:hover ul, 
                                            #leftnav li.iehover ul {top: 26px;left:0;}
                                            #leftnav li li:hover ul,
                                            #leftnav li li li:hover ul,
                                            #leftnav li li.iehover ul,  
                                            #leftnav li li li.iehover ul {top: 0;left:171px;}


/*========================================================+
|  End ArchitectX DNN Skin Styles                         |
+========================================================*/

/*========================================================+
|  Navigation Menu Styles                                 |
+========================================================*/

/*-- Set bottom margin and
     color of menu that does not
     contain menu items.               --*/ #nav ul {padding:0;margin:0 0 3px 0;list-style:none;float:left;width:100%;background-color:transparent;}

/*-- Set line height.                  --*/ #nav li {position:relative;float:left;line-height:30px;list-style:none;padding:0;white-space:nowrap;margin-bottom:0px; background-color:transparent;z-index:100;}

/*-- Font for top menu items.          --*/ #nav a {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;display:block;margin: 0;text-decoration:none;text-align:center;font-weight:normal;padding: 0 10px 0 10px;color: #FFFFFF;background:url(graphics/menu_div.png) right top no-repeat;}

                                            #nav li li a {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;display:block;margin: 0;text-decoration:none;text-align:center;font-weight:normal;padding: 0 0px 0 10px;color: #FFFFFF;background:none;}

/*-- Second-level list container.      --*/ #nav li ul {position:absolute;left: -999em;width:200px;border-top: #FFFFFF 1px solid;background-color:#0086B5; background-image:none;z-index:100;}

/*-- Second-level menu items.          --*/ #nav li li a {width:188px;font-size:10px;text-align:left;border-bottom: 1px solid #FFFFFF;border-left:1px solid #FFFFFF; white-space:normal;}

/*

/*-- Hover style for unselected 
     menu items.                       --*/ #nav li a:hover {background:url(graphics/menu_hover_bg.png) right repeat-x;}
	                                        #nav li li a:hover {background:#125E8A;}

/*-- Top-level selected menu items.    --*/ #nav li.SelectedTab a {background-color:transparent;}

/*-- Second-level selected
     menu items.                       --*/ #nav li li.SelectedTab a {}

/*-- Third-level selected 
     menu items.                       --*/ #nav li li li.SelectedTab a {}

/*-- Hover style for selected 
     menu items.                       --*/ #nav li.SelectedTab a:hover {}

/*-- Font color for disabled tabs.     --*/ #nav .DisabledTab {color:#CCCCCC;}

/*-- No need to change these hover
     classes unless you need more 
     than 4 levels                     --*/ #nav li:hover ul ul,
                                            #nav li:hover ul ul ul,
                                            #nav li:hover ul ul ul ul,
                                            #nav li.iehover ul ul,
                                            #nav li.iehover ul ul ul,
                                            #nav li.iehover ul ul ul ul{left: -999em;}

                                            #nav li:hover ul, 
                                            #nav li.iehover ul {top: 30px;left:0;}
                                            
                                            #nav li li:hover ul,
                                            #nav li li li:hover ul,
                                            #nav li li.iehover ul,  
                                            #nav li li li.iehover ul {top: 0;left:171px;}


/*-- This is where we set the 
     background color and supporting
     images.
     
     Comment out this code if you want 
     the default background color 
     #ECEBEB (grey) and supporting
     images.
     
     If you customized the background
     using the source image files this 
     is where you should change this 
     code to your new images and 
     background color.                --*/  /* body {background:#013893 url(graphics/background.png) repeat-x;}*/
                                            #login-bg{background: url(graphics/bg_top.gif) top no-repeat;}
                                            #header-bg{background: url(graphics/bg_top.gif) top no-repeat; margin-top:20px;}
                                            #breadcrumb-bg{background: url(graphics/bg_breadcrumb.gif) center top no-repeat;}
                                            #menu-bg{background: url(graphics/bg_menu.gif) center top no-repeat;}
                                            #content-bg {background: url(graphics/bg_outside.gif) center repeat-y;}
                                            #footer-bg {background: url(graphics/bg_footer.gif) top no-repeat;}




/*========================================================+
|  End Navigation Menu Styles                             |
+========================================================*/