
/* 
  File name:  style
  Created on: August 4, 2002 at 9:02 AM
  Author:     cstura  

  Description:
    An empty stylesheet.
*/

root { 
    display: block;
}

body {
	font-family: verdana,helvetica;
}

.newsTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #545352;
}
.kitchenTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #434343;
    font-weight: bold;
    text-decoration: none;
}
.curiosityTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #434343;
}
.curiosityBody {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #434343;
}
.portalMenuTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #434343;
    text-decoration: none;
		padding-left: 5px;
		padding-right: 5px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #434343;
}
.categoryTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.searchText {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #517813;
}
.logonTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #434343;
    width: 50%;
}
.recipieOfTheDayTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #495513;
    text-decoration: none;
}
.recipieOfTheDayText {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #495513;
}
.spiceTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #6e0503;
    text-decoration: none;
}
.contentPath {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #555452;
    text-decoration: none;
    font-weight: bold;
}
.contentPathGT {
    font-family: arial,helvetica;
    font-size: xx-small;
    color: #555452;
}
.recipieListTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #ca0202;
    text-decoration: none;
}
.recipieCountryList {
    font-family: verdana,helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #434343;
    text-decoration: none;
}
.recipieTitle {
    font-family: verdana,helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #ca0202;
}
.recipieSubTitle {
    font-family: verdana,helvetica;
    font-size: xx-small;
    font-weight: bold;
    color: #ca0202;
}
.recipieBody {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #ca0202;
}
.registrationTitle {
    font-family: verdana,helvetica;
    font-size: medium;
    font-weight: bold;
    color: #ca0202;
}
.formTitle {
    font-family: verdana,helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #434343;
}
.formField {
    font-family: verdana,helvetica;
    font-size: x-small;
    color: #434343;
}
.sectionTitle {
    font-family: Tahoma,Times;
    font-size: medium;
    font-weight: bold;
    color: #434343;
}
.spicePopupTitle {
    font-family: verdana,helvetica;
    font-size: x-small;
    color: #6e0503;
    text-decoration: underline;
    font-weight: bold;
}
.spiceText {
    font-family: verdana,helvetica;
    font-size: xx-small;
    color: #6e0503;
    text-align: justify;
}
.guideSelect {
	font-family: verdana,helvetica;
	font-size:xx-small;
	width: 150px;
	background-color: #ca0202;
	color: #ffffff;
	font-weight: bold;
}

table.recipieComment {
	width: 100%;
	font-size: x-small;
	color: #8f8e8c; 
}

table.recipieComment td.recipieCommentField {
	width: 30%;
	font-weight: bold;
}

table.recipieComment > tr > td {
	width: 70%;
}

table.recipieComment textarea {
	width: 100%;
	background-color: #fcebc6; 
	font-family: courier,monospace;
	font-size: x-small;
	border-width: 1px;
	border-style: solid;
	height: 150px;
}

*.youtube a {
	font-size: xx-small;
}