/* Cumulus style sheet */

body
{
	font-size:    14px;
	font-family:  Verdana,Tahoma,sans-serif;
}

td
{
	font-size:    12px;
	font-family:  Verdana,Tahoma,sans-serif;
}
textarea
{
	font-size:    14px;
	font-family:  Verdana,Tahoma,sans-serif;
}

/* Style used by the <cumulus:serverCatalogList> tag */
select.ServerCatalogList
{
	font-family: Verdana,Tahoma,sans-serif;
	font-weight: bold;
	font-size:   14px;
}

table.ThumbnailView
{
	background:   #FFFFFF;
	border-style: none;
	text-align:   center;
}

td.ThumbnailViewCell
{
	background:     #FFFFFF;
	border-style:   solid;
	border-width:   1px;
	border-color:   #DDDDDD;
}

table.ThumbnailViewCell
{
	background:     #FFFFFF;
	border-style:   none;
}

table.DetailsView
{
	background:     #FFFFFF;
	color:          #000000;
	border-style:   solid;
	border-width:   1px;
	border-color:   #DDDDDD;
	border-spacing: 0px;
	text-align:     center;
	font-size:      12px;
	margin:         0px;
}

th.DetailsView
{
	background:     #000000;
	color:          #FFFFFF;
	border-style:   none;
	font-family:    Verdana,Tahoma,sans-serif;
	font-size:      11px;
}

tr.DetailsView1
{
	background:     #FFFFFF;
	text-align:     left;
	vertical-align: middle;
	border-style:   none;
	cursor:         hand;
}

tr.DetailsView2
{
	background:     #DDDDDD;
	text-align:     left;
	vertical-align: middle;
	border-style:   none;
	cursor:         hand;
}

td.DetailsView
{
	vertical-align: middle;
	border-style:   none;
	font-family:    Verdana,Tahoma,sans-serif;
	font-size:      11px;
}

.formText
{
	font-family:    Verdana,Tahoma,sans-serif;
	font-size:      11px;
}

td.RecordInfoLabel
{
	font-size:      12px;
	font-weight:    bold;
	font-family:    Verdana,Tahoma,sans-serif;
	text-align:     right;
	vertical-align: top;
	border-style:   none;
}

/* Style for the text of the page numbers
	used by <cumulus:recordViewNavigationBar> */
span.NavigationBar
{
	text-decoration: underline;
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       14px;
	color:           #9C0000;
}

/* Style for the anchor of the page numbers
	used by <cumulus:recordViewNavigationBar> */
a.NavigationBar
{
	text-decoration: none;
}

/* Style for the border of the current page number
	used by <cumulus:recordViewNavigationBar> */
td.NavigationBarCurrentPage
{
	border-style: solid;
	border-width: 1px;
	border-color: #9C0000;
	padding:      1px;
}

/* Style for the text of the current page number
	used by <cumulus:recordViewNavigationBar> */
span.NavigationBarCurrentPage
{
	text-decoration: none;
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       14px;
	color:           #FFFFFF;
}

.SearchFormJunctor
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
}

.SearchFormField
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
}

.SearchFormOp
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
}

.SearchFormValue
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
}

.recordNameText
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
	font-weight:     bold;
	color:           #E1091E;
}

.ThumbnailViewText
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       10px;
}

.redText /*Login and Select Catalog Text */
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
	color:           #9c0000;
}

.textBold
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       16px;
	color:           #999999;
	font-weight:     bold;
}

.textGrau
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       12px;
	color:           #666666;
}

.headline
{
	font-family:     Verdana,Tahoma,sans-serif;
	font-size:       24px;
	color:           #fff;
}

.toprow
{
       background-color: #E2091E;
}
.bottomrow
{
       background-color: #999;
}
.weiss
{
      background-color: #fff;
}