/*

CSS classes specific for Ubuntu NL content

Copyright (c) Ubuntu NL Artwork - https://launchpad.net/ubuntu-nl-artwork

*/



/*
  top bars (docu team, translation team)
*/
.topbar-table {
	width: 95%;
}
.topbar-left {
	background-color: #DD4814;
	color: white;
	width: 52px;
	border: none;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
.topbar-right  {
	background-color: #DD4814;
	text-align: right;
	border: none;
	width: 52px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
.topbar-row {
	width: auto;
	border: none;
	background-color: #F7F6F5;
}
.topbar-right a {
	color:#fff;
	font-weight: bold;
}



/* Start page */
.startpage-table {
	
}
.startpage-row {
	
}
.startpage-cell {
	
}


/* Miscellaneous */

.table-border {
	border: 1pt solid #ADB9CC;
}

.table-border td {
	border: 1pt solid #ADB9CC;
}

.label {
	border-radius: 5px;
/*
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 15px;
*/
	
	/*border: 1px black solid;*/ 
	width: 95%;
	padding: 15px;
	margin-left: 10%;
	margin-right: 10%;
	float: center;
	text-align: center;
}
