
/*========================================================*/
/*        CSS for Jeff de Boer DotNetNuke Skin            */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Framework                                          */
/*  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 {
	background: url(page-bg.gif) top repeat-x;
	margin: 0 0 0 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	line-height: 1.5m;
}


/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

table.controlpanel {border-bottom: 2px dotted #999; border-right: none; border-left: none; border-top: none; background: #f6f6f6;}
table.master-portal table.site-width {width: 800px;}
table.master-admin table.site-width {width: 95%;}
td.master-row-top {height: 199px; background: url(header-bg.gif) bottom left repeat-x;}
td.logo {padding: 35px 0 0 0; border-top: 2px solid #39a0ac;}
.photo-01 {width: 197px; height: 199px; background: url(photo-01.jpg) no-repeat; padding: 0;}
.photo-02 {width: 197px; height: 199px; background: url(photo-02.jpg) no-repeat; padding: 0;}
.photo-03 {width: 197px; height: 199px; background: url(photo-03.jpg) no-repeat; padding: 0;}
.photo-04 {width: 197px; height: 199px; background: url(photo-04.jpg) no-repeat; padding: 0;}
.photo-05 {width: 197px; height: 199px; background: url(photo-05.jpg) no-repeat; padding: 0;}
td.content-pad {padding: 25px 0 25px 0;}
td.breadcrumbs {padding: 0 0 4px 0; border-bottom: 1px solid #d8d8d8; color: #ccc; font-size: 18px; font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;}
td.menu {height: 41px;}
td.master-row-middle {height: auto;}
td.master-row-bottom {height: 140px; background: url(bottom-grey-bg.gif) top left repeat-x #4d4d4d;}
td.footer-left {padding-top: 10px; color: #aaa; font-size: 13px;}
td.footer-right {padding-top: 10px; color: #aaa; font-size: 13px; text-align: right;}
td.content-top {}
td.content-left {padding-right: 20px;}
td.content-center {width: 100%;}
td.content-right {padding-left: 20px;}
td.content-bottom {}

/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* basic links */
a:link, a:visited, a:active {
	color: #39a0ac;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}

a:hover {
	color: #39a0ac;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 13px;
}

/* basic links */
.link-sizer a:link, .link-sizer a:visited, .link-sizer a:active {
	color: #298994;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	background: #ebf5f7;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	padding: 0 1px 0 1px;
}

.link-sizer a:hover {
	color: #fff;
	background: #39a0ac;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	padding: 0 1px 0 1px;
}

/* footer links */
a.footer-link:link, a.footer-link:visited, a.footer-link:active {
  	color: #fff;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
}

a.footer-link:hover {
	color: #fff;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 2px 0px 2px;
	background: #636363;
	text-decoration: none;
}

/* breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #39a0ac;
	font-weight: normal;
	font-size: 17px;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #39a0ac;
	font-weight: normal;
	font-size: 17px;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
}



/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #298994;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	background: #ebf5f7;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	padding: 0 1px 0 1px;
}

a.CommandButton:hover {
	color: #fff;
	background: #39a0ac;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	padding: 0 1px 0 1px;
}


/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #298994;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	background: #ebf5f7;
	font-weight: normal;
	text-decoration: none;
	padding: 0 1px 0 1px;
	font-size: 13px;
}

a.Normal:hover {
	color: #fff;
	background: #39a0ac;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 0 1px 0 1px;
	font-size: 13px;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #fff;
	white-space: nowrap;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #fff;
	white-space: nowrap;
	font-size: 12px;
}


/* Used in admin sections */


.SubHead    {
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
	color: #333;
}


/* Module titles */
.Head {
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}


/* Normal bold text */
.NormalBold {
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}


/* Normal bold text */
.Normal {
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
}




select, input {
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #333;
	padding: 1px 2px 0px 2px;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}





/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #444;
	background: #fafafa;
	border-top: #fafafa 1px solid;
	border-bottom: #fafafa 1px solid;
	border-left: #fafafa 1px solid;
	border-right: #fafafa 1px solid;
	padding: 4px 14px 4px 5px;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	cursor: hand; 
	background: #39a0ac;
	border-top: #39a0ac 1px solid;
	border-bottom: #39a0ac 1px solid;
	border-left: #39a0ac 1px solid;
	border-right: #39a0ac 1px solid;
	padding: 4px 14px 4px 5px;
}

.MainMenu_MenuIcon, .MainMenu_MenuArrow
{
	display: none;
}


.MainMenu_MenuBreak {
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	border: 1px solid #ddd;
	border-left: 3px solid #39a0ac;
	padding: 0px;
	background: #fafafa;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);
}

.MainMenu_SubMenuItemSel {
	font-size: 13px;
	color: #aaa;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MainMenu_RootMenuItem td {
	height: 41px;
	font-size: 13px;
	color: #fff;
	background: #39a0ac;
	font-weight: normal;
	border: 0;
	padding: 0px 16px 0px 14px;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
}

.MainMenu_RootMenuItemSel td {
	height: 41px;
	font-size: 13px;
	color: #fff;
	background: #4cabb6;
	font-weight: normal;
	border: 0;
	padding: 0px 16px 0px 14px;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
}

.MainMenu_RootMenuItemActive td {
	height: 41px;
	font-size: 13px;
	color: #fff;
	background: url(menu-on.gif) bottom center no-repeat #4cabb6;
	font-weight: normal;
	border: 0;
	padding: 0px 16px 0px 14px;
	font-family: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
}


/*========================================================*/
/*  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: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	color: #222;
	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: 3px 14px 3px 5px;
}


/* 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: "lucida sans unicode", "trebuchet ms", arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 3px 14px 3px 5px;
}

.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                                       */
/*========================================================*/







