﻿/** Main styles **/
div#main {
    color: #663665;
    border-left: 1px solid #643564;
    border-right: 1px solid #643564;
    border-bottom: 1px solid #643564;
}
div#main div#content ul {
    list-style-image: url(../images/common/ico_bullet.gif);   
}

/* Common Styles **/
a {
    color: #643564;
    font-weight:bold;
    text-decoration: underline
}
a:hover {
    color: #643564;
    font-weight:bold;
    text-decoration: underline
}
a.mainYellow {
    color: #e2bd1e;    
    font-weight:bold;
    text-decoration:none;
}
a.mainYellow:hover {
    color: #e2bd1e;
    font-weight:bold;   
    text-decoration: underline
}
a.noShow{
    color: #643564; 
}
a.noShow:hover {
    color: #643564;
}

/** FAQ Styles **/
a.faq {
    color: #643564;  
}
a.faq:hover {
    color: #643564;
}

/** Input style **/
.inputButton {
    color: #643564;
    border: 1px solid #8c648b;
    background-color: #fce37a;
}
.inputButton:hover {
    color: #452445;
    border: 1px solid #643564;
    background-color: #f4ca17;
}

/** Home Page Link Styles **/
a.homePurple {
    color: #663366 !important;
    text-decoration:none;   
}
a.homePurple:hover {
    text-decoration:underline;   
}
a.homeYellow {
    color: #f4ca13 !important;
    text-decoration:none;   
}
a.homeYellow:hover {
    text-decoration:underline;   
}

/** Latest Technology home page **/
table.homePromoCentral 
{
    position: relative;
    top: -340px;
    width:47%;
    height:121px;
    margin-left: 33%;
    margin-right: 25%;
    background-color: transparent;
    border: none;
    color: #e2bd1e;
    font-weight: bold;
}
table.homePromoCentral td.latestTechnology {
    width:100%;
    height:110px;
    text-align: center;
    background-color: #643564;
    border: 1px solid #000000;
}
table.homePromoCentral td.latestTechnology a {
    color: #e2bd1e;
    text-decoration: none;
}
table.homePromoCentral td.latestTechnology:hover {
    background-color: #4d294d;
}
table.homePromoCentral td.latestTechnology:hover a {
    text-decoration: underline;
}

table.homePromoCentral td {
    padding:0px;
}
table.homePromoCentral td.dropRHS
{
    width: 6px;
    background-image: url(../images/common/bg_drop_rhs.gif);
	background-position: top left;
	background-repeat: no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.675;
}
table.homePromoCentral td.dropBOT
{
    height: 6px;
    background-image: url(../images/common/bg_drop_bot.gif);
	background-position: top left;
	background-repeat: no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
table.homePromoCentral td.dropBRC
{
    height: 6px;
    width: 6px;
    background-image: url(../images/common/bg_drop_brc.gif);
	background-position: top left;
	background-repeat: no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
table.homePromoCentral td.bookBefore {
    width:100%;
    height:60px;
    text-align: center;
    font-size:14px;
    font-weight:bold;
    border:1px solid #c53306;
    color: #c53306;
    background-color: #ffe983;
}
table.homePromoCentral td.bookBefore a {
    color: #c53306;
    text-decoration:none;
}
/*
div.bookBefore 
{
    position:relative;
    top: -350px;
    width:40%;
    height:100px;
    margin-left: 33%;
    margin-right: 25%;
    font-size:14px;
    font-weight:bold;
    border:1px solid red;
    color: #c53306;
    background-color: #ffe983;
    line-height:22px;
}
*/