BODY
{
	background-color: #6699FF;
	color: 000066;
	font-family: Sans-Serif;
    margin: 0 0 0 0;
    
}

#main-table
{
	background-color: White;
	width: 780px;
	height: 100%
}

#container-cell
{
	vertical-align: top;	
}

#hdr
{
	background-color: white;
	float:left;
	width: 780px;
}

#hdrleft
{
	float:left;
}

#logo
{
	background-image: url(/Portals/2/Skins/CNYSkin/logo.jpg);
	float: left; 
	width: 370px;
	height: 107px;
}

#nav
{
	background-color: #003366;
	color: white;
	width: 780px;
}

#page-body
{
	float:left;
	width: 780px;
}

#ftr
{
	background-color: #003366;
	bottom: 30px;
	color: White;
	text-align: center;
	width: 780px;
}

.Pane
{
	vertical-align: top;
}

#username
{
	border-right: solid 1 #6699FF;
	float:right;
	font-weight: 700;
    font-size: 12px;
    color: #6699FF;
    font-family: Sans-Serif;
	padding-right: 4px;
	margin-right: 4px;
	
} 

#menu
{
	margin-left: 2px;
	float:left;
}

#userlogin
{
	font-weight: 700;
    font-size: 12px;
    color: #6699FF;
    font-family: Sans-Serif;
	margin-right: 2px;
	float: right;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: 003366;
}


/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color:Transparent;
}

.MainMenu_MenuBar {
	cursor: default; 
	cursor: hand; 
	height:21;
}

.MainMenu_MenuItem {
	cursor: default; 
	cursor: hand; 
	color: white; 
	font-family: Sans-Serif;
	font-size: 12px; 
	font-weight: 700; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: default; 
	cursor: hand; 
	background-color: #6699FF;
	border-left: #000000 0px solid; 
	border-right: #000000 1px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: default; 
	cursor: hand; 
	font-weight: 700; 
	background-color: #003366; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #000000; 
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid;  
	border-right: #ffffff 0px solid; 
	cursor: default; 
	cursor: hand; 
	color: White; 
	font-family: Sans-Serif; 

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: white; 
	cursor: default; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: default; 
	cursor: hand;
	color:white;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: 600;
    font-size: 12px;
    color: #6699FF;
    font-family: Sans-Serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    color: #6699FF;
}

A.OtherTabs:visited  {
    color: #6699FF;
}

A.OtherTabs:active   {
    color: #6699FF;
}

A.OtherTabs:hover    {
    color: #6699FF;
}

A.username:link {
    color: #6699FF;
}

A.username:visited  {
    color: #6699FF;
}

A.username:active   {
    color: #6699FF;
}

A.username:hover    {
    color: #6699FF;
}
