/* CSS Document */

/*main body*/
body
{	padding: 0;
	margin: 0;
	background-image:url(HPC_Background_Liqui.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color: #000000;
    padding-bottom: 10px;
}

#Flashbg
{
	position:absolute;
	width: 1000px;
	height: 600px;
	z-index: 3;
}

#Mainpage
{
	position:relative;
	height: 100%;
	width: 1000px;
	z-index: 5;
}

#Banner
{
	position:absolute;
	background-image:url(banner_bg.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	padding: 15 4 17 12;
	width: 100%;
	height: 76px;
	z-index: 6;
}

#Logo
{
	background-image:url(logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	width: 270px;
	height: 44px;
	float:left;
}

#MainNav
{
	float: left;
	width: 710px;
}

#Search
{
	height: 30px;
	text-align:right;
	vertical-align: top;
    display: block;
}

#SearchPane
{
	float: right;
}

#Login
{
	float: right;
	margin-right: 8px;
}

#Menu
{
	vertical-align: top;
	text-align:right;
}

#SubMenu
{
	position:absolute;
	margin-top: 423px;
	padding:0 59px 0 59px;
	width: 1000px;
	z-index: 6;
}

#footer2
{
	position:inherit;
	padding:0;
	margin: 0;
	width: 882px;
	z-index: 6;
	display: block;
}

#footer
{
	position:absolute;
	margin-top: 560px;
	padding:0;
	width: 1000px;
	z-index: 6;
}

#SubMenu1
{
	float:left;
	width: 212px;
	margin-left:0;
}

#SubMenu2
{
	float:left;
	width: 212px;
	margin-left: 13px;
}

#SubMenu3
{
	float:left;
	width: 212px;
	margin-left: 13px;
}

#SubMenu4
{
	float:left;
	width: 212px;
	margin-left: 13px;
}

#Home
{
	position:absolute;
	margin-top: 200px;
	z-index: 6px;
}

#Home #ContentPane
{
	position:absolute;
	padding:0 59px 0 59px;
}

#Content
{
	position:absolute;
	margin: 88px 0 13px 13px;
	background-color:#ffffff;
	width:751px;
	overflow:visible;
	z-index: 6px;
	display: block;
}

#RightContent
{
	position:absolute;
	margin: 88px 12px 13px 777px;
	width:212px;
	z-index: 5px;
}

#space
{
	height: 12px;
	background-color:#000;
	display:block;
}

#space2
{
	height: 37px;
	background-image:url(bottombg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#FFF;
	display:block;
}

.FooterCss
{
	border-top:solid 1px #4d4d4d;
	padding:0;
	padding-top: 10px;
}

#SearchDiv
{
position:absolute;
    width: 135px;
    height: 25px;
    margin: 0;
    padding: 0;
    margin-left: 460px;
    margin-top: -7px;
    _margin-left: -140px;
    _margin-top: -7px;
    overflow: hidden;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: "";
	text-decoration: none;
	vertical-align: bottom;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color:#FFFFFF;
	border: none;
	font-weight: bold;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color:#ffffff;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
	border: 1px none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}

A.SelectedTab:active   {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}

A.SelectedTab:hover    {
	text-decoration: none;
	color:#555555;
	border: none;
	font-weight: bold;
}


/* hyperlink style for the unselected tabs */
.OtherTabs {
   
    color: #000000;
    font-family: "Tahoma", "Arial", "Helvetica";
	font-weight: bold;
}

A.OtherTabs:link {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color: #FFF;
	font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration: underline;
    font-weight: bold;
	color: #fff;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    font-weight: bold;
	color:#FFFFFF;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight: bold;
    color: #000000;
	
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.SubHead2    {
    font-family: Helvetica, sans-serif;
    font-size:  13px;
    font-weight: normal;
    color: #000000;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: red;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: "Century Gothic";
    font-size:  12px;
    font-weight: normal;
    color: #999999;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	border-style:solid;
	border-width: 1px;
    color: #FFFFFF;
	border-color: #354664;
    background-color: #455876;
}

.NormalTextBox2
{
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #f4f4f4;
	width: 126px;
	height: 16px;
	margin-left: 4px;
	margin-top: 3px;
	_margin-left: 3px;
	_margin-top: 2px;
}

.NormalRed
{
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 12px;

    color: #ff0000
}

.NormalBold
{
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: bold;
	color: #000000;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: normal;
	color: #c4c4c4;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: normal;
	color: #c4c4c4;
	text-decoration:none;
}

A.CommandButton:visited  {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: normal;
	color: #c4c4c4;
	text-decoration:none;
}

A.CommandButton:active   {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: normal;
	color: #c4c4c4;
	text-decoration:underline;
}

A.CommandButton:hover    {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: normal;
	color: #c4c4c4;
	text-decoration:underline;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton2     {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: bold;
	color: #000000;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton2:link {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: bold;
	color: #000000;
	text-decoration:none;
}

A.CommandButton2:visited  {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: bold;
	color: #000000;
	text-decoration:none;
}

A.CommandButton2:active   {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: bold;
	color: #960000;
	text-decoration:none;
}

A.CommandButton2:hover    {
    font-family: "Century Gothic";
    font-size: 12px;
    font-weight: bold;
	color: #960000;
	text-decoration:none;
}

/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight: normal;
    color: #333;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  17pt;
    font-weight: normal;
    color: #000000;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #333;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #333;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #333;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  10px;
    font-weight: bold;
    color: #000;
	line-height: 14px;
}

TFOOT, THEAD    {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #2960C6;
}

TH  {
    vertical-align: baseline;
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #2960C6;
}

A:link, A:visited, A:active  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4f5657;
	line-height: 16px;
	text-decoration:underline;
	font-weight:400;
}

A:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	line-height: 16px;
	text-decoration:underline;
	font-weight:400;
}

.box {
	margin-top: 35px;
	margin-right: 10px;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL
{
	margin: 0;
	margin-left: -10px;
	_margin-left: 18px;
}

UL LI   {
	list-style-type:    disc;
	line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight:400;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    display: none;
}

.LoginCss
{
	color: #5c7895;
	font-family:Helvetica;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
}

A.LoginCss:link, A.LoginCss:visited
{
	color: #5c7895;
	font-family: Helvetica;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration: none;
}

A.LoginCss:hover, A.LoginCss:active
{
	color: #5c7895;
	font-family:Helvetica;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration: underline;
}

.Privacy {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

A.Privacy:link, A.Privacy:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: none;
}

A.Privacy:active, A.Privacy:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: underline;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #8DC2F9}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Myriad Pro,  Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #2960C6;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Trebuchet MS; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer;  
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: Trebuchet MS; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #eeeeee;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

/* Menu CSS */
.MainMenu_MenuContainer {
	padding: 0;
	margin: 0;
}
	
.MainMenu_MenuBar {
	CURSOR: hand;
	padding: 0;
	margin: 0;
}

/*sub menu items*/
.MainMenu_MenuItem {
	color: #a2a2a2;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	border: none;
	background-color: Transparent;

}
.MainMenu_MenuItemSel, .SubMenu_Active {
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 3px;
	WIDTH: 0px;
	CURSOR: hand;
	BACKGROUND-COLOR: #FBFCFC;
	PADDING-TOP: 0px;
	HEIGHT: 20px;
	border-left: 1px solid #FBFCFC;
	border-top: 0px solid #FBFCFC;
	border-bottom: 1px solid #FBFCFC;
	border-right: 1px none;
	DISPLAY: none;
}

/**/
.MainMenu_SubMenu {
	Z-INDEX: 1000;
	BACKGROUND-color: #FFFFFF;
	font-family:"Century Gothic";
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	color: #a2a2a2;
	filter:alpha(Opacity=90); -moz-opacity: 0.9;
	CURSOR: hand;
	margin-left: 0px;
	text-align: left;
	padding: 0px;
	border: none;
	/*BORDER: #d6080b 1px solid;*/
}

.MainMenu_MenuBreak, .MainMenu_MenuBreak td {
	border: none;
	background-color: transparent;
}

.MainMenu_MenuArrow {
	font-family:Trebuchet MS;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: 0px solid #FBFCFC;
	border-bottom: 0px solid #FBFCFC;
	border-top: 0px solid #FBFCFC;
	border-left-color: #FBFCFC;
	text-align: right;
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
	width: 0px;
	background-color: transparent;
}

.MainMenu_Normal td {
	color: #FFFFFF;
	font-family:Helvetica, sans-serif;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	margin: 0;
	_margin-left: -9px;
	display:block;
}


.MainMenu_BreadcrumbActive, .MainMenu_BreadcrumbActive td, .MainMenu_Active, .MainMenu_Active td {
	color: #5c7895;
	font-family:Helvetica, sans-serif;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	margin: 0;
	_margin-left: -9px;
	display:block;
}

.MainMenu_Selected td {
	color: #5c7895;
	font-family:Helvetica, sans-serif;
	font-size: 13px;
	font-weight:400;
	text-transform:uppercase;
	margin: 0;
	_margin-left: -9px;
	display:block;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input {
	margin: 0 0 8px 8px;
}

textarea {
	margin: 0 0 8px 8px;
}

#ThumbBorder
{
	background-image:url(thumbbg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 4px 4px 4px 4px;
	margin: 0;
	margin: 0 2px 2px 0;
	_margin: 0 7px 8px 0;
	width: 100px;
	height: 80px;
}

#titleleft
{
	float:left;
}

#titleright
{
	float: right;
}


