﻿/* 
   Copyright (C) 1996-2008, QSR Automations, Inc.  

   All rights are reserved. 
   QSR Automations proprietary information: the enclosed materials contain proprietary information 
   of QSR Automations and shall not be disclosed in whole or in any part to any third party
   or used by any person for any purpose, without the express written consent of QSR Automations.
   Duplication of any portion of these materials shall include this legend.
*/

*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

.footer, .push
{
	height: 4em;
}

a:link
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: underline;
}

#page
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	width: 765px;
	font-family: Arial;
	color: Black;
}

.ProfileTabContainer .ajax__tab_body
{
    background-color: #D4D3D0;	
    padding-left: 10px;    
}
.ProfileTabContainer .ajax__tab_header 
{
    color: #7A7975;
    font-size: 13px;
    font-weight: bold;
    background-color: Transparent;
}
.ProfileTabContainer .ajax__tab_outer
{
    background-color: White;
}
.ProfileTabContainer .ajax__tab_inner
{
    padding: 6px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;    
    margin-bottom: 1px;
    background-color: #E9E8E4;
}
.ProfileTabContainer .ajax__tab_hover .ajax__tab_outer
{
    background-color: Red;
}
.ProfileTabContainer .ajax__tab_hover .ajax__tab_inner
{
    background-color: #FFFFE1;
}
.ProfileTabContainer .ajax__tab_active .ajax__tab_outer
{
    background-color: #D4D3D0;
}
.ProfileTabContainer .ajax__tab_active .ajax__tab_inner
{
    color: #000000;    
    background-color: #D4D3D0;
}

