/* ======================================= */
/* ==== Coohya Skin 004 Custom Styles ==== */
/* ======================================= */


body {
	margin: 0;
	text-align: center;
}
/* left column*/
.LeftPaneClass{
	width: 215px;
	vertical-align: top;
	text-align: left;
}

/* right column*/
.ContentPaneClass {
	vertical-align: top;
	text-align: left;
	width: 510px;
}
/* Main Table With Wide Page Backround Image*/
.BackgroundTableWideTop
{
	background: URL(/Funex/Portals/0/Skins/Coohya-Skin-004/CSK4-background.gif) repeat-x;
}
.BackgroundTableShortTop
{
	background: URL(/Funex/Portals/0/Skins/Coohya-Skin-004/CSK4-Short-background.gif) repeat-x;
}
/* Style for normal text */
.Normal, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/*Links*/
a {
	color: #42A6DD;
	text-decoration: none;
}
a:hover{
	color: #42A6DD;
	text-decoration: underline;
}
a.linkNormal, a.linkNormal:visited, a.linkNormal:active {
	color: #42A6DD;
	text-decoration: none;
}
a.linkNormal:hover{
	color: #42A6DD;
	text-decoration: underline;
}

/* text */
.textImportant {
	font-weight: bold;
	color: #F67E0D;
}
/* Text Boxes */
.NormalTextBox
{


	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;

}
/* ID Elements*/
#mainTable {
	vertical-align: top;
	text-align: left;
	width: 778px;
}
#topLink {
	width: 100%;
	height: 51px;
	padding: 10px 0px 32px 15px;
	vertical-align: top;
	font-weight: bold;
}
#topLink img {
	margin-right: 10px;
	vertical-align: middle;
}
#topLink a {
	color: #F67E0D;
	text-decoration: none;
	margin-right: 25px;
}
#topLink a:hover {
	color: #F67E0D;
	text-decoration: underline;
}
#logoAndMenu {
	width: 100%
}
#logo {
	width: 292px;
}

/* footer */
#footer {
	margin-top: 20px;
}
#footerLeft {
	width: 262px;
	height: 39px;
	font-weight: bold;
	color: #42A6DD;
	border-top: solid 3px #42A6DD;
	text-align: center;
}
#footerRight
{
	height: 39px;
	color: #42A6DD;
	border-top: solid 3px #42A6DD;
	text-align: center;
	white-space: nowrap;
}
#footerRight span {
	white-space: nowrap;
}
#footerRight img {
	vertical-align: middle;
	margin-right: 8px;
}

/*Classes*/
.menu {
	vertical-align: top;
	text-align: center;
	padding-top: 31px;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
}
.menu a:hover {
	color: #2989C3;
	text-decoration: none;
}
/* Menu Styles*/
.MainMenu_MenuContainer {
	background: transparent;
	HEIGHT: 58px;
	
}
.MainMenu_MenuBar {
	background: #EEF0EF;
	HEIGHT: 58px;
	CURSOR: hand;
	
}
.MainMenu_MenuItem, .MainMenu_MenuItem td {
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	border-bottom: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	padding: 0px 10px 0px 8px;
	text-transform: uppercase;
}
.MainMenu_MenuItemSel, .MainMenu_MenuItemSel td {
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2989C3;
	text-decoration: none;
	border: 0px;
	padding: 0px 10px 0px 8px;
	background-color: #EEF0EF;
	text-transform: uppercase;
	
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu{
		z-index: 1000; 
		cursor: pointer; 
		cursor: hand;
		background: #ffffff; 
		filter: none;
		border: 1px solid #999999;
		margin-top: 0px;
		padding: 1px;
}
.MainMenu_SubMenu td{
	 	padding: 1px 3px 1px 3px;
		border: 1px solid #ffffff;
}

/* Style For Selected Menu Item */
.MainMenu_Active, .MainMenu_Active td{
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2989C3;
	text-decoration: none;
	border: 0px;
	padding: 0px 10px 0px 8px;
	background-image: url(/Funex/Portals/0/Skins/Coohya-Skin-004/CSK4-menu_arrow_DarkGray.gif);
	background-repeat: no-repeat;
	background-position: 50% 80%;
}
.MainMenu_MenuBreak {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; WIDTH: auto; BORDER-BOTTOM: 0px;
	background-color: transparent;
}
.MainMenu_MenuArrow {
	DISPLAY: none
}
.MainMenu_RootMenuArrow {
	DISPLAY: none
}

.MainMenu_Selected
{
	BACKGROUND: transparent scroll repeat 0% 0%;
	HEIGHT: 58px;
}
.MainMenu_BreadcrumbActive
{
	background-color: transparent;
	HEIGHT: 58px;
}

.MainMenu_BreadcrumbActive2
{
	HEIGHT: 58px; 
	padding: 0px 5px 0px 5px;
}
/* End Menu Styles*/
