/* CSS Document */
/*************************************************************************************************/

/*************************************************************************************************/
/* Strip Defaults */
/*************************************************************************************************/

body{
color: #333;
background: #675988 url("/images/bg.jpg") top repeat-x;
}

body.bg1{
color: #000;
background: #fff ;
}

h1,h2,h3,h4,h5,h6{
color: #392173;
}

/*Added CD 04/07/2008*/
.title
{
   color:#624a9c;
   font-weight: bold;
}

a{
color:#624a9c;
}

a:hover{
color:#392173;
}

/*************************************************************************************************/
/* general Layout */
/*************************************************************************************************/


/*************************************************************************************************/
/* Position Divs  and content ct divs */
/*************************************************************************************************/
.main_con{
background: #fff;
}

.body_con{
background: #fff;
}

.head_con{
 background: #fff url("/images/head.jpg") top right no-repeat;
}

.logo_con{
background: #fff url("/images/logo.jpg") top left no-repeat;
}

.left_con{
}

.right_con{
}

.foot_con{
background: #fff url("/images/foot.jpg") bottom left no-repeat;
}

.holding_con{
background: url("/images/holdinglogo.jpg") top center no-repeat;
}

/*************************************************************************************************/
/* left navigation */
/*************************************************************************************************/

.search_con{
 background: #fff url("/images/searchbox.jpg") repeat-y;
}

.searchhead_con{
 background: #fff url("/images/searchhead.jpg") top left no-repeat;
}

.searchfoot_con{
 background: #fff url("/images/searchfoot.jpg") top left no-repeat;
}

.searchbtn{
color: #fff;
background: #392173 url("/images/searchbtn.jpg") top center no-repeat;
}

.left_nav{
border: 1px solid #fff;
}

.left_nav li{

}


.left_nav li a{
background: #eef url("/images/navitem.jpg") top left no-repeat;
color: #624a9c;
}

.left_nav li a:hover{
background: #624a9c url("/images/navitemhover.jpg") top left no-repeat;
color: #fff;
}


.left_nav li.selected a{
background: #392173 url("/images/navitemsel.jpg") top left no-repeat;
color: #fff;
}

.bdr1{
border-bottom: 1px solid #ccd;
}

.bdr2{
border: 1px solid #ccd;
}

.ticker_con a{
color:#999999;
}

.ticker_con a:hover{
color:#392173;
}

.thumbox2 img.selected{
border: 1px solid #624a9c;
}

.statusbox{
}

.i1,.t1{
border :1px solid #392173;
}


/* epc */

.epctab th{}
.epctab td{}

.epctab caption{
background: #0074bc;
color: #fff;
}

.epctab td, .epctab th{border: 1px solid #000;}

.epctab td img{
background: #ccc;
}

.epctab td#CurrA div, .epctab td#PossA div{background: #fff url("/images/valA.jpg") top left no-repeat;color: #fff;}
.epctab td#CurrB div, .epctab td#PossB div{background: #fff url("/images/valB.jpg") top left no-repeat;color: #fff;}
.epctab td#CurrC div, .epctab td#PossC div{background: #fff url("/images/valC.jpg") top left no-repeat;color: #fff;}
.epctab td#CurrD div, .epctab td#PossD div{background: #fff url("/images/valD.jpg") top left no-repeat;color: #fff;}
.epctab td#CurrE div, .epctab td#PossE div{background: #fff url("/images/valE.jpg") top left no-repeat;color: #fff;}
.epctab td#CurrF div, .epctab td#PossF div{background: #fff url("/images/valF.jpg") top left no-repeat;color: #fff;}
.epctab td#CurrG div, .epctab td#PossG div{background: #fff url("/images/valG.jpg") top left no-repeat;color: #fff;}





