
/* MAIN TEMPLATE COMPONENTS */

body {
  margin: 10px 0px 0px 0px;
  font-size: 10pt; 
  font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#mainwrapper {
  margin-left: auto;
  margin-right: auto;
  width: 763px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}


/* CONTENT */

a {
  color: #550B56;
}

h1 {
  font-size: 1.5em;
  margin-top: 10px;
  padding: 20px 0px 0px 28px;
  height: 38px;
  color: #550B56;
  background-image: url(/images/headings/time_heading_background.gif);
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.1em;
}

button {
    border: 1px solid #000000;
    color: #000000;
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background-color: #B39FC2;
}

p.error {
    color: #FF0000;
    font-weight: bold;
}

ul {
    list-style-image: url(/images/list_icon.gif); 
}

/* for form submission where image is used and JS does submitting */
.haspointer {
    cursor: pointer;
}

.lightpurpleborder {
  border: 1px solid #D6CED6;
}

/* FOOTER */
#footer {
    background-color: #550B56;
    padding: 2px;
    margin-top: 10px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px 4em 0px 0.5em;
    font-size: 0.75em;
}

#ctmlogo {
    float: left;
}

/* SEARCH */

#search {
  font-size: 1.3em;
  padding: 2px;
  text-align: right;
  position: relative;
  height: 25px;
}

#search form {
    margin: 0px;
    padding: 0px;
}

#search button {
  text-align: center;
  height: 20px;
  font-size: 10pt;
  cursor: pointer;    
  color: #FFFFFF;
}

#search button span {
  position: relative;
  bottom: 1px;
}

#search input {
  border: 1px solid black;
}

#search p {
  margin: 0px;
}

#loggedinas {
  position: absolute;
  padding: 2px;
  left: 0px;
  font-size: 10pt;
}


/* TOP NAVIGATION */

div#main_navigation {
    height: 23px;
    position: relative;
    z-index: 9
}

.menu {
    display : inline-block;
    padding : 0px;
    position : absolute;
    z-index : 9;
    top : 0px;
}

.menu .menuitem:hover {
    background-color : #EDE4EE;
    color: #520A56 !important;
    text-decoration : none;
    z-index: 9;
}

.menu .menuitem {
    display : none;
    padding-top: 3px;
    padding-bottom: 2px;
    background: #7a5f8b;
    color : white;
    border : 0px;
    border-top : 1px solid white;
    padding-left: 5px;
    font-weight : normal;
    text-decoration : none;
    z-index: 9
}

.menu .menuitem.top {
    display : block;
    background: url(/images/nav_colour.jpg) repeat-x top !important;
    -moz-opacity:1;
    opacity:1;
    filter:alpha(opacity=100);
    color : #FFFFFF;
    border : 0px;
    padding-left: 0px;
    font-weight : bold;
    text-decoration : none;
    text-align: center;
}

.menu .menuitem.top span {
    position: relative;
    top: -1px;
}

.menu.visible .menuitem {
    display : block;
    z-index: 9;
}

#mHome .menuitem { width: 100px !important; }
#mHome .menuitem.top  { width : 78px !important; }

#mNewTIYGA .menuitem.top { width: 110px !important; }
#mNewTIYGA .menuitem { width: 106px; }

#mTrials .menuitem.top { width: 93px !important; }
#mTrials .menuitem { width: 100px; }

#mSupport .menuitem.top { width: 96px !important; }
#mSupport .menuitem { width: 99px; }

#mHints .menuitem.top { width: 104px !important; }
#mHints .menuitem { width: 100px; }

#mHome          { left : 0px;   width : 78px; }
#mNewTIYGA      { left : 80px;  width : 110px; }
#mTrials        { left : 192px; width : 103px; }
#mSupport       { left : 285px; width : 100px; }
#mBuy           { left : 383px; width : 90px; }
#mCaseStudies   { left : 475px; width : 102px; }
#mHints         { left : 579px; width : 110px; }
#mContact       { left : 685px; width : 78px; }


#mHomeRight {
  position: absolute;
  top: 0px;
  left: 78px;
  z-index: 9;
}

#mNewTIYGARight {
  position: absolute;
  top: 0px;
  left: 190px;
  z-index: 9;
}

#mTrialsRight {
  position: absolute;
  top: 0px;
  left: 283px;
  z-index: 9;
}

#mSupportRight {
  position: absolute;
  top: 0px;
  left: 381px;
  z-index: 9;
}

#mBuyRight {
  position: absolute;
  top: 0px;
  left: 473px;
  z-index: 9;
}

#mCaseStudiesRight {
  position: absolute;
  top: 0px;
  left: 577px;
  z-index: 9;
}

#mHintsRight {
  position: absolute;
  top: 0px;
  left: 683px;
  z-index: 9;
}

#homelink {
  float: right;
  padding: 0px 3px 0px 3px;
  border: 1px solid #000000;
  text-decoration: none;
  margin: 1px 0px 0px 10px;
  color: #FFFFFF;
  background-color: #B39FC2;
  font-size: 13px;
}


/* LAYOUT TEMPLATES */

#toppic {
  margin-top: 50px !important;
}


div.contentImage {
  float : right;
  clear : right;
  font-size : 0.8em;
  color : gray;
  margin : 0px 0px 20px 20px;
  padding: 0px;
}

div.contentImage.medium {
  width : 200px; 
}

div.contentImage img {
  border : 1px solid silver;
  display : block;
  width : 100%; 
  margin-bottom : 5px;
  padding: 0px;
}

div.stretcher {
  clear : both;
}

.layoutB div.contentImage { float : left; clear : left; margin : 0px 20px 20px 0px; }

/* END: LAYOUT TEMPLATES */


/* TROUBLESHOOTER */

.support_question input, .support_question textarea {
    width: 400px;
}

.support_question textarea {
    height: 5em;
}

.aboveradiotable {
    margin-bottom: 0px;
}
.radiotable {
    margin: 0px;
}

.radio {
    width: 50px;
}

#supportdropdown {
    width: 300px;
}


/* ITEM CSS */

#newsitem {
  padding: 5px;
  margin-bottom: 10px;
}


/* SYNC DONT SINK */
#chart {
  position: relative;
  height: 430px;
  padding-bottom: 10px;
}

#image {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 80px;
}

#title {
  position: absolute;
  left: 0px;
  top: 2px;
  border: 1px solid #550b56;
  padding-left: 40px;
  padding-right: 40px;
}

#topleft {
  position: absolute;
  left: 0px;
  top: 50px;
  text-align: left;
  width: 120px;
}

#topcentre {
  position: absolute;
  top: 50px;
  left: 225px;
  width: 45px;
  text-align: center
}

#topright {
  position: absolute;
  top: 50px;
  left: 410px;
  text-align: left;
  width: 120px;
}

#centre {
  position: absolute;
  top: 165px;
  left: 190px;
  text-align: center;
}

#bottomleft {
  width: 92px;
  position: absolute;
  top: 265px;
  left: 30px;
}

#bottomright {
  width: 92px;
  position: absolute;
  top: 265px;
  left: 380px;
}

#bottomcentre {
  width: 293px;
  position: absolute;
  top: 360px;
  left: 105px;
  text-align: center;
}


/* ORANGE LANDING */
.purple_bordered_box {
    border: 1px solid #D6CED6;
    padding: 0px 0px 0px 0px;
    margin: 7px 0px 0px 0px;
    display: block;
}

.purple_bordered_box img {
    margin: 0px;
    padding: 0px;
}

.purple_bordered_box p {
    padding: 8px;
    font-size: 9pt;
}

a:hover {
    text-decoration: underline;
}

#accesscodes {
    padding: 10px;
    margin-bottom: 7px;
    background: #EEEEEE;
}
#accesscodes h3 {
    margin: 0px;
}
#accesscodes p {
    margin-top: 1em;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 13px;
}

/* FLASH */
#flashpicker td {
    border: 1px solid #D6CED6;
    cursor: pointer;
}

.flashpickerinvert {
    color: white;
    background-color: #550B56;
}

/* DEMOS */

#fullInfoBox {
    position: absolute;
    width: 200px;
}

#fullInfoBox div {
    position: relative;
    top: 100px;
    left: -100px;
    padding: 10px;
    display: none;
    background-color: white;
    border: 1px solid #CCCCCC;
}

div#fiDefault {
    display: block;
}

/* LITE/ONLINE POPUP */
.productstable {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
}

.InfoBox {
    position: absolute;
    width: 200px;
}

.InfoBox div {
    position: relative;
    top: 100px;
    left: 150px;
    padding: 10px;
    display: none;
    background-color: #FFFFFF;
    z-index: 2;
    border: 1px solid #CCCCCC;
}

.InfoBox div.fiDefault {
    display: block;
}


#trynowtext {
    position: absolute;
    top: 365px;
    left: 15px; 
    width: 400px;
}

.productstable {
    border-collapse: collapse;
    width: 534px;
    margin-top: 20px;
    clear: left;
}

.productstable td {
    border: 1px solid #D6CED6;
    vertical-align: top;
    padding: 0px;
}

.productstable th {
    border: 1px solid #D6CED6; 
    background-color: #EDE6EE;
    color: #550B56;
    padding: 5px;
    text-align: center;
}

.productstable th a img {
    border: 0px;
}

#captchaimg {
    border: 0px;
}

#footercopyright {
    text-align: center;
    font-size: 0.8em;
}

#sysreqspfh {
	background: #FFFFFF;
	border: 1px solid black;
	width: 150px;
	padding: 10px;
	font-weight: bold;
	height: 55px;
	position: absolute;
	top: 400px;
	right: 30px;
	text-align: center;
}

