/*
 * main.css
 * Main CSS for Christian Monitor.
 * Nathan H. MacDonald
 * Created: 16.Aug.2003 (parent 18.Apr.2002)
 * Revised: 01.Jan.2007
 */

    /* General Styles */
BODY
{
}
LI
{
    color:black;
    margin-top:3px;
}
EM
{
    font-style:italic;
    font-weight:bold;
    color:#ff2222;
}
TABLE
{
    border-collapse:collapse;
}
TD
{
    border:0px;
    border-spacing:0px;
    margin:0px;
    padding:0.2em 0.5em 0.2em 0.5em;
    vertical-align:top;
    background:#ffffff;
    color:black;
}
DIV
{
    white-space:normal;
    width:auto;
}
TR.header DIV
{
    font-weight:bold;
    white-space:nowrap;
}
A:hover
{
	background:none;
}
A SPAN#popup
{
	display:none;
}
A:hover SPAN#popup
{
	display:block;
   	position:absolute;
   	left:150px;
   	top:150px;
   	color:black;
   	font-size:90%;
   	width:450px;
   	padding:5px;
   	margin:10px; 
   	z-index:100;
   	background:yellow;
   	border:2px solid black;
   	text-decoration:none;
}

    /* "Page" Specific Styles */
TABLE#page
{
    background:none;
    margin:0px;
    width:760px;
}
TABLE#page A:link, TABLE#page A:visited
{
    text-decoration:none;
    color:#000077;
}
TABLE#page A:active, TABLE#page A:hover
{
    text-decoration:underline;
    color:red;
}
TR#footer TD
{
    border-top:2px solid #e4e4e4;
    border-bottom:2px solid #e4e4e4;
}
TR#banner TD
{
    border-top:2px solid #e4e4e4;
    border-bottom:3px solid black;
    background:#ffffff;
}
TR#banner TD TD
{
    border:0px;
}
TR#banner DIV.verse
{
    text-align:justify;
    font-size:80%;
}
DIV.jingle
{
    font-weight:bold;
    float:left;
    color:red;
}
DIV.current_date
{
    font-weight:bold;
    float:right;
    color:#000077;
}
DIV.example
{
    padding:5px;
    font-family:serif;
    color:#330000;
    font-weight:bold;
}
SPAN.country	/* For the country.php page */
{
    font-weight:bold;
    color:red;
    font-size:medium;
    padding:5px 0px 5px 8px;
}
TD#left
{
    background:none;
    border-left:0px solid black;
    border-right:0px solid black;
    padding:0px;
    white-space:nowrap;
    width:130px;
}
TD#left A:link, TD#left A:visited
{
    text-decoration:none;
    color:#575757;
}
TD#left A:hover, TD#left A:active
{
    text-decoration:underline;
    color:red;
}
TD#left DIV.navsection
{
    border-bottom:1px solid black;
    margin-top:4px;
    font-weight:bold;
}
TD#left TABLE TD
{
    background:none;
    border-top:0px solid black;
    white-space:nowrap;
    width:130px;
}
TD#left TABLE TD#first
{
    border-top:0px;
}
TD#left TABLE TD TABLE TD
{
    border:0px solid black;
}
TD#left DIV
{
    white-space:nowrap;
}
TD#middle
{
    width:100%;
    background:none;
    padding:5px 0 12px 7px;
}
TD#middle TABLE
{
    width:100%;
}
TD#right
{
    padding:5px 0 0 7px;
    text-align:center;
}
TD#right TABLE
{
    width:150px;
}
TD#farright
{
    padding:5px 0 0 7px;
}
TD#farright TABLE
{
    width:150px;
}
DIV.small
{
    font-size:90%;
}
TR#footer DIV.small
{
    text-align:center;
}

    /* "Message" Specific Styles */
TABLE.message
{
    border:2px solid red;
    border-collapse:collapse;
    margin-bottom:10px;
}
TABLE.message TD
{
    background:#e4e4e4;
}
TABLE.message DIV.title
{
    font-weight:bold;
}


    /* "Search Box" Specific Styles */
TABLE#search_box
{
    border-top:1px solid #e4e4e4;
    border-right:0px solid red;
    border-left:0px solid red;
}
TABLE#search_box TD
{
    padding:3px 0px 3px 0px;
}
TABLE#search_box INPUT,TEXTAREA,SELECT
{
    background:#ffffff;
    width:12em;
}


    /* "Country_Images" Specific Styles */
TABLE#country_images
{
    margin-bottom:5px;
}
TABLE#country_images TD
{
    padding:3px 0px 0px 0px;
    text-align:center;
}

    /* "Select Country Box" Specific Styles */
TABLE#select_country_box
{
    border-top:1px solid #e4e4e4;
    border-right:0px solid red;
    border-left:0px solid red;
}
TABLE#select_country_box TD
{
    padding:3px 0px 0px 0px;
}
TABLE#select_country_box INPUT,TEXTAREA,SELECT
{
    background:#ffffff;
    width:12em;
}


    /* "Latest Topics" Specific Styles */
TABLE#latest_topics_box
{
    margin-bottom:12px;
}
TABLE#latest_topics_box TD
{
    padding:4px 8px 3px 8px;
}
TABLE#latest_topics_box TD DIV
{
    text-align:right;
    width:11em;
}
TABLE#latest_topics_box TR.header TD
{
    padding-bottom:0px;
    border-bottom:1px solid #e4e4e4;
}
TABLE#latest_topics_box DIV.header
{
    color:#575757;
}
TABLE#latest_topics_box DIV.link
{
    font-weight:bold;
}
TABLE#latest_topics_box TR.listline TD
{
    border-bottom:1px solid #cccccc;
}
TABLE#latest_topics_box TR.leader TD
{
    border-bottom:2px solid red;
    background:#e4e4e4;
    color:black;
    font-weight:bold;
    text-align:right;
}


    /* "Press Release" Specific Styles */
TABLE#pressreleases
{
    margin-bottom:12px;
    border:1px solid #cccccc;
}
TABLE#pressreleases TD
{
    background:#f7f7f7;
}
TABLE#pressreleases TR.leader TD
{
    border-bottom:2px solid red;
    background:#e4e4e4;
    color:black;
    font-weight:bold;
}


    /* "Focus On" Specific Styles */
TABLE#focus_on_box
{
    margin-bottom:12px;
}
TABLE#focus_on_box TD
{
    background:#f7f7f7;
    border-bottom:1px solid #cccccc;
    padding:4px 8px 3px 8px;
}
TABLE#focus_on_box TR.leader TD
{
    border-bottom:2px solid red;
    background:#e4e4e4;
    color:black;
    font-weight:bold;
}


    /* "Gallery Box" Specific Styles */
TABLE.gallery_box
{
    margin-bottom:12px;
}
TABLE.gallery_box IMG
{
    border:0px;
}
TABLE.gallery_box TD
{
    padding:4px 8px 3px 8px;
    background:#f7f7f7;
}
TABLE.gallery_box TD DIV
{
    text-align:center;
    width:11em;
}
TABLE.gallery_box TR.header TD
{
    padding-bottom:0px;
    border-bottom:1px solid #e4e4e4;
}
TABLE.gallery_box DIV.header
{
    color:#575757;
}
TABLE.gallery_box DIV.link
{
    font-weight:bold;
}
TABLE.gallery_box TR.leader TD
{
    border-bottom:2px solid red;
    background:#e4e4e4;
    color:black;
    font-weight:bold;
    text-align:center;
}
