/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color : white;
	text-decoration : none;
}

A.SelectedTab:visited  {
	color : white;
	text-decoration : none;
}

A.SelectedTab:active   {
	color : white;
	text-decoration : none;
}

A.SelectedTab:hover    {
	color : #CCCCCC;
	text-decoration : none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color : white;
	text-decoration : none;
}

A.OtherTabs:visited  {
	color : white;
	text-decoration : none;
}

A.OtherTabs:active   {
	color : white;
	text-decoration : none;
}

A.OtherTabs:hover    {
	color : white;
	text-decoration : none;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	font-weight : bold;
	text-decoration : none;
	font-size : 16px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	text-decoration : none;
	font-size : 9pt;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}





/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;

}

.NormalRed
{
}

.NormalBold
{
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	font-weight : bold;
	text-decoration : underline;
	font-size : 9pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : white;
	text-decoration : underline;
}

A.CommandButton:visited  {
	color : white;
	text-decoration : underline;
}

A.CommandButton:active   {
	color : white;
	text-decoration : underline;
}

A.CommandButton:hover    {
	color : white;
	text-decoration : none;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color : white;
	text-decoration : underline;
}

A:visited   {
	color : white;
	text-decoration : underline;
}

A:active    {
	color : white;
	text-decoration : underline;
}

A:hover {
	color : white;
	text-decoration : none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #333333;
	text-decoration : none;
	font-size : 9pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {

}

.MainMenu_MenuBar {

}

.MainMenu_MenuItem {
	border-top : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;


}

.MainMenu_MenuIcon {
	background-color : #CCCCCC;
	border-left : 0px solid #CCCCCC;
	border-top : 0px solid #CCCCCC;
	border-bottom : 0px solid #CCCCCC;

}

.MainMenu_SubMenu {
	border : 0px solid #333333;
	padding : 0px;
	background-color : #CCCCCC;
	filter : none;



}

.MainMenu_MenuBreak {
	background-color : transparent;
	border-top : none;
	border-bottom : none;

}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	border-right : 0px solid #CCCCCC;
	border-bottom : 0px solid #CCCCCC;

}

.MainMenu_RootMenuArrow {
}

.MainBody{
	background-color : #333333;
}



.MainPane{
	padding-left : 9px;
}

.SolpartPadding{
	padding-top : 0px;
}

.PanePadding{
	padding-left : 5px;
	padding-right : 7px;
}

.RootMenuItem TD{
	text-indent : -3px;
	width : 127px;
	height : 25px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
	vertical-align: middle;
	letter-spacing: -0.0px;
}

.RootMenuItemSelect TD{
	background : transparent url(http://web.bikeparkleysin.ch/designs/allgemein/NavButtonSelect.gif) no-repeat scroll top left;
	text-indent : -3px;
	width : 127px;
	height : 25px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	font-weight : bold;
	text-decoration : none;
	font-size : 10pt;
	vertical-align: middle;
	letter-spacing: -0.0px;
}

.SearchStyle{	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
	border : 1px solid #333333;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
	padding-top : 1px;	
	background-color : #CCCCCC;
}

a.SearchStyle, a.SearchStyle:link, a.SearchStyle:visited, a.SearchStyle:active {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
	border : 1px solid #333333;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
	padding-top : 1px;	
	background-color : #CCCCCC;
}

a.SearchStyle:hover, a.SearchStyle:focus {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
	border : 1px solid #333333;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
	padding-top : 1px;	
	background-color : #333333;
}

.WhiteDNN{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}

a.WhiteDNN, a.WhiteDNN:link, a.WhiteDNN:visited, a.WhiteDNN:active {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}

a.WhiteDNN:hover, a.WhiteDNN:focus {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}

.DNNBlack{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}

a.DNNBlack, a.DNNBlack:link, a.DNNBlack:visited, a.DNNBlack:active {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}

a.DNNBlack:hover, a.DNNBlack:focus {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}

.PaddingRight{
	padding-right : 10px;
}

.PaddingLeft{
	padding-left : 10px;
}




.SubMenuItemSelect{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
	background-color: #A9D50F;




}





.MarginDiv{
	padding-top : 3px;
	width : 127px;
}


/* Language Selector Links */
A.DSLocal1, A.DSLocal1:link, A.DSLocal1:visited, A.DSLocal1:active
{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #A9D50F;
	font-weight : bold;
	text-decoration : none;
	font-size : 9pt;
	text-transform : uppercase;

}





a.CSSLogin {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 9pt;
}


.controlpanel { width: 100%; background-color: #999999; }