/* Body */

.pagemaster
{
	width: 100%;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	text-align: center;
}
.skinmaster {
	background-color: #FFFFFF;
	width:776px;
}
.contentmaster {
	height: 100%;	
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}
.skinheader {
}
.skingradient {
}
.controlpanel {
	width: 100%;
}

BODY 
{
	background-color: #FFFFFF
}
.leftcontent 
{
	vertical-align:top;
	width:160px;
	text-align:left;
	padding-top:300px;
}
.usercontent 
{
	vertical-align:top;
	width:160px;
	text-align:left;
	padding-left:6px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 160px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height: 100%;
}
.leftpane {
	width: 160px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height: 100%;
}
.rightpane {
	width: 160px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	height: 100%;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #3c647d 0px solid; 
	border-bottom: #3c647d 0px solid; 
	border-top: #3c647d 0px solid; 
	border-right: #3c647d 0px solid;
	cursor: hand; 
	color: #000000; 
	font-family: Times New Roman; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: White; 
	border-left: #466b87 0px solid; 
	border-bottom: #466b87 0px solid; 
	border-top: #466b87 0px solid;
	border-right: #466b87 0px solid;
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: White;  
	border-right: #466b87 0px solid; 
	border-bottom: #466b87 0px solid; 
	border-top: #466b87 0px solid;
	border-left: #466b87 0px solid; 
	z-index: 1000; 
	cursor: hand; 
	filter:none; 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel
{
	background-color: transparent;
	border-right: #466b87 0px solid;
	border-bottom: #466b87 0px solid;
	border-top: #466b87 0px solid;
	border-left: #466b87 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #325073;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #466b87 0px solid; 
	border-bottom: #466b87 0px solid; 
	border-top: #466b87 0px solid;
	border-left: #466b87 0px solid; 
	font-family: Times New Roman; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* style for module titles */
.Head   {
    font-family: Times New Roman;
    font-size: 15pt;
    font-weight:    normal;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Times New Roman;
    font-size: 11pt;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight:    bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #3c647d;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10pt;
	background: #3c647d;
	color: #000000;
	font-family: Times New Roman;
}

.SkinObject {
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    font-family: Times New Roman;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#000000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#3c647d;
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #466b87;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}
A:link  {
    text-decoration:    none;
    color:  #000000;
}

A:visited   {
    text-decoration:    none;
    color:  #000000;
}

A:active    {
    text-decoration:    none;
    color:  #000000;
}

A:hover {
    text-decoration:    none;
    color:  #3c647d;
}


