﻿/* -------------------------------------------------------------------------------

	* Filename:				PrivateSkin.css
	* Description:			Skin for private site
	* Version:				1.0.0 (2010-03-15)
	* Website:				www.thephonehouse.com
	* Author:				

	== STRUCTURE: ==============================================================

    $__typography           Typography
    $__menu
    $__buttons
		
	
-------------------------------------------------------------------------------- */

body 
{
    background-color:#e1ebf3 !important;
}
.BVRRRatingSummaryLinkWriteFirst{max-width:100px;}

 /*	$__typography
-------------------------------------------------------------------------------- */



 /*	$__topmenu
-------------------------------------------------------------------------------- */

div#menu ul ul ul li a:hover {
	background-color: #d3e5e6;
	color: #656565;
}

.logged_color
{
	background-color: #fed78b;
}


 /*	$__leftmenu
-------------------------------------------------------------------------------- */

ul.firstRow li a:hover {
	background-color: #d3e5e6;
	color: #656565;
}
ul.firstRow li a:hover i.square {
	background-color: #656565;
}

ul.firstRow li a.selectedNode {
	background-color: #95c0c9;
	color: #ffffff;
}
ul.firstRow li a.selectedNode i.square {
	background-color: #ffffff;
}


 /*	$__buttons
-------------------------------------------------------------------------------- */

/* Orange with white text */
.button_color1
{
    background-color:#ffa800 !important;
    border-color:#ffa902 !important;
    color:#ffffff !important;
}

/* Gray with white text */
.button_color2
{
    background-color:#7b7b7b !important;
    border-color:#7b7b7b !important;
    color:#ffffff !important;
}

/* Green with white text */
.button_color3
{
    background-color:#97cb52 !important;
    border-color:#97cb52 !important;
    color:#ffffff !important;
}

/* Gray with dark gray text */
.button_color4
{
    background-color:#b3b3b3 !important;
    border-color:#b3b3b3 !important;
    color:#3f3f3f !important;
}

/* Orange with dark gray text */
.button_color5
{
    background-color:#ffa800 !important;
    border-color:#ffa800 !important;
    color:#ffffff !important;
}


