﻿/* 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; }

.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: 16px; color: #000000; }

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

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

ul { font-family: "Trebuchet MS", Arial; font-size: 16px; 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; }