/* CSS Document */
/*========================================================================
  ========================================================================
FILE_NAME
  ioc.css
  http://www.iocukltd.com/ioc.css
END_NAME
FILE_TITLE
  Common CSS style rules used in all pages.
END_TITLE
MODIFICATION_RECORDS
  VER [1.00]	CRE [MHGH]	DATE [07-April-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: x-small;
			color: #000000;
			}
/* Used to define borders of the main table.                            */
.border		{
			border-left:#2271A0 1px solid;
			border-right:#2271A0 1px solid;
			border-top:#2271A0 1px solid
			}
.rightBar	{
			border-right:#2271A0 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: x-small
			}
.navBorder	{
			border:#FFCC00 1px solid
			}
/*Form style														   */
.cell input {
			width: 200px;
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color: #F2F2F2;
			color: #102132;
			border:#FFCC00 1px solid;
			}
.cell textarea{
			background-color: #F2F2F2;
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: #102132;
			width: 300px;
			height: 150px;
			border:#FFCC00 1px solid;
			}
.cell select{
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color: #F2F2F2;
			color: #102132;
			border:#FFCC00 1px solid;
			width:200px;
			}
.button 	{
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color: #2271A0;
			color: #FFFFFF;
			}
.calendar select {
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color: #F2F2F2;
			color: #102132;
			border: #FFCC00 1px solid;
			}
/*Used for the visited links in the page.                       */
.HAndSLink:visited{
			text-decoration: underline;
			color: #000000;
		    }
/* Used to define style for mouse-overed links in the page.		*/
.HAndSLink:hover{
			text-decoration: none;
			color: #000000;
			}
/*Used for the active links in the page.                        */
.HAndSLink:active{
			text-decoration: underline;
			color: #000000;
			}
/* Used to define style for links in the page. 				    */
.HAndSLink:link {
			color: #000000;
			text-decoration: underline;
			}
.refNoTable {
			background-color: #FFE2DF;
			border:#FF0000 1px solid;
			}
/*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;
			}
.red		{
			color: #FF0000;
			}
.grey 		{
			background-color: #E6E6E6;
			}
.Extraborder{
			border-bottom:#2271A0 1px solid;
			}
.bgImage	{
			background-image: url(../images/barline.jpg); 
			background-attachment: scroll
			}
.bgImageNews{
			background-image: url(../images/news_bg.jpg); 
			background-attachment: scroll
			}
/*======================================================================*/
/* End of file ioc.css	                    	 			      		*/
/*======================================================================*/
