﻿/*body, * {
	margin:0;
	padding:0;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #EEE;
	font-family: "MS Trebuchet", Arial, Verdana, sans-serif;
	font-size: 90%;
}

#main a {
	text-decoration: none;
	font-weight: bold;
	color: green;
}

#main a:hover {
	color:#008000;
	font-weight: bolder;
	text-decoration: underline;
}

#main 
{
	margin:0 auto;
	width:901px;
	background-color:white;
	text-align:left;
	background-image: url(images/main.gif);
	background-repeat: repeat-y;
}

#main #top {
	height:151px;
	width:901px;
	background-image: url(images/top.jpg);
}

#main #menu {
	height:25px;

	width:901px;
	background-image: url(images/menu.gif);
}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#menu ul li {
	margin-left: 0;
	padding-left:15px;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	}


#main #menu a {
	color:white;
}

#main #left 
{
    position: absolute;
    min-height: 400px;
	width:191px;
	float:left;
	padding:5px;
}

#main #right {
	width:680px;
	min-height: 400px;
	float: right;
	padding: 10px;
	margin-left:auto;
    margin-right:auto;
    margin-top:auto;

}

#main #right #bar {
	height:30px;
	background-color:#f9f9f9;
	width:660px;
	padding:10px;
}

#main #footer {
	clear:both;
}

.topSpan
{
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	color:#B70000;
	text-align:center;
}

input[type="submit"], input[type="button"]
{
    background-image:url(images/button1.png);
    background-repeat:repeat-x;
    border:1px solid #D5C697;
    color:white;
    cursor:pointer;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    height:30px;
    margin:5px;
    min-width:100px;
    text-align:center;
}

input[type="submit"]:hover, input[type="button"]:hover
{
    background-image:url(images/button2.png);
    background-repeat:repeat-x;
    border:1px solid #D5C697;
    color:white;
    cursor:pointer;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    height:30px;
    margin:5px;
    min-width:100px;
    text-align:center;
}
*/
/* inputy i text area*/
/*
textarea
{
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #009900;
    color: black;
    font-size: 10px;
	height: 20px;
}*/

/* inputy i text area*/
/*
select
{
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #D5C697;
    color: black;
    font-size: 12px;
	min-width:100px;
}

.eventLeftMenu
{
	width: 200px;
	float:left;
	margin-left:5px;
}

hr
{
    color: Green;
}

tr.offerViewHeader
{
    font-family: Helvetica,sans-serif,Verdana;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #009999;
}

td.offerView
{
    color: #000066;
    font-weight: bold;
    font: 10pt cursive,fantasy,Helvetica;
    background-color: #efefef;
    font-weight: bold;
}

.offerPosition span
{
    font-family: sans-serif,Verdana;
    color: green;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.loginBox
{
	background-color:green;
	width:172px;
	padding-bottom:1px;
	padding-top:1px;
}
.loginStyle
{
	margin-left:1px;
	padding-left:3px;
	background-color:#99EEAA;
	margin-right:1px;
	text-align:center;
} 

.loginStyle table, .loginStyle span
{
	margin-left:auto;
	margin-right:auto;
}

.loginStyle td 
{
text-align:center;
}


.loginStyle input
{
	margin-top:3px;
}
*/