/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 


/*Robert's new classes*/
.outerTable
{
    width: 98%;
    padding-left: 10px;
    padding-top: 10px;
}

.mainTable
{
    width: 100%;
}

.headerLeft
{
    background: url(headerLeft.jpg) no-repeat top left;
	width: 439px;
	height: 168px;
}

.headerSlinky
{
    background: url(headerSlinky.jpg) repeat-x top left;
	width: auto;
	height: 168px;
}

.headerRight
{
    background: url(headerRight.jpg) no-repeat top right;
	width: 320px;
	height: 168px;
}

.menuLeft
{
    background: url(menuLeft.jpg) no-repeat top left;
	width: 45px;
	height: 53px;
}

.menuSlinky
{
    background: url(menuSlinky.jpg) repeat-x top left;
	width: auto;
	height: 53px;
	vertical-align: top;
	padding-top: 13px;
}

.menuRight
{
    background: url(menuRight.jpg) no-repeat top right;
	width: 53px;
	height: 53px;
}

.contentTopLeft
{
    background: url(contentTopLeft.jpg) no-repeat top left;
	width: 45px;
	height: 52px;
	color: #FFFFFF;
}

.contentTopSlinky
{
    background: url(contentTopSlinky.jpg) repeat-x top left;
	width: auto;
	height: 52px;
}

.contentTopRight
{
    background: url(contentTopRight.jpg) no-repeat top right;
	width: 713px;
	height: 52px;
	color: #FFFFFF;
	text-align: right;
}

.contentSideLeft
{
    background: url(contentSideSlinky.jpg) repeat-y top left;
	width: 11px;
	height: 100%;
}

.contentSideRight
{
    background: url(contentSideSlinky.jpg) repeat-y top right;
	width: 11px;
	height: 100%;
}

.content
{
    width: 100%;
	height: 100%;
	background-color: #D3E9F4;
}

.contentBottomLeft
{
    background: url(contentBottomLeft.jpg) no-repeat top left;
	width: 21px;
	height: 22px;
	color: #FFFFFF;
}

.contentBottomSlinky
{
    background: url(contentBottomSlinky.jpg) repeat-x top left;
	width: auto;
	height: 22px;
	color: #FFFFFF;
}

.contentBottomRight
{
    background: url(contentBottomRight.jpg) no-repeat top right;
	width: 21px;
	height: 22px;
	color: #FFFFFF;
}

.footer
{
    padding-left: 22px;
}

.footerRight
{
    text-align: right;
}

/*Joel's classes*/
body {
	background: #FFFFFF;
	margin: 10px 0 10px 0;
}

.SiteWidth {
	align: center;
	width: 776px;
}
.BannerTable {
	background: url(JoelSkin_r1_c1.jpg) no-repeat top center;
	width: 776px;
}
.ContentTable {
	background-color: #D3E9F4;
	width: 726px;
}
.FooterTable {
	background: url(JoelSkin_r3_c1.jpg) no-repeat top center;
	width: 776px;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #7D97B2;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.LoginLink:hover {
	color: #3D4140;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.TopRow {
	text-align:left;
	padding: 0px 15px 0px 15px;
	font-size: 11px;
}
.ContentRow {
	font-size: 11px;
}
.LeftEdge {
	vertical-align: top;
	background: url(JoelSkin_r2_c1.jpg) repeat-y left;
}

.RightEdge {
	vertical-align: top;
	background: url(JoelSkin_r2_c3.jpg) repeat-y right;
}


table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
}

.normal, .Normal {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}

.ContainerHeadLeft {
	background: url(header_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerHeadActions {
	background: url(header_bg.gif) repeat-x bottom;
	padding: 0 0 10px 0;
	width: 1px;
}

.ContainerHeadTitle {
	background: url(header_bg.gif) repeat-x bottom;
	padding: 0 0 17px 5px;
}

.ContainerHeadRight {
	background: url(header_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerContent {
	padding: 15px 15px 15px 15px;
}

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}




/* text style for the unselected tabs */
.OtherTabs {
    font-size: 11px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}


/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active {
    text-decoration:    none;
    color: #2c2c2c;
	 background-color: transparent;
	 border: 0;
	 font-weight: bold;
}

a.OtherTabs:hover    {
    text-decoration:    underline;
    color: #2c2c2c;
	 background-color: transparent;
 	 border: 0;
	 font-weight: bold;
}


/*=============== START DEFAULT MENU STYLES ============================================*/
/*== main menu styles ======================================*/
/*==========================================================*/


/*-- box that holds the menu --*/




/*== module menu styles ====================================*/
/*==========================================================*/


/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
}


/*-- menu items --*/
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #888888;
	font-size: 11px;
	background: url(sub_item_bg.gif) no-repeat;
	font-weight: bold; 
	font-style: normal; 
	border: #eeeeee 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 8px 0 0 -4px;
	background: #eeeeee;
	padding: 1px;
	border: 1px solid #aaaaaa;
	font-weight: normal;
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #7D97B2;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}


/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon    {
	display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited, a.SubHead:active {
	color: #7D97B2;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #7D97B2;	
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}

a.CommandButton:hover {
	color: #7D97B2;	
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}

a.Normal:link, a.Normal:visited {
	color: #7D97B2;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #7D97B2;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}




.Head {
	font-size: 12px;
	color: #333333;
	background: transparent;
	font-weight: bold;
	padding: 0;
}


.NormalRed {
	color: #51A8D5;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox {
	color: #333333;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ccc;
	scrollbar-face-color: #fffffffff;
	scrollbar-track-color: #fffffffff;
	scrollbar-arrow-color: #555555;
	scrollbar-3dlight-color: #fffffffff;
	scrollbar-shadow-color: #fffffffff;
	scrollbar-highlight-color: #fffffffff;
	scrollbar-darkshadow-color: #fffffffff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}

/* Main menu */
.MainMenu_MenuContainer{ text-align: center; background:transparent; width:100%; height:1px; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }
.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#333;	font-size:11px;	font-weight:normal;
	padding:3px 15px 3px 10px;
	border:1px #CBCBCB solid; border-width:1px 0px;
}
.submenuitemselected{
	color: #FFFFFF; font-size:11px; font-weight:normal;
	padding:3px 15px 3px 10px;
	background: #9FBCDE;
	border:1px #CBCBCB solid; border-width:1px 0px;	
}
.submenu{
	border:1px #A7A7A7 solid;
	padding:0px;
	background:#CBCBCB;
	margin-left:2px;
	margin-top:2px;
}
.rootmenuitem TD
{ 
    vertical-align: top;
	color:#323465; 
	font-size:11px; 
	font-weight:bold;
	background:transparent;
	padding-left:2px;
	padding-right:2px;
	height:15px;
	border:0px #333 solid; 
	border-width:0px 0px 0px 0px;	
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD
{
	vertical-align: top;
	color: black; 
	font-size:11px; 
	font-weight:bold;
	background-color: #D4D448;
	padding-left:2px;
	padding-right:2px;
	height:15px;
	border:0px #333 solid; 
	border-width:0px 0px 0px 0px;
}



