/*CSS Main File*/
/* affects header*/
td.header{
border-bottom:  1px #000000 solid ;
background-color:#FFFFFF;
}

/* affects navigation on top menu*/
td.nav{
border-bottom:  1px #000000 solid ;
background-color:#FFFFFF;
}

/* affects left column */
td.left{
border-right:1px #000000 solid;
background-color: #ffffff;
padding: 4px;
}

/* affects right column*/
td.right{
border-left: 1px #000000 solid ;
background-color:#ffffff;
padding: 4px;
}

/* footer */
td.footer{
border-top:     1px #800000 solid ;
background-color:#ffffff;
padding: 0px;
}


table.Ctable{
font:10px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
color: #FFFFFF;
font-style: oblique;
font-variant: normal;
text-decoration:normal;
text-transform:none;
font-weight: bold;
text-align: left;
border: 1px  #000000 solid;
padding: 1px;
width: 100%;
background-color:#696969;
}

table.form{
border: 1px  #000000 dotted;
width:    96%;
padding: 0px;
background-color:transparent;
}

table.login{
border: 1px  #000000 dotted;
padding: 3px;
background-color:transparent;
}
table.form{
border: 1px  #000000 dotted;
width:    96%;
padding: 0px;
background-color:transparent;
}

/* This is used for the header bars of search result pages*/
table.prev{
border: 0px  #000000 solid;
width:    100%;
padding: 0px;
background-color:#ffffff;
}
td.preview{
border-top:     1px #800080 solid ;
border-right:   1px #800080 solid ;
border-left:    1px #800080 solid ;
border-bottom: 1px #800080 solid ;
padding: 1px;
background-color: #efefef;
}
/* The fonts for above title bar */
span.previewtitle {
font:10px Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Geneva, Tahoma;
color: #000000;
font-style: oblique;
font-variant: normal;
text-decoration:normal;
text-transform:none;
font-weight: normal;
text-align: left;
background-color: transparent;}

/* table for images on content sites*/

table.img{
border: 0px  #000000 solid;
padding: 5px;
}

/*  td for images on content sites*/
td.image{
border-top:     0px #000000 groove ;
border-right:   0px #000000 groove ;
border-left:    0px #000000 groove ;
border-bottom:  0px #000000 groove ;
padding: 4px;
background-color:transparent;
}



/* table enclosing the textblocks */
table.main{
border: 0px  #000000 dotted;
width:    98%;
padding: 0px;
background-color: transparent;
}

/*  the center column */
td.center{
border-top:     0px #000000 solid ;
border-right:   0px #000000 solid ;
border-left:    0px #000000 solid ;
border-bottom: 0px #000000 solid ;
padding: 5px;
background-color:transparent;




