/*========================================================*/
/*  Cascading Style Sheet for SoloPortal 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: "trebuchet ms", verdana, sans-serif;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

table.controlpanel {border: 1px solid #fff;}
table.page-bg {width:100%; height:100%; background: #799193 url(images/body-bg.gif);}
table.site-width {width:1000px; height:100%;}

td.top-bg {width:100%; height:61px; background: url(images/top-bg.jpg) top left no-repeat;}
td.leftTop-cell {width:160px; height:100%;}
td.middle-top {width:703px; height:100%;}
td.right-cell {width:161px; height:100%;}

td.search-cell {text-align:right; width:65%; padding: 0 0 0 0; color: #fff; font-size: 13px;}
td.login-cell { text-align:right; padding: 0 10 0 0; color: #fff; font-size: 13px;}
td.menu-cell {text-align:right; padding: 0 10 0 0; color: #fff; font-size: 13px;}

td.left-bg {width:160px; background: url(images/left-bg.jpg) top right no-repeat;}
td.leftbg-repeat {background: url(images/left-bg-repeat.jpg) bottom right repeat-y;}

td.canvas-cell {width:703px;}
td.right-bg {width:161px; background: url(images/right-bg.jpg) top left no-repeat;}
td.rightbg-repeat {background: url(images/right-bg-repeat.jpg) bottom left repeat-y;}


td.footer-bg {width:100%; height:35; background: url(images/footer-bg.jpg) top left no-repeat;}
td.left-footer {width:160px; height:100%;}
td.middle-footer {width:703px; height:100%;}
td.right-footer {width:161px; height:100%;}

table.banner-area {background: url(images/banner-bg.jpg) top left no-repeat; padding: 0 0 0 0; height:273px;}

td.picturepane {width:480px; height:100%; padding: 0 0 0 0;}
td.eventpane {width:223px; height:100%; padding: 10 0 0 0;}

td.content-top {padding: 0 0 0 0; background: url(images/content-bg.jpg) top left no-repeat; width:100%; height:31px;}
td.content-repeat {padding: 0 0 0 0; background: url(images/content-repeat.jpg) bottom left repeat-y; height:100%;}
td.content-center { padding: 0 10 0 10; width:100%;}
td.content-right { padding: 0 10 0 10; text-align:left;}
td.content-bottom {width:100%; vertical-align:bottom; background: url(images/content-repeat.jpg) bottom left repeat-y; padding: 0 5 0 5;}

td.copyright-cell {color: #fff;	font-size: 10px; padding: 13 0 0 10;}
td.terms-cell {color: #fff;	font-size: 10px; padding: 13 0 0 0; text-align:center;}
td.fatbird-cell {padding: 13 10 0 0; text-align:right;}

#fatbirdcell a:link, a:visited, a:active, a:hoover {color: #fff; text-decoration:none; font-size: 11px; padding: 13 5 0 0; text-align:right;}





/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* basic links */
a:link, a:visited, a:active {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

a:hover {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}


/* register and login/logout links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
	font-size: 11px;
	color: #fff;
}

a.LoginLink:hover {
    text-decoration: underline;
	font-size: 11px;
	color: #fff;
}


/* footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	font-size: 11px;
    text-decoration: none;
	color: #fff;
}
a.FooterLink:hover {
	font-size: 11px;
    text-decoration: underline;
	color: #fff;
}


/* breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active  {
    text-decoration: none;
	font-weight: bold;
}

a.BreadcrumbLink:hover, .BreadcrumbLink {
    text-decoration: underline;
	font-weight: bold;
}


/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
    text-decoration: underline;
	color: #333;
	font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: none;
	color: #333;
	font-weight: bold;
}


/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {
	text-decoration: underline;
}

a.Normal:hover {
	text-decoration: none;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* current date */
.CurrentDate {
	color: #fff;
}


/* copyright */
.CopyrightText {
	color: #fff;
	font-size: 11px;
}


/* Used in admin sections */
.SubHead    {
  	font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
	padding: 0;
}



/* module titles */
.Head {
  	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 16px;
    text-decoration: none;
    color: #cb6d0e;
	font-weight: normal;
	white-space: nowrap;
}




/* colored - used for warnings and such */
.NormalRed {
	color: #f08e00;
  	font-family: "trebuchet ms", verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4em;
}


/* bold text */
.NormalBold {
  	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
}


/* normal text */
.Normal {
  	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.4em;
}



/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


/* catch-all */
select, input {
	color: #000;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
}

/* Applies to text input boxes */
.NormalTextBox {
	font-family: "trebuchet ms", verdana, 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-cell input {
	height: 20px;
	border-top: 1px solid #666;
	border-left: 1px solid #aaa;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* search button in search area */
.SearchButton {
	margin-top: 10px;
	/*position: absolute;*/
	padding:0 0 0 0;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/



/* idle state of submenu items */
.MainMenu_MenuItem {
	font-family: "trebuchet ms", verdana, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background: #f6f6f6;
	border-top: #f6f6f6 1px solid;
	border-left: #f6f6f6 1px solid;
	border-bottom: #f6f6f6 1px solid;
	border-right: #f6f6f6 1px solid;
	padding: 2px 6px 1px 2px;
}

/* hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: "trebuchet ms", verdana, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #000;
	background: #abcd51;
	border-left: #abcd51 1px solid;
	border-right: #abcd51 1px solid;
	padding: 2px 6px 1px 2px;
}

/* container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align:right;
}

/* menu bar */
.MainMenu_MenuBar {
	background: transparent; 
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align:right;
}

/* box for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3) ;
}

/* table cells containing main menu items */
.MainMenu_Idle td {
	height: 27px;
	padding: 2px 5px 0px 0px;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	/*background: url(menu/menu-off-l2.gif) repeat-x;*/
}

.MainMenu_Selected td {
	height: 27px;
	padding: 2px 5px 0px 0px;
	font-size: 13px;
	font-weight: 500;
	/*background: url(menu-over.gif) center no-repeat;*/
	color: #000;
}

/* table cell containing active main menu item */
.MainMenu_BreadcrumbActive td, .MainMenu_Active td {
	height: 27px;
	padding: 2px 5px 0px 0px;
	font-size: 13px;
	background: url(menu/menu-on.gif) repeat-x;
	font-weight: 500;
	color: #000;
}

/* creates break between menu items */
.MainMenu_MenuBreak {
	width: auto;
	border: 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: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	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: 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: "trebuchet ms", verdana, 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                                       */
/*========================================================*/









