/* York Community Services Styles */



/*** COMMON ITEMS ***/

table, td, h1, h2, p
{
	margin: 0;
	padding: 0;
}

td
{
	text-align: left;
	vertical-align: top;
}

/* Navigational links */
ul.Links
{
	list-style: none;
}


/*** FONTS ***/

body, td, p, .Normal, .main_dnnmenu_item td, .main_dnnmenu_rootitem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.ServicesNav h1, .ServicesNav td, 
.LeftNav h1, .LeftNav td
{
	font-size: 8pt;
	font-weight: bold;
}
.main_dnnmenu_item td, .main_dnnmenu_rootitem, .Footer .SkinObject
{
	font-size: 7pt;
	font-weight: bold;
}
.Head, h1
{
	font-size: 13.5pt;
	font-weight: bold;
}
h2
{
	font-size: 12.0pt;
	font-weight: bold;
	margin-top: 1em;
}
.Footer a.SkinObject:link, .Footer a.SkinObject:hover, .Footer a.SkinObject:visited
{
	text-decoration: underline;
}



/*** COLORS AND BORDERS ***/

/* Styles based on the page background colour */
body
{
	background: White;
}
.MainMenu .main_dnnmenu_item td, .MainMenu .main_dnnmenu_rootitem,
.ServicesNav h1
{
	color: White;
}

/* Styles based on services links title background */
.ServicesNav h1
{
	background-color: #97AE8F; /* Green */
}

/* Styles based on left navigation link text */
.ServicesNav a:link, .ServicesNav a:hover, .ServicesNav a:visited,
.LeftNav a:link, .LeftNav a:hover, .LeftNav a:visited,
h2, strong
{
	color: #214782; /* Blue */
}
.ServicesNav table, .LeftNav table
{
	border-top: solid 1px #214782;
}
.ServicesNav td, .LeftNav td
{
	border-bottom: solid 1px #214782;
}
.MainMenu
{
	background-color: #214782;
}


/* Styles based on heading colours. */
.Head, .LeftNav h1
{
	color: #9F0B0B; /* Red */
}


/* Styles based on the breadcrumbs */
.BreadCrumb a.SkinObject:link, .BreadCrumb a.SkinObject:hover, .BreadCrumb a.SkinObject:visited
{
	color: #C39F49; /* Gold */
}
.BreadCrumb
{
	border: none 1px #C39F49;
	border-top-style: solid;
	border-bottom-style: solid;
}



/*** PAGE ***/

.pagemaster
{
	width: 100%;
	text-align: center;
}
.skinmaster
{
	width: 800px;
}
.skinmaster img
{
	border: none;
}
.skinheader
{
}
.controlpanel
{
	width: 100%;
	background-color: #fefefe;	
}

/*** NAVIGATION COLUMN ***/

#NavColumn
{
	width: 206px;
	height: 400px;
	padding-top: 0;
	padding-right: 0;
	margin: 0;
}

.NavImage
{
	width: 0;
}

.ServicesNav .NavImage
{
	padding-right: 5px;
}

.ServicesNav td, .LeftNav td
{
	padding: 2px 0;
}

.ServicesNav table, .LeftNav table
{
	width: 198px;
}

/*** BODY COLUMN ***/

#BodyColumn
{
	width: 594px;
}

.BreadCrumb
{
	height: 25px;
	margin: 7px 0;
	padding-top: 4px;
}

.BreadCrumb a.SkinObject:link, .BreadCrumb a.SkinObject:hover, .BreadCrumb a.SkinObject:visited
{
	text-decoration: underline;
}

.contentpane
{
	background-color: transparent;
	padding: 0;
}



/*** SERVICES MENU AND MAIN MENU ***/
.ServicesNav h1
{
	height: 19px;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 10px;
}

/*** MAIN MENU ***/
.MainMenu
{
	height: 19px;
	padding-top: 3px;
}
.main_dnnmenu_container
{
	background-color: transparent;
}
.main_dnnmenu_bar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.main_dnnmenu_item td
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	background-color: Transparent;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}

.main_dnnmenu_rootitem
{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	background-color: Transparent;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 0px 12px 0px 5px; /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover
{
	background-color: #8da4d3;
}

.main_dnnmenu_itemhover td
{
	background-color: #8da4d3;
}


.main_dnnmenu_icon
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_submenu
{
	background-color: #214782; /* #cad5ea; */
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=  '#696969' , Direction=135, Strength=3);
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break
{
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow
{
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu
{
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid;
	border-top: #7994cb 1px solid;
	border-left: #7994cb 1px solid;
	border-bottom: #7994cb 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header
{
	background-image: url(gradient_LtBlue.jpg);
}



/*** MODULE MENU (IN MODULE TITLE ROW) ***/

.ModuleTitle_MenuItem
{
	border: white 0px solid; /*override borders*/
}
.ModuleTitle_MenuItem td
{
	/*TD if menu is using tables*/
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal; /* bold; */
	font-style: normal;
	height: 21px;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;
}
.ModuleTitle_MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	width: 15px;
	height: 100%; /*override the default height for icon so that menubreaks can have heights adjusted*/
}
.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=  'DimGray' , Direction=135, Strength=3);
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}
.ModuleTitle_MenuBreak
{
	background-color: #EEEEEE;
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal; /* bold; */
	font-style: normal;
	background-color: #C1D2EE;
}


/*** FOOTER ***/
.Footer
{
	text-align: center;
}


/*** FLOAT COLUMNS AND LAYOUT ***/

.Left
{
	float: left;
}

.Right
{
	float: right;
}

.Container:after	/* Give non-IE containers layout */
{
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Container			/* Give IE containers layout */
{
	zoom: 1;
	_height: 1px;
}
/*
#NavColumn
{
	padding-right: 0;
	margin-right: 0;
	background: orange
}

.ServicesNav
{
	background: yellow
}
*/
