body {
background-color: #90bade;
	font-family : sans-serif ;
	}

td.lang {
	background : #2175bc;
	border-bottom : 1px solid #90bade;
}

td.currentlang {
	background : #CC3300;
	border-bottom : 1px solid #90bade;
}

a.lang {
	color : #ffffff;
	border : 0px solid #cccccc;
	margin : 1px;
	padding : 2px;
	text-decoration : none;
	font-size : 10px;
} 

a.lang:hover {
	color : #ff0000;
	background : #ffffff;
	border : 0px solid #cccccc;
	margin : 1px;
	padding : 2px;
	text-decoration : none;
	font-size : 10px;
} 
 
#button {
        width: 12em;
        border-right: 0px solid #000000;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 12px;
        background-color: #90bade;
        color: #333;
        }

        #button ul {
	list-style: none;
	margin: 0 0 0px;
	padding: 0;
	border: none;
}

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }

.small {
	font-size: xx-small;
}

td {
	font-size: smaller;
}

.title {
	width: auto;
	background-color: transparent;
	border-style: dotted;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 5px;
	font-weight : bold;
	padding : 5px 1px 3px 5px;
}

.title1 {
	width: auto;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 5px;
	font-weight : bold;
	border-bottom : thin solid;
	border-top : thin solid;
	height: 20px;
}

#thinborder
 {
  float: left;
  padding: 3px;
  border: 1px solid black;
  clear: both;
  margin-bottom: 15px;
  width: 100%
 }

 .nowrap
 {
 white-space: nowrap; 	
 }