/* upondo main application global CSS file */
* {
    	text-align: left;
}


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") no-repeat 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;
}

img {
    border: 0;    
}

p a:link {
	color: #0000FF;
}
p a:hover {
	color: #FF0000;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}

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 */
}


.IcoMailStatus16 
{
    background: url("../images/ani_MailAlert16.gif") no-repeat 0px 1px;
	padding-left: 20px;
	border: none;
}
.IcoMailStatus16bw
{
    background: url("../images/ico_MailOpen16.png") no-repeat 0px 1px;
	padding-left: 20px;
	border: none;
}

.IcoFavOnline16 
{
    background: url("../images/ico_FavOnline16.png") no-repeat 0px 1px;
	padding-left: 20px;
	border: none;
}
.IcoFavOnline16bw 
{
    background: url("../images/ico_FavOnline16bw.png") no-repeat 0px 1px;
	padding-left: 20px;
	border: none;
}





/*
    horzitonal line with 10(!)px up/down margin, mainly used in lists with THUMBIMGs (eventlist, userlist, single-list-on-logout-etc) compare list-20-20
*/
.hr-line-10-10{
    border: none;
    background-color: #EFEFEF;
    color: #EFEFEF;
    height: 1px;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

/*
    horzitonal line with 20px up/down margin, mainly used in lists with PREVIMGs
*/
.hr-line-20-20 {
    border: none;
    background-color: #EFEFEF;
    color: #EFEFEF;
    height: 1px;
    margin: 20px 0px 20px 0px;
    padding: 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;
}


.PopupCloseLink {
    margin: 0px 0px 0px 0px;
	padding: 1px 0px 30px 28px;
	background: url("../images/ico_Cancel24.png") no-repeat 0px 0px;
}

.IcoOK16 {
    background: url("../images/ico_OK16.png") no-repeat 0px 1px;
    padding: 0px 0px 0px 20px; 
    border: none;
}

.IcoCancel16 {
    background: url("../images/ico_Cancel16.png") no-repeat 0px 1px;
    padding: 0px 0px 0px 20px; 
    border: none;
}

.IcoAddFav16 {
    background: url("../images/ico_Add16.png") no-repeat 0px 1px;
    padding: 0px 0px 0px 20px; 
    border: none;
}


.IcoAlert16bw {
    background: url("../images/ico_Alert16bw.png") no-repeat 0px 1px;
	padding-left: 20px;
	border: none;
}
.IcoAlert16 
{
    background: url("../images/ico_Alert16.png") no-repeat 0px 1px;
	padding-left: 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;
}

/* uses noborder radius settins  */
.infotext {
	font-size: 85%;
	color: #7C7C7C;
}

/* errortext has EXPLICIT border radius settins! */
.errortext { 
	font-size: 85%;
	color: #b00000;
	border: solid 1px #F76666;	
	padding: 7px 6px 6px 30px;
	background: url("../images/ico_Cancel16.png") no-repeat 8px 7px;
	background-color: #FFefef;
	/*margin-bottom: 10px;*/
}
.errortext h4 {
	font-size: 100%;
	color: #a00000;
	padding: 0;
	margin: 0;
}


/* readytext with EXPLICIT radius settings, does not use OOCSS */
.readytext {
	font-size: 85%;
	color: #00A000;
	vertical-align:top;
	border: solid 1px #96F096;	
	padding: 6px 6px 6px 32px;
	background: url("../images/ico_OK16.png") no-repeat 8px 6px;
	background-color: #eeFFee;
}
.readytext h4 {
	font-size: 100%;
	color: #00A000;
	padding: 0;
	margin: 0;
}


.TextSize130 { 
	
	font-size: 130%;
	margin-top: 6px;
    margin-bottom: 5px;
}



/* 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; 
    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 0px 0px;
}
.foto-border-20 {
    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 !*/
    background-color: #FFFFFF;
	border: solid 1px #EAEAEA;		
	background: url("../images/ani_ImgLoad24v2.gif") 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;
}



.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;    
}
.GrayBox h3,h2,h1 {
	border: 0px;
	margin: 0px;
}


.ListOK24 {
    width:100%;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style: none; /* FF specific */
}
.ListOK24 li {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 30px;
	background: url("../images/ico_OK24.png") no-repeat 0px 5px;
}
.ListOK24 li h2,h1 {
	border: 0px;
	margin: 0px;
}
.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: 160px;
	background-color: #F8F8F8;
	border: solid 1px #EFEFEF;
	margin-bottom: 10px;
}
.LiveControl h2, .LiveControl h3 {
    border-bottom: dotted 1px #cccccc;
    /*padding: 0;*/
    /*margin: 0;*/
}
.LiveControlBottomLink {
	text-align: right;
	border: none;
	margin: 0;
	padding: 0;
}


/* ***
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{
    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;
    /*border: solid 1px #FFFFFF;*/
    vertical-align: middle;
    text-align: left;
}

.StdGrid20 td{
    padding: 3px;
    margin: 0;
    border: none;
    vertical-align: middle;
    text-align: left;
}




.RoundBox10 {
    border-radius: 10px;
    -moz-border-radius:10px;     /* BROWSER: FireFox */
    -khtml-border-radius:10px;   /* BROWSER: Konqueror */
    -webkit-border-radius:10px;  /* BROWSER: webkit */	
}
.RoundBox40 {
    border-radius: 4px;
    -moz-border-radius:4px;     /* BROWSER: FireFox */
    -khtml-border-radius:4px;   /* BROWSER: Konqueror */
    -webkit-border-radius:4px;  /* BROWSER: webkit */	
}

.OutlineBox50 
{
    padding: 5px;
}

.RoundBox30 {
    border-radius: 3px;
    -moz-border-radius:3px;     /* BROWSER: FireFox */
    -khtml-border-radius:3px;   /* BROWSER: Konqueror */
    -webkit-border-radius:3px;  /* BROWSER: webkit */	
}


.SysButton 
{
	float: right;  
	margin: 5px 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 */    	
}

.MailBtn16h3 {
    background: url("../images/ico_MailWrite16.png") no-repeat 4px 5px;
	padding-left: 26px;
}




.YellowBox {
    background-color: #FFFFDD;
	border: solid 1px #fae288;	
	padding: 6px 6px 6px 6px;    
	text-align: center;
	margin: 10px 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: 770px;				 
	margin-right: 10px;	
}
div#MainRight { /* right column of main area */
	float:left;
	width: 180px;
}

/* contains just the typical transparency, nothing else */
.OverlayerTransparency
{
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

#PopupBackground, #OverlayerBackground, .OverlayerBackground {
	background-color: #333333;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
    width:100%; 
    height: 100%; 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    visibility: hidden;	
}
#PopupContent{
	background-color: #000000;
	border: solid 1px #FFFFFF;
	z-index: 10;
	visibility: hidden;
}





/*.OverlayerTransparency
{
    filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

*/
/* ### NEW OVERLAYER CONTROL ### */
.HtmlOverlayerBackground {
	background-color: #883333;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
    width:100%; 
    height: 100%; 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    visibility: hidden;	
}

.HtmlOverlayerContent{
	background-color: #FFFFFF;
	border: solid 1px #000000;
	z-index: 10;
	visibility: hidden;
	width: 100%; 
	height: 100px; 
	position: relative; 
	top:100px; 
	left: 0%; right: 0%; 
	z-index: 10;
	
}



/* background-color: #FFFFFF; border: solid 1px #000000; width: 80%; height: 100px; position: absolute; top:100px; left: 10%; right: 10%; z-index: 10;">
    */



/**** 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 .textbox{
	font-size: 130%;
	width:225px;
}
div#Registration .TextBox40 {
	font-size: 130%;
	width:40px;
}
div#Registration .dropdown{
	font-size: 130%;
	width:235px;
}
div#Registration .shortdropdown{
	font-size: 130%;
	margin-right:5px;
	width: 58px;
}
div#Registration .lcs {
	width: 160px;
	height: 40px;
}
div#Registration .mcs {
	width: 320px;
}




/*** Registration control***/

div#HelpPanel { 
    width: 500px;  
}
div#HelpPanel h3 
{
    margin: 10px 0px 3px 0px;
    padding: 0;
}




/**** 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;
	background: url("../images/bg-nav1.gif") repeat-x;
	border: solid 1px #d0d0d0;
	text-align: center;
	padding: 1px 0 2px 0;
	margin-bottom: 10px;
	
	
    border-radius: 2px;
    -moz-border-radius:2px;     /* BROWSER: FireFox */
    -khtml-border-radius:2px;   /* BROWSER: Konqueror */
    -webkit-border-radius:2px;  /* BROWSER: webkit */    	
}
#Navigation ul {
	display: inline;
	padding: 0;
	margin: 0;
}
#Navigation ul li {
	list-style-type: none;
	display: inline;
	padding: 0 60px 0 60px;
}
#Navigation a 
{
    font-size: 120%;
    font-weight: bold;
}


.ItemList12 {
	margin: 0px;
	padding: 0px 0px;
	list-style: none; 
}
.ItemList12 li {
	margin: 5px 0px 0px 0px;
}

/**** CSS for the profile-edit-pages ****/

#EditProfilePage h1 {
    color: #CCCCCC;
    margin: 10px 0px 5px 0px;
}
#EditProfilePage table {
	border-collapse:collapse;
}
#EditProfilePage td {
	vertical-align:top;
	padding-bottom: 10px;
}
#EditProfilePage .textbox {
	width:170px;
}
#EditProfilePage .dropdown {
	width:175px;
}
#EditProfilePage .shortdropdown {
	margin-right:5px;
	width:58px;
}




/**** CSS for Banner&Footer Control ****/
#Footer {
	font-size: 85%;
	color: #7C7C7C;
	width: 960px;
	text-align: center;
	border-top: solid 1px #dddddd;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 150px;
}
#Footer h1, #Footer h2 {
    color: #7C7C7C;
    margin: 20px 0px 0px 0px;
}
#Footer ul {
	display: inline;
	padding: 0;
	margin: 0;
}
#Footer ul li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #dddddd;
	padding-left: 15px;
	padding-right: 15px;	
}
#Footer ul li.first {
	border-left: 1px solid #FFFFFF;
}



#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{
	border-left: solid 1px #D61F26;
	border-right: solid 1px #D61F26;
	border-bottom: solid 1px #D61F26;
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 0px 0px;
	width: 200px;
}
#ProfileActionBox div { padding: 0px 0px 0px 5px; }

#ProfileActionBox h4 { 	
	background-color: #D61F26;
	border: 0px;	
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}


#ProfileFormData {
	border-collapse:collapse;
	border: 0;
}

#ProfileFormData tr {
	border-bottom: dotted 1px #D5D5D5;	
}
#ProfileFormData tr.last {
	border: none;
}

#ProfileFormData td {
    padding: 7px 0px 7px 0px;
	vertical-align: top;
	font-size: 100%;
}
#ProfileFormData td.left {
	width: 130px;
	font-weight: bold;
}
#ProfileFormData td.right {
	width: 225px;
}

#ProfileContent h1 {
   color: #cccccc;
   margin: 0;
   padding: 5px 0px 0px 0px;
   margin-bottom: -3px;
}

#ProfileContent {
    height: 440px; /* THIS must be same value as in global.js */
    overflow: auto; 
    visibility:visible;
}

#ProfileMailDiv
{
    border-top: solid 2px #D61F26; 
    padding:10px 9px 10px 9px;
    visibility:hidden; 

	background-color: #444444;
    
    width:600px; 
    position: absolute;
    bottom: 0px;
    left: 0px;    
}


#MailboxSenderInfo h1, #MailboxAnswer h1 {
    color: #CCCCCC;
    margin: 6px 0px;
}
#MailboxSenderInfo h2 {
    margin: 10px 0px 2px 0px;
}

#MailboxAnswer {
    border-top: 1px solid #EFEFEF;
    margin: 30px 0px 30px 122px; /* see documentation for inf on this 122px bar this */
    padding-right: 10px;
    clear: both;
}


.CityMap {
    margin-bottom: 10px;
    border: solid 1px #C5B59F;
}





.SearchFunctionList10
{
    margin: 0px 0px 10px 0px;
}

.SearchFunctionList10 .shortdropdown {
	margin-right:5px;
	width:58px;
}

a.SearchButton10, a.SignUpButton10
{
    background-color: #99cc22;
    background-image: url("../images/bg-btn-signup.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.RedImgButton10
{
    background-color: #99cc22;
    background-image: url("../images/bg-btn-red.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0pt 0pt;
    padding: 6px 25px 6px 25px;
    border: solid 1px #FF3388;
    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.RedImgButton10:hover, a.RedImgButton10:focus
{
    background-position: 0pt -7px;
}

a.SearchButton15
{
    background-color: #99cc22;
    background-image: url("../images/bg-btn-signup.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-size: 90%;
    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:hover, a.SearchButton15:focus, a.SearchButton15:hover, a.SearchButton15:focus
{
    background-position: 0pt -7px;
}




a.SendMailBtn20
{
    background-color: #99cc22;
    background-image: url("../images/bg-btn-signup.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/bg-btn-signup.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;
}


.Pager-Gray-20 { margin: 15px 0px 20px 0px; text-align:center;}
.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-20 a:hover { 
	background-color: #FFE8E8; /* F8C8C8 */
	border: solid 1px #D61F26;    
}

.Pager-Gray-20 .Pager-Hit-20 {
	background-color: #FFE8E8; /* F8C8C8 */
	border: solid 1px #D61F26;    
    text-decoration: none;
	color: #000000;
}




#SMBookmarkPanel ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#SMBookmarkPanel li 
{
	display: inline;
	border: none;
}

#SMBookmarkPanel img 
{
    width:16px;
    height:16px;
    padding: 4px 4px 4px 4px;
    border: solid 1px #E7E7E7;
}




.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;} 
