@charset "utf-8";
A.menu:link, A.menu:visited, A.menu:active A.menu:hover   {text-decoration: none ; color: #FFFFFF; font-size:12px; display:block;  padding:11px 0px 11px 0px; font-family:Arial, Helvetica, sans-serif;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/img_redGradient.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#7d0000;	
}
.txtWhite2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	text-decoration:none;
}
.txtWhite, .txtWhite a:visited, .txtWhite a:link, .txtWhite a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.txtWhite a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

.txtLogin, .txtLogin a:visited, .txtLogin a:link, .txtLogin a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c7b278;
	text-decoration:none;
}

.txtLogin a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c7b278;
	text-decoration:underline;
}

.txtArialStandard {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

a.link2:visited,  a.link2:link,  a.link2:active {
	font-family:Arial, Helvetica, sans-serif;

	color:#333333;
	font-size:12px;
	text-decoration:underline;
}

a.link2:hover {
	font-family:Arial, Helvetica, sans-serif;

color:#c7b278;
	font-size:12px;
	text-decoration:none;
}

.txtArialSmaller, .txtArialSmaller a:visited, .txtArialSmaller a:link, .txtArialSmaller a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

.txtArialSmaller a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	text-decoration:underline;
}

.txtArialGrey {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
}

.txtTicket {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
}

.contentBgBig{
	background-image:url(../images/img_contentBgGradient.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.contentBgLeftShadow{
	/*background-image:url(../images/shadow_contentLeft-trans.png);*/
	background-image:url(../images/shadow_redLeft.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

.contentBgRightShadow{
	/*background-image:url(../images/shadow_contentRight-trans.png);*/
	background-image:url(../images/shadow_redRight.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

.contentInnerBgLeftShadow{
	background-image:url(../images/shadow_innerContentLeft-trans.png);
	background-repeat:repeat-y;
	background-position:top right;
}

.contentInnerBgRightShadow{
	background-image:url(../images/shadow_innerContentRight-trans.png);
	background-repeat:repeat-y;
	background-position:top left;
}

.contentInnerBgTopGradient{
	background-image:url(../images/bg_content.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.contentInnerDottedLine{
	background-image:url(../images/img_dotted.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
SELECT
{
    /*BACKGROUND-COLOR: #FFFFFF;*/
	font-family : Arial, Helvetica, sans-serif;
    /*font-size   : 11px;*/
}

INPUT
{
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
	BORDER-COLOR: #CCCCCC;
    FONT-COLOR: #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 11px;
}

INPUT.radio
{
    BORDER-BOTTOM: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
	BACKGROUND-COLOR: #FFFFFF;
}

TEXTAREA
{
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #CCCCCC;
    FONT-COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size   : 11px;
}

INPUT.button
{
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: 1px #999999 solid;
    BORDER-LEFT: 1px #999999 solid;
    BORDER-RIGHT: 1px #999999 solid;
    BORDER-TOP: 1px #999999 solid;
    COLOR: #000000;
	CURSOR: hand
}

INPUT.submit
{
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-BOTTOM: 1px #999999 solid;
    BORDER-LEFT: 1px #999999 solid;
    BORDER-RIGHT: 1px #999999 solid;
    BORDER-TOP: 1px #999999 solid;
    COLOR: #000000;
	CURSOR: hand
}
INPUT.image1 
{  
	BACKGROUND-COLOR: #FFFFFF;
	border: 0px solid; 
    font-size   : 12px;
    font-weight : regular;
}