/* Body & backgrounds*/
body
{
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
}
.bgLeft
{
	background-image: url(images/bgleft.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
.bgRight
{
	background-image: url(images/bgright.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.bgIn
{
	background-image: url(images/in.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

/* Skin Size*/
.ddWidth
{
	width: 767px;
}
.ddSide
{
	width: 200px;
}

/* Text */
.Normal, .normal, td
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #595959;
	line-height: 19px;
}
A, A:link, A:visited, A:active, A:hover
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
A:hover
{
	color: #99ccff;
}

/* Module Title */
.Head
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #003399;
}

/*Special Links Login etc*/
.ddHeaderObject, A.ddHeaderObject, A.ddHeaderObject:link, A.ddHeaderObject:visited, A.ddHeaderObject:active, A.ddHeaderObject:hover
{
	color: #003399;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A.ddHeaderObject:hover
{
	color: #99ccff;
}

.SubHead
{
	color: #003399;
}

/*Special Footer Links - copyright*/
.ddFooterObject, A.ddFooterObject, A.ddFooterObject:link, A.ddFooterObject:visited, A.ddFooterObject:active, A.ddFooterObject:hover
{
	color: #666666;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A.ddFooterObject:hover
{
	color: #99ccff;
}

/*Special Links */
.ddLinksObject, A.ddLinksObject, A.ddLinksObject:link, A.ddLinksObject:visited, A.ddLinksObject:active, A.ddLinksObject:hover
{
	color: #ffffff;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A.ddLinksObject:hover
{
	color: #99ccff;
}


/* Smaller Sidepane Items*/
.ddSide .Head
{
	font-size: 11px;
}
.ddSide .Normal, .ddSide .normal, .ddSide TD
{
	font-size: 10px;
	color: #595959;
}
.ddSide A, .ddSide A:link, .ddSide A:active, .ddSide A:visited
{
	color: #595959;
	font-size: 10px;
}
.ddSide A:hover
{
	font-size: 10px;
}
.ddSide .Normal, .ddSide .normal
{
	text-align: justify;
	line-height: 14px;
}

/*normal styled links*/
A.Normal, A.Normal:link, A.Normal:visited, A.Normal:active, A.Normal:hover
{
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
}


li
{
	padding-bottom: 10px;
}

/*menu*/

.MainMenu_MenuContainer, .MainMenu_MenuBar
{
	/*width:180px;*/
}


.MainMenu_MenuContainer, .MainMenu_MenuContainer TD, .MainMenu_MenuContainer TR, .MainMenu_MenuBar, .MainMenu_MenuBar TD, .MainMenu_MenuBar TR, .MainMenu_SubMenu, .MainMenu_MenuBreak, .MainMenu_RootMenuArrow
{
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: transparent;
	background-image: none;
	width: auto;
	height: auto;
	filter: none;
	color: #003399;
}

.MainMenu_SubMenu
{
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#002b33' , Direction=135, Strength=4);
}

.MainMenu_SubMenu .MainMenu_MenuItem, .MainMenu_SubMenu .MainMenu_MenuIcon, .MainMenu_SubMenu .MainMenu_MenuArrow
{
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	background-color: #ffffff;
	color: #003399;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel
{
	border-left: #003399 1px solid;
	border-bottom: #003399 1px solid;
	border-top: #003399 1px solid;
	border-right: #003399 1px solid;
	background-color: #003399;
	color: #99ccff;
}

.ModuleTitle_MenuBreak
{
	background-color: #003399;
}

TR.MainMenu_MenuBar TD, TR.MainMenu_MenuBar TD.MainMenu_RootMenuArrow
{
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	color: #003399;
	background-color: Transparent;
}

TR.MainMenu_MenuItemSel TD, TR.MainMenu_MenuItemSel TD.MainMenu_RootMenuArrow
{
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	color: #99ccff;
	background-color: Transparent;
}

.MainMenu_MenuContainer TD
{
	font-family: tahoma,verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	width:100%;
	height: 25px;
}

.MainMenu_SubMenu TD
{
	font-family: tahoma,verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

TD.MainMenu_MenuIcon
{
	width: 10px;
	text-align: right;
	display: none;
}
TD.MainMenu_RootMenuArrow, TD.MainMenu_MenuArrow
{
	width: 10px;
	text-align: right;
}

.MainMenu_MenuContainer TABLE
{
	width: auto; /*height:20px;*/
}

.MainMenu_SubMenu TABLE
{
	/*width: 130px;*/
}

.MainMenu_SubMenu TD
{
	height: 20px;
}

/*ACTIONS*/

.ModuleTitle_MenuContainer, .ModuleTitle_MenuContainer TD, .ModuleTitle_MenuContainer TR, .ModuleTitle_MenuBar, .ModuleTitle_MenuBar TD, .ModuleTitle_MenuBar TR, .ModuleTitle_SubMenu, .ModuleTitle_MenuBreak, .ModuleTitle_RootMenuArrow
{
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: transparent;
	background-image: none;
	width: auto;
	height: auto;
	filter: none;
}

.ModuleTitle_SubMenu
{
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='#002b33',Direction=135,Strength=4);;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItem, .ModuleTitle_SubMenu .ModuleTitle_MenuIcon, .ModuleTitle_SubMenu .ModuleTitle_MenuArrow
{
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	background-color: #ffffff;
	color: #003399;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItemSel
{
	border-left: #003399 1px solid;
	border-bottom: #003399 1px solid;
	border-top: #003399 1px solid;
	border-right: #003399 1px solid;
	background-color: #003399;
	color: #99ccff;
}

.ModuleTitle_MenuBreak
{
	background-color: #ffffff;
}

.ModuleTitle_SubMenu TD
{
	font-family: tahoma,verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

TD.ModuleTitle_MenuIcon
{
	width: 10px;
	text-align: left;
}

TD.ModuleTitle_RootMenuArrow, TD.ModuleTitle_MenuArrow
{
	width: 10px;
	text-align: right;
}

.ModuleTitle_SubMenu TABLE
{
	/*width: 130px;*/
}


/*filters*/

.MainMenu_SubMenu, .ModuleTitle_SubMenu
{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
