﻿/* HEADER */
.main
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.autocomplete input { border: 1px solid #ccc;color: #999;font: inherit; }
.autocomplete input:focus, input.focused { border-color: #000; color: #333; }

.main-header 
{
	height: 76px;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/Header/Header-Logo-Repeater1.gif);
	background-repeat: repeat-x;
	background-position:top;
	vertical-align: top;
}

.main-menu
{
	width: 100%;
	height: 42px;
	/*color: silver;*/
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-smooth: always;
	letter-spacing: 1px;
	border-left: #666666 1px solid; 
	border-right: #333333 1px solid;
}
.main-menu-a
{
	color: white;
	/*width: 100px;*/
	height:28px;
	display:block;
	text-decoration: none;
}

.main-menu-a:hover
{
	color:#FF9933;  /*orange-logo*/
	/*color:#FFFFFF;*/
	cursor: pointer;
	text-decoration: none;
}
.main-menu:hover
{
	color:/*orange-logo*/#FF9933;
	cursor: pointer;
	text-decoration: none;
}

.main-page
{
	vertical-align:top;
}

.main-page-content
{
	width:770px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	/*width: 730px;*/
}

.main-page-content-wide
{
	width:920px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	/*width: 730px;*/
}
	
.main-page .main-page-content-title
{
	width: 100%;
}

.main-page-right-menu
{
	width:220px;
}

.main-page-content-title-text
{
	/*background-color: #5b4c4c;*/ /*border-bottom: darkorange solid;*/
	/*background-image: url(Images/Titles/Title-background.gif);*/
	background-image: url(Images/Titles/Title-background1.gif);
	background-repeat:repeat-x;
	background-position:center;
	/*border-bottom: darkorange solid;*/

	color: white;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	margin-left: 25px;
}

.main-page-content-title-text-margin
{
	margin-left: 10px;
}

.main-page-content-title-img
{
	vertical-align: middle;
}

.main-page-content-title-starter
{
	color:/*orange-dark:*/#FF8000;
	font-family: inherit;
}

.main-footer
{
	text-align:center;
}


/* ------------------------------------------------*/
.nobr 
{
	white-space: nowrap;
}

.button
{
    behavior: url('/Style/css1/IEFixes.htc');
}
.button, .button:active, .button.active
{
	font-size: 11px;
	font-weight: bold;
	color: #3a3a3a; /*gray-dark*/
	height: 19px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	width: 100%;
	border-left-color: #ffdbb5;
	border-bottom-color: #9c5d21;
	border-top-style: solid;
	border-top-color: #ffdbb5;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9c5d21;
	border-bottom-style: solid;
	background-color: #FF9933; /*orange-logo*/ /*border-style: outset;*/ /*border-color: #FF9933;*/
	position:inherit;
}
.button:hover, .button.hover
{
	color: #FFFFFF;
	cursor: pointer;
}

.button:disabled, .button.disabled
{
    border-style: solid;
    border-color: #CCCCCC #808080 #808080 #CCCCCC;
    color: #808080;
    background-color: #C0C0C0;
}

