/* ================================
    CSS STYLES FOR a3z04
   ================================
*/
/* PAGE DESKTOP */
.DesktopTable
{
	background-color: white;	
}
/* oben und unten von DesktopTable*/
.DesktopTableTop
{
	background-color: white;
}
.DesktopTableBottom
{
	background-color: white;
	/*background-image: url(../../skins/a3z01/images/bgdesktop.gif);*/
}
/* Linke und rechte Spalte von DesktopTable*/
.DesktopTableLeft
{
	background-color: white;
	background-image: url(../../skins/a3z04/desktop/bg_outerLeft.gif);
}
.DesktopTableRight
{
	background-color: white;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: red;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    /*background-image: url(../../skins/a3z01/images/bgdesktop.gif);*/
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}
.FooterBg {
    background-color: red;
}
.LeftPane  
{
	background-color: white;
}

.ContentPane
{
	/*background-color: white;*/
}

.RightPane
{
	background-color: white;
	background-image: url(../../skins/a3z04/desktop/bg_RightPane.gif);
}
.HeaderPane
{
	 background-color: #DCDCDC;
}
.PanePrint
{
	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	background-color: white;
}
.Header
{
	border-right: black 1px solid;border-left: black 1px solid;border-top: black 1px solid;border-bottom: black 1px solid;
	padding-right: 8px;padding-left: 8px;padding-top: 2px;padding-bottom: 2px;		
	font-weight: normal;
	font-size: 8pt;		
	color: #333333;		
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color: white;
	text-decoration: none;
}

.Header1
{	
	font-weight: normal;
	font-size: 7pt;		
	color: #333333;		
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color: white;

}
/* desktopdefaultprinter */
.PrintCommandButton
{
	font-weight: normal;
	font-size: 10px;
	border-right: black 1px solid;border-left: black 1px solid;border-top: black 1px solid;border-bottom: black 1px solid;
	padding-right: 8px;padding-left: 8px;padding-top: 2px;padding-bottom: 2px;	
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	/*background-color: #425D8C;*/
}
.PrintHeader
{
	font-weight: bold;
	font-size: 11px;	
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 1pt;
}
.HeaderMenu
{
	font-weight: normal;
	font-size: 8pt;
	color: white;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	
}

.SelectedMenu {
    font-weight: normal;
    font-size: 11px;
    color: red;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-decoration: none;
}
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.XMLPanelPadingTitle
{	
	padding-left: 5pt;
	padding-right: 5pt;	
	padding-top: 2pt;	
	
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
		
	border-left: red 3px solid;
	border-top: gray 1px solid;
	
}
.XMLPanelPadingContent
{
	padding-right: 5pt;
	display: block;
	padding-left: 5pt;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 5pt;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: justify;
	
	/*border-left: red 1px solid;
	border-bottom: red 2px solid;*/
}
/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 0pt;
	color: white;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
TABLE.ModuleTable
{	
	margin-left: 0pt;
}
TR.ModuleHead
{
	background-image: url(../../skins/a3z04/desktop/bg_module.gif);
	background-color: green;
}
TD.ModuleHeadLeft
{
	border-top: darkgray 0px solid;
	padding-left: 5pt;
	padding-bottom: 1pt;
	border-left: red 3px solid;
	padding-top: 0pt;
	
	border-bottom: darkgray 1px solid;
	border-top: darkgray 1px solid;
}
TD.ModuleHeadRight 
{	
	padding-right:5pt; 
	padding-top:0pt; 
	padding-bottom:1pt; 	
	
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	border-top: darkgray 1px solid;	
}
TD.ModuleAdmin     
{
	border-bottom: 1px solid darkgray; 
	border-left: 0px solid blue; 
	border-top: 0px solid darkgray; 
	padding-left:5pt; 
	padding-right:5pt;
	border-collaps: collapse; 
	border-right: 0px solid blue;
}
/* style of item titles on edit and admin pages */
.SubHead
{
	padding-right: 3px;
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: right;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	
	text-align: right;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.NormalSmall
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #CE3000
}

.NormalBold
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	/*letter-spacing: 1px;*/
}
.GridItem
{
	background-color: #DCDCDC;
}
.GridItemAlternating
{
	background-color: #cecece;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #333300;
	text-decoration: underline;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #333300;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #333300;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #333300;
}

H4  {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #333300;
}

H5, DT  {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #333300;
}

H6  {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #333300;
}

TFOOT, THEAD    {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  12px;
    color: #333300;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #333300;
}

A:link  {
    text-decoration:    none;
    color:  #333300;
}

A:visited   {
    text-decoration:    none;
    color:  #333300;
}

A:active    {
    text-decoration:    none;
    color:  #333300;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL
{
	font-size: 8px;	
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

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
{
	color: dimgray;
	height: 1pt;
	text-align: left;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* css for orgchart / sitemap */
TD.orgname 
{
	border: 1 solid gray;
	padding-left: 2pt;
	padding-top: 2pt;
    padding-bottom: 2pt;
    padding-right: 2pt;
    width:120px;
    height:30px;
}
TD.orgactive 
{
	padding-left: 5pt;
	padding-right: 5pt;	
	padding-top: 2pt;	
	padding-bottom: 5pt;
	
	font-weight: bold;
	font-size: 9px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
		
	border-left: red 3px solid;
	border-top: gray 1px solid;
}
TD.org3top 
{
	border-left: 1 solid gray;
	border-bottom: 1 solid gray;
	width:10px;
}
TD.org3bot 
{
	border-left: 1 solid gray;
	width:9px;
}
TD.org3spacertop 
{
	border-left: 1 solid gray;
}
TD.org2left 
{
	border-right: 1 solid gray;
	border-top: 2 solid gray;
	width:9px;
}
TD.org2right 
{
	border-top: 2 solid gray;
	border-left: 1 solid gray;
	width:9px;
}
TD.org2spacerright 
{
	border-top: 2 solid gray;
	width:10px;
}              
TD.org3spacerright 
{
	width:9px;
}
TD.org1left 
{
	border-right: 1 solid gray
}
TD.org1right 
{
	border-left: 1 solid gray;
}
P.orgname
{
	margin-top: 0pt;
	font-size: 9px;
	margin-bottom: 0pt;
	padding-top: 5px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: left;
}
P.orgnamedisable
{
	margin-top: 0pt;
	padding-left: 13px;
	font-size: 9px;
	margin-bottom: 0pt;
	color: green;
	padding-top: 5px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
P.orgjob
{
	margin-top: 0pt;
	font-size: 9px;
	margin-bottom: 0pt;
	color: blue;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	
}

TTT Forum style sheet
*****************************************************/
/*Rand der Module*/
.TTTBorder
{	/*
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	*/
}
.TTTSubBorder
{
    border: 10px solid; 
}
/*Überschrift der Module*/
.TTTHeader
{
	font-weight: normal;
	font-size: 11px;
	/*background-image: url(../../skins/a3z01/images/bg2_25.gif);	*/
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	
}

/*Forengruppen*/
.TTTAltHeader
{
	/*font-weight: bold;/*
	font-size: 11px;
	/*background-image: url(../../skins/a3z01/images/bg1.gif);*/
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	/*letter-spacing: 1pt;*/
	border-bottom: darkgray 1px solid;
	
}
.TTTAltHeaderText
{	
	color: black;
}
TD.TTTAltHeader
{
	height: 20px;	
}
/*Links der Foren*/
.TTTSubHeader
{	
	padding-right: 5px;
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	
	text-align: right;
	letter-spacing: 1pt;
}
TD.TTTSubHeader
{
	background-color: white;
}
.TTTTitle
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-decoration: none;
}
/* Spalten rechts*/
.TTTRow
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
TD.TTTRow
{
	background-color: white;
}
/*Spalten hervorgehoben --> Themen, Beiträge etc. */
.TTTRowHighLight
{	
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;    
}
TD.TTTRowHighlight
{
	/*border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;*/
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: white;
}
TD.TTTRowStatusFolder
{
	border-right: darkgray 1px solid;
	/*border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;*/
	border-bottom: darkgray 1px solid;
	background-color: white;
}
/* Zusammenfassung der Foren letzte Zeile */
TD.TTTFooter
{	
	background-color: white;
	height: 20px;
	/*background-image: url(../../images/a3z/TTT/a3zpaul/TTT_Footer_BG.gif);*/
	background-image: url(../../skins/a3z01/images/bg1.gif);
}
.TTTFooter
{	
	background-color: white;	
}
.TTTFooterText
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	
	/*padding-left: 40px;*/
}
.TTTButton
{
	border-right: black 1px solid;
	padding-right: 8px;
	border-top: black 1px solid;
	padding-left: 8px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: #333333;
	padding-top: 1px;
	border-bottom: black 1px solid;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color: white;
	text-decoration: none;
}
/* hyperlink style for the selected tab */
A.TTTTitle:link {
    text-decoration:    none;
    color:yellow;
}
A.TTTTitle:visited
{
	color: blue;
	text-decoration: none;
}
A.TTTTitle:active
{
	color: blue;
	text-decoration: none;
}
A.TTTTitle:hover    {
    text-decoration:    none;
    color:green;
}
.TTTFormControl
{
	font-size: 11px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.TTTErrorText
{
	color: red;
}
.TTTQuote
{
	border-top: 1px red solid; 
	border-bottom: 1px red solid; 
}
/* text style for buttons and link buttons used in the portal admin pages */
.TTTCommand
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
} 
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.TTTCommand:link
{
	color: blue;
	text-decoration: underline;
}
A.TTTCommand:visited
{
	color: white;
	text-decoration: underline;
}
A.TTTCommand:active   {
    text-decoration:    underline;
    color: white;
}
A.TTTCommand:hover
{
	color: #ff9933;
	text-decoration: underline;
}

TD.TTTMainHeader
{
	background-color: red;
}
TD.TTTHeader
{
	height: 20px;
	background-color: white;
}

TD.TTTAltFooter
{
	background-color:lightgrey;
	height: 20px; 		
	/*background-image: url(../../images/TTT/TTT_AltFooter_BG.gif);*/
}

/* text style used for most text rendered by modules */
.TTTNormal
{
	font-weight: normal;
	font-size: 11px;
	/*color: black;*/
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.TTTNormalTextBox
{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.TTTNormalRed
{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: red
}
.TTTNormalBold
{
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
}
/* text style for buttons and link buttons used in the portal admin pages */
.TTTCommandButton
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.TTTCommandButton:link {
    text-decoration:    underline;
    color: #333300;
}

A.TTTCommandButton:visited  {
    text-decoration:    underline;
    color: #333300;
}

A.TTTCommandButton:active   {
    text-decoration:    underline;
    color: #333300;
}

A.TTTCommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

.AVCalendar_Title
{	
	font-weight: bold;
	font-size: 10px;	
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	/*background-color: white;	*/
	letter-spacing: 1px;
}
.AVCalendar_Link
{
	font-size: 9px;
	font-weight: normal;	
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;		
}
.AVCalendar_Today
{
	font-weight: bold;
	font-size: 10px;	
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	background-image: url(../../skins/a3z01/images/bg_todaystyle.gif);
}
.AVCalendar_SelectedDay
{
	/*font-weight: bold;
	font-size: 10px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	background-color: white;*/
}
.AVCalendar_List
{	
	border-left: darkgray 1px solid;	
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	border-top: darkgray 1px solid;
	background-image: url(../../skins/a3z01/images/bg2.gif);	
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	
}
.Guestbook
{
	color:white;
	background-color: #DCDCDC;
	border-left: darkgray 1px solid;	
	border-right: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	border-top: darkgray 1px solid;
	background-image: url(../../skins/a3z04/desktop/bg_module.gif);
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;	
}
