@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	
	background:url(../Images/Layout/background.gif) repeat;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;		
}
table, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;		
}
table td {
	vertical-align: top;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}

.content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
/*	border: 1px solid #CCFF00;	*/	
}
.bold {
	font-weight: bold;
	color: #ff6600;
}
.bold2 {
	font-weight: bold;
	color: #333333;
}


#container {
	background:#FFFFFF;
}

#header {
	background:url(../Images/Layout/background_header.gif) repeat-x;
	height: 154px;
}
#header #logo {
	height: 70px;
	padding: 10px 5px;
}
#header #myspace {
	height: 52px;
	float: right;
	position: relative;
	top: 15px;
}
#header #toolBar {
	margin-top: 10px;
	height: 30px;
}
#header #toolBar span{
	padding: 0;
	margin: 0;
}
#header #toolBar2 {
	margin-top: 3px;
	height: 21px;	
}
#header #toolBar2 a{
	text-decoration: none;
	color: #666666;
}
#header #toolBar2 a:hover{
/*	text-decoration: underline;*/
	color: #ff6600;
}

#content {
	background: #FFFFFF;
	min-height: 350px;	
	padding-left: 10px;
/*	padding-bottom: 10px;*/
}
#content a {
	color: #ff6600;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}

#content #topNews {
	width: 318px;
	float: right;
	position: relative;
	top: -55px;
	z-index: 0;
	
	background: url(../Images/Layout/background_box.png) repeat-y;
}
#content #topNews .content {
	width: 300px;
	padding: 0 10px;
}
#content #topNews #logoBeerFest {
	position: relative;
	top: 40px;
	left: 125px;
	text-align: center;
	width: 170px;
	
	font-size: 22px;
}
#content #topNews #dateBeerFest {
	position: relative;
	top: 40px;
	left: 65px;
	text-align: center;
/*	width: 170px;*/
}
#content #topNews .itemTop{
	width: 318px;
	/*height: 96px;*/
/*	height: 127px;*/
	height: 35px;
	background:url(../Images/Layout/background_box_top.gif) no-repeat;
}
#content #topNews .itemBottom{
	width: 318px;
	height: 18px;
	background:url(../Images/Layout/background_box_bottom.gif) no-repeat;
}

#content #topNews #lastComments{
	padding: 10px 0;
	margin: 0 5px;
	padding-top:20px;
	padding-right:10px;
	
	background-color: #FFFFCC;
	color:#333333;
}
#content #lastComments .date {
	font-size:0.8em;
	float:right;
}
#content #lastComments .owner {
	border-bottom: 1px dotted #FF9900;
}
#content #lastComments .comment a {
	color:#000000;
	font-size:0.9em;
	font-style:italic;
}

#content #news {
	width: 520px;	
/*	border: 1px solid #333333;*/
}
#content #news .item{
	padding-bottom: 20px;
}
#content .item{
	padding-bottom: 20px;
}
#content .itemTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ff6600;
}
#content .itemContent {
	margin-top: 5px;
	text-align: justify;
}
#content .itemInfo {
	margin-top: 5px;
	text-align: left;
	color: #666666;
	font-style:oblique;
	border-top: 1px dotted #666666;
}
#content .commentBox, #content .inputBox {
	padding: 5px;
	margin: 5px 0;
	border: 1px dotted #ff9900;	
	background-color: #ff6600;
	color: #FFFFFF;
	width: 460px;
	text-align: left;
}
#content .commentBox .error, #content .inputBox .error{
	font-weight: bold;	
}
#content #comments {
	width: 470px;
	margin: 20px 0;	
}
#content #comments .comment {
	padding: 5px;
	border-bottom: 1px dotted #ff6600;
	margin-bottom: 10px;
	text-align:left;	
}

#footer {
	clear: both;
	background:url(../Images/Layout/background_footer.gif) repeat-x;
	height: 58px;	
}
#footer .content {
	padding-top: 5px;
	text-align: right;
	font-size: 0.9em;
}
#footer .content a{
	color: #ffffff;
	text-decoration:none;
}

form#userLoginForm {
	font-size: 10px;
}
form#userLoginForm input.text {
	width: 60px;		
}
#userLoginError {
/*	margin-left: 100px;
	width: 200px;*/
	font-size: 10px;
	color: #006600;	
	font-weight: bold;	
}

#myordinesparso {
	padding: 10px 0;
}
#myordinesparsoBox {
	width: 450px;
	background:url(../Images/Modules/myordinesparso_body.gif) repeat-y;
	margin-left: 10px;
}
#myordinesparsoBox .content{
	margin: 0 15px;
}
#myordinesparsoBox table {
	width: 420px;
}
#myordinesparsoBox td{
	text-align: center;
	vertical-align: middle;
}