/* 
================================
Skin styles for DotNetNuke
================================
*/  

html {
} 
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
.nowrap {
	white-space: nowrap;
}
.pagemaster {
	width: 902px;
}
.skinmaster {
}
.ControlPanel {
	width: 100%;
	background-color: #9ef396;
	border: 1px solid #fff;
}
.controlpanel table table {
	margin: auto;
}
.headerarea {
	background: url(YKCentre_Header.jpg) no-repeat bottom;
	height: 242px;
}
.searcharea {
	height: 27px;
	font-size:8.5pt;
	padding-right:5px
}
.logobox {
	display: block;
	background: transparent;
	width: 191px;
	height: 199px;
	position: absolute;
	top: 44px;
	z-index: 99;
}
.headerbox {
	display: block;
	background: transparent;
	width: 322px;
	height: 213px;
	position: relative;
	top: 16px;
	left:580px;
	z-index: 0;
}
.contentborder_left {
	background: url(ContentBorder_Left.jpg) repeat-y;
	width: 7px;
}
.contentborder_right {
	background: url(ContentBorder_Right.jpg) repeat-y right;
	width: 7px;
}
.menucell {
	width: 186px;
	vertical-align: top;
	padding: 10px 18px 0 18px;
}
.contentpad {
	padding: 0 15px 0 5px;
}
.toppane {
}
.leftpane {
}
.contentpane {
}
.rightpane {
}
.bottompane {
}
.footerarea {
	background: url(Footer_BG.jpg) repeat-x;
	height: 37px;
	padding-top: 1px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}
.contentpane body {
	background: none #fff;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #CAD5EA 0px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	border-right: #CAD5EA 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #CAD5EA; 
	border-left: #CAD5EA 1px solid; 
	border-bottom: #CAD5EA 1px solid; 
	border-top: #CAD5EA 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #383c68; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	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; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
    background: #cc0151 none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
	 border: solid;
	 border-width: 2px;
	 border-color: #ff5196 #92013a #92013a #ff5196;
}
.TreeViewMenu {
	width: 200px;
	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 {
}
.Head   {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #e60e64;
}
.SubHead {
	color: #419639;
}
.SkinObject {
	color: #419639;
}

/* hyperlink style for text links content */
A:link  {
   text-decoration: none;
   color: #1d99b3;
	font-weight: bold;
}
A:visited, A:active {
   text-decoration: none;
   color: #1d99b3;
	font-weight: bold;
}
A:hover {
   text-decoration: underline;
	color: #e60e64;
	font-weight: bold;
}


/* hyperlink style for login and register links */
.footerarea A:link {
	text-decoration: none;
   color: #fff !important; 
	font-weight: bold;
}
.footerarea A:visited .footerarea A:active {
	text-decoration: none;
   color: #fff !important;
	font-weight: bold;
}
.footerarea A:hover {
	text-decoration: underline;
   color: #e60e64 !important;
	font-weight: bold;
}


/* hyperlink style for login and register links */
.searcharea A:link {
	text-decoration: none;
   color: #419639 !important; 
	font-weight: bold;
}
.searcharea A:visited .searcharea A:active {
	text-decoration: none;
   color: #419639 !important;
	font-weight: bold;
}
.searcharea A:hover {
	text-decoration: underline;
   color: #e60e64 !important;
	font-weight: bold;
}


/* hyperlink style for text links in control panel */
.controlpanel .CommandButton {
    color: #e60e64;
	 font-weight:bold;
	 text-decoration: underline;
}
.controlpanel A.CommandButton:link {
    color: #e60e64;
	 font-weight:bold;
	 text-decoration: underline;
}
.controlpanel A.CommandButton:visited .controlpanel A.CommandButton:active {
    color: #e60e64;
	 font-weight:bold;
	 text-decoration: underline;
}
.controlpanel A.CommandButton:hover {
    color: #fff;
	 font-weight:bold;
	 text-decoration: underline;
}

/* hyperlink style for text links in admin features */
.CommandButton {
    color: #e60e64;
	 font-weight:bold;
}
A.CommandButton:link {
    color: #e60e64;
	 font-weight:bold;
}
A.CommandButton:visited,  A.CommandButton:active   {
    color: #e60e64;
	 font-weight:bold;
}
A.CommandButton:hover {
    color: #419639 !important;
	 font-weight:bold;
}




/* Menu */
.sidebarsub {
	width:200px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	z-index: 998;
	display: block;
}
.sidebar .menu {
	margin-bottom: 0;
}
.sidebar li {
	margin-bottom: 0; 
	list-style: none;
	text-align: left;
}
.sidebar .item {
	display: none;
	background: #fff;
}
.sidebar li:Hover {position:relative; z-index: 998;}
.sidebar li:hover > ul.submenu {display: block; z-index: 999;padding: 0px;}
.sidebar .submenu {
	display: none;
	position:absolute;
	top:0;
	left:177px;
	z-index: 997;
	margin: 0;
}
.sidebar h3.download a {margin:0;}
.sidebar ul {margin:0;}
.sidebar h3 {margin-top: 0; margin-bottom:0;}



/* Default Menu */
.sidebar .DefaultMenuStyle {
	background:#fff;
}
.sidebar .DefaultMenuStyle h3 {
	width: 100%; 
	display: inline-block; 
	z-index: 999; 
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 1px;
}
.sidebar .DefaultMenuStyle h3 span {
	background:#fff; 
	border-bottom: 1px solid #b5d6b2;
	border-top: 0px;
	padding: 11px 10px 11px 15px; 
	display:block; 
	color: #5b5b5b; 
	text-align: left;
}
.sidebar .DefaultMenuStyle h3 span a {
	color: #5b5b5b; 
	text-decoration: none;
}
.sidebar .DefaultMenuStyle h3 span a:hover {
	color: #e60e64;
	text-decoration: none;
}

.sidebar .DefaultMenuStyle ul {
	padding: 0; 
	font-size: 10px; 
	font-weight:normal;
	background: #fff; 
}
.sidebar .DefaultMenuStyle li span {
	background: #fff; 
	width: 180px; 
	display: block; 
	color: #e60e64;
	padding: 5px 7px 5px 20px; 
	font-weight: bold; 
	text-decoration: none;
}
.sidebar .DefaultMenuStyle li a {
	background: #fff; 
	width: 150px; 
	display: block; 
	color: #e60e64; 
	padding: 5px 7px 5px 20px; 
	text-decoration: none;
}
.sidebar .DefaultMenuStyle li a:hover {
	background: #fff; 
	padding: 5px 7px 5px 20px;  
	color: #419639;
}

.sidebar li a:active, .sidebar .DefaultMenuStyle li a:active {
	padding: 5px 7px 5px 20px; 
}
.sidebar .DefaultMenuStyle li:hover > ul.submenu {
	background: #fff; 
	border: 1px solid #b5d6b2; 
}






/*   CONTAINER STYLES    */
.container_plain .title {
	color: #e60e64;
	background: url(container_titleborder.jpg) repeat-x top;
}






/*   SLIDESHOW STYLES  */
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:322px;
	height:213px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color: transparent;
}

#slide-images li img{
	display:block;
	background-color: transparent;
}



