﻿* {
	
	font-family: Arial;
	/*
	font-size:12px;
	*/
}

 HTML  {
	overflow: auto;
	height: 100%; 
	width: 100%;
}

body 
{
	
    font-family: Arial;
	line-height: 15px;
	font-size:12px;
	top:0;
	left:0;
	margin-top:0;
	margin-left:0;
	height: 100%; 
	width: 100%;
	background-color : #404040;
	

}
hr
{
	color: #CCCCCC; 
	background-color: #CCCCCC; 
	height: 1px;
	border-width: 0px;
	border-color: #CCCCCC;
}

a:link
{
	/* color: #0066cc; (old color for all a:links) */
	color: #3299FF;
	text-decoration:none;
} 

a:visited
{
	color: #3299FF;
	text-decoration:none;
}

a:hover
{
	color: #3299FF;
	text-decoration:underline;
}

 
        
a.TopMenuItem:visited {
	font-family:'Arial';
	color: white;
    font-weight: bold;
    font-size: 13px;
}      
a.TopMenuItem:hover 
{
	font-family:'Arial';
	color: white;
    font-weight: bolder;
    font-size: 13px;
    text-decoration:none;
    
		
}

        
a.TopMenuItem:link 
{
	font-family:'Arial';
	color: white;
    font-size: 13px;
}
        
a.TopMenuItem 
{
	font-family:'Arial';
	color: white;
    font-weight: bold;
    font-size: 13px;
}

TopMenuItem 
{
	font-family:'Arial';
	color: white;
    font-weight: bold;
    font-size: 13px;
}
        
a.TopMenuItemActive 
{
	font-family:'Arial';
	color: Black;
    font-weight: bold;
    font-size: 13px;
}

.Separator
{
	height:1px;
	overflow:hidden;
	margin:0px;
	
	}

TopMenuItemActive 
{
	font-family:'Arial';
	color: Black;
    font-weight: bold;
    font-size: 13px;
}

       
a.TopMenuItemActive:visited 
{
	font-family:'Arial';
	color: Black;
    font-weight: bold;
    font-size: 13px;
}      
a.TopMenuItemActive:hover 
{
	font-family:'Arial';
	color: Black;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
        
a.TopMenuItemActive:link 
{
	font-family:'Arial';
	color: Black;
    font-weight: bold;
    font-size: 13px;
}
        
        
.notUnderline
{
	text-decoration:none;
	border-bottom:0px;	
}

.SelectedItem
{
	margin:15px 0px 5px 0px;	
	height:50px;
}

.SelectedItemStyle
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cbcbcb;
	background-color:#FDFB44;
	color:#343434;	
}

.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.caption {
	background-color: Orange;	
	color: #000;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}

.captionInfo {
	background-color: Gray;	
	color: #000;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}

.captionError {
	background-color: #A80812;	
	color: #000;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}

.captionSuccess {
	background-color: Green;	
	color: #000;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}

.modalBox {
	background-color : White;
	border-width: 3px;
	border-style: solid;
	border-color: #e2b322;
	padding: 3px;
}

.modalBox3mm {	
	background-color : White;
	border-width: 3px;
	border-style: solid;
	border-color: #e2b322;
	padding: 3px;
	margin-left:3mm;
}

.modalBoxInfo 
{
	background-color : White;
	border-width: 0px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;	
}

.modalBoxError
{
	background-color : White;
	border-width: 3px;
	border-style: solid;
	border-color: #A80812;
	padding: 3px;	
}

.modalBoxSuccess
{
	background-color : White;
	border-width: 3px;
	border-style: solid;
	border-color: Green;
	padding: 3px;	
}

.GridHeader
{	
	color: #0066cc;
	height:35px;	
} 

.GridHeader2
{
	background-image: url(../images/gridheader.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #0066cc;
	height:35px;
	
} 

.GridFooter
{
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
} 

.AlternateRow
{
	background-color:#eaeaea;
}

.RowStyle
{	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
}
	
.ActivityBackground
{
	background-image: url(../images/BarEmpty.gif);
	background-repeat: no-repeat;
	width:88px; 
	height:7px;
	border:0px silver solid;
	margin:0px,0px,0px,0px;
	top:0px;
}

.ActivityBackgroundFull
{
	background-image: url(../images/BarFull.gif);
	background-repeat: repeat-x;
	height:7px;
	border:0px silver solid;
	margin:0px,0px,0px,0px;
	top:0px;
}


.moduleHeader 
{
	font-size: 23px;
	font-weight:  bolder;
	
}

.chapterHeader 
{
	color: #ffffff;
	font-size: 12px;
	font-family:Arial;
	margin-top: 5px;
	text-transform: none;
}

.moduleText
{
	font-size: 11px;
	text-align: left;
	margin-bottom: 5px;
}

.lightYellow 
{
	padding: 1px;
	background-color: #eaeaea;
	
}
.White
{
	padding: 1px;
	background-color: #FFFFFF;
	
}

.darkYellow 
{
	padding: 1px;
	background-color: #e2b322;
}

span, table, td, label 
{
	font-size:11px;
}


td  a:link, td  a:visited, input, select, textarea
{
	font-family:Arial;
	font-size: 11px;
	line-height: 18px;
}

INPUT[type="text"] , INPUT[type="password"] , INPUT[type="file"] 
{
	border-color: #dddddd; 
	border-style: solid; 
	border-width: 1px; 
	height: 16px;
	
}

textarea 
{
	border-color: #dddddd; 
	border-style: solid; 
	border-width: 1px; 
}

SELECT
{
	border-color: #dddddd; 
	border-style: solid; 
	border-width: 1px; 
	line-height: 19px;
	height: 18px;
	vertical-align: middle;
	
}


.SlideShowButton
{
	width: 30px;
	height: 12px;
	color: #CCCCCC;
	border: 0px solid #CCCCCC;
	font-weight: bolder;
	font-size: 9px;
	background: #333333;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5; 
}

#progressBackground {
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color: Gray;
  filter: alpha(opacity=50);
  opacity:0.5;
  z-index:1000;
}

#progressMessage { 
  position:absolute; 
  top:30%; 
  left:43%;
  padding:10px;
  width:14%;
  z-index:1001;
  background-color:White;
  border-width: 3px;
  border-style: solid;
  border-color: Orange;	
} 

.ItemItemizedBilling {
	border-bottom:dashed 1px silver;	
}

INPUT.BigButtonChannel 
{
	background-color: Transparent;	
	background-image: url(../images/button_medium_large.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 118px; 
	height: 23px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom:0px; 
	text-align: center;
	color: Black;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.BigButton 
{
	background-color: Transparent;	
	background-image: url(../images/Button_Big_149.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 149px; 
	height: 34px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom: 0px; 
	text-align: center;
	color: Black;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}
INPUT.BigLongButton 
{
	background-color: Transparent;	
	background-image: url(../images/Button_Big_Long.gif);	
	background-repeat: no-repeat;
	background-position: center;
	border: 0px; 
	width: 179px; 
	height: 34px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom: 0px; 
	text-align: center;
	color: Black;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.KeyStepButton 
{
	background-color: Transparent;	
	background-image: url(../images/keyStepButtons.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 151px; 
	height: 36px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom: 0px; 
	text-align: center;
	color: Black;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.MediumButton 
{
	background-color: Transparent;	
	background-image: url(../images/Button.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 94px; 
	height: 24px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom: 0px; 
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.ButtonOk
{
	background-color: Transparent;	
	background-image: url(../images/ButtonOk.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 31px;
	height: 19px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom:0px; 
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.MediumButton2 
{
	background-color: Transparent;	
	background-image: url(../images/ButtonMedium.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 137px; 
	height: 19px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom:0px;  
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.FatMediumButton
{
	background-color: Transparent;	
	background-image: url(../images/FatMediumButton.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 137px; 
	height: 23px; 
	padding-left: 0px; 
	padding-right: 0px; 
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.MediumButton80x23 
{
	background-color: Transparent;	
	background-image: url(../images/button_medium_80x23.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 80px; 
	height: 23px; 
	_height: 24px; 
	
	padding-left: 0px; 
	padding-right: 0px; 
	padding-bottom:0px;
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.MediumButtonDisabled 
{
	background-color: Transparent;	
	background-image: url(../images/ButtonDisabled.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 108px; 
	height: 24px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom:0px; 
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}
INPUT.LongButtonDisabled 
{
	background-color: Transparent;	
	background-image: url(../images/ButtonLongDisabled.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 180px; 
	height: 24px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom:0px; 
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}

INPUT.MediumButtonExtended 
{
	background-color: Transparent;	
	background-image: url(../images/Button_Medium_180.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100%;
	border: 0px; 
	width: 180px; 
	height: 24px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-bottom:0px;
	text-align: center;
	color: Black;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}


INPUT.SmallButton 
{
	background-color: Transparent;	
	background-image: url(../images/ButtonSmall.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 78px; 
	height: 19px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom:0px; 
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}
INPUT.LongSmallButton 
{
	background-color: Transparent;	
	background-image: url(../images/ButtonLong.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 104px; 
	height: 19px; 
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom:0px; 
	text-align: center;
	color: Black;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}
INPUT.LongButton 
{
	background-color: Transparent;	
	background-image: url(../images/ButtonLong.gif);	
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px; 
	width: 180px; 
	height: 24px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-bottom:0px; 
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor:pointer;
	vertical-align:middle;
	
}
INPUT.VeryLongButton
{
	background-color: transparent;
	background-image: url(../images/ButtonVeryLong.gif);
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: 100% 100%;
	border: 0px;
	width: 200px;
	height: 24px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px; 
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor: pointer;
	vertical-align:middle;
}
INPUT.TooLongButton
{
	background-color: transparent;
	background-image: url(../images/ButtonTooLong.gif);
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: 100% 100%;
	border: 0px;
	width: 280px;
	height: 24px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px; 
	text-align: center;
	color: #000000;
	font-weight: bolder;
	cursor: pointer;
	vertical-align:middle;
}

.WatermarkStyle
{
	vertical-align:middle;
	text-align:left;
	color:#999999;
}

.TextBoxStyle
{
	vertical-align:middle;
	text-align:left;	
}

.StrengthStyle1
{
	background-color: Transparent;
	background-image: url(../images/testPassword1-1.gif);	
	background-repeat: no-repeat;
	background-position: left;	
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;	
	width:10px;
	margin-left: 27px;
}
.StrengthStyle2
{
	background-color: Transparent;	
	background-image: url(../images/testPassword1-2.gif);	
	background-repeat: no-repeat;
	background-position: left;	
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	width:25px;
	margin-left: 27px;
}
.StrengthStyle3
{
	background-color: Transparent;	
	background-image: url(../images/testPassword1-3.gif);	
	background-repeat: no-repeat;
	background-position: left;	
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	width:40px;
	margin-left: 27px;
}
.StrengthStyle4
{
	background-color: Transparent;
	background-image: url(../images/testPassword1-4.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	width:55px;
	margin-left: 27px;
}
.StrengthStyle5
{
	background-color: Transparent;
	background-image: url(../images/testPassword1-5.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	width:70px;
	margin-left: 27px;
}
.StrengthStyle6
{
	background-color: Transparent;
	background-image: url(../images/testPassword1-6.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	width:85px;
	margin-left: 27px;
}
.StrengthStyle7
{
	background-color: Transparent;
	background-image: url(../images/testPassword1-7.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	width:100px;
	margin-left: 27px;
}
.StrengthStyle8
{
	background-color: Transparent;
	background-image: url(../images/testPassword1-8.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	width:115px;
	margin-left: 27px;
}
.StrengthStyle9
{
	background-color: Transparent;
	background-image: url(../images/testPassword1-9.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	width:130px;
	margin-left: 27px;
}

.BarIndicatorStyle
{
	background-color: Transparent;	
	background-image: url(../images/testPassword1-9_back.gif); 
	background-repeat: no-repeat;
	background-position: center;	
	background-size: 100% 100%;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	margin-left: 27px;
	
	
}
.BarBorderStyle
{
	background-color: Transparent;	
	background-image: url(../images/testPassword1-9_back.gif); 
	background-repeat: no-repeat;
	background-position: center;	
	border-style:solid;
	border-width:0px;
	width:130px;
	
	vertical-align:middle;
	margin-left: 27px;
	
}
.DropBorder
{
	border-width:1px;
	border-color:#e2b322;
	border-style:solid;	
}
.EmptyStarStyle
{
	background-image:url(../images/starEmpty.gif);
	background-repeat:no-repeat;
	width:15px;
	height:20px;
	cursor:pointer;
}
.FullStarStyle
{
	background-image:url(../images/starFull.gif);
	background-repeat:no-repeat;
	width:15px;
	height:20px;
	cursor:pointer;
}
.ListBoxStyle
{
	border:[solid][1px][#e3b72d];
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background-color:White;
	cursor: default;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 0px 0px 0px 0px;
	display: block;
	color: #000000;
	text-decoration: none;
	cursor: pointer;		
	padding: 1px 5px 1px 5px;
	white-space: normal;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
	color: HighlightTxt;
} 

a.ContextMenuItem:hover
{
	background-color:  Highlight;
	color: White;
	/*
	border: 1px solid #D2B47A;
	 padding: 1px 5px 1px 5px; */
}
.balloonstyle{
	position:absolute;
	padding: 5px;
	visibility: hidden;

	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;

	max-width: 300px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
}

.noBorderBottom
{
	border-bottom-width:0px;
}

.borderBottom
{
	border-bottom: solid 1px #CCCCCC;
}

.borderTop
{
	border-top: solid 1px #CCCCCC;
}


.katalog_separator_item
{
	/*background-color: #CCCCCC; */
	background-color: #AAAAAA;
	height: 1px; 
	/*width: 100px;*/ 
	line-height: 1px; 
	overflow:hidden;
}

.Line_Green
{
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#99CC00;
}

.Scroll_katalog
{
	OVERFLOW: auto;
	TEXT-ALIGN: left;
	min-Height: 210px;
	max-height: 210px;
	max-width: 260px;
	min-width: 200px;
}

.Scroll_Kommentare
{
	OVERFLOW: auto;
	TEXT-ALIGN: left;
	min-Height: 85px;
	max-height:85px;
	max-width:268px;
	min-width:200px;	
}

.Table_FlyOver
{
	border: 2px solid #99CC00;		
}

.DropDownList
{
	width:150px;
	border-color:#999999;
	border-width:1px;
	vertical-align:bottom;
}

.Background2LeftShadow 
{
	background-color:#eeeded;
	background-image:url(../images/Background2LeftShadow.gif);
	background-repeat:repeat-y;
}

.Background2LeftCornerShadow 
{
	background-color:#404040;
	background-image: url(../images/Background2LeftCornerShadow.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.Background2RightCornerShadow 
{
	background-color:#404040;
	background-image: url(../images/Background2RightCornerShadow.gif);
	background-repeat:no-repeat;
	background-position:top left;
}


.Background2
{
	background-color:#ffffff;
	background-image:url(../images/Background2.1.gif);
	background-repeat:repeat-x;
}

.Background3 
{
	background-color:#ffffff;
	background-image:url(../images/Background3.gif);
	background-repeat:repeat-x;
}

.Background4 
{
	background-color:#E0E0E0;
	background-image:url(../images/Background4.gif);
	background-repeat:repeat-x;
}

.Background2RightShadow
{
	background-color:#eeeded;
	background-image:url(../images/Background2RightShadow.gif);
	background-repeat:repeat-y;
}
.Menu_Left_OFF{
	background-image: url(../images/Menu_Left_OFF.gif); 
	background-repeat: no-repeat;
}

.Menu_Middle_OFF
{
	background-image: url(../images/Menu_Middle_OFF.gif); 
	background-repeat: repeat-x;
}
.Menu_Right_OFF
{
	background-image: url(../images/Menu_Right_OFF.gif); 
	background-repeat: repeat-x;
}


.Menu_Middle_ON
{
	background-image: url(../images/Menu_Middle_ON.gif); 
	background-repeat: repeat-x;
}


.Menu_Left_OnMouse
{
	background-image: url(../images/Menu_Left_OnMouse.gif); 
	background-repeat: repeat-x;
}


.Menu_Middle_OnMouse
{
	background-image: url(../images/Menu_Middle_OnMouse.gif); 
	background-repeat: repeat-x;
}

.Menu_Right_OnMouse
{
	background-image: url(../images/Menu_Right_OnMouse.gif); 
	background-repeat: repeat-x;
}


.DarkGrayRect_Middle
{
	
	background-image: url(../images/DarkGrayRect_Middle.gif); 
	background-repeat: repeat-x;
	
}

.DarkGrayRect_Middle_h
{	
	background-image: url(../images/DarkGrayRect_Middle_h.gif); 
	background-repeat: repeat-x;
	
}

.GrayRect_Middle
{
	
	background-image: url(../images/GrayRect_Middle.gif); 
	background-repeat: repeat-x;
}

.RedRect_Middle_h
{
	
	background-image: url(../images/RedRect_Middle_h.gif); 
	background-repeat: repeat-x;
}

.YellowRect_Middle2
{
	background-image: url(../images/YellowRect_Middle2.gif); 
	background-repeat: repeat-x;
}

.YellowRect_Middle_h
{
	background-image: url(../images/YellowRect_Middle_h.gif); 
	background-repeat: repeat-x;
}

.FooterBackground
{	
	background-image: url(../images/FooterBackground.gif); 
	background-repeat: repeat-x;
}
.PopUpBorderLeftDown
{	
	background-image: url(../images/PopUpBorderLeftDown.gif); 
	background-repeat: no-repeat;
}
.PopUpBorderRightDown
{	
	background-image: url(../images/PopUpBorderRightDown.gif); 
	background-repeat: no-repeat;
}
.PopUpBorderRightUp
{	
	background-image: url(../images/PopUpBorderRightUp.gif); 
	background-repeat: repeat-x;
}
.PopUpBorderLeftUp
{	
	background-image: url(../images/PopUpBorderLeftUp.gif); 
	background-repeat: repeat-x;
}

.tdPasswordStyle
{
	background-image: url(../images/testPassword1-9_back.gif); 
	background-position:left;
	background-repeat: no-repeat;
}

.ChangeChannelImageStyle
{
	max-width:200px;
}

.DefaultTextMask
{
	color:#999999;
	padding-left:5px;
}


.Line_Gray
{
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#DCDCDC;
}