/* upondo main application global CSS file */
* {
    	text-align: left;
}

/* NOF: NoFloat -> trick: to save a few bytes on every <div> which closes floating, just add this class */
.nof 
{
    clear: both;
}
.UpondoRed
{
	color: #D61F26;
}
.UpondoGreen
{
	color: #40FF30;
}

address
{
    font-style: normal;
    
}

body{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px 0px 0px 0px;	
	font-family: Trebuchet MS,Arial,Sans-serif;
	font-size: 80%;
	color: #000040;
	background-color: #FFFFFF; 
	
	background:url("/images/bg-page.jpg") repeat-y top center #FFFFFF;
	
	text-align:center; /* ''''''''''''''''''''''' */
}

td {
    font-family: "Trebuchet MS";
    vertical-align: top;
}


h1{
	font-size: 180%;
	font-weight:bold;
	color: #000040;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
}
h2{
	font-size: 160%;
	font-weight:bold;
	color: #000040;	
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
}
h3{
	font-size: 140%;
	font-weight:bold;
	color: #000040;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
}
h4{
	font-size: 120%;
	font-weight:bold;
	color: #000040;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
}


h1.gray, h2.gray, h3.gray, h4.gray {
	color: #C7C7C7;
}
h1.white, h2.white, h3.white, h4.white {
	color: #FFFFFF;
}

h1.underlined {
	border-bottom: 1px solid #C7C7C7;
}

h2.underlined, h3.underlined, h4.underlined {
	border-bottom: 1px dotted #C7C7C7;
	margin: 5px 0px 10px 0px;
	padding-bottom: 3px;
	
}

img {
    border: 0;    
}

p a:link {
	color: #0000FF;
}
p a:hover {
	color: #FF0000;
}


a 
{
	position: relative;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #D61F26;
/*	z-index:20;*/
}

a span{display: none}

a:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0em; right:-75%; width:15em;
    /*border:1px solid #0cf;
    background-color:#cff; color:#000;*/
    text-align: left;
	width: 200px;
    font-size: 100%;
	
    background-color:#FFFFCC;
    border: 1px solid #F8F8CB;
    padding: 1px 6px 4px 6px;
    
	/*margin-bottom: 10px;    */
}


table {
	padding: 0px;
	margin: 0px;
}


select, input[type=text], input[type=password], textarea {
	font-family: "Trebuchet MS";
	font-size: 100%;
	background-color: #FFFFFF; /*#FFFDDF*/
	
	border: solid 1px #D5C5AF; /*#D8C9B8*/
	width:100%; 
	padding: 3px;
    color: #000040;
    
    border-radius: 2px;         
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror */
    -webkit-border-radius:2px;  /* BROWSER: webkit */
}

/*
helper-div-class for making a "real" dotted line, ALWAYS to use with a DIV, no HR/etc. !!!
*/
.div-line-10-10 {
    border-bottom: dotted 1px #D5D5D5;
    color: #D5D5D5;
    height: 1px;
    margin: 10px 0px 10px 0px;
    padding: 0;
}
.div-line-15-15 {
    border-bottom: dotted 1px #D5D5D5;
    color: #D5D5D5;
    height: 1px;
    margin: 15px 0px 15px 0px;
    padding: 0;
}
.div-line-20-20-dotted {
    border-bottom: dotted 1px #D5D5D5;
    color: #D5D5D5;
    height: 1px;
    margin: 20px 0px 20px 0px;
    padding: 0;
}
.div-line-20-20 {
    border-bottom: solid 1px #D7D7D7;
    color: #D5D5D5;
    height: 1px;
    margin: 20px 0px 20px 0px;
    padding: 0;
}
.div-line-15-30 {
    border-bottom: dotted 1px #D5D5D5;
    color: #D5D5D5;
    height: 1px;
    margin: 15px 0px 30px 0px;
    padding: 0;
}
.div-line-0-20 {
    border-bottom: dotted 1px #D5D5D5;
    color: #D5D5D5;
    height: 1px;
    margin: 0px 0px 20px 0px;
    padding: 0;
}


.IcoMailStatus16 
{
    /*background: url("/images/ani_MailAlert16.gif") no-repeat 0px 1px;*/
    background: url("/images/ico_MailUnread16.png") no-repeat 0px 3px;
	padding: 0px 0px 2px 20px;
	border: none;
}
.IcoMailStatus16bw
{
    background: url("/images/ico_MailOpen16.png") no-repeat 0px 1px;
	padding: 0px 0px 2px 20px;
	border: none;
}

.IcoFavOnline16 
{
    background: url("/images/ico_FavOnline16.png") no-repeat 0px 1px;
	padding: 0px 0px 2px 20px;
	border: none;
}
.IcoFavOnline16bw 
{
    background: url("/images/ico_FavOnline16bw.png") no-repeat 0px 1px;
	padding: 0px 0px 2px 20px;
	border: none;
}


.IcoGender24 {
    margin-left: 5px;
    padding-top:0px;
}

.IcoOK24 {
    margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 30px;
	background: url("/images/ico_OK24.png") no-repeat 0px 5px;
}

.IcoCancel24 {
    margin: 0px 0px 0px 0px;
	padding: 1px 0px 30px 28px;
	background: url("/images/ico_Cancel24.png") no-repeat 0px 0px;
}

.IcoCoins16 {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 22px;
	background: url("/images/ico_Coins16.png") no-repeat 0px 1px;
}

.IcoCoins32 {
    margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 40px;
	background: url("/images/ico_Coins32.png") no-repeat 0px 0px;
}


.IcoOK16 {
    background: url("/images/ico_OK16.png") no-repeat 0px 1px;
padding: 0px 0px 2px 20px;
    border: none;
}


.IcoCancel16bw {
    background: url("/images/ico_Cancel16bw.png") no-repeat 0px 1px;
	padding: 0px 0px 2px 20px;
    border: none;
}

.IcoCancel16 {
    background: url("/images/ico_Cancel16.png") no-repeat 0px 1px;
    padding: 0px 0px 2px 20px; 
    border: none;
}

.IcoAddFav16 {
    background: url("/images/ico_Add16.png") no-repeat 0px 1px;
padding: 0px 0px 2px 20px;
    border: none;
}


.IcoAlert16bw {
    background: url("/images/ico_Alert16bw.png") no-repeat 0px 1px;
padding: 0px 0px 2px 20px;
	border: none;
}
.IcoAlert16 
{
    background: url("/images/ico_Alert16.png") no-repeat 0px 1px;
padding: 0px 0px 2px 20px;
	border: none;
}



.IcoOnlineYes16 {
	color: #00A000;
	padding: 0px 0px 0px 18px;
	background: url("/images/ico_IsOnline16.png") no-repeat 0px 1px;
	margin: 5px 0px 5px 0px;
}
.IcoOnlineNo16 
{
    color: #7C7C7C;
	padding: 0px 0px 0px 18px;
	background: url("/images/ico_IsOnline16bw.png") no-repeat 0px 1px;
	margin: 5px 0px 5px 0px;
}

/*
* only infotext has a reduced font-size of 85, all others like error/readytext have 100% font size
*/
.infotext {
	font-size: 85%;
	color: #7C7C7C;
}
.infotext-red {
     font-size: 85%;
    color: #D61F26;  /* 7C7C7C */
}

.InviteBubble-10
{
	background-color: #F8F8F8;
	border: solid 1px #EFEFEF;
    padding: 6px 10px 6px 10px;  
    margin: 0px 0px 10px 0px;
    
    float: left;
	width: 100%;  
}
.InviteBubble-green
{
	color: #00A000;
	border: solid 1px #9fdf7f;	
	background-color: #d2ffb5;
	padding: 1px 5px 1px 5px; 
	float: right; 
}


div#InviteList
{
	border: solid 1px #EFEFEF;
	padding: 10px;
	
	border: solid 4px #F8F8F8;
	padding: 20px 20px 20px 30px;
	margin: 20px 20px 20px 20px;
	
    border-radius: 5px;
    -moz-border-radius:5px;     /* BROWSER: FireFox */
    -khtml-border-radius:5px;   /* BROWSER: Konqueror */
    -webkit-border-radius:5px;  /* BROWSER: webkit */    
}



/* errortext has EXPLICIT border radius settins! */
.errortext { 
	color: #b00000;
	border: solid 1px #F76666;	
	padding: 7px 6px 6px 30px;
	background: url("/images/ico_Cancel16.png") no-repeat 8px 8px;
	background-color: #FFefef;
}
.errortext h4 {
	color: #a00000;
	padding: 0;
	margin: 0;
}


/* readytext with EXPLICIT radius settings, does not use OOCSS  9fdf7f old:96F096*/
.readytext {
	color: #00A000;
	vertical-align:top;
	border: solid 1px #9fdf7f;	
	padding: 6px 6px 6px 32px;
	background: url("/images/ico_OK16.png") no-repeat 8px 7px;
	background-color: #d2ffb5;/* old: #eeFFee; */
}
.readytext h4 {
	color: #00A000;
	padding: 0;
	margin: 0;
}


.TextSize130 { 
	
	font-size: 130%;
	margin-top: 6px;
    margin-bottom: 5px;
}


.IcoCounterContainer
{
    margin: 10px 0px 10px 0px;
}
.IcoCounterBubble24 {
	border: none;
    padding: 3px 8px 3px 8px;
    margin: 0px 5px 0px 0px;
    
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
    -moz-border-radius:25px;     /* BROWSER: FireFox */
    -khtml-border-radius:25px;   /* BROWSER: Konqueror */
    -webkit-border-radius:25px;  /* BROWSER: webkit */    
}

.IcoCounter-red {
	background-color: #D61F26;
	color: #FFFFFF;
}

.IcoCounter-lightgray {
	background-color: #D7D7D7;
	color: #666666;
}

    
    
    
.CoinBoxTeaser
{
    border-right: 2px dotted #E5E5E5; /* #F8F8F8 */
    padding: 30px 60px 45px 30px;
    margin: 30px 0px 0px 60px;
	text-align:center;
	float: left;
	width: 200px;
}

.CoinBoxMailInput
{
    border: 3px solid #FFFFFF; 
    padding: 70px 30px 20px 90px;
/*    margin: 10px 20px 20px 0px;*/
	text-align:center;
	float: left;
}


/* blank foto-list-item, thumbnails without small border, mainly used on startpage */
.foto-list-item-15-blank
{
    float:left;
	height: 34px;
	width: 30px;    
    margin: 0px 2px 4px 0px; 
}

.foto-list-item-15-blank img  {
	height: 34px;
	width: 30px;    
}




.foto-list-item-20-blank {
    float:left;
    width: 100px;    
    height: 120px;
    padding: 0px; /*ACHTUNG: DO NEVER INSERT MARGIN HERE!!!! it will be taken correctly, if YOU CORRECTLY derive from the list-item-XY class !*/
    margin: 0px 15px 15px 0px;
}
.foto-list-item-20-blank img {
	height: 120px;
	width: 100px;
}





/* foto-...-item15: thumbnail image border & listitem */
.foto-list-item-15
{
    float:left;
	height: 42px;
	width: 38px;    
    margin: 0px 2px 2px 0px; /*up:2-3, right: 2-3*/
}
.foto-border-15 {
	height: 34px;
	width: 30px;    
    padding: 3px; /*ACHTUNG: DO NEVER INSERT MARGIN HERE!!!! it will be taken correctly, if YOU CORRECTLY derive from the list-item-XY class !*/
    border: solid 1px #EAEAEA;
    /*background: #FFFFFF url("/images/ani_ImgLoad24v2.gif") no-repeat 6px 8px;*/
    background: #FFFFFF url("/images/ico_Foto24bw.png") no-repeat 6px 8px;
    border-radius: 2px;
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror */
    -webkit-border-radius:2px;  /* BROWSER: webkit */    
}
.foto-border-15 img  {
	height: 34px;
	width: 30px;    
}



/* foto-...-item15: PREV image border & listitem */
.foto-list-item-20 {
    float:left;
    width: 112px;
    height: 132px;
    margin: 0px 10px 30px 0px;
}
.foto-border-20 
{
    float:left;
    width: 100px;    
    height: 120px;
	padding: 5px; /*ACHTUNG: DO NEVER INSERT MARGIN HERE!!!! it will be taken correctly, if YOU CORRECTLY derive from the list-item-XY class !*/
	margin: 0px 10px 0px 0px;
	
    background-color: #FFFFFF;
	border: solid 1px #EAEAEA;		
	/*background: url("/images/ani_ImgLoad24v2.gif") no-repeat 42px 48px;*/
	background: url("/images/ico_Foto24bw.png") no-repeat 42px 48px;
    border-radius: 2px;
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror */
    -webkit-border-radius:2px;  /* BROWSER: webkit */ 	
}
.foto-border-20 img {
	height: 120px;
	width: 100px;
}


.foto-list-item-30 {
    float:left;
    width: 312px;
    height: 408px;
    margin: 0px 10px 30px 0px;
}
.foto-border-30 
{
    float:left;
    width: 300px;    
    height: 396px;
	padding: 5px; /*ACHTUNG: DO NEVER INSERT MARGIN HERE!!!! it will be taken correctly, if YOU CORRECTLY derive from the list-item-XY class !*/
	margin: 0px 10px 0px 0px;
	
    background-color: #FFFFFF;
	border: solid 1px #EAEAEA;		
	/*background: url("/images/ani_ImgLoad24v2.gif") no-repeat 42px 48px;*/
	background: url("/images/ico_Foto24bw.png") no-repeat 42px 48px;
    border-radius: 2px;
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror */
    -webkit-border-radius:2px;  /* BROWSER: webkit */ 	
}
.foto-border-30 img 
{
    width: 300px;
	height: 396px;
}

.foto-list-seamless img, .foto-list-seamless a
{
	margin: 0;
	padding: 0;
}
.foto-list-seamless img
{
	float: left;
}



/* Gift: list-item for building left-floating lists, border just for bordering a gift; both combined give a bordered list item */
.gift-list-item-20 {
    float:left;
    margin: 0px 15px 40px 0px;
    width: 54px;
    height: 54px;
    
}
.gift-border-20 
{
    width: 48px;
    height: 48px;
	border: solid 1px #EAEAEA;			
	padding: 2px;
    border-radius: 2px;
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror */
    -webkit-border-radius:2px;  /* BROWSER: webkit */ 	
}
.gift-border-20 img {
	height: 48px;
	width: 48px;
}

 .gift-border-20-hit   
 {
	width: 48px;
    height: 48px;
	border: solid 1px #D61F26;			
	padding: 2px;
    border-radius: 2px;
    -moz-border-radius:2px;    
    -khtml-border-radius:2px;  
    -webkit-border-radius:2px; 
} /*.gift-border-20:hover, */


.gift-list-item-caption {
	font-size: 85%;
	color: #7C7C7C;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

	
.profile-gift-list-area
{
	padding: 0px 10px 0px 8px;	
	border: solid 1px #F0F0F0;	
	margin: 60px 0px 30px 0px;
	width: 338px;
	
}


.GreenBox {
    background-color: #e8FFe8;
	border: solid 1px #55D055;	/*ccF0cc*/
	padding: 6px 6px 6px 6px;    
	margin-top: 0px;
	margin-bottom: 20px;
}


.GrayBox {
    background-color: #F8F8F8;
	border: solid 1px #EFEFEF;
    padding: 6px 6px 6px 6px;  
    margin-bottom: 10px;    
}

.GrayBoxOutline30
{
    border: 5px solid #EFEFEF; 
    padding: 30px;
}


.GrayBox h3,h2,h1 {
	border: 0px;
	margin: 0px;
}



.ListOK24 {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style: none; /* FF specific */
}
.ListOK24 li {
	margin: 5px 0px 15px 0px;
	padding: 5px 0px 5px 30px;
	background: url("/images/ico_OK24.png") no-repeat 0px 2px;
    font-size: 110%;
}


.H1List {
	margin: 0px 0px 15px 0px;
	padding: 3px 0px 0px 30px;
	background: url("/images/ico_OK24.png") no-repeat 0px 5px;
    font-size: 160%;
    font-weight: bold;
}

.icoOK24H3 {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 4px 30px;
	background: url("/images/ico_OK24.png") no-repeat 0px 2px;
}



.ItemList12 {
	margin: 0px;
	padding: 0px 0px;
	list-style: none; 
}
.ItemList12 li {
	margin: 5px 0px 0px 0px;
}



/*
OKList icon size 16
*/
.ListOK16 {
    width:100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none; /* FF specific */
}
.ListOK16 li {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 0px 25px;
	background: url("/images/ico_OK16.png") no-repeat 0px 5px;
	font-size: 120%;
	font-weight: bold;
}


.ListEndCaption20 {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 20px;
	font-size: 85%;
	color: #7C7C7C;    
}
.ListEndCaption20 img {
    margin: 5px 5px -4px 15px;
}


.LiveControl {
	padding: 0px 9px 10px 9px;
	text-align: left;
	width: 200px;
	background-color: #F8F8F8;
	border: solid 1px #EFEFEF;
	margin-bottom: 10px;
}
.LiveControl h2, .LiveControl h3 {
    border-bottom: dotted 1px #cccccc;
    padding: 0px 0px 4px 0px;
    margin-bottom: 7px;
}
.LiveControlBottomLink {
	text-align: right;
	border: none;
	margin: 0;
	padding: 0;
}


.TextHighlightRed-10 {
	background-color: #D61F26;
	border: none;
	 
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 5px 5px;

    color: #FFFFFF;
    
    font-size: 85%;
    text-align: center;
    vertical-align: middle;

    border-radius: 5px;
    -moz-border-radius:5px;     /* BROWSER: FireFox */
    -khtml-border-radius:5px;   /* BROWSER: Konqueror */
    -webkit-border-radius:5px;  /* BROWSER: webkit */    
}


.LinkYellowHighlight
{
    background-color:#FFFFCC;
    border: 1px solid #F8F8CB;
    padding: 1px 6px 4px 6px;
}

.LinkGrayHighlight {
	padding: 3px 7px 4px 7px;

	background-color: #F8F8F8;
	border: solid 1px #EFEFEF;
	margin-right: 10px;
}


.LinkHeadlineAction
{
    font-weight: normal;
    font-size: 11px;
}


.MailBtn16h3 {
    background: url("/images/ico_MailWrite16.png") no-repeat 4px 5px;
	padding-left: 26px;
}

.MatchResultBox-10
{
    width: 206px;
    float: left;
    padding: 7px 11px 9px 11px;
    background-color: #F8F8F8;
    border: solid 1px #EFEFEF;
    margin: 0px 10px 10px 0px;
}

.MatchResultBox-10 ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.MatchResultBox-10 ul li
{
	list-style-type: none;
}

.MatchResultBox-10 h4
{
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

.MatchResult-UpdInfo
{
	width: 710px;
	text-align: right;
}


.PopupCloseLink {
    margin: 0px 0px 0px 0px;
	padding: 1px 0px 30px 28px;
	background: url("/images/ico_Cancel24.png") no-repeat 0px 0px;
}



.ProfileEditOutlineBox
{
    border: 5px solid #EFEFEF; 
    padding: 10px 40px 20px 40px;
    margin: 10px 20px 20px 0px;
}

.ProfileEditOutline-left
{
    border-left: 4px solid #EFEFEF; 
    padding: 0px 30px 5px 30px;
    margin: 5px 20px 0px 0px;
}

.ProfileEditOutlineBox-bottom
{
    border-bottom: 1px solid #D7D7D7; 
    padding: 10px 40px 20px 40px;
    margin: 5px 20px 0px 0px;
}


.QuestionAnswerOptions
{
    margin: 0px 0px 0px 15px;   
    width: 600px;
    padding: 0px 0px 10px 0px;

}

.QuestionAnswerOptions_small
{
    margin: 0px 0px 0px 15px;   
    width: 600px;
    padding: 0px 0px 0px 0px;

}



.QuestionAnswerOptions ul
{
 margin: 2px;
}

.QuestionNoAWBackground
{
		background-color: #F8F8F8;
}

#QuestionList
{
	margin-top: 10px;
}


.RoundBox10 {
    border-radius: 10px;
    -moz-border-radius:10px;     /* BROWSER: FireFox */
    -khtml-border-radius:10px;   /* BROWSER: Konqueror */
    -webkit-border-radius:10px;  /* BROWSER: webkit */	
}

.RoundBox30 {
    border-radius: 3px;
    -moz-border-radius:3px;     /* BROWSER: FireFox */
    -khtml-border-radius:3px;   /* BROWSER: Konqueror */
    -webkit-border-radius:3px;  /* BROWSER: webkit */	
}
.RoundBox40 {
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */	
}
.RoundBox50 {
    border-radius: 5px;
    -moz-border-radius:5px;     /* BROWSER: FireFox */
    -khtml-border-radius:5px;   /* BROWSER: Konqueror */
    -webkit-border-radius:5px;  /* BROWSER: webkit */	
}


/* 
* StdGrid20
* mostly used StandardGrid default CSS, for mailbox, contactlist etc.
*/
.StdGrid20 {
    margin: 0;
    border: 0;
    padding: 0;
    border-collapse:collapse;
}
.StdGrid20 tr{
    background-color:#FFFFFF;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: middle;
    text-align: left;
}
.StdGrid20 tr.alternate, tr.alternate{
    background-color:#F8F8F8;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: middle;
    text-align: left; 
}
.StdGrid20 tr:hover, .StdGrid20 tr.alternate:hover
{
    background-color: #FFEFEF;
}

/* this is really tricky: the title-TR (~the TH) of a row MUST NOT BE HOVERED background, 
    so this trick is introduced: we are placing a name "title" in the TR which contains the TH -> so hovering 
    is stopped. trying via TH is NOT working because its only tableHEADERcell, so it won't work for the whole
    row -> but this way it works great for the whole row, if one places the name "titlerow" in the HTML! */
.StdGrid20 tr.titleRow:hover { background-color: #FFFFFF; }

.StdGrid20 th{
    /*font-size: 180%;*/
    font-weight: bold;
    /*color: #C7C7C7;*/
    margin: 0;
    padding: 3px;
    vertical-align: middle;
    text-align: left;
    height: 15px;
}

.StdGrid20 td{
    padding: 3px;
    margin: 0;
    border: none;
    vertical-align: middle;
    text-align: left;
}


/* +++++++++++++++++++++++++++++++++++++++ check sysbutton margins!!! 5px */

.SysButton 
{
	float: right;  
	margin: 0px 0px 0px 0px;
	padding: 1px 10px 1px 10px;
	text-align: center;
	font-family: "Trebuchet MS";
}

.SysButton-20
{
	float: right;  
	margin: 0px 0px 0px 0px;
	padding: 1px 10px 1px 10px;
	text-align: center;
	font-family: "Trebuchet MS";
}



.TabNav {
	font: bold 120% "Trebuchet MS", Arial, sans-serif;
	border-bottom: 1px solid #D5D5D5;
	z-index: 1;
	margin:0pt;
	padding: 4px 0;
	margin-top: 2px;
	margin-bottom:1px;
}
.TabNav li {
	display: inline;
	list-style-type: none;
    margin-left: 10px;	   
}
.TabNav a {
	background: #F9F9F9;
	border: 1px solid #D5D5D5; /* E5E5E5 */
	border-bottom: none;
	padding: 2px 7px;
	margin-right: 10px;
}
.TabNav a.inactive {
	background:#FFFFFF;
	/*border: 1px solid #FFD5D5;*/
	border: none;
	padding: 2px 7px;
	color: #0000FF;
	text-decoration: underline;
}
.TabNav a.active  {
	background:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 8px;
	color: #000040;
	text-decoration: none;
	
    border-radius: 2px;
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror */
    -webkit-border-radius:2px;  /* BROWSER: webkit */    	
}


.TransactionBubbleList
{
	height: 250px;
	overflow: auto;
}

.TransactionBubble-10
{
	background-color: #F8F8F8;
	border: solid 1px #EFEFEF;
    padding: 6px 6px 6px 6px;  
    margin: 0px 0px 10px 0px;
    float: left;
	width: 488px;
}

.TransactionBubble-plus
{
	color: #00A000;
	font-weight: bold;
	margin-right: 15px;
}
.TransactionBubble-minus
{
	color: #D61F26;
	font-weight: bold;
	margin-right: 15px;
}


.invite-topranking-number
{
	padding: 0px 15px 0px 15px;
	font-size:200%; 
	color: #E7E7E7;
	float: left;
}


.tooltip {position: relative; text-decoration: none;}
.tooltip .a, .tooltip .a:hover { color: #000060; }
.tooltip span {display: none; }
.tooltip:hover span {
	display: block;
	position: absolute;
	left: 0; top: 0;
	margin: 25px 0px 10px 0;
	width: 300px; color: #D3A7A7;
    background-color:#FFFFCC;
    border: 2px solid #F8F8CB;	
	padding: 10px 15px 15px 15px;    /* remember: here 15px top-padding? */
	text-align: left;
	color: #000060;
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */		
	box-shadow: 0 0 5px #202020;			
	-moz-box-shadow: 0 0 9px #F0F0F0;		
	-khtml-box-shadow: 0 0 9px #F0F0F0;     
	-webkit-box-shadow: 0 0 9px #F0F0F0;    
	z-index: 85;
}

.newsfeed-gift-tooltip {position: relative; text-decoration: none;}
.newsfeed-gift-tooltip .a, .tooltip .a:hover { color: #000060; }
.newsfeed-gift-tooltip span {display: none; }
.newsfeed-gift-tooltip:hover span {
	display: block;
	position: absolute;
	left: 0; top: 0;
	margin: 45px 0px 0px 15px;
	z-index: 80;
	color: #D3A7A7;
    background-color:#FFFFCC;
    border: 2px solid #F8F8CB;	
	padding: 10px 10px 10px 10px;    
	text-align: left;
	color: #000060;
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */		
	box-shadow: 0 0 5px #202020;			
	-moz-box-shadow: 0 0 5px #F0F0F0;		
	-khtml-box-shadow: 0 0 5px #F0F0F0;     
	-webkit-box-shadow: 0 0 5px #F0F0F0;    
}

.gift-tooltip-profile {position: relative; text-decoration: none;}
.gift-tooltip-profile .a, .tooltip .a:hover { color: #000060; }
.gift-tooltip-profile span {display: none; }
.gift-tooltip-profile:hover span {
	display: block;
	position: absolute;
	left: 0; top: 0;
	margin: 0px 0px 0px 45px;
	
	color: #D3A7A7;
    background-color:#FFFFCC;
    border: 2px solid #F8F8CB;	
	padding: 10px 10px 10px 10px;    
	text-align: left;
	color: #000060;
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */		
	box-shadow: 0 0 5px #202020;			
	-moz-box-shadow: 0 0 5px #F0F0F0;		
	-khtml-box-shadow: 0 0 5px #F0F0F0;     
	-webkit-box-shadow: 0 0 5px #F0F0F0;    
	z-index: 75;
}






.YellowBox { 
    background-color:#FFFFCC;
    border: 1px solid #F8F8CB;	
	
	padding: 6px 6px 6px 6px;    
	text-align: center;
	margin: 0px 0px 10px 0;
}



/*##################################################################################################################################################################*/
/********************************************************************************************************************************************************************/
/*																																									*/
/*********************************************************************** SPECIFIC ********************************************************************************	*/
/*																																									*/
/*****************************************************************************************************************************************************************  */
/*##################################################################################################################################################################*/

div#Container { }
div#Main {
	width: 960px;
	margin: 0px auto 10px auto;	
	
	background-color: #ffffff;	
	/*padding: 0px 0px 0px 0px;*/
	text-align:left; /* ************* */

}
div#MainLeft { /* left column of main area */
	float:left;
	width: 720px; /* 770px */	 
	margin-right: 10px;	
}
div#MainRight { /* right column of main area */
	float:left;
	width: 230px; /* 180 */
}


/* MainTeaser: used on /main for displaying the stuff the user has todo */
div#MainTeaserText ul
{
    margin: 0px;
    padding: 0px 0px 0px 30px;
    
}
div#MainTeaserText ul il
{
    /*margin: 0px;*/
    
}





/* city-links at bottom of mainteaser */
#CenterTeaserBottomLinks
{
	font-size: 85%;
	color: #7C7C7C;
	margin: 5px 0px 15px 0px;
}
#CenterTeaserBottomLinks a:hover {
	color: #FF0000;
}


/* teaser on default/startpage on the domain (text, regbutton + bullet points) */
.Default-MainTeaser
{
	margin: 0px 0px 30px 0px;
}

.Default-MainTeaser h2
{
	margin: 5px 0px 5px 0px;
}

.Default-QuestionBox
{
	padding: 15px 20px 15px 20px;

	background-color: #F8F8F8;
	border-top: dotted 1px #EFEFEF;
	border-bottom: dotted 1px #EFEFEF;
}

.Default-QuestionBox .LastQuestion
{
	color: #D61F26;
	margin-left:15px;
	display:inline;
}


.TeaserContentBox-20
{
	margin: 0px 0px 30px 0px;
}

.TeaserContentBox-20 h4, .TeaserContentBox-20 h3, .TeaserContentBox-20 h2, .ContentBox-10 h3, .ContentBox-10 h2
{
	color: #D61F26;
}
.TeaserContentBox-20 h3, .TeaserContentBox-20 h2, .ContentBox-10 h3, .ContentBox-10 h2
{
	margin: 0px 0px 10px 0px;
}

.ContentBox-10
{
	width: 441px; 
	padding: 5px 15px 5px 0px;
	margin: 0px 30px 30px 0px;
	float: left; 
	border-right: dotted 2px #E7E7E7;
}

.ContentBox-10-right
{
	border:none;
	margin: 0px 0px 30px 15px;
}


.icoFlagDE32
{
 background: url("/images/1031-flag.png") no-repeat 0px 0px;
 padding: 3px 0px 0px 50px;
}
.icoFlagAT32
{
 background: url("/images/3079-flag.png") no-repeat 0px 0px;
 padding: 3px 0px 0px 50px;
}
.icoFlagCH32
{
 background: url("/images/2055-flag.png") no-repeat 0px 0px;
 padding: 3px 0px 0px 50px;
}



.LayerPopupBackground {
	background-color: #333333;
	filter: alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
    width:100%; 
    height: 100%; 
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    visibility: hidden;	
}

.LayerPopupWhite-L{
    background-color: #FFFFFF;
	border: solid 2px #FFFFFF;
    width: 440px; 
    position: fixed; /* switch here with absolute to make it scrolling, with fixed the poup is always on top, no matter which scrollbar */
    left: 36%;
    right: 36%;
    top: 45px;
    padding: 15px; 
    z-index:10;
	visibility: hidden;	    
    border-radius: 7px;
    -moz-border-radius:7px;    
    -khtml-border-radius:7px;  
    -webkit-border-radius:7px;  
	box-shadow: 0 0 30px #202020;			
	-moz-box-shadow: 0 0 30px #202020;		
	-khtml-box-shadow: 0 0 30px #202020;     
	-webkit-box-shadow: 0 0 30px #202020;
}

.LayerPopupWhite-XL{
    background-color: #FFFFFF;
	border: solid 2px #FFFFFF;
    width: 540px; 
    position: absolute; 
    left: 36%;
    right: 36%;
    top: 45px;
    padding: 15px; 
    z-index:10;
	visibility: hidden;	    
    border-radius: 7px;
    -moz-border-radius:7px;    
    -khtml-border-radius:7px;  
    -webkit-border-radius:7px;  
	box-shadow: 0 0 30px #202020;			
	-moz-box-shadow: 0 0 30px #202020;		
	-khtml-box-shadow: 0 0 30px #202020;     
	-webkit-box-shadow: 0 0 30px #202020;
}


.LayerPopupWhite-XXL{
    background-color: #FFFFFF;
	border: solid 2px #FFFFFF;
    width: 625px; 
    position: absolute; 
    left: 36%;
    right: 36%;
    top: 45px;
    padding: 15px; 
    z-index:10;
	visibility: hidden;	    
    border-radius: 7px;
    -moz-border-radius:7px;    
    -khtml-border-radius:7px;  
    -webkit-border-radius:7px;  
	box-shadow: 0 0 30px #202020;			
	-moz-box-shadow: 0 0 30px #202020;		
	-khtml-box-shadow: 0 0 30px #202020;     
	-webkit-box-shadow: 0 0 30px #202020;
}
 
#FotoboxPopup, #FotoboxPopupBackground, #SendMailPopup, #SendMailBackground
{
    visibility: hidden;
}

/*
*
* Fotbox Popup
*
*/
.FotoboxHeadline{
    width: 440px; 
    height: 30px;
}
.FotoboxContent{
    width: 300px;
    float:left;
    margin-bottom: 10px;
    
}
.FotoboxContent img 
{
	padding: 5px; /*ACHTUNG: DO NEVER INSERT MARGIN HERE!!!! it will be taken correctly, if YOU CORRECTLY derive from the list-item-XY class !*/
	border: solid 1px #EAEAEA;
		
}
.FotoboxBrowseLeft {
    width: 65px; 
    float:left; 
    text-align: left; 
    padding: 50% 0 0 0;
}
.FotoboxBrowseRight {
    width: 65px; 
    float:left; 
    text-align: right; 
    padding: 50% 0 0 0;
}
.FotoboxBottom{
    width: 440px;
    clear: both; 
    height: 40px; 

border-top: dotted 1px #B5B5B5;    
    padding-top: 10px; 
}



/**** CSS for Login Control ****/

#Banner { 
	width:100%;
	background-color: #D61F26;
	padding: 0px 0px 0px 0px;
}
#LoginBox {
	float: right;
	font-size: 85%;
	border-left: solid 1px #E62F36;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	color: #FFFFFF;
} 
#LoginBox .textbox {
	border: solid 1px #770000;
	padding: 2px;
	margin: 0;
	width: 140px;

    border-radius: 3px;
    -moz-border-radius:3px;     /* BROWSER: FireFox */
    -khtml-border-radius:3px;   /* BROWSER: Konqueror */
    -webkit-border-radius:3px;  /* BROWSER: webkit */	
}
#LoginBox .SysButton {
	padding: 0px 2px 0px 2px;
	font-size: 100%;
}
#LoginBox a {
	color: #FFaaaa;
}
#LoginBox a:hover {
	color: #0000FF;
}
#LoginPanel, #PwPanel, #CenterPanel {
	color: #000040;
	margin-left: 190px;
	padding-top: 50px;
	margin-bottom: 100px;
	font-size: 100%;
	width: 575px;
}

/*** Registration control***/
div#Registration
{
	width: 650px;
	margin-left: 155px;
}

div#Registration .textbox{
	font-size: 130%;
	width:250px;
}
div#Registration .TextBox40 {
	font-size: 130%;
	width:40px;
}
div#Registration .dropdown{
	font-size: 130%;
	width:235px;
}
div#Registration .daydropdown{
	font-size: 130%;
	margin-right:5px;
	width: 55px;
}
div#Registration .monthdropdown{
	font-size: 130%;
	margin-right:5px;
	width: 115px;
}
div#Registration .yeardropdown{
	font-size: 130%;
	margin-right:5px;
	width: 70px;
}

div#Registration .lcs {
	width: 170px;
	height: 40px;
}
div#Registration .mcs {
	width: 480px;
}


/*** Registration control***/


/**** CSS fo FotoReminder control ****/
div#FotoReminder {
	width: 690px;
	padding: 0px 10px 0px 0px;
	float:left;
}
div#FURSide {
	width: 240px;
	padding: 5px 8px 5px 10px;
	background-color: #F8F8F8;
	border: solid 1px #EFEFEF;	
	float: left;
	
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */	
}
#FotoReminderInputFile {
	font-family: "Trebuchet MS";
	width: 400px;
	background-color: #F3F3F3;
	/*margin-left: 10px;*/
	/*border: solid 1px #FF0000;	*/
}

/**** CSS for Navigation Control ****/
#Navigation { 
	width: 960px;
	margin-bottom: 30px;
}
#Navigation ul {
	display: inline;
	padding: 0;
	margin: 0;
}
#Navigation ul li {
	list-style-type: none;
	display:inline;

}
#Navigation ul li a 
{
    background-color: #F8F8F8;
	
	border-left: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
	border-bottom: solid 1px #EFEFEF;
	border-top: solid 0px #FFFFFF; /* no typing error: the top border IS WHITE, and zero width!! */
	
    border-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    
    -moz-border-radius:0px;     /* BROWSER: FireFox */
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    
    -khtml-border-radius:8px;   /* BROWSER: Konqueror */
    
    -webkit-border-radius:0px; 
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	
	font-size: 120%;
	padding: 0px 15px 6px 15px; 
	margin-right: 10px;
}

#Navigation ul li a.active, #Navigation ul li a.active:hover {
	background-color: #D61F26;
	border: solid #D61F26;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

#Navigation ul li a img
{
    padding: 0px 10px 0px 0px;
}

#Navigation ul li a:hover
{
	background-color: #FFE8E8; /* F8C8C8 */
	border: solid 1px #D61F26;       
}


#NavigationCityLinks
{
	font-size: 85%;
	color: #7C7C7C;
	margin-left: 30px;
}
#NavigationCityLinks a 
{
	color: #7C7C7C;
}
#NavigationCityLinks a:hover {
	color: #FF0000;
}




#NavSMLikes
{
	float:right;
	margin-top: 4px;	
}




/**** CSS for the profile-edit-pages ****/

#EditProfilePage table {
	border-collapse:collapse;
	padding: 0;
	margin: 0;
}
#EditProfilePage td {
	vertical-align:top;
	padding-bottom: 10px;
}
#EditProfilePage .textbox {
	width:170px;
}
#EditProfilePage .dropdown {
	width:175px;
}
#EditProfilePage .shortdropdown {
	margin-right:5px;
	width:58px;
}

#EditProfilePage h4 
{
	padding-bottom: 10px; /* attention: this is ONLY padding bottom because of the hierarchie/order in which classes are applied, there is a bug somwhere so we place it that way */
}




/**** CSS for Banner&Footer Control ****/
#Footer {
	color: #FFFFFF;
    border-top: solid 2px #D61F26; 
	background-color: #202020;
	padding: 20px 0px 50px 0px;
	font-size: 100%;
	margin-top: 50px;
	height:100%;	
}
#Footer h1, #Footer h2, #Footer h3,#Footer h4 {
    color: #FFFFFF;
}
#Footer ul {
	display: inline;
	padding: 0;
	margin: 0;
}
#Footer ul li {
	list-style-type: none;
}
#Footer a 
{
    color: #DDDD00;
}

#Footer a:hover
{
    color: #FF0000;
}







#ProfileMain {
	width: 600px;				
	margin-top: 7px;
	margin-left: 10px;
}
#ProfileMain h1 {
	margin: 0;
	padding: 0;
}
#ProfileMain h4 {
   margin: 0;
   padding: 0;
}

#ProfileLeft { /* left column profile view */
	float:left;
	width: 210px;
	
}
#ProfileRight { /* right column profile view*/
	float:left;
	width: 379px;
	padding: 0px 0px 0px 10px;
	border-left: solid 0px #D5D5D5;	/* !!! */
}

.ProfileActionBox{
	margin: 30px 50px 15px 0px;
	width: 180px;
	float: right;
	
}





.ProfileFormData {
	border-collapse:collapse;
	border: 0;
}

.ProfileFormData tr {
	border-bottom: dotted 1px #D5D5D5;	
}
.ProfileFormData tr.last {
	border: none;
}

.ProfileFormData td {
    padding: 10px 30px 10px 30px;
	vertical-align: top;
	font-size: 100%;
}
.ProfileFormData td.left {
	width: 160px;
	font-weight: bold;
}
.ProfileFormData td.right {
	width: 400px;
}
.ProfileFormData td.onecell 
{
	width: 660px;	
}

/*#ProfileContent h1 {
   color: #cccccc;
   margin: 0;
   padding: 5px 0px 0px 0px;
   margin-bottom: -3px;
}*/

#ProfileContent {
}



#MailboxSenderInfo h1, #MailboxAnswer h1, #MailboxSenderInfo h2, #MailboxAnswer h2 {
    color: #CCCCCC;
    margin: 6px 0px;
}
#MailboxSenderInfo h2 {
    margin: 10px 0px 2px 0px;
}

#MailboxAnswer {
    border-top: 1px solid #EFEFEF;
    margin: 15px 0px 30px 122px; /* see documentation for inf on this 122px bar this */
    padding-right: 10px;
    clear: both;
}

.MailSubjectUnread
{
	font-weight: bold;
}


.CityMap {
    margin-bottom: 10px;
    border: solid 4px #D61F26; /* D61F26 C5B59F */
}


.CityList-10 
{
	float: left;
	width: 310px;	
	margin: 15px 0px 15px 0px;
}


.SearchFunctionList10
{
    margin: 0px 10px 0px 0px;
    padding: 5px 30px 0px 0px;
    border-right: solid 1px #DDDDBB;
    float: left;
    height: 30px;
}

.SearchFunctionList10 .shortdropdown {
	margin-right:5px;
	width:58px;
}


a.SignUpButton
{
    background-color: #99cc22;
    background-image: url("/images/btn-signup-10.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt 0pt;
    padding: 6px 25px 6px 25px;
    border: solid 1px #ddff66;
    text-decoration: none;
    font-size: 120%;
    font-weight:bolder;
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */	 
}
a.SearchButton:hover, a.SearchButton:focus, a.SignUpButton:hover, a.SignUpButton:focus
{
    background-position: 0pt -9px;
}


a.SearchButton10, a.SignUpButton10
{
    background-color: #99cc22;
    background-image: url("/images/btn-signup-10.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt 0pt;
    padding: 6px 25px 6px 25px;
    border: solid 1px #ddff66;
    text-decoration: none;
    font-size: 140%;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */	 
}
a.SearchButton10:hover, a.SearchButton10:focus, a.SignUpButton10:hover, a.SignUpButton10:focus
{
    background-position: 0pt -7px;
}



a.SearchButton15, a.SearchButton10
{
    background-color: #99cc22;
    background-image: url("/images/btn-signup-10.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt 0pt;
    padding: 2px 10px 2px 10px;
    border: solid 1px #ddff66;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */	 
    margin: 0pt;
}
a.SearchButton15
{
    font-size: 90%;
}
a.SearchButton10
{
    font-size: 100%;
}
a.SearchButton15:hover, a.SearchButton15:focus, a.SearchButton15:hover, a.SearchButton15:focus,
a.SearchButton10:hover, a.SearchButton10:focus, a.SearchButton10:hover, a.SearchButton10:focus
{
    background-position: 0pt -7px;
}




a.SendMailBtn20
{
    background-color: #99cc22;
    background-image: url("/images/btn-signup-10.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt 0px;
    padding: 4px 20px 6px 20px;
    border: solid 1px #ddff66;
    text-decoration: underline;
    font-size: 120%;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */	 
}
a.SendMailBtn20:hover, a.SendMailBtn20:focus
{
    background-position: 0pt -10px;
}




a.SendMailBtn30
{
    background-color: #99cc22;
    background-image: url("/images/btn-signup-10.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt 0px;
    padding: 4px 15px 6px 15px;
    border: solid 1px #ddff66;
    text-decoration: underline;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius:3px;     /* BROWSER: FireFox */
    -khtml-border-radius:3px;   /* BROWSER: Konqueror */
    -webkit-border-radius:3px;  /* BROWSER: webkit */	 
}
a.SendMailBtn30:hover, a.SendMailBtn30:focus
{
    background-position: 0pt -10px;
}



a.ProfileMainActionBtn
{
    background-color: #99cc22;
    background-image: url("/images/btn-signup-10.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt 0px;
    padding: 4px 15px 6px 15px;
    border: solid 1px #ddff66;
    text-decoration: underline;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius:3px;     /* BROWSER: FireFox */
    -khtml-border-radius:3px;   /* BROWSER: Konqueror */
    -webkit-border-radius:3px;  /* BROWSER: webkit */	 
}
a.ProfileMainActionBtn:hover, a.ProfileMainActionBtn:focus
{
    background-position: 0pt -10px;
}


/* ###################### */
.Pager-Gray-20 { margin: 15px 0px 20px 0px; text-align:left;}
.Pager-Gray-20 a {
    font-size: 130%;
    font-weight: bold;
    padding: 3px 11px 3px 11px;
	background-color: #F8F8F8;
	border: solid 1px #EFEFEF;    
    margin: 0px 3px 0px 0px;
    
    border-radius: 2px;         /* explicit rounded boxes for the pager-box-links! */
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror */
    -webkit-border-radius:2px;  /* BROWSER: webkit */	    
}

.Pager-Gray-10 { margin: 0px 0px 0px 0px;}
.Pager-Gray-10 a {
    font-size: 100%;
    padding: 3px 9px 3px 9px;
	background-color: #F8F8F8;
	border: solid 1px #EFEFEF;    
    margin: 0px 2px 0px 0px;
    border-radius: 2px;         /* explicit rounded boxes for the pager-box-links! */
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror 720 */ 
    -webkit-border-radius:2px;  /* BROWSER: webkit */	    
}


.Pager-Gray-20 a:hover, .Pager-Gray-10 a:hover { 
	background-color: #FFE8E8; /* F8C8C8 */
	border: solid 1px #D61F26;    
}

.Pager-Gray-20 .Pager-Hit-20, .Pager-Gray-10 .Pager-Hit-10 {
	background-color: #FFE8E8; /* F8C8C8 */
	border: solid 1px #D61F26;    
    text-decoration: none;
	color: #000000;
}







/*
*
* CSS Ico Sprites
* 
*/
/*doesn't work */
.GenderM16
{
 background: url("/images/ico_GenderM16.png") no-repeat 0px 0px;
 background-position: right 0px;
 padding-right:20px;
 margin-right: 15px;
}
/*doesn't work */
.GenderF16
{
 background: url("/images/ico_GenderF16.png") no-repeat 0px 0px;
 background-position: right 0px;
 padding-right:20px;
 margin-right: 15px;
}



.IcoGender24
{
    margin-left: 6px;
}

/*doesn't work */
.icoGenderF24
{
 background: url("/images/ico_GenderF.png") no-repeat 0px 0px;
 /*src: url("/images/ico_GenderF.png");*/
 /*padding-right:20px;
 margin-right: 15px;*/
 width: 24px;
 height: 24px;
}
/*doesn't work */
.icoGenderM24
{
 background: url("/images/ico_GenderM.png") no-repeat 0px 0px;
 width: 24px;
 height: 24px;
 /*display: inline;*/
 /*padding-right:20px;
 margin-right: 15px;*/

}




.Ico-1031-flag { width: 100px; height: 16px; background: url("/images/ico_CSS-set1.png") no-repeat 0px 0px; padding: 0 0 0 26px; } 
.Ico-1033-flag { width: 0px; height: 16px; background: url("/images/ico_CSS-set1.png") no-repeat 0px -26px; padding: 0 0 0 26px; } 
.Ico-2057-flag { width: 0px; height: 16px; background: url("/images/ico_CSS-set1.png") no-repeat 0px -52px; padding: 0 0 0 26px; } 
.Ico-3079-flag { width: 0px; height: 16px; background: url("/images/ico_CSS-set1.png") no-repeat 0px -78px; padding: 0 0 0 26px;} 
.Ico-3081-flag { width: 0px; height: 16px; background: url("/images/ico_CSS-set1.png") no-repeat 0px -104px; padding: 0 0 0 26px;} 
.Ico-4055-flag { width: 0px; height: 16px; background: url("/images/ico_CSS-set1.png") no-repeat 0px -130px; padding: 0 0 0 26px;} 
.Ico-4105-flag { width: 0px; height: 16px; background: url("/images/ico_CSS-set1.png") no-repeat 0px -156px; padding: 0 0 0 26px;} 


