﻿/*
	Project......: gallerymamak.com web site
	Created......: Sep-03, 2008
	File.........: en.css
	Author.......: Ardeshir Namazi - yehclick.com
	Description..: colors
*/

td, th
{
	border-color: #c0c0ac;
}
body, table, tr, td, th, div, p, input, select, textarea, ul, ol, li, h1, h2, h3, h4, h5
{
	color: #595458;
}


/*--------------------------------------------------------------------------
	Logo 
---------------------------------------------------------------------------*/
/* table cell of logo panel */
#logoPanel
{	
	background-color: #f0f0f0 !important;
}

/* table that is part of the logo */
#logoTable
{
}

/* design lines of logo */
#logoTable td
{
	border-color: white !important;
}

/* table cell that hosts the whats new */
#logoTable .whatsNewContainer
{
	background-color: white;
}
/* actual whats new panel */
#logoTable .whatsNewPanel
{
}

/* table cell that hosts image panel */
#logoTable .imageContainer
{
	background-color: white;
}
/* actual image panel */
#logoTable .imagePanel
{
	border-color: black !important;
}

/* table cell that hosts join form panel */
#logoTable .joinFormContainer
{
	background-color: white;
}
/* actual join form panel */
#logoTable .joinFormPanel
{
}

/* last table cell to extend the content area as design */
#logoTable .extEnd
{
	background-color: white;
}


/*--------------------------------------------------------------------------
	Menu
---------------------------------------------------------------------------*/
#menuPanel .mainMenuHover
{
	background-color: #fef897;
}
#menuPanel .mainMenuSelected
{
	background-color: #fef897;
}
#menuPanel a
{
	text-decoration: none;
	color: black;
}


/*--------------------------------------------------------------------------
	Banner
---------------------------------------------------------------------------*/
#adPanel
{
	background-color: #c0c0ac;
}

.extraDetail
{
	color: #dedede;
}

/*--------------------------------------------------------------------------
	Content Panel
---------------------------------------------------------------------------*/
#contentPanel
{
	border-color: #c0c0ac;
}

/*--------------------------------------------------------------------------
	Product Table
---------------------------------------------------------------------------*/
.productTable th, .productTable th a
{
	background-color: black;
	color: white;
}
.productTable td
{
	border-color: white;
}

.productTable td.title
{
	background-color:white;
}
.productTable td.titleContainer
{
	background-color:white;
	border-bottom-color: #f0f0f0;	
}

.productTable .row
{
	background-color: #f0f0f0;
}
.productTable .altRow
{
	background-color: white;
}
.productTable .page, .productTable .page a
{
	background-color: #fefde1;
	color: black;
}

