@charset "utf-8";

body 
{
	background: url(../images/ui/orange/top-line-orange.gif) repeat-x center 57px;
}
	
#loginbox div 
{
	background: #FFA013 url(../images/ui/orange/login-orange-bckgr.jpg) no-repeat center top;
	overflow: hidden;
}
		
.loginTopHeader
{
	color: #FFFFFF;
	background: #F78B1A;
}	

.loginfield {
	border: 1px solid #EC7C00;
}
.loginIcons
{
	background: #F78B1A;
}

.loginIcons a
{}

#loginbutton
{
	background: url(../images/ui/orange/btn-login-orange.gif) no-repeat;
}

#loginSmallLinks a
{
	color: #CE6C00;
}

/*Main Column*/

.lightbox{
	background: #E9EFEF;
	border-top: 2px solid #B1F5C2;
	border-right: 2px solid #91FFB1;
	border-bottom: 2px solid #92E798;
	border-left: 2px solid #91FFB1;
}

#maincolumn h1 {
	color: #EC7C00;

}

blockquote{
	color: #FFFFFF;
	background: #EC7C00 url(../images/ui/orange/quote-top.gif) no-repeat left top;
}

blockquote p{
	background: url(../images/ui/orange/quote-bottom.gif) no-repeat right bottom;
}


#maincolumn h2 {
	color: #FFFFFF;
	background: #FFA013;
}

#maincolumn h5 {
	background: url(../images/ui/orange/testimonials-under-text.gif) no-repeat center top;
	color: #000000;
}

#maincolumn a {
	color: #EC7C00;
}

#maincolumn em {
	color: #EC7C00;
}
/*--Left Menu  ----*/

#leftMenu
{
	background: url(../images/ui/orange/table-menu-orange.jpg) no-repeat top;
}

#leftMenu ul
{
	background: url(../images/ui/orange/table-menu-orange.jpg) no-repeat bottom;
}

#leftMenu a{
	background-color: #FFFFFF;
}
#leftMenu a.current
{
	color: #FFFFFF;
	background: #EC7C00 url(../images/ui/orange/arrow-menu-orange.jpg) no-repeat left center;
}
#leftMenu a.current:link
{
	color: #FFFFFF;
}
#leftMenu a.current:visited
{
	color: #FFFFFF;
}

#leftMenu a:link,#leftMenu a:visited {
	color: #EC7C00;
}
#leftMenu a:hover,#leftMenu a:active {
	color: #FFFFFF;
	background: #FF8402 url(../images/ui/orange/arrow-menu-orange.jpg) no-repeat left center;
}
#leftMenu h4 {
	color: #FFFFFF;
	background: #FFAC2C;
}


/*-Presentation Table-----------*/

.presentTable{
	color: #007D25;
	background-color: #C5D7D7;
}
.presentTable h3 {
	background-color: #FFFFFF;
}
.presentTable p {
	color: #000000;
}
.presentTable a {
	color: #007D25;
}


.presentTable thead {
	background: url(../images/ui/orange/table-big-orange-top.jpg);
}
.presentTable tbody {
	color: #EC7C00;
	background: url(../images/ui/orange/table-big-orange-middle.jpg);
}
.presentTable tfoot {
	background: url(../images/ui/orange/table-big-orange-bootom.jpg);
}

.presentTable li.even{
	background-color: #FFFFFF;
}


/** MAIN COLUMN -buttons/HightLight td  backgrounds *****************************************/

a.buttonMain{}

#maincolumn a.buttonMain
{ color: #FFFFFF; 
}

a.buttonMain:link, a.buttonMain:visited{
	background: #00A633 url(../images/ui/orange/btn-midtab-orange-n.jpg);
}
a.buttonMain:hover, a.buttonMain:active{
	background: #00A633 url(../images/ui/orange/btn-midtab-orange-s.jpg);
}

a.buttonImportant{}

#maincolumn a.buttonImportant
{ color: #FFFFFF; 
}

a.buttonImportant:link, a.buttonImportant:visited{
	background: #FFA94A url(../images/ui/orange/btn-midtab-important-n.jpg);
}
a.buttonImportant:hover, a.buttonImportant:active{
	background: #FFA94A url(../images/ui/orange/btn-midtab-important-s.jpg);
}


.hiLight
{
	background: #FFA94A;
}

 .hiLightSmallerText
{
	background: #80D399;
}

/** FOOTER *****************************************/
#footer 
{
	background: #FFA013;
}
