/* ================================
    CSS STYLES FOR THE InsMetal
    10.07.2008 ver.1
   ================================*/ 

/* ADMIN PAGE CLASSES */

.AdminPage
{
	background: white;
	text-align: center;
}

.AdminPage .Header
{
	display: none;
}

.AdminPage .Content
{
	text-align: center;
	padding: 0;
	width: 100%;
}

.AdminPage .Footer
{
	display: none;
}

/* GENERAL CLASSES */

.Page
{
	background: white;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 930px;
	max-width: 2048px;
}

.Header
{
	position: relative;
	background: url("../images/header_hline.jpg") repeat-y top left;
	text-align: left;
	width: 100%;
}

.Content
{
	position: relative;
	padding-top: 280px;
	background: #f5f6f7;
	text-align: left;
	width: 100%;
}

.Footer
{
	background: #F5F6F7;
	width: 100%;
}

.SearchBox
{
	position: absolute;
	background: transparent;
	top: 18px;
	/*left: 730px;*/
	right: 18px;
	left: auto;
}

.HeadNavigation
{
	position: absolute;
	background: transparent;
	top: 42px;
	/*left: 730px;*/
	right: 18px;
	left: auto;
}

.HeadMenu
{
	background: url("../images/vline_menu.gif") repeat-x top left;
}

A.Navigation:link, A.Navigation:visited, A.Navigation:active
{
	color: #666666;
    font: bold 10px Arial, sans-serif;
	text-decoration: none;
	position: static;
	width: auto;
	padding: 2px;
}

A.Navigation:hover
{
	color: black;
    font: bold 10px Arial, sans-serif;
	text-decoration: underline;
	position: static;
	width: auto;
	padding: 2px;
}

.LeftPane
{
	background: white;
	width: 180px;
}

.ContentPane
{
	background: white;
	float: left;
	width: 100%;
}

.RightPane
{
	background: white;
	width: 150px;
}

.Panel
{
	margin: 4px;
}

.Header .Panel
{
	margin: 0px;
	background: transparent;
}

.Footer .Panel
{
	margin: 0px;
	background: transparent;
}

.Header .PanelContent
{
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

.PanelTitle
{
	background: transparent;
	color: #333333;
	font: 16px Arial, sans-serif;
	height: 22px;
	padding: 2px;
	margin: 0 0 1px 0;
	overflow: hidden;
}

.PanelTitle .CommandButton
{
	display: block;
	text-align: right;
	position: relative;
	top: -14px;
}

.PanelContent
{
	background: white;
	color: black;
	padding: 5px;
	margin: 0;
}

.PanelContentTitle
{
	background: transparent url("../images/title.gif") no-repeat 3px center;
	padding-left: 34px;
	color: #302E2C;
	font: bold 16px Arial, sans-serif;
}

H1.PanelContent
{
	color: #006666;
	font: bold 12px Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
}

H2.PanelContent
{
	font: bold 12px Verdana, sans-serif;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 0;
}

P.PanelContent
{
	font: 12px Arial, sans-serif;
	margin: 0 0 10px 0;
}

UL.PanelContent
{
	font: 12px Arial, sans-serif;
	margin: 0 0 0 10px;
	padding: 0;
}

LI.PanelContent
{
	font: 12px Arial, sans-serif;
	margin: 0 0 0 10px;
	padding: 0;
}

A.PanelContent:link, A.PanelContent:visited, A.PanelContent:active
{
	color: #990000;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}

A.PanelContent:hover 
{
	font: 12px Arial, sans-serif;
	text-decoration: underline;
}

/* SPECIFIC CLASSES */
    
/* text style for reading messages in Discussion */    
.Message    
{
    background: #eeeeee;
    font: normal 11px Verdana, Helvetica, sans-serif;
    width: 600px;
    padding: 0 6px 0 6px;
    overflow: hidden;
}   

/* style of item titles by Announcements and events */
.ItemTitle    
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* style for module titles */
.Head   
{
    color: red;
    font: normal 20px Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    color: black;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

/* text style used for most text rendered by modules */
.Normal
{
    font: normal 11px/12px Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font: normal 12px Verdana, Helvetica, sans-serif;
}

.NormalRed
{
    color: red;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

.NormalBold
{
    font: bold 11px Verdana, Helvetica, sans-serif;
}

TABLE TR.NormalBold TD
{
	font-size: small;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font: normal 11px Verdana, Helvetica, sans-serif;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    color: #8B0000;
    text-decoration: underline;
}

A.CommandButton:hover    
{
    color: red;
    text-decoration: underline;
}

/* MENU */

/*Main Menu Parent Table*/
.ParentMainTab
{
	height: 42px;
}

/*Main Menu Parent Table Td*/ 
.ParentMainTd
{
	height: 42px;
}

/*Main Menu Table*/
.MainTab
{
	height: 42px;
    color: #666666;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    cursor: default;
	padding: 0;
	margin-top: 0;
}

/*Main Menu Item Td UnHovered*/
.MainTdd
{
    color: #666666;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    cursor: default;
	vertical-align: middle;
	padding: 3px 20px 4px 20px;
	border: solid 1px #CBCDD9;
}

/*Main Menu Item Td Hovered*/
.MainTde
{
    color: #666666;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    cursor:default;
	vertical-align: middle;
	padding: 3px 20px 4px 20px;
	border: solid 1px #999999;
	background: url("../images/vline_menu_hover.gif") repeat-x top left;
}

/*SubMenu Parent Table*/
.ParentSubTab
{
	background: #3B3938;
	border: solid 1px #585655;
	filter: alpha(opacity=90);
	-moz-opacity :0.9;
	opacity: 0.9;
}

/*SubMenu Parent Table Td*/
.ParentSubTd
{
	padding: 0;
}

/*SubMenu Table*/
.SubTab
{
    color: white;
    text-decoration: none;
    cursor: default;
    padding: 0;
}

/*SubMenu Item Tr UnHovered*/
.SubTrd
{
    color: white;
	text-decoration: none;
	height: 24px;
}

/*SubMenu Item Tr Hovered*/
.SubTre
{
 	background: #54565F;
	color: white;
	text-decoration: none;
	height: 24px;
}

/*SubMenu Item Td*/
.SubTd
{
	font: 12px Tahoma,Arial,Verdana;
	border-top: solid 1px #585655;
	border-bottom: solid 1px #585655;
    padding: 5px 5px 5px 5px;
}

/*Separator Td*/
.Spr
{
	background: gray;
	height: 1px;
	padding: 0px;
}

TD.SubTd IMG
{
	display: none;
	width: 0;
}

/* TREEVIEW */

.TreeViewDIV 
{
	overflow:auto;
	background-color:white;
}

.TreeViewDIV img 
{
	display:block;
}

.ItemDIVd 
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:auto;
	background-color:Transparent;
	border:none;
	cursor:default;
}

.ItemDIVe 
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	height:auto;
	background-color:#eaeaea;
	border:solid 1px #AEAEAE;
	cursor:default;
}

.ItemSelDIVd 
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:bold;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	height:auto;
	background-color:#F9F9F9;
	border:solid 1px #DADADA;
	cursor:default;
}

.ItemSelDIVe 
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:bold;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	height:auto;
	background-color:#eaeaea;
	border:solid 1px gray;
	cursor:default;
}

.OpenCloseTD 
{
	width:18px;
	text-align:center;
}

.OpenCloseTD DIV
{
	display: none;
}

/* LEFT MENU CLASS */

.LeftMenu
{
	border-top: solid 20px #A1A5B1;
}

.LeftMenu UL
{
	margin-top: 0;
	padding-top: 0;
}

.LeftMenu UL LI   
{
	color: #424B50;
	font: 12px normal Arial, sans-serif;
	margin-left: -30pt;
}

.LeftMenu UL LI A:link, .LeftMenu UL LI A:visited, .LeftMenu UL LI A:active 
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 1px #DDDDDD;
    text-decoration: none;
	color: #424B50;
	font: 12px normal Arial, sans-serif;
}

.LeftMenu UL LI A:hover 
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: solid 1px #DDDDDD;
	background-color: #F3F3F4;
}

.LeftMenu UL UL LI    
{
	display: none;
}

.LeftMenu UL UL UL LI 
{
	display: none;
}

.LeftMenu UL UL UL UL LI 
{
	display: none;
}

.TopImage
{
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
font: 12px normal Arial, sans-serif;
}

.TopImage P
{
	margin:0;
}

/* GENERIC ELEMENTS */

BODY	
{
	background: white;
    font: 14px Arial, sans-serif;
	margin: 0;
	padding: 0;
}

P, UL, TABLE, TD, DIV, TH
{
	font: 14px Arial, sans-serif;
}

H1, H2
{
    color: #666644;
    font: normal 20px Verdana, Helvetica, sans-serif;
}

H3, H4  
{
    color: #8B0000;
    font: normal 12px Verdana, Helvetica, sans-serif;
}

H5, H6, DT
{
    color: #8B0000;
    font: bold 11px Verdana, Helvetica, sans-serif;
}

TFOOT, THEAD    
{
    color: #8B0000;
    font: 12px Verdana, Helvetica, sans-serif;
}

TH  
{
    color: #8B0000;
    font: bold 12px Verdana, Helvetica, sans-serif;
    vertical-align: baseline;
}

A:link, A:visited, A:active 
{
    color: #8B0000;
    text-decoration: none;
}

A:hover 
{
    text-decoration: underline;
}

SMALL   
{
    font: 8px Arial, sans-serif;
}

BIG 
{
    font: 14px Arial, sans-serif;
}

BLOCKQUOTE, PRE 
{
    color: #777777;
	font: 14px Lucida Console, monospace;
}

UL LI   
{
    list-style-type: square;
}

UL UL LI    
{
    list-style-type: disc;
}

UL UL UL LI 
{
    list-style-type: circle;
}

UL UL UL UL LI 
{
    list-style-type: none;
}

OL LI   
{
    list-style-type: decimal;
}

OL OL LI    
{
    list-style-type: lower-alpha;
}

OL OL OL LI 
{
    list-style-type: lower-roman;
}

HR 
{
    color: gray;
    text-align: left;
    height: 1pt;
}

IMG
{
	border: none;
}
