
/*========================================================*/
/*    Cascading Style Sheet for Sprout DotNetNuke Skin    */
/*              created by Tyler Fawcett                  */
/*               updated Febraury 2006                    */
/*                                                        */
/*              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                                       */
/*========================================================*/


/*========================================================*/
/*  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;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/



td.body-bg {background: url(bg-main.gif)}
table.site-width {width: 920px;}
table.site-width-admin {width: 920px;}
td.header-td {height: 70px;}
td.header-cap-l {width: 33px; background: url(header-cap-l.gif); font-size: 1px;}
td.header-content {background: url(header-bg.gif) repeat-x #e3e3e3;}
td.logo-td {padding-left: 1px; width: 10px;}
td.logo-td-tl {width: 24px; height: 70px; background: url(logo-td-01.gif); font-size: 1px;}
td.logo-td-tc {padding: 10px 5px 5px 5px; background: #fff;}
td.logo-td-tr {width: 24px; background: url(logo-td-03.gif); font-size: 1px;}
td.logo-td-bl {width: 24px; height: 19px; font-size: 1px; background: url(logo-td-bl.gif);}
td.logo-td-bc {height: 19px; font-size: 1px; background: url(logo-td-bc.gif) repeat-x;}
td.logo-td-br {width: 24px; height: 19px; font-size: 1px; background: url(logo-td-br.gif);}
td.menu-td {padding: 23px 0 0 0; height: 57px;}
td.reg-td {text-align: right; padding: 12px 55px 0 0; color: #ccc; font-weight: normal;}
td.header-cap-r {width: 33px; background: url(header-cap-r.gif); font-size: 1px;}
td.body-td {}
td.canvas-edge-l {width: 33px; background: url(canvas-edge-l.gif) repeat-y; font-size: 1px;}
td.canvas-body {background: #e3e3e3; padding: 8px 0px 15px 0px;}
td.bc-padding {padding: 0 10px 8px 10px;}
td.content-padding {padding: 0 2px 0 2px;}
td.bc-left {width: 104px; height: 25px; background: url(bc-left.gif) no-repeat; color: #ccc; padding-bottom: 2px; font-weight: normal;}
td.bc-bg {background: url(bc-bg.gif) repeat-x; padding: 0 0 2px 10px; color: #777;}
td.bc-right {width: 9px; height: 25px; background: url(bc-right.gif);}
td.canvas-edge-r {width: 33px; background: url(canvas-edge-r.gif) repeat-y; font-size: 1px;}
td.footer-td {height: 69px;}
td.footer-cap-l {width: 33px; background: url(footer-cap-l.gif); font-size: 1px;}
td.footer-content {background: url(footer-bg.gif) repeat-x #e3e3e3; padding-top: 48px; text-align: right; color: #aaa; font-weight: normal;}
td.footer-cap-r {width: 33px; background: url(footer-cap-r.gif); font-size: 1px;}
td.content-top {padding-bottom: 10px;}
td.content-left {width: 25%;}
td.content-center {}
td.content-right {width: 25%;}
td.content-bottom {padding-top: 10px;}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #c28342;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #c28342;
	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: #c28342;
	font-weight: normal;
}

a.LoginLink:hover {
    text-decoration: underline;
    color: #c28342;
	font-weight: normal;
}




/* For the Register and Login/Logout links in the header */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: none;
    color: #fff;
	font-weight: normal;
}

a.FooterLink:hover {
    text-decoration: underline;
    color: #fff;
	font-weight: normal;
}



/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #c28342;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	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: #c28342;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #c28342;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #555;
	font-weight: bold;
	font-size: 11px;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #c28342;
	font-weight: bold;
	font-size: 11px;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.DateText {
	 color: #555;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #fff;;
}


/* 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: #555;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4em;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	line-height: 1.4em;
}


/* Normal text */
.Normal {
	color: #555;
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}




/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #2f2f2f;
	padding-left: 2px;
	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;
}


.GoButton {
	margin-bottom: -8px;
	position: absolute;
}



/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/



/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-weight: normal;
	font-familay: tahoma;
	font-size: 11px;
	color: #555;
	background: #f6f6f6;
	border-top: #f6f6f6 1px solid;
	border-left: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;
	border-right: #f6f6f6 1px solid;
	padding: 2px 12px 2px 4px;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-weight: normal;
	font-familay: tahoma;
	font-size: 11px;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #c28342;
	border-left: #c28342 1px solid;
	border-right: #c28342 1px solid;
	padding: 2px 12px 2px 4px;
}



/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 3px 0px 0px 0px;
	background-color: #f6f6f6;
	border: 1px solid #888;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3) ;
}


.MainMenu_Active td, .MainMenu_Selected td, .MainMenu_Idle td, .MainMenu_BreadcrumbActive td {
	padding: 0px 8px 0px 3px;
	background: url(menu-sep.gif) right no-repeat;
}

.MainMenu_BreadcrumbActive td {
	padding: 0px 8px 0px 3px;
	background: url(menu-sep.gif) right no-repeat;
}


/* Idle state for main menu items */
.MainMenu_Idle td { 
	font-weight: bold;
	color: #bbb;
}

/* Hover state for main menu items */
.MainMenu_Selected td {
	color: #fff;
	font-weight: bold;
}

/* Selected state for main menu items */
.MainMenu_Active td, .MainMenu_BreadcrumbActive td {
	color: #fff;
	font-weight: bold;
}

.MainMenu_MenuBreak {
	width: auto;
	border: 0;
	background: transparent;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/


/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #999;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}


/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/






