﻿body
{
    font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
    color: #000;    
}

a:link
{
	text-decoration: none;
	color: #666666;
}
	
a:visited
{
    color: #666666;
    text-decoration: none;
}
a:hover
{
	color: #990066;
	text-decoration: none;
}
a:active
{
    
}


h1, h2, h3, h4, h5, h6
{
    color: #990066;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#header
{
	height: 66px;
	background: #FFF;
	background-repeat: no-repeat; 
	background-position: right;		    
    position: relative;
}

#logo 
{
    float: left;
	background-image: url(header.jpg);
    display: block;
    height: 66px;
    width: 759px;
    text-indent:-9999px; 
    margin-left: 0px;
}

#menucontainer {
	background: #FFF;
	height: 30px;
	border: 1px solid #cccccc;
} 

/* TAB MENU   
----------------------------------------------------------*/   
ul#menu li a
{
    color: #000;
    border-right: 1px solid #CCCCCC;
    letter-spacing: 1px;
    padding: 8px 20px;
}

ul#menu li a:hover
{
    color: #990066;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

input[type="text"], input[type="password"], textarea, .defaultSelect, select {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;      
}

.gray .ajax__tab_hover .ajax__tab_inner 
{
    color:#990066;
    cursor: pointer;
}