/* 
    Document   : common
    Created on : 11-Apr-2009, 16:29:34
    Author     : Mark
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

td.top_nav
{
    background-color: #333333;
    color: #FFFFFF;
    font-weight: bolder;
    font-family: Verdana;
    padding-top:5px;
    padding-bottom:5px;
}

img.article_image
{
    border: thin solid #000000;
    margin: 10px 10px 10px 10px;
}

img.article_image_left
{
    border: thin solid #000000;
    margin: 10px 10px 2px 0px;
    line-height: 110%;
}

img.article_image_right
{
    border: thin solid #000000;
    margin: 10px 0px 2px 0px;
}

div.image_comment
{
     color: #666;
     font-size: smaller;
     font-weight: normal;
     line-height: 125%;
}

div.leftNav
{
    color: #1F527B;
    font-weight: bolder;
    font-family: Verdana;
    font-size: 75%;
}

div.leftNavElement
{
    margin-top: 2px;
    padding: 0px 0px 0px 0px;
    background-color:#E6E6E6;
    text-align: left;
}

div.leftNavElement a
{
    color: #1F527B;
    text-decoration: none;
}

div.leftNavElement a:hover
{
    text-decoration: underline;
    background-color: #FFFFFF;
}

a.topNav
{
    color: #FFFFFF;
    text-decoration: none;
}

a.topNav:hover
{
    text-decoration: underline;
}

div.most_read_articles
{
    font-family: Verdana;
    font-size: 80%;
    text-align: left;
    margin-top: 4px;
}

div.most_read_articles a
{
    color: #1F527B;
    text-decoration: none;
}

div.most_read_articles a:hover
{
    text-decoration: underline;
    color: #0d3059;
}

div.most_read_articles_inside
{
    font-family: Verdana;
    font-size: 92%;
    text-align: left;
    margin-top: 2px;
}

div.most_read_articles_inside a
{
    color: #1F527B;
    text-decoration: none;
}

div.most_read_articles_inside a:hover
{
    text-decoration: underline;
    color: #0d3059;
}

div.more
{
    font-size: 140%;
    font-weight: bold;
}

table.factfile
{
    background-color: #E5E5E5;
}

div.factfile_fact
{
    color: #1F527B;
    font-size: 75%;
    font-family: Verdana;
    line-height: 140%;
}

div.factfile_title
{
    font-family: Verdana;
    font-weight: bold;
    color: #1F527B;
    font-size: 75%;
    line-height: 140%;
}

div.question
{
	color: #2E2E2E;
	font-weight: bold;
}

a.flying_school:link
{
	color: blue; 
	text-decoration: none; 
}

a.flying_school:visited 
{
	color: blue; 
	text-decoration: none; 
}

a.flying_school:hover 
{
	color: orange;
	text-decoration: underline; 
}

a.ques_list
{
	font-size: 92%;
}

ul.ques_list
{
	list-style-image: url('/images/arrow.gif');
	line-height: 160%;
}

a.ques_list:link
{
	color: blue;
	text-decoration: none; 
}

a.ques_list:visited 
{
	color: blue; 
	text-decoration: none; 
}

a.ques_list:hover 
{
	color: orange;
	text-decoration: underline; 
}

a.article_internal_link:visited
{
	color: blue;
}	

a.page_pagination:link
{
	color: blue; 
	text-decoration: none; 
}

a.page_pagination:visited 
{
	color: blue; 
	text-decoration: none; 
}

a.page_pagination:hover 
{
	color: orange;
	text-decoration: underline; 
}

b.Item
{
	color: #2E2C2C;
}

b.PageNo
{
	color: black;
	font-size: 120%;
}

td.myFormInputHeader
{
	font-family: Arial;
	font-size: 85%;
}

ol.style1
{
	font-size: 95%;
}

ul.style1
{
	font-size: 95%;
}

li.style1
{
	margin: 4px;
}


