
/*========================================================*/
/*    Cascading Style Sheet for Sprout DotNetNuke Skin    */
/*              created by Tyler Fawcett                  */
/*                                                        */
/*              http://tf.johndcooper.com                 */
/*                 tf@tylerfawcett.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/

/*========================================================*/
/* Adjust site width by altering this value               */
.SiteWidth {width: 680px;}
.SiteWidthAdmin {width: 900px;}
/*========================================================*/



/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	margin: 0;
	background: #fff;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.3em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/


.SitePadding {background: url(gr_bg.gif); text-align: center; padding: 20px 0 20px 0;}
.SiteFrame01 {width: 8px; height: 8px; background: url(corner_tl.gif) no-repeat; font-size: 1px;}
.SiteFrame02 {height: 8px; background: #70864a; font-size: 1px;}
.SiteFrame03 {width: 8px; height: 8px; background: url(corner_tr.gif) no-repeat; font-size: 1px;}
.SiteFrame04 {width: 8px; background: #70864a;}
.SiteFrame05 {background: #70864a;}
.SiteFrame06 {width: 8px; background: #70864a;}
.SiteFrame07 {width: 8px; height: 8px; background: url(corner_bl.gif) no-repeat; font-size: 1px;}
.SiteFrame08 {height: 8px; background: #70864a; font-size: 1px;}
.SiteFrame09 {width: 8px; height: 8px; background: url(corner_br.gif) no-repeat; font-size: 1px;}



.MenuTable {margin: 2px 0 8px 0;}
.MenuFrame01 {width: 5px; height: 5px; background: url(m_corner_tl.gif) no-repeat; font-size: 1px;}
.MenuFrame02 {height: 5px; background: #5a7038; font-size: 1px;}
.MenuFrame03 {width: 5px; height: 5px; background: url(m_corner_tr.gif) no-repeat; font-size: 1px;}
.MenuFrame04 {width: 5px; background: #5a7038;}
.MenuFrame05 {background: #5a7038; font-weight: normal;}
.MenuFrame06 {width: 5px; background: #5a7038;}
.MenuFrame07 {width: 5px; height: 5px; background: url(m_corner_bl.gif) no-repeat; font-size: 1px;}
.MenuFrame08 {height: 5px; background: #5a7038; font-size: 1px;}
.MenuFrame09 {width: 5px; height: 5px; background: url(m_corner_br.gif) no-repeat; font-size: 1px;}
.HeaderLeft {text-align: left; padding: 5px 5px 10px 10px; color: #a3b780;}
.HeaderRight {text-align: right; padding: 0 5px 5px 0; color: #a3b780;}
.FooterLeft {text-align: left; padding: 0 0 0 5px; color: #a3b780; font-size: 10px}
.FooterRight {text-align: right; padding: 0 5px 0 0; color: #a3b780;}
.ContentTop {padding: 0 0 0 0;}
.ContentLeft {padding: 0 8px 0 0; width: 33%;}
.ContentCenter {padding: 0 0 0 0;}
.ContentRight {padding: 0 0 0 8px; width: 33%;}
.ContentBottom {padding: 0 0 0 0;}
.ContentTop td,
.ContentLeft td,
.ContentCenter td,
.ContentRight td,
.ContentBottom td {color :#555;} 

.SproutDemoLogo {width: 108px; height: 52px; background: url(sprout_logo.gif) no-repeat;}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #70864a;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #70864a;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #a3b780;
	font-weight: bold;
	font-size: 10px;
}

a.LoginLink:hover {
    text-decoration: none;
    color: #fff;
	font-weight: bold;
	font-size: 10px;
}




/* For links on darker backgrounds (e.g. footer links) */
a.White:link, a.White:visited, a.White:active {
    text-decoration: underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}
a.White:hover {
    text-decoration: none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}



/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #5a7038;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #70864a;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #70864a;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #70864a;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.DateText {
	 color: #a3b780;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #a3b780;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2f2f2f;
	padding: 0;
}


/* Module titles */
.Head {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}


/* Normal text */
.Normal {
	color: #555;
	font-family: tahoma;
	font-size: 11px;
}


/* Dots */
.Dots {
	width: 12px;
	height: 8px;
	background: url(dots_high.gif) top center no-repeat;
}



/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #2f2f2f;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	height: 12px;
	background: #5a7038;
}


/* Menu bar */
.MainMenu_MenuBar {
	height: 12px;
	background: #5a7038;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #70864a;
	font-size: 11px; 
	font-weight: bold; 
	border: #fff 1px solid;
	padding: 1px 4px 2px 0px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 4px 0px 0px 0px;
	background-color: #fff;
	border: #70864a 1px solid;
	padding: 1px;
	filter: none;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #a3b780;
	border-left: #a3b780 1px solid;
	border-right: #a3b780 1px solid;
	padding: 1px 4px 2px 0px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: url(dots.gif) top right no-repeat;
	color: #a3b780;
	font-weight: bold;
	padding: 0;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	background: url(dots.gif) top right no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 0;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: url(dots.gif) top right no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 0;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #a3b780;
	font-size: 11px; 
	font-weight: bold; 
	border: #fff 1px solid;
	padding: 1px 4px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 4px 0px 0px -2px;
	background-color: #fff;
	border: #70864a 1px solid;
	padding: 1px;
	filter: none;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #a3b780;
	border-left: #a3b780 1px solid;
	border-right: #a3b780 1px solid;
	padding: 1px 4px 2px 0px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/





