/* ================================
    CSS STYLES FOR THE TSO WEB SITE
    v1.0, 29.07.2008
   ================================*/ 

/* ADMIN PAGE CLASSES */

.AdminPage
{
	background: white;
	text-align: center;
}

.AdminPage .Header
{
	margin:0;
}

.AdminPage .Content
{
	width: 100%;
	text-align: center;
	border: none;
}

.AdminPage .Content TABLE
{
	margin: 0 auto;
	text-align: center;
}

.AdminPage .Content DIV
{
	margin: 0 auto;
	text-align: center;
}

.AdminPage .Footer
{
	display: none;
}

/* GENERAL CLASSES */

.Page
{
	background: transparent;
	width: 946px;
	text-align: center;
	margin: 0 auto;
}

.Header
{
	position: relative;
	margin-top: 8px;
	background: transparent;
	text-align: left;
	width: 946px;
	overflow: hidden;
}

.HeadBanner
{
	margin: 0;
	padding: 0;
}

.HeadBanner IMG
{
	border: solid 2px white;
}

.Navigation
{
	position: absolute;
	background: transparent;
	top: 10px;
	right: 0;
	text-align: right;
	vertical-align: top;
}

A.Navigation:link, A.Navigation:visited, A.Navigation:active
{
	color: white;
	text-decoration: none;
	position: static;
	width: auto;
	padding: 2px;
	padding-left: 4px;
}

A.Navigation:hover
{
	color: #FF6600;
	text-decoration: none;
	position: static;
	width: auto;
	padding: 2px;
	padding-left: 4px;
}

.NavigationSearchBox
{
	position: absolute;
	background: transparent;
	top: 38px;
	right: 50px;
	text-align: right;
}

.NavigationLogin
{
	position: absolute;
	top: 40px;
	right: 0px;
	width: 30px;
	text-align: right;
}

.NavigationWelcome
{
	position: absolute;
	top: 64px;
	right: 10px;
	text-align: right;
	width: auto;
}

.NavigationWelcome .PanelContent
{
	color: white;
	font-weight: bold;
}

.HeadMenu
{
	margin-top: 8px;
}

.RightPane
{
	margin-top: 8px;
	border: solid 1px #37587B;
	background: white;
	text-align: left;
	width: 944px;
	overflow: hidden;
}

.RightPane .Panel
{
	margin: 0;
}

.RightPane .PanelContent
{
	padding: 0;
	margin: 0;
	border: none;
}

.RightPane BR
{
	display: none;
}

.CurrentPath
{
	padding: 4px;
	color: #2f5a87;
}

.CurrentPath A:link, .CurrentPath A:visited, .CurrentPath A:active
{
	color: #2f5a87;
	text-decoration: none;
}

.CurrentPath A:hover
{
	color: #FF6600;
	text-decoration: underline;
}

.Content
{
	margin-top: 8px;
	border: solid 2px #37587B;
	background: white;
	text-align: center;
	width: 942px;
	overflow: hidden;
}

.LeftPane
{
	background: white;
	width: 200px;
}

.ContentPane
{
	background: white;
	width: 100%;
}

.LeftModule
{
	display: inline;
	float: left;
	width: 460px;
	background: transparent;
	color: black;
	padding: 0;
	margin: 0;
	border: none;
}

.RightModule
{
	display: inline;
	float: right;
	width: 460px;
	background: transparent;
	color: black;
	padding: 0;
	margin: 0;
	border: none;
}

.RightModule .PanelContent IMG
{
	text-align:center;
    display:block;
	margin: 0 auto;
}

.Footer
{
	margin-top: 8px;
	margin-bottom: 8px;
	background: #2F5A87;
	width: 946px;
	overflow: hidden;
}

.Footer .PanelContent
{
	text-align: center;
	color: white;
}

.Panel
{
	margin: 2px;
}

.PanelTitle
{
	background: transparent;
	color: #2f5a87;
	font: bold 14px Arial, sans-serif;
	height: 18px;
	margin: 0 0 2px 0;
	overflow: hidden;
	border-bottom: solid 1px #2f5a87;
}

.PanelTitle .CommandButton
{
	display: block;
	text-align: right;
	position: relative;
	top: -14px;
}

.PanelContent
{
	background: transparent;
	color: black;
	padding: 2px;
	margin: 0;
	border: none;
}

/* SPECIFIC CLASSES */
    
/* text style for reading messages in Discussion */    
.Message    
{
    background: #eeeeee;
    font: normal 11px Verdana, Helvetica, sans-serif;
    width: 600px;
    padding: 0px 6px 0px 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: #2c5a87;
	border: solid 2px white;
	width: 944px;
}

/*Main Menu Parent Table Td*/ 
.ParentMainTd
{
	height: 25px;
}

/*Main Menu Table*/
.MainTab
{
    color: white;
	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: white;
	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: #FF6600;
	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: #2c5a87;
	border: solid 1px white;
	margin-top: 3px;
}

/*SubMenu Parent Table Td*/
.ParentSubTd
{
	padding: 3px;
}

/*SubMenu Table*/
.SubTab
{
    color: white;
   	font: bold 14px Arial, sans-serif;
    text-decoration: none;
    text-transform: none;
	cursor:default;
    padding: 0 10px 0 10px;
	white-space: nowrap;
}

/*SubMenu Item Tr UnHovered*/
.SubTrd
{
	height: 24px;
}

/*SubMenu Item Tr Hovered*/
.SubTre
{
    color: #FF6600;
	text-decoration: underline;
    text-transform: none;
	height: 24px;
	white-space: nowrap;
}

/*SubMenu Item Td*/
.SubTd
{
	font: 12px Tahoma,Arial,Verdana;
    padding: 3px 3px 3px 3px;
}

/*Separator Td*/
.Spr
{
	background: #CCCCCC;
	width: 1px;
	height: 1px;
	padding: 0px;
}

/* TREEVIEW */

.PanelContent .TreeViewDIV
{
	width: 200px;
}

.TreeViewDIV 
{
	overflow:hidden;
	background-color:white;
}

.TreeViewDIV img 
{
	display:block;
}

.ItemDIVd 
{
	font-family:Verdana,Arial;
	font-size:12px;
	color:#2f5a87;
	font-weight:normal;
	white-space:normal;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:auto;
	background-color:Transparent;
	border:none;
	cursor:default;
}

.ItemDIVe 
{
	font-family:Verdana,Arial;
	font-size:12px;
	color:#DD3300;
	font-weight:normal;
	white-space:normal;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:auto;
	border-top: solid 1px #DD3300;
	border-bottom: solid 1px #DD3300;
	cursor:default;
}

.ItemSelDIVd 
{
	font-family:Verdana,Arial;
	font-size:12px;
	color:#2f5a87;
	font-weight:bold;
	white-space:normal;
	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:12px;
	color:#DD3300;
	font-weight:bold;
	white-space:normal;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	height:auto;
	/*background-color:#eaeaea;*/
	/*border:solid 1px gray;*/
	text-decoration:underline;
	cursor:default;
}

.OpenCloseTD 
{
	width:18px;
	text-align:center;
}

.OpenCloseTD DIV
{
	/*display: none;*/
}

/* GENERIC ELEMENTS */

BODY	
{
	background: #dfdfdf;
	margin: 0;
	padding: 0;
	min-width: 946px;
}

DIV
{
	text-align: left;
}

P, UL, TABLE, TD, DIV, TH
{
	font: 13px Arial, sans-serif;
}

H1, H2
{
    color: #2f5a87;
    font: normal 18px Verdana, Helvetica, sans-serif;
}

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: 1px;
}

IMG
{
	border: none;
}
