/*========================================================*/
/*    Cascading Style Sheet for Wake 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: #fff;
	margin: 0;
	height: 100%;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: arial, sans-serif;
	line-height: 1.4em;
}

@media print
{
    .noprint, td.noprint
    {
		display: none;
		width: 0px;
		height: 0px;
		background: transparent;
		float: none !important;
    }	
    .noprintbg td
    {
		background: #ffffff;
		height: 0px;
		width: 0px;
    }
    table.printsize {width: 640px;}
    
}


/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

td.full-page {background: url(bg-main.jpg) repeat-x #f5f5f5;}
table.site-width {width: 760px;}
table.site-width-admin {width: 980px;}

td.shadow-left {width: 7px; background: url(shadow-left.jpg) repeat-y;}
#shadow-left-top {width: 7px; height: 305px; background: url(shadow-left-top.jpg) no-repeat; display: block;}
td.canvas {background: #fff; border-left: 1px solid #fff; border-right: 1px solid #fff;}
td.shadow-right {width: 7px; background: url(shadow-right.jpg) repeat-y;}
#shadow-right-top {width: 7px; height: 305px; background: url(shadow-right-top.jpg) no-repeat; display: block;}


td.header-row {height: 11px;}
td.header-row-l {background: #729dc3; border-bottom: 1px solid #5581a7; width: 200px; font-size: 1px;}
td.header-row-r {background: #555; border-bottom: 1px solid #464646; font-size: 1px;}

td.banner-row {height: 62px;}
td.banner-row-l {text-align: center; width: 200px; background: url(logo-wake-rad.gif) no-repeat;}
td.banner-row-r {background: url(banner-r.jpg) top right no-repeat #6c6c6c; border-bottom: 1px solid #686868;}

td.login-row {height: 34px; background: #d3d3d3;}
td.login-row-l {width: 200px; background: url(tagline.gif) no-repeat;}
td.login-row-r {text-align: right; padding: 0 35px 0 0; font-size: 12px; color: #aaa;}

td.menu-row {height: 28px; background: url(menu-row-bg.gif) bottom repeat-x #d3d3d3;}
td.menu-row-l {height: 28px; width: 1px; background: url(menu-bg.gif) no-repeat;}

td.content-row {height: auto;}
td.content-row-l {width: 200px; background: #6c6c6c; display: block;}
td.content-row-r {width: 100%;}

td.photos {height: 219px; width: 200px; background: url(photo-01.jpg) no-repeat;}
td.side-pad {padding: 0px;}

td.breadrumbs {height: 42px; padding: 18px 0 0 14px; color: #fff; font-weight: bold; font-size: 13px; background: url(breadcrumb-top.gif) repeat-x #555; border-bottom: 1px solid #464646;}

td.content-pad {padding: 14px 14px 14px 14px;}
td.content-top {padding-bottom: 15px;}
td.content-center {}
td.content-right {width: 175px; padding-left: 15px;}
td.content-bottom {padding-top: 15px;}

td.footer-row {height: 26px;}
td.footer-row-l {background: url(footer-bg.gif) bottom repeat-x #6c6c6c; width: 200px;}
td.footer-row-r {background: url(footer-bg.gif) bottom repeat-x; text-align: right;}
td.footer-content-l {width: 19px; height: 26px; background: url(footer-content-l.gif) no-repeat;}
td.footer-content-r {background: url(footer-content-r.gif) repeat-x; padding: 2px 12px 0px 4px; color: #8e8dbf; font-size: 12px;}



/*========================================================*/
/*  3. Links                                              */
/*========================================================*/

a {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

/* basic links */
a:link, a:visited, a:active {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #356999;
}

a:hover {
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #709ec5;
}


/* register and login/logout links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #555;
	text-decoration: none;
}

a.LoginLink:hover {
	color: #555;
	text-decoration: underline;
}


/* footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.FooterLink:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}


/* breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color :#fff;
	text-decoration: none;
}

a.BreadcrumbLink:hover {
   font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color :#fff;
	text-decoration: underline;
}


/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
    text-decoration: underline;
	color: #356999;
	font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
	color: #709ec5;
	font-weight: bold;
}


/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {
	text-decoration: underline;
	color: #356999;
}

a.Normal:hover {
	text-decoration: underline;
	color: #709ec5;
}


/* for normal links */
td.content-row-l a:link, td.content-row-l a:visited, td.content-row-l a:active {
	text-decoration: underline;
	color: #fff;
}

td.content-row-l a:hover {
	text-decoration: none;
	color: #fff;
}




/*========================================================*/
/*  4. Text                                               */
/*========================================================*/




/* copyright */
.CopyrightText {
	color: #fff;
}


/* Used in admin sections */
.SubHead    {
  	font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
	padding: 0;
}



/* module titles */
.Head {
  	font-family: arial, sans-serif;
	font-size: 14px;
    text-decoration: none;
    color: #333;
	font-weight: normal;
	white-space: nowrap;
}




/* colored - used for warnings and such */
.NormalRed {
	color: #900;
  	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}


/* bold text */
.NormalBold {
  	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 1.4em;
}


/* normal text */
.Normal {
  	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
}

table, tr, td {
  	font-family: arial, sans-serif;
	font-size: 12px;
}

td.content-row-l .Normal, td.content-row-l .NormalBold {
	color: #fff;
}

div.ImageCaptionRight {
  float: right;
  width: 200px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.ImageCaptionRight p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  padding:  0, 0, 0, 0.5em;
  text-indent: 0;
}


div.ImageCaptionLeft {
  float: left;
  width: 200px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.ImageCaptionLeft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  padding:  0, 0, 0, 0.5em;
  text-indent: 0;
}


/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


/* catch-all */
select, input {
	color: #222;
  	font-family: arial, sans-serif;
}

/* Applies to text input boxes */
.NormalTextBox {
  	font-family: arial, sans-serif;
}

/* table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

/* for the search input box */
td.search-bg input {
	height: 20px;
}

/* go button in search area */
.GoButton {
	margin-bottom: -8px;
	position: absolute;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/



/* idle state of submenu items */
.MainMenu_MenuItem {
	font-family: arial, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	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: 1px 0px 2px 2px;
}

/* hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: arial, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #729dc3;
	border-left: #729dc3 1px solid;
	border-right: #729dc3 1px solid;
	padding: 1px 0px 2px 2px;
}

/* 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;
}

/* box for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f6f6f6;
	border: 1px solid #555;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3) ;
}

/* table cells containing main menu items */
.MainMenu_Active td, .MainMenu_Selected td, .MainMenu_Idle td, .MainMenu_BreadcrumbActive td {
	height: 28px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background: url(menu-off.gif) repeat-x;
	font-family: arial, sans-serif; 
	font-weight: bold;
}

/* table cell containing active main menu item */
.MainMenu_BreadcrumbActive td {
	height: 28px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background: url(menu-on.gif) repeat-x;
	font-family: arial, sans-serif; 
	font-weight: bold;
}

	
/* idle state for main menu items */
.MainMenu_Idle { 
	color: #fff;
	margin: 0;
	padding: 0;
}

/* hover state for main menu items */
.MainMenu_Selected  {
	color: #fff;
	margin: 0;
	padding: 0;
}

/* selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #fff;
	margin: 0;
	padding: 0;
}

/* creates break between menu items */
.MainMenu_MenuBreak {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}

.MainMenu_MenuArrow {
	padding: 0;
	border: 0;
	margin: 0;
	width: 9px;
	height: 10px;
	border-right: #f6f6f6 1px solid;
	border-top: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;
}

/* Elements we don't really need */
.MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/


/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #333;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
  	font-family: arial, sans-serif;
	font-size: 12px;
	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: arial, sans-serif;
	font-size: 12px;
	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                                       */
/*========================================================*/







