/******************************************************************************/
/*                           SMS Article Details                              */
/******************************************************************************/

TABLE.article_details {
   background-color: #FFFFFF;
   border: 0px #6699FF solid;
}

/*----------------------------------------------------------------------------*/

TD.article_details_title {
   color: blue;
   font-size: 21px;
   font-weight: bold;
   font-family: arial; 
}

/*----------------------------------------------------------------------------*/

TD.article_details_date {
   color: black; 
   font-family: Tahoma; 
   font-size: 13px; 
   font-weight: normal;
}

/*----------------------------------------------------------------------------*/

#controls td {
   cursor: pointer;
}

#controls td:hover {
   /* background-color : yellow; */
}

#controls img {
   border: 0;
   vertical-align: middle;
}

/*----------------------------------------------------------------------------*/

DIV.article_details_text {
   /* last modified in June 2010 */
   color: #3A3939;   /* better for some combinations (of resolution, monitor and browser) but not others */
   color: black;     /* better for some combinations (of resolution, monitor and browser) but not others */
   font-size: 18px;  /* don't go bellow 18px for 1024 x 768 when using Tahoma */
   font-weight: normal;
   font-family: Tahoma, sans-serif;
   line-height: 25px;
}

SPAN.article_details_middleSubtitle {
   color: #CC0000;
   font-weight: bold;
}

SPAN.article_details_sideSubtitle {
   font-size: 85%; 
   font-weight: bold; 
   font-style: italic;
}

SPAN.article_details_question {
   color: blue;
}

article_details_orderdList { }

article_details_unorderdList { }

article_details_listItem { }

/*----------------------------------------------------------------------------*/

TR.article_details_info {
   /* background: #FFF8FF; */
}

TD.article_details_info {
   color: #000000;
   font-size: 16px;
   font-weight: normal;
   font-family: Tahoma;
}

SPAN.article_details_info {
   color: #000000; 
   font-size: 16px;
   font-weight: normal;
   font-family: Tahoma;
   text-decoration: none;
}

A.article_details_info {
   color: #000000; 
   font-size: 16px;
   font-weight: normal;
   font-family: Tahoma;
   text-decoration: none;
}

A:visited.article_details_info {}

A:hover.article_details_info {
   color: red;
}

/*----------------------------------------------------------------------------*/

TD.article_details_image_discription {
   color: black;
   font-size: 13px;
   font-weight: normal;
   font-family: arial;
   text-align: center;
}

/******************************************************************************/
