/* ================================
    CSS STYLES FOR THE PORTAL
    18.09.2007 ver.1
   ================================*/ 

/* GENERAL CLASSES */

.Page
{
	position: relative;
	background: transparent;
	width: 825px;
	text-align: center;
	margin: 0 auto;
}

.Header
{
	background: transparent;
	text-align: left;
	width: 825px;
	overflow: hidden;
}

.ContentDefault
{
	position: absolute;
	top: 210px;
	left: 224px;
	background: transparent;
	text-align: left;
	width: 600px;
	overflow: hidden;
}

.Content
{
	background: transparent;
	text-align: center;
	width: 825px;
	margin-top: 6px;
}

.Content TABLE
{
	margin: 0 auto;
}

.Content DIV
{
	margin: 0 auto;
}

.Footer
{
	width: 100%;
}

.HeadTitle
{
	display: none;
}

.HeadBanner
{
	margin-top: 25px;
	background: transparent;
}

.HeadWelcome
{
	position: absolute;
	top: 182px;
	left: 224px;
	background: transparent;
	color: black;
	width: 320px;
	padding: 4px;
}

.HeadNavigation
{
	position: absolute;
	top: 182px;
	right: 0;
	background: transparent;
	color: black;
	text-align: right;
	width: auto;
	padding: 4px;
}

.Navigation
{
	color: black;
	text-decoration: none;
	width: auto;
	padding: 4px;
}

A.Navigation:link, A.Navigation:visited, A.Navigation:active
{
	color: black;
	text-decoration: none;
	position: static;
	width: auto;
	padding: 4px;
}

A.Navigation:hover
{
	color: blue;
	text-decoration: underline;
	position: static;
	width: auto;
	padding: 4px;
}

.HeadMenu
{
	position: relative;
	background: url("images/background_menu.jpg") no-repeat top left;
	width: 222px;
}

.LeftPane
{
	float: left;
	background: transparent;
	width: 224px;
	text-align: left;
}

.LeftPane .Panel
{
	margin: 0;
}

.LeftPane .Panel .PanelContent
{
	border: none;
	padding: 0;
}

.ContentPane
{
	background: transparent;
	width: 100%;
}

.RightPane
{
	background: transparent;
	width: 158px;
}

.Panel
{
	margin: 4px;
}

.PanelTitle
{
	background: transparent;
	color: #666666;
	font: bold 14px Arial, sans-serif;
	height: 22px;
	padding: 2px;
	margin: 0 0 1px 0;
	overflow: hidden;
	border-bottom: solid 1px #666666;
}

.PanelTitle .CommandButton
{
	display: block;
	text-align: right;
	position: relative;
	top: -14px;
}

.PanelContent
{
	background: white;
	color: black;
	padding: 5px;
	margin: 0;
	border: 1px solid #9BA08A;
}

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 */

.MailLink:link, .MailLink:visited, .MailLink:active
{
    color:black;
	text-decoration: none;
}
    
.MailLink:hover
{
    color:red;
	text-decoration: none;
}

/* 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
{
	background-color:#666666;
}

/*Main Menu Parent Table Td*/ 
.ParentMainTd
{
	background: transparent;
	height:40px;
}

/*Main Menu Table*/
.MainTab
{
    color: #ffffee;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
    padding: 0 10px 0 10px;
}

/*Main Menu Item Td UnHovered*/
.MainTdd
{
    color: #ffffee;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    cursor: default;
	vertical-align:top;
	padding: 3px 10px 4px 10px;
}

/*Main Menu Item Td Hovered*/
.MainTde
{
    color: #ffff99;
	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    cursor:default;
	vertical-align:top;
	padding: 3px 10px 4px 10px;
}

/*SubMenu Parent Table*/
.ParentSubTab
{
	background: #ffff99;
	border: solid 1px gray;
}

/*SubMenu Parent Table Td*/
.ParentSubTd
{
	padding: 3px;
}

/*SubMenu Table*/
.SubTab
{
    color: gray;
   	font: bold 12px Arial, sans-serif;
    text-decoration: none;
    cursor:default;
    padding: 0 10px 0 10px;
}

/*SubMenu Item Tr UnHovered*/
.SubTrd
{
	height: 24px;
}

/*SubMenu Item Tr Hovered*/
.SubTre
{
    color: black;
	text-decoration:underline;
	height: 24px;
}

/*SubMenu Item Td*/
.SubTd
{
	font: 11px Tahoma,Arial,Verdana;
    padding: 3px 3px 3px 3px;
}

/*Separator Td*/
.Spr
{
	background: gray;
	width: 1px;
	height: 1px;
	padding: 0px;
}

/* TREEVIEW */

.TreeViewDIV 
{
	background: #999999;
	width: 158px;
	height: 330px;
	overflow: hidden;
	filter: alpha(opacity=60);
	-moz-opacity :0.6;
	opacity: 0.6;
}

.TreeViewDIV img 
{
	display: block;
}

.TreeViewDIV TABLE
{
	width: 158px;
	height: 22px;
}

.TreeViewDIV TABLE TBODY TR TD DIV
{
	display: none;
}

.TreeViewDIV DIV TABLE TBODY TR TD IMG
{
	visibility: hidden;
}

.TreeViewDIV  TABLE TBODY TR
{
	background: transparent url("images/hline_menu.gif") repeat-x top left;
}

.TreeViewDIV  TABLE TBODY TR:hover
{
	background: transparent url("images/hline_menu_hover.gif") repeat-x top left;
}

.TreeViewDIV  DIV TABLE TBODY TR
{
	background: transparent url("images/hline_menu_l2.gif") repeat-x top left;
}

.TreeViewDIV  DIV TABLE TBODY TR:hover
{
	background: transparent url("images/hline_menu_l2.gif") repeat-x top left;
}

.TreeViewDIV DIV TABLE TBODY TR TD .ItemDIVd
{
	text-align: right;
	letter-spacing: normal;
	color: #999999;
}

.TreeViewDIV DIV TABLE TBODY TR TD .ItemDIVe
{
	text-align: right;
	letter-spacing: normal;
	color: white;
}

.TreeViewDIV TABLE TBODY TR TD .ItemDIVd
{
	display: block;
	width: 100%;
}

.TreeViewDIV TABLE TBODY TR TD .ItemDIVe
{
	display: block;
	width: 100%;
}

.TreeViewDIV TABLE TBODY TR TD .ItemSelDIVd
{
	display: block;
	width: 100%;
}

.TreeViewDIV TABLE TBODY TR TD .ItemSelDIVe
{
	display: block;
	width: 100%;
}

.ItemDIVd, .ItemDIVe, .ItemSelDIVd, .ItemSelDIVe
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-indent: 22px;
	height: 22px;
	width: 100%;
	background-color: transparent;
	border: none;
	cursor: default;
	/*letter-spacing: 0.2em;*/
}

.ItemDIVd 
{
	position: relative;
	color: white;
}

.ItemDIVe 
{
	position: relative;
	color: #CC3333;
}

.ItemSelDIVd 
{
	position: relative;
	color: white;
}

.ItemSelDIVe 
{
	position: relative;
	color: #CC3333;
}

.OpenCloseTD 
{
	display: none;
}

.OpenCloseTD DIV
{
	display: none;
}

/* GENERIC ELEMENTS */

BODY	
{
	behavior: url("http://venusbg.net/css/csshover.htc"); 
	background: white  url("images/vline.gif") repeat-x top left;
	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;
}