﻿/*
<copyright file="global.css" company="Thinking Big Information Technology Inc.">
  Copyright (c) Thinking Big Information Technology Inc. All rights reserved.
</copyright>
<summary>
  Global styles for Atlantic Wood Website.
</summary>

- Site Global Styles

*/

/* Site Global Styles */

.error { color:Red; }

div.pager { clear:both; border-top:dashed 1px #ccc; }
  ul.pager { margin: 0px; }
  ul.pager li { display: inline; list-style: none; }
  ul.pager li a { padding: 2px 5px 2px 5px; text-decoration: none; line-height: 2.8em; color: #5e829c; }
  ul.pager li a:hover, ul.pager li a:active { color: #000; text-decoration: underline; }
  ul.pager li span.current { padding: 2px 5px 2px 5px; font-weight: bold;	color: #000; }
  ul.pager span.disabled { padding: 2px 5px 2px 5px; color: #DDD; }
