﻿/*********************************************************************
**																	**
**    (c) 2010 Copyright Pembrokeshire Housing Association Ltd		**
**																	**
**    Code written by Kingsley Oliver								**
**    Last Updated - 13th July 2010									**
**																	**
*********************************************************************/


html, body				{margin:0px; padding:0px; border:0px; background-color:#dce1ab; font-size:0.9em; font-family: Verdana, Arial, Helvetica, sans-serif;}

a						{text-decoration:underline; }
td a					{color:Aqua; }
a:hover					{text-decoration:none; color:#009933; }
td						{font-size: 11px; }

table					{}
tr						{}



#date					{margin-top:0px; width:900px; text-align:right; font-family:verdana; font-size:11px; color:#862713; }
.dualLangCells			{vertical-align:top; width:50%; text-align:left; }
img						{border:0; }
td.TopLeft				{text-align:left; vertical-align:top; }


/* _________ Manager Home Page List Styles _________ */

.ManagerHomeList		{  }
.ManagerHomeList li		{ font-size:11px; padding-bottom:20px; }

/* _________ Frame Layer _________ */
#frame					{background-image:url(../../Assets/trees.gif); background-repeat:no-repeat; background-position:top left; padding-top:40px; }
#frame a					{text-align:left; color:#cc6600; }
#frame a:hover				{color:#C7CF7A; text-decoration:none; }

/* _________ Wrapper Layer _________ */
#wrapper				{width:900px; background-color:#FFFFFF;
        				 border-left:1px solid #838172;
        				 border-top:1px solid #838172;
        				 border-right:1px solid #838172;
        				 border-bottom:1px solid #838172;
						}

/* _________ Header Layer _________ */
#header					{height:80px; width:900px; margin-bottom:0px;border-bottom:1px solid #838172;}
	#header table			{width:900px; height:80px; margin:0px; padding:0px; }
	#header td.logo			{background-image:url(../../Assets/logo.jpg); width:900px;  }

/* _________ Navbar Layer _________ */
#navbar					{width:900px; border-bottom:1px solid #838172; padding-top:10px; padding-bottom:6px; height:20px;}
	#navbar a				{font-size:11px; text-align:left; color:gray; }
	#navbar a:hover			{font-size:11px; text-align:left; color:gray; text-decoration:none; }

/* _________ Body Layer _________ */
#content				{width:900px; background-image:url(../../Assets/body_back.jpg); background-position:top left; background-repeat:no-repeat; margin-bottom:5px; }
#content a					{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#339900 }
#content ul.links			{list-style-image:url(links.gif); padding-left:50px; }
#content ul.tree			{list-style-image:url(tree.gif); }
#content .pageHeader		{text-align:center; width:900px; }
#content .pTitle			{width:820px; font-weight:bold; font-size:12px; color:green; text-align:left; }

/* _________ Footer Layer _________ */
#footer					{width:900px; padding:0px; border-top:1px solid lightgray; }
	#footer table			{height:20px; border:0px; width:851px; padding:0px; margin:0px; text-align:center; vertical-align:middle; }
	#footer hr				{height:1px; width:840px; }
	#footer a				{font-size:11px; text-align:left; color:gray; }
	#footer a:hover			{font-size:11px; text-align:left; color:#C7CF7A; text-decoration:none; }
	#footer td.logo			{width:150px; text-align:center; }

/* _________ Contacts Page Grid Styles _________ */
.ContactsGridTable		{width:800px; border:1px solid gray; border-collapse:collapse; }
.ContactsGridTable td	{height:30px; border:1px solid darkgray; padding: 4px; }
.ContactsGridTable tr	{background-color:white; }

.ContactsGridHead		{padding:4px; border:1px dotted black; background-color: white; }

.English_News_Control	{background:url(../../Assets/flag_e.gif) no-repeat top right; }
.Welsh_News_Control		{background:url(../../Assets/flag_c.gif) no-repeat top right; }

