/* ================================
    CSS STYLES FOR PHPDupe Skin
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #ffffff;
}

/* background color for the content part of the pages */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;	/*bold;*/
    font-size: 9pt;
    color: black;
    font-family:  Arial,Helvetica,Verdana,Sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:black;
}

A.SelectedTab:hover    {
	/*font-weight: bold;*/
    text-decoration:    none;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
    background: none; 
    color: #C3CFDD; 
    font-size: 12px; 
    font-weight: bold; 
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #C3CFDD;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #C3CFDD;
}

A.OtherTabs:active   {
    text-decoration: underline;
    color: #C3CFDD;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    color: #C3CFDD;
}

.Copyright {
    background: none; 
    color: #CCCCCC; 
    font-size: 12px; 
    font-weight: bold; 
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.Copyright:link {
    text-decoration: underline;
    color: #CCCCCC;
}

A.Copyright:visited  {
    text-decoration: underline;
    color: #CCCCCC;
}

A.Copyright:active   {
    text-decoration: underline;
    color: #CCCCCC;
}

A.Copyright:hover    {
    text-decoration: underline;
    color: #CCCCCC;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #4A75B4;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    font-size:  13px;
    /*font-weight:    bold;*/
    color: #4A75B4;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    font-size: 13px;
    font-weight: normal;
}
A.Normal:link {
    text-decoration: underline;
    color: #444444;
}

A.Normal:visited  {
    text-decoration: underline;
    color: #444444;
}

A.Normal:active   {
    text-decoration: underline;
    color: #444444;
}

A.Normal:hover    {
    text-decoration: underline;
    color: #990000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    font-size: 12px;
    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: #ff0000;*/
	/*background-color:  #000000*/
}

/* text style for buttons and link buttons used in the portal admin pages */
.Command2Button     {
    font-family: Arial,Helvetica,Verdana,Sans-serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Command2Button:link {
    text-decoration:    none;
    color: #000000;
}

A.Command2Button:visited  {
    text-decoration:    none;
    color: #000000;
}

A.Command2Button:active   {
    text-decoration:    none;
    color: #000000;
}

A.Command2Button:hover    {
    text-decoration:    none;
    color: #ff0000;
	background-color:  #000000
}



/* Main Menu */
.MainMenu_Header {
	/*color:#99CCFF;*/
}

.MainMenu_CurrentHeader {
	color:#ffffff;
	font-weight: bold;
}

.MainMenu_MenuContainer {
	border-bottom: #6699CC 0px solid; 
	border-left: #6699CC 0px solid; 
	border-top: #6699CC 0px solid; 
	border-right: #6699CC 0px solid;  
	background-color: transparent;	/*#000000;*/
	vertical-align: text-top;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
	vertical-align: text-top;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black;  /*#99CCFF; */
	/*font-family: Tahoma, Arial, Helvetica; */
	font-family: Arial,Helvetica,Verdana,Sans-serif;
	font-size: 9pt; 
	font-weight: bold;
	font-style: normal; 
	border-left: #6699CC 0px solid; 
	border-bottom: #6699CC 1px solid; 
	border-top: #6699CC 1px solid; 
	border-right: #6699CC 0px solid;
	vertical-align: text-top;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #6699CC; /*#000000; */
	border-left: #6699CC 1px solid; 
	border-bottom: #6699CC 1px solid; 
	border-top: #6699CC 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	background-color: #6699CC; /*#000000; */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #004897 1px solid; 
	border-left: #004897 1px solid; 
	border-top: #004897 1px solid; 
	border-right: #004897 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #6699CC 1px solid; 
	border-left: #6699CC 0px solid; 
	border-top: #6699CC 1px solid;  
	border-right: #6699CC 0px solid; 
	/*background-color: White; */
	height: 1px;
}

.MainMenu_MenuHeaderSel {
	background-color: #99CCFF;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 	
	/*font-family: Tahoma, Arial, Helvetica; */
	font-family: Arial,Helvetica,Verdana,Sans-serif;
	font-size: 9pt;
	font-weight: normal;	 
	font-style: normal;
}

.MainMenu_MenuItemSel {
	background-color: #99CCFF; /* #1C63B1;*/ /* #004897;*/ /* #99CCFF; */
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	/*font-family: Tahoma, Arial, Helvetica; */
	font-family: Arial,Helvetica,Verdana,Sans-serif;
	font-size: 9pt; 
	font-weight: bold; /*bold; */
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-right: #6699CC 1px solid; 
	border-bottom: #6699CC 1px solid; 
	border-top: #6699CC 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/* ===================  Side Bar  ======================== */
.MenuContainer, .NewsBar
{
  border-right: #999999 1px solid;
  border-top: black px solid;
  vertical-align: top;
  border-left: #999999 1px solid;  
  border-bottom: black 0px solid;
  /*background-color: #f1f1f1;*/
  text-align: left;     
}

.MenuContainer TABLE, .NewsBar TABLE
{
  /*background-color: #f1f1f1;*/
}

.MenuHdr
{ 
  font-size: 10pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  /*background-color: #f1f1f1;*/ 
  padding-top: 2px; 
  cursor: default; 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  border-bottom: #cccccc 1px solid;
  color: #990000;
}
.MenuItem HR
{
  background-color: #f1f1f1;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffffff;    
}

.MenuItem, .MenuItemMouseOver
{
	
  font-size: 8pt; 
  font-weight: bold; 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  padding-bottom: 1px;
  /*background-color: #f1f1f1; */
  padding-top: 1px;
  /*border: #E13A3E 1px solid;*/    /* */
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  text-decoration: none; 
  color: #990000; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block
}
.MenuItem A:Hover, .MenuItemMouseOver A:Hover
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  text-decoration: underline; 
  color: #000000; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 
  padding-left: 10px; 
}

.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  text-decoration: none; 
  color: #666666; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 
  padding-left: 10px; 
  border-bottom: #cccccc 1px solid;
}

.MenuCurrentHeaderPage
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  background-color: #F15256;
  width: 100%; 
  /*border: #ffffff 1px solid;*/

}

.MenuCurrentItemPage
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  background-color: #F15256;
  width: 100%; 
  /*border: #ffffff 1px solid;*/

}
  
.MenuItemMouseOver
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  border: #ffffff 0px solid;
  /*background-color: #F15256; *//* !important;*/
}

.MenuItemDescription
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  font-size: 7.5pt; font-weight: normal;
}

.MenuCurHdr
{  
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  font-size: 10pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  /*background-color: #f1f1f1;*/ 
  padding-top: 2px; 
  cursor: default;

}
.MenuCurItem
{  
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  /*background-color: #f1f1f1;*/ 
  padding-top: 2px; 
  /*cursor: default;*/
  color: 376DB8;
}



.MenuHdr2
{ 
  font-size: 10pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  /*background-color: #f1f1f1;*/ 
  padding-top: 2px; 
  cursor: default; 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
}

.MenuItem2 A, .MenuItem2 A:Active, .MenuItem2 A:Visited, .MenuItem2 A:Link, .MenuItemMouseOver2 A, .MenuItemMouseOver2 A:Active, .MenuItemMouseOver2 A:Visited, .MenuItemMouseOver2 A:Link
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  font-size: 10pt; 
  text-decoration: none; 
  color: #990000; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 
  padding-left: 10px; 
}
.MenuItem2 A:Hover, .MenuItemMouseOver2 A:Hover
{ 
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  font-size: 10pt; 
  text-decoration: underline; 
  color: #000000; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: pointer; 
  display: block; 
  padding-left: 10px; 
}

.MenuCurHdr2
{  
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  font-size: 10pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  /*background-color: #f1f1f1;*/ 
  padding-top: 2px; 
  cursor: default;

}
.MenuCurItem2
{  
  font-family: Arial,Helvetica,Verdana,Sans-serif;
  font-size: 8pt; 
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  /*background-color: #f1f1f1;*/ 
  padding-top: 2px; 
  /*cursor: default;*/
  color: 376DB8;
}

/* ----------------------------------------------------- */
/* HMC template */

.Table_Main {
	width:100%;
	height:100%;
}

/* BLANK ROW 1 */
#HMC-v1-css-01a { /* Dynamic Left Side */
	width:50%;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-02a { /* Left Edge */
	width:1px;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-03a {
	width:36px;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-04a { /* Left Shadow */
	width:4px;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-05a { /* Menu Footer */
	width:224px;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-06a { /* Right Shadow */
	width:4px;
	height:1px;
	background-color: #C8D9E1;
}
#HMC-v1-css-07a {
	width:280px;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-08a { /* Left Shadow of Right Box */
	width:4px;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-09a { /* Right Box Header */
	width:194px;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-10a { /* Right Shadow of Right Box */
	width:4px;
	height:1px;
	background-color: #ffffff;
}
#HMC-v1-css-11a {
	width:16px;
	height:1px;
	background-color: #ffffff;
}



/* ROW 1 - LOGO*/
#HMC-v1-css-01 {
	width:50%;
	height:82px;
	background-color: #DBF4FE;
}
#HMC-v1-css-02 {
	width:1px;
	height:82px;
	background-color: #97A8AF;
}
#HMC-v1-css-03 {
	width:36px;
	height:82px;
	background-color: #ffffff;
}
#HMC-v1-css-04 {	/* Logo Left Shadow */
	width:4px;
	height:82px;
	background-color: #ffffff;
	background-image: url("HMC-v1_04.gif"); 
}
#HMC-v1-css-05 {	/* LOGO */
	width:224px;
	height:82px;
	background-color: #ffffff;
}
#HMC-v1-css-06 {	/* Logo Right Shadow */
	width:4px;
	height:82px;
	background-color: #ffffff;
	background-image: url("HMC-v1_06.gif"); 
}
#HMC-v1-css-07 {
	width:498px;
	height:82px;
	background-color: #ffffff;
}



/* ROW 2 */
#HMC-v1-css-14 {
	width:50%;
	height:4px;
	background-color: #386EBA;
	background-image: url("HMC-v1_14.gif"); 
}
#HMC-v1-css-15 {
	width:1px;
	height:4px;
	background-color: #274C80;
	background-image: url("HMC-v1_15.gif"); 
}
#HMC-v1-css-16 {
	width:36px;
	height:4px;
	background-color: #4062AD;
	background-image: url("HMC-v1_16.gif"); 
}
#HMC-v1-css-17 {	/* Left Shadow */
	width:4px;
	height:4px;
	background-color: #4062AD;
	background-image: url("HMC-v1_17.gif"); 
}
#HMC-v1-css-18 {	/* Pre MENU Space */
	width:224px;
	height:4px;
	background-color: #ffffff;
}
#HMC-v1-css-19 {	/* Right Shadow */
	width:4px;
	height:4px;
	background-color: #4062AD;
	background-image: url("HMC-v1_19.gif");
}
#HMC-v1-css-20 {
	width:271px;
	height:4px;
	background-color: #4062AD;
	background-image: url("HMC-v1_20.gif");
}
#HMC-v1-css-21 {
	width:4px;
	height:4px;
	background-color: #4062AD;
	background-image: url("HMC-v1_21.gif");
}
#HMC-v1-css-22 {
	width:194px;
	height:4px;
	background-color: #4062AD;
	background-image: url("HMC-v1_22.gif");
}
#HMC-v1-css-23 {
	width:4px;
	height:4px;
	background-color: #4062AD;
	background-image: url("HMC-v1_23.gif");
}
#HMC-v1-css-24 {
	width:16px;
	height:4px;	
	background-color: #4062AD;
	background-image: url("HMC-v1_24.gif");
}



/* ROW 3 */
#HMC-v1-css-27 { /* Dynamic Left Side */
	width:50%;
	height:201px;
	background-color: #386EBA;
}
#HMC-v1-css-28 { /* Left Edge */
	width:1px;
	height:201px;
	background-color: #274C80;
}
#HMC-v1-css-29 {
	width:36px;
	height:201px;
	background-color: #4062AD;
}
#HMC-v1-css-30 { /* Left Shadow */
	width:4px;
	height:201px;
	background-color: #4062AD;
	background-image: url("HMC-v1_30.gif");
}
#HMC-v1-css-31 { /* Bottom of Menu */
	width:224px;
	height:201px;
	background-color: #ffffff;
}
#HMC-v1-css-32 { /* Right Shadow */
	width:4px; 
	height:201px;
	background-color: #4062AD;
	background-image: url("HMC-v1_32.gif");
}
#HMC-v1-css-33 { /* Background Header Image Collage */
	width:489px;
	height:201px;
	background-color: #4062AD;
}





/* ROW 4 */
#HMC-v1-css-36 { /* Dynamic Left Side */
	width:50%;
	height:15px;
	background-color: #ACD3E5;
}
#HMC-v1-css-37 { /* Left Edge */
	width:1px;
	height:15px;
	background-color: #77929E;
}
#HMC-v1-css-38 {
	width:36px;
	height:15px;
	background-color: #C8D9E1;
}
#HMC-v1-css-39 { /* Left Shadow */
	width:4px;
	height:15px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_39.gif");
}
#HMC-v1-css-40 { /* Menu Footer */
	width:224px;
	height:15px;
	background-color: #ffffff;
}
#HMC-v1-css-41 { /* Right Shadow */
	width:4px;
	height:15px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_41.gif");
}
#HMC-v1-css-42 {
	width:271px;
	height:15px;
	background-color: #C8D9E1;
}
#HMC-v1-css-43 { /* Left Shadow of Right Box */
	width:4px;
	height:15px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_43.gif");
}
#HMC-v1-css-44 { /* Right Box Header */
	width:194px;
	height:15px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_44.gif");
}
#HMC-v1-css-45 { /* Right Shadow of Right Box */
	width:4px;
	height:15px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_45.gif");
}
#HMC-v1-css-46 {
	width:16px;
	height:15px;
	background-color: #C8D9E1;
}



/* ROW 5 */
#HMC-v1-css-49 { /* Dynamic Left Side */
	width:50%;
	height:156px;
	background-color: #ACD3E5;
}
#HMC-v1-css-50 { /* Left Edge */
	width:1px;
	height:156px;	
	background-color: #77929E;
}
#HMC-v1-css-51 {
	width:36px;
	height:156px;	
	background-color: #C8D9E1;
}
#HMC-v1-css-52 { /* Left Shadow */
	width:4px;
	height:156px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_52.gif");
}
.LeftPane { /* Left Side Content (HMC-v1-css-53) */
	width:224px;
	height:356px;
	Background-color: #ffffff;
}
#HMC-v1-css-54 { /* Right Shadow */
	width:4px;
	height:156px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_54.gif");
}

#HMC-v1-css-55 { /* Middle Content */
	width:271px;
	height:156px;
	background-color: #C8D9E1;
}
.CommentPane { /* Middle Content */
	width:271px;
	height:156px;
	background-color: #C8D9E1;
}

#HMC-v1-css-56 { /* Left Shadow of Right Box */
	width:4px;
	height:156px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_56.gif");
}
.RightPane { /* Right Content (HMC-v1-css-57)*/
	width:194px;
	height:367px;
	background-color: #ffffff;
	padding:10px;
}
#HMC-v1-css-58 { /* Right Shadow of Right Box */
	width:4px;
	height:156px;
	background-color: #C8D9E1;
	background-image: url("HMC-v1_58.gif");
}
#HMC-v1-css-59 {
	width:16px;
	height:156px;
	background-color: #C8D9E1;
}



/* ROW 6 */
#HMC-v1-css-62 { /* Dynamic Left Side */
	width:50%;
	height:15px;
	background-color: #DBF4FE;
}
#HMC-v1-css-63 { /* Left Edge */
	width:1px;
	height:15px;
	background-color: #97A8AF;
}
#HMC-v1-css-64 {
	width:36px;
	height:15px;
	background-color: #ffffff;
}
#HMC-v1-css-65 { /* Left Shadow */
	width:4px;
	height:15px;
	background-color: #ffffff;
	background-image: url("HMC-v1_65.gif");
}
#HMC-v1-css-66 { /* Right Shadow */
	width:4px;
	height:15px;
	background-color: #ffffff;
	background-image: url("HMC-v1_66.gif");
}
#HMC-v1-css-67 { 
	width:271px;
	height:15px;
	background-color: #ffffff;
}
#HMC-v1-css-68 { /* Left Shadow of Right Box */
	width:4px;
	height:15px;
	background-color: #ffffff;
	background-image: url("HMC-v1_68.gif");
}
#HMC-v1-css-69 { /* Right Shadow of Right Box */
	width:4px;
	height:15px;
	background-color: #ffffff;
	background-image: url("HMC-v1_69.gif");
}
#HMC-v1-css-70 {
	width:16px;
	height:15px;
	background-color: #ffffff;
}
/*#HMC-v1-css-71 { 
	width:1px;
	height:15px;
	background-color: #97A8AF;
}
#HMC-v1-css-72 { 
	width:50%;
	height:15px;
	background-color: #DBF4FE;
}*/


/* ROW 7 - DYANAMIC VERTICAL SPACING */
#HMC-v1-css-73 { /* Dynamic Left Side */
	width:50%;
	height:100%;
	background-color: #DBF4FE;
}
#HMC-v1-css-74 { /* Left Edge */
	width:1px;
	height:100%;
	background-color: #97A8AF;
}
#HMC-v1-css-75 {
	width:36px;
	height:100%;
	background-color: #ffffff;
}
#HMC-v1-css-76 { /* Left Shadow */
	width:4px;
	height:100%;
	background-color: #ffffff;
	background-image: url("HMC-v1_76.gif");
}
#HMC-v1-css-77 { /* Right Shadow */
	width:4px;
	height:100%;
	background-color: #ffffff;
	background-image: url("HMC-v1_77.gif");
}
.ContentPane { /* Middle Content (HMC-v1-css-78)*/
	width:271px;
	height:100%;
	background-color: #ffffff;
	padding: 10px
}
#HMC-v1-css-79 { /* Left Shadow of Right Box */
	width:4px;
	height:100%;
	background-color: #ffffff;
	background-image: url("HMC-v1_79.gif");
}
#HMC-v1-css-80 { /* Right Shadow of Right Box */
	width:4px;
	height:100%;
	background-color: #ffffff;
	background-image: url("HMC-v1_80.gif");
}
#HMC-v1-css-81 {
	width:16px;
	height:100%;
	background-color: #ffffff;
}
/*#HMC-v1-css-82 { 
	width:1px;
	height:50%;
	background-color: #97A8AF;
}
#HMC-v1-css-83 { 
	width:50%;
	height:50%;
	background-color: #DBF4FE;
}*/


/* ROW 8 */
#HMC-v1-css-84 { /* Dynamic Left Side */
	width:50%;
	height:15px;
	background-color: #DBF4FE;
}
#HMC-v1-css-85 { /* Left Edge */
	width:1px;
	height:15px;
	background-color: #97A8AF;
}
#HMC-v1-css-86 {
	width:36px;
	height:15px;
	background-color: #ffffff;
}
#HMC-v1-css-87 { /* Left Shadow */
	width:4px;
	height:15px;
	background-color: #ffffff;
	background-image: url("HMC-v1_87.gif");
}
#HMC-v1-css-88 { /* Right Shadow */
	width:4px;
	height:15px;
	background-color: #ffffff;
	background-image: url("HMC-v1_88.gif");
}
#HMC-v1-css-89 {
	width:271px;
	height:15px;
	background-color: #ffffff;
}
#HMC-v1-css-90 { /* Left Shadow of Right Box */
	width:4px;
	height:15px;
	background-color: #ffffff;
	background-image: url("HMC-v1_90.gif");
}
#HMC-v1-css-91 { /* Right Shadow of Right Box */
	width:4px;
	height:15px;
	background-color: #ffffff;
	background-image: url("HMC-v1_91.gif");
}
#HMC-v1-css-92 {
	width:16px;
	height:15px;
	background-color: #ffffff;
}
/*#HMC-v1-css-93 {
	width:1px;
	height:15px;
	background-color: #97A8AF;
}
#HMC-v1-css-94 { 
	width:50%;
	height:15px;
	background-color: #DBF4FE;
}*/


/* ROW 9 */
#HMC-v1-css-95 { /* Dynamic Left Side */
	width:50%;
	height:11px;
	background-color: #C1D9E4;
	background-image: url("HMC-v1_95.gif");
	
}
#HMC-v1-css-96 { /* Left Edge */
	width:1px;
	height:11px;
	background-color: #87989F;
	background-image: url("HMC-v1_96.gif");
}
#HMC-v1-css-97 {
	width:36px;
	height:11px;
	background-color: #E3E3E3;
	background-image: url("HMC-v1_97.gif");
}
#HMC-v1-css-98 {
	width:4px;
	height:11px;
	background-color: #E3E3E3;
	background-image: url("HMC-v1_97.gif");
}
#HMC-v1-css-99 {
	width:224px;
	height:11px;
	background-color: #E3E3E3;
	background-image: url("HMC-v1_97.gif");
}
#HMC-v1-css-100 {
	width:4px;
	height:11px;
	background-color: #E3E3E3;
	background-image: url("HMC-v1_97.gif");
}
#HMC-v1-css-101 {
	width:271px;
	height:11px;
	background-color: #E3E3E3;
	background-image: url("HMC-v1_97.gif");
}
#HMC-v1-css-102 {
	width:4px;
	height:11px;
	background-color: #E3E3E3;
	background-image: url("HMC-v1_102.gif");
}
#HMC-v1-css-103 {
	width:4px;
	height:11px;
	background-color: #E3E3E3;
	background-image: url("HMC-v1_103.gif");
}
#HMC-v1-css-104 {
	width:16px;
	height:11px;
	background-color: #E3E3E3;
	background-image: url("HMC-v1_97.gif");
}
/*#HMC-v1-css-105 { 
	width:1px;
	height:11px;
	background-color: #87989F;
	background-image: url("HMC-v1_97.gif");
}
#HMC-v1-css-106 { 
	width:50%;
	height:11px;
	background-color: #C1D9E4;
	background-image: url("HMC-v1_97.gif");
}*/


/* ROW 10 */
#HMC-v1-css-107 { /* Dynamic Left Side */
	width:50%;
	height:13px;
	background-color: #DBF4FE;
}
#HMC-v1-css-108 { /* Left Edge */
	width:1px;
	height:13px;
	background-color: #97A8AF;
}
#HMC-v1-css-109 {
	width:36px;
	height:13px;
	background-color: #ffffff;
}
#HMC-v1-css-110 {
	width:4px;
	height:13px;
	background-color: #ffffff;
}
#HMC-v1-css-111 {
	width:224px;
	height:13px;
	background-color: #ffffff;
}
#HMC-v1-css-112 {
	width:4px;
	height:13px;
	background-color: #ffffff;
}
#HMC-v1-css-113 {
	width:271px;
	height:13px;
	background-color: #ffffff;
}
#HMC-v1-css-114 {
	width:4px;
	height:13px;
	background-color: #ffffff;
	background-image: url("HMC-v1_114.gif");
}
#HMC-v1-css-115 {
	width:194px;
	height:13px;
	background-color: #ffffff;
}
#HMC-v1-css-116 {
	width:4px;
	height:13px;
	background-color: #ffffff;
	background-image: url("HMC-v1_116.gif");
}
#HMC-v1-css-117 {
	width:16px;
	height:13px;
	background-color: #ffffff;
}
/*#HMC-v1-css-118 { 
	width:1px;
	height:13px;
	background-color: #97A8AF;
}
#HMC-v1-css-119 { 
	width:50%;
	height:13px;
	background-color: #DBF4FE;
}*/


/* ROW 11 */
#HMC-v1-css-120 { /* Dynamic Left Side */
	width:50%;
	height:70px;
	background-color: #DBF4FE;
}
#HMC-v1-css-121 { /* Left Edge */
	width:1px;
	height:70px;
	background-color: #97A8AF;
}
#HMC-v1-css-122 {
	width:757px;
	height:70px;	
	background-color: #ffffff;
}
/*#HMC-v1-css-123 { 
	width:1px;
	height:70px;	
	background-color: #97A8AF;
}
#HMC-v1-css-124 { 
	width:50%;
	height:70px;	
	background-color: #DBF4FE;
}*/


/* Large Menu */
.TableLargeMenu2 { 
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold;
	color: #000000;
	margin-left: 10px;
}
a.TableLargeMenu2:link { 
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold;
	color: #000000;
	text-decoration: none;
}
a.TableLargeMenu2:visited { 
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold;
	color: #000000;
	text-decoration: none;
}
a.TableLargeMenu2:active { 
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold;
	color: #000000;
	text-decoration: none;
}
a.TableLargeMenu2:hover { 
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold;
	color: #000000;
	text-decoration: underline;
}

/* Small Menu */

#TableSmallMenu { 
	font-family: Arial;
	font-size: 10pt;
	font-weight: Normal;
	color: #000000;
	/*background-color:#ffffff;*/
	margin-left: 5px;
	margin-right: 5px;
	padding-left:3px;
	padding-right:3px;
}
.TableSmallMenu { 
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
a.TableSmallMenu:link {
	color: #000000;
	text-decoration: none;
}
a.TableSmallMenu:visited {
	color: #000000;
	text-decoration: none;
}
a.TableSmallMenu:active {
	color: #000000;
	text-decoration: none;
}
a.TableSmallMenu:hover {
	color: #000000;
	text-decoration: underline;
}


.Login { 
	font-family: Arial;
	font-size: 10pt;
	font-weight: Normal;
	color: #000000;
}
a.Login:link {
	color: #003366;
	text-decoration: none;
}
a.Login:visited {
	color: #003366;
	text-decoration: none;
}
a.Login:active {
	color: #003366;
	text-decoration: none;
}
a.Login:hover {
	color: #003366;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #cc0000;
	text-decoration: none;
}


.boxtable_grey {
	border: 1px solid;
	border-top-color: #ededed;
	border-right-color: #ededed;
	border-bottom-color: #ededed;
	border-left-color: #ededed;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
	text-decoration: underline;
}
a.text:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
	text-decoration: underline;
}
a.text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
	text-decoration: underline;
}
.headers_tables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bullets_red {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	list-style-image: url(bullet_arrow.gif);
}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	text-align: right;
}
a.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
	text-align: right;
}
a.more:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: underline;
	text-align: right;

}



/*  .Breadcrumb  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* hyperlink style for the Breadcrumb */
A.Breadcrumb:link {
    text-decoration:    none;
    color: #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
}
A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
}
A.Breadcrumb:active   {
    text-decoration:    none;
    color: #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
}
A.Breadcrumb:hover    {
    text-decoration:  underline;
    color: #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
}


/*  .User  ////////////////////////////////////////////////////////////////////////////////////////////////////*/    
/* hyperlink style for the User */
A.User:link 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 10pt;
    font-weight: bold;   
    text-decoration:    none;
    color: #003366;
}
A.User:visited  
{
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 10pt;    
    font-weight: bold;    
    text-decoration:    none;
    color: #003366;
}
A.User:active   
{
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 10pt;    
    font-weight: bold;   
    text-decoration:    none;
    color: #003366;
}
A.User:hover    
{
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 10pt;   
    font-weight: bold;     
    text-decoration:    underline;
    color: #003366;
}

.FooterAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 7.5pt;   
    font-weight: normal;     
    text-decoration: none;
    color: #000000;
}


UL.FrontRightBox {
	margin:15px;
	padding: 0px;
}


.ContainerHeadLeft {
	background: url(header_cap_left_blue.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerHeadActions {
	background: url(header_bg_blue.gif) repeat-x bottom;
	padding: 0 0 10px 0;
	width: 1px;
}

.ContainerHeadTitle {
	background: url(header_bg_blue.gif) repeat-x bottom;
	padding: 0 0 17px 5px;
}

.ContainerHeadRight {
	background: url(header_cap_right_blue.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}

.ContainerContent {
	padding: 10px 25px 35px 25px;
}










