body {
	text-align: center;
	overflow: scroll;
	font-family: Corbel, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
}

img {
	display:block;
	border: none;
}

.buttonLink {
	font-size: 11px;
	color: #444;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
}

.buttonImage {
	cursor: hand;
	cursor: pointer;
}

.hand {
	cursor: hand;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 12px;
}

.size14 {
	font-size: 14px;
}

.gray {
	color: #AAA;
}

.underline {
	text-decoration: underline;
}

.nowrap {
	white-space: nowrap;
}

.updateTextboxWhite {
	background-image: url(/images/box-sus.jpg) !important;
	border: none;
	padding: 10px;
	margin: 10px 0px 0px;
	width: 505px;
	height: 65px;
}

.bar {
	background-image: url(/images/line.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.categoryLabel {
	font-size: 14px;
}

.quickSearch {
	background-image: url(/images/quick_search.png) !important;
	border: none;
	padding: 4px;
	padding-left: 6px;
}


.starGray {
	background-image: url(/images/star_gray.png) !important;
	cursor: hand;
	cursor: pointer;
}

.starFav {
	background-image: url(/images/star_fav.png) !important;
	cursor: hand;
	cursor: pointer;
}

.myFav {
	background-image: url(/images/favourites.jpg) !important;
	cursor: hand;
	cursor: pointer;
	width: 154px;
	height: 67px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.botlink {
	color: #eb3157;
	text-decoration: none;
}

.botlink:visited {
	color: #eb3157;
	text-decoration: none;
}

.botlink:hover {
	color: #36161C;
	text-decoration: none;
}

.cloudWrap {
	padding: 10px;
	line-height: 1.5em;
	text-align: center;
}

.cloudTags {
	color: #e26887;
	cursor: hand;
	cursor: pointer;
}

#htmltagcloud a:link {
	text-decoration: none;
	color: #e26887;
	margin: 4px;
}

#htmltagcloud a:visited {
	text-decoration: none;
	color: #e26887;
	margin: 4px;
}

#htmltagcloud a:hover {
	text-decoration: none;
	color: #e26887;
	margin: 4px;
}

#htmltagcloud a:active {
	text-decoration: none;
	color: #e26887;
	margin: 4px;
}

span.tagcloud0 {
	font-size: 1.0em;
	padding: 0em;
	color: #e26887;
	z-index: 10;
	position: relative
}

span.tagcloud0 a {
	text-decoration: none;
	color: #e26887;
}

.menu_tab{
	margin: 5px 12px 0px 0px;
}

.menu_link {
	text-decoration: none;
	color: #163564;
	font-weight: bold;
}

.menu_link:visited {
	text-decoration: none;
	color: #163564;
	font-weight: bold;
}

.menu_link:hover {
	text-decoration: none;
	color: #163564;
	font-weight: bold;
}

.menu_link_selected {
	text-decoration: none;
	color: #DB3B61;
	font-weight: bold;
}


.menu_link_selected:hover {
	text-decoration: none;
	color: #DB3B61;
	font-weight: bold;
}


.menu_link_selected:visited{
	text-decoration: none;
	color: #DB3B61;
	font-weight: bold;
}

.loginDialog {
	background: #FFF;
	border: 1px solid #F6BECB;
}

.loginDialog .Caption {
	background: #E26887;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-size: small;
}

.content {
	background-color: #DFE4E7;
	left: 0px;
	top: 0px;
}

.looking_for {
	background-color: #DFE4E7;
	left: 0px;
	top: 0px;
}

.searchTextbox {
	background-image: url(/images/buton-search.jpg) !important;
	border: none;
	padding: 7px;
	margin: 10px 0px 0px;
	width: 169px;
	height: 33px;
}

.categories {
	color: #163665 !important;
	font-family: Corbel, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	text-decoration: none;
}
.categories visited {
	color: #163665;
}

.categories:hover {
	color: #dd3b62; 
	font-family: Corbel, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	text-decoration: none;
}

.selectedCateg{
	color: #dd3b62;
	font-weight: bold;
	font-family: Corbel, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	text-decoration: none;
}

.selectedCateg:visited{
	color: #dd3b62;
	font-weight: bold;
	font-family: Corbel, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	text-decoration: none;
}

.loginDialog {
	display: none;
	visibility: hidden;
	top: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.medium a:link{
	color: #EB3157;
	text-decoration: none;
}