﻿/* css styles 301109*/

 body {
    font-family:"Trebuchet MS",Arial !important;
    font-size:13px;
    background-image:url(../images/blueBG.gif);
    background-repeat:repeat-x;
    }
 .rateBlue{
    color: #71bbf0;
    font-weight: bold;
    font-size:12px;
 }   
    
 ul.bulletPoints{
    margin:0px;
    padding:0px;

    font-family:"Trebuchet MS",Arial !important;
	font-size:13px;
}
ul.bulletPoints li{
    margin:0px;
    padding:0px;
	padding-left:10px;
	padding-bottom:5px;
	margin-left:10px;
    font-family:"Trebuchet MS",Arial !important;
	font-size:13px;
	border:0px;
}

ul.bulletPoints li a, ul.bulletPoints li a:link, ul.bulletPoints li a:visited
{
    color:#000000;
    text-decoration:underline;
}
ul.bulletPoints li a:hover 
{
    text-decoration:underline;
}


ul.bulletPointsWhite{
    margin:0px;
    padding:0px;

    font-family:"Trebuchet MS",Arial !important;
	font-size:13px;
}
ul.bulletPointsWhite li{
    margin:0px;
    padding:0px;
    list-style-type:circle;
	padding-left:10px;
	padding-bottom:5px;
	margin-left:10px;
    font-family:"Trebuchet MS",Arial !important;
    font-size:13px;
	border:0px;
	padding-top:2px;
	padding-bottom:2px;
}

ul.bulletPointsWhite li a, ul.bulletPointsWhite li a:link, ul.bulletPointsWhite li a:visited
{   
    color:#21598c;
    text-decoration:underline;
}
ul.bulletPointsWhite li a:hover 
{
    text-decoration:underline;
}

/* headings */
.headingMain
{
    font-size:20px;
    color:#F8621E;
    font-weight:bold;
    padding-bottom:10px;
}


.mainHead
{
    font-size:20px;
    color:#000000;
    font-weight:bold;
}
.subHeading
{
    font-size:16px;
    color:#000000;
    font-weight:bold;
    padding-bottom:5px;
}

.pathTitles
{
    color:#21598C;
    font-size:13px;
    padding-bottom:10px;
}
.pathTitles a,.pathTitles a:link, .pathTitles a:visited, .pathTitles a:hover 
{
    color:#21598C;
    font-size:13px;
}

.tableFill{
    background-color: #21598c;
    color:#ffffff;
    font-weight:bold;
    padding-left:5px;
}

a.linkBlack11, a.linkBlack11:link, a.linkBlack11:visited, a.linkBlack11:hover
{
    text-decoration:none;
    color:#21598c;
    font-family:"Trebuchet MS",Arial !important;
    font-size:13px;
}

/* navigation css for summary page starts */

#summary-navigation 
{
	margin: 0px;
	padding:0px;
	background-color:#123149;
	color:#ffffff;
	width:100%;
	display:block;
	border:0px solid red;
	height:27px;
}

#summary-navigation ul
{
	background-color: #123149;
    color:#ffffff;	
	display:inline;
	list-style:none;
    width:100%;
    margin:0px;
    padding:0px;
}

#summary-navigation ul li
{
    display:inline;
	list-style:none;
	margin:0;
	padding:0;

}

#summary-navigation li a
{
	float:left;
	display:block;
	height:25px;
	color:#ffffff;
	border-right:1px solid #21598C;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	outline:none;


}

#summary-navigation  li a:hover
{
	
    color:#ffffff;
    background-color:#21598C;
    outline:none;
}

#navigation3 li a.current
{
	background-position: 0 -175px;
}


h2.navigationSelected
{
    
    
    
    font-size:14px;
    background-color:#21598C;
    color:#ffffff;
    font-weight:bold;
    height:25px;
    margin:0px;
    padding:0px;
    padding-left:10px;
    padding-top:5px;
    margin-bottom:5px;
}


/* navigation css for summary page ends */
/* all borders css*/
table.allBorder
{
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-collapse: collapse;
}

.allBorder td
{
    border-color: #000000;
    border-width: 1px 1px 0 0;
    border-style: solid;
} 
/* all borders css*/

li 
{
	clear:both;
	margin-bottom:1em;
	border-bottom:0px solid #eee;
}

