/* CSS Document */
/*========================================================================
  ========================================================================
FILE_NAME
  gibson.css
  http://www.gibson-opticians.co.uk/include/gibson.css
END_NAME
FILE_TITLE
  Common CSS style rules used in all pages.
END_TITLE
MODIFICATION_RECORDS
  VER [1.00]	CRE [MHGH]	DATE [30-June-2005]
END_MODIFICATION
DESCRIPTION_LINES

  Modifications
  -------------
  DESC [1.00]	Created.

  Abstract
  --------

  This CSS file has all the common style rules used throughout the
  website.
  
END_DESCRIPTION
LOCAL_FUNCTIONS
  
END_LOCAL
CODING_DETAILS
  LANGUAGE [CSS 2]
END_CODING
  ========================================================================
  ======================================================================*/
/* Used to define styles for main page features. 			      */
body		{
			background-color: #E9E9E9;
			margin-top: 5%;
			}
body,td,th	{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:small;
			color: #000000;
			}
/* Used to define borders of the main table.                            */
.border		{
			border-left:#214D20 1px solid;
			border-right:#214D20 1px solid;
			border-top:#214D20 1px solid
			}
.rightBar	{
			border-right:#214D20 1px solid
			}
/* Used to define font colour of bot and bottom bars.                   */
.bottomTopBarFontColour{
			color: #FFFFFF
			}  
/* Used to define links colours.                                        */
a:link		{
			color: #2271A0;
			}
a:visited	{
			color: #93BED8;
			}
/*Used to define links behaviour in pages                               */
/*Used for the visited links in the page.                               */
.ribbonsLinks:visited{
			text-decoration: underline;
			color: #FFFFFF;
			}
/* Used to define style for mouse-overed links in the page.		       */
.ribbonsLinks:hover{
			text-decoration: none;
			color: #FFFFFF;
			}
/*Used for the active links in the page.                               */
.ribbonsLinks:active{
			text-decoration: underline;
			color: #FFFFFF;
			}
/* Used to define style for links in the page. 				           */
.ribbonsLinks:link{
			color: #FFFFFF;
			text-decoration: underline;
			}
.topBarFontSize{
			font-size: small
			}
/*Used for the visited links in the page.                       */
.mhg:visited{
			color: #FFFFFF;
			text-decoration: none;
		    }
/* Used to define style for mouse-overed links in the page.		*/
.mhg:hover	{
			color: #FFFFFF;
			text-decoration: none;
			}
/*Used for the active links in the page.                        */
.mhg:active {
			color: #FFFFFF;
			text-decoration: none;
			}
/* Used to define style for links in the page. 				    */
.mhg:link 	{
			color: #FFFFFF;
			text-decoration: none;
			}
.buttonEdit {
			FONT: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			WIDTH: 25px;
			COLOR: #FFFFFF;
			HEIGHT: 16px;
			BACKGROUND-COLOR: #336831;
			border:#214D21 1px solid;
			text-align:center;
			vertical-align:top;
			}
.cell input {
			width: 110px;
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color: #EFFBEF;
			color: #102132;
			border:#214D21 1px solid;
			}
.topheader	{
			background-color: #78B55C;
}
.midheader	{
			background-color: #5A8F57;
}
.bottomheader	{
			background-color: #275B26;
}
.bottomtextline	{
			background-color: #2D692C;
}
.bottombottomline	{
			background-color: #214D20;
}
/*======================================================================*/
/* End of file gibson.css	                    	 			      		*/
/*======================================================================*/