﻿/* The IT Company Style Sheet External JavaScript File by The IT Company @ www.theitcompany.ie */

body { background-image: url('../images/background.gif'); }
.BackgroundLeft { background-image: url('../images/back_side_bar_left.gif'); }
.BackgroundRight { background-image: url('../images/back_side_bar_right.gif'); }
.BackgroundColourWhite { background-color: #FFFFFF; }

.Content
{
margin-left: auto;
margin-right: auto;
}

.ImageFloatRight { float: right; padding: 3px 3px 3px 3px; }
.ImageFloatLeft { float: left;	padding: 3px 3px 3px 3px; }
.ImageFloatCenter { display: block; margin-left: auto; margin-right: auto; padding: 3px 3px 3px 3px; }

.TextAlignRight { text-align: right; }
.TextAlignCentre { text-align: center; }
.TextAlignLeft { text-align: left; }

p { font-family: "Trebuchet MS", Arial; font-size: 12px; color: #000000; }

.MakePurpleText { color: #800080; font-weight: bold; font-size: 14px; text-align: center; }
.MakePurpleTextLeft { color: #800080; font-weight: bold; font-size: 14px; text-align: left ; }
.MakeItPurple { color: #800080; }

td { font-family: "Trebuchet MS", Arial; font-size: 12px; color: #000000; }

ul { font-family: "Trebuchet MS", Arial; font-size: 12px; color: #000000; }

a:link {color: #0000FF; text-decoration: none; }
a:hover {color: orange; text-decoration: underline; }
a:active {color: orange; text-decoration: none; }
a:visited {color: orange; text-decoration: underline; }

#smartlogo {
 width: 142px;
 height: 392px;
 background-image: url(../images/smartlogo.jpg);
 background-repeat: no-repeat;
 background-position: 70px 100px; }

#smarttable { width: 700px; }

.CentreTable { margin-left: auto; margin-right: auto; }

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {
margin-left: auto;
margin-right: auto;
width :800px; } /* change to suit */

#cap {font-size:50px; color:#909; font-weight:bold; float:left; height:34px; line-height:34px; margin-top:2px; margin-right:1px;}
* p #cap {margin-right:-2px; margin-top:3px;}
