body
    {
     background-image:url('images/master/header/background.jpg');
     background-position: center top;
     background-repeat:no-repeat;
     background-color:#05475f;

    }

.heading /* === */
{
 font-family: Trebuchet MS;
 text-decoration: none;
 font-size:28pt;
 color:#8FABCA;  
 font-weight:normal; 
}
.newsheading /* === */
{
 font-family: Trebuchet MS;
 color: #ffffff; 
 text-decoration: none;
 font-size:16pt; 
 font-weight:normal; 
}

.medheading /* === */
{
 font-family: Trebuchet MS;
 text-decoration: none;
 font-size:24pt;
 color:#8FABCA;  
 font-weight:normal; 
}

.smlheading /* === */
{
 font-family: Trebuchet MS;
 text-decoration: none;
 font-size:16pt;
 color:#8FABCA;  
 font-weight:normal; 
}

.blueheading /* === */
{
 font-family:  Trebuchet MS;
 font-size:14pt;
 color:#00a6db;  
 font-weight:normal; 
}

.blueHeading /* === */
{
 font-family:  Trebuchet MS;
 font-size:14pt;
 color:#00a5db;
 font-weight:normal;
}

.content /* === */
{
 font-family:  Trebuchet MS;
 font-size:8pt;
 color:#686868;  
 font-weight:normal; 
}
.newscontent /* === */
{
 font-family:  Trebuchet MS;
 font-size:8pt;
 color:#ffffff;  
 font-weight:normal; 
}

.Footer
{
   font-size:8pt;
   color:#e4b354;
   font-family:Trebuchet MS;
    }
.homeWelcomeHeading
{
     color:#E4B354;
     font-family:Trebuchet MS;
     font-size:18pt;
       
}

.homeWelcomeContent
{
     font-family:Trebuchet MS;
     font-size:8pt;
     color:#5a5a5a;
     line-height:18px;   
}
/* Used for the links of the footer*/
.orangeLink /* === */
{
	font-weight: normal;
	font-size: 8pt;
	color:#E4B354;
	font-family:Trebuchet MS;
	text-decoration: none;
	text-align:center;
}	

.orangeLink:Link /* === */
{
	font-weight: normal;
	
	color: #E4B354;
	font-family:Trebuchet MS;
	text-decoration: none;
	text-align:center;
	font-size: 8pt;
	
}	



.orangeLink:visited /* === */
{
	font-weight: normal;
	color: #E4B354;
	font-family:Trebuchet MS;
	text-decoration: none;
	text-align:center;
	font-size: 8pt;
	
}
.orangeLink:hover /* === */
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Trebuchet MS;
	text-decoration: underline;
	text-align:center;
	color: #E4B354;
}

/* Used for the links of the footer*/
.AFooter /* === */
{
	font-weight: normal;
	font-size: 9pt;
	color: #8FABCA;
	font-family:Trebuchet MS;
	text-decoration: none;
	text-align:center;
}	

.AFooter:Link /* === */
{
	font-weight: normal;
	
	color: #8FABCA;
	font-family:Trebuchet MS;
	text-decoration: none;
	text-align:center;
	font-size: 9pt;
	
}	



.AFooter:visited /* === */
{
	font-weight: normal;
	
	color: #8FABCA;
	font-family:Trebuchet MS;
	text-decoration: none;
	text-align:center;
	font-size: 9pt;
	
}
.AFooter:hover /* === */
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Trebuchet MS;
	text-decoration: underline;
	text-align:center;
	color: #8FABCA;
}




#uploadBackgroundFilter /* === */
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000;     
}

#uploadDiv /* === */
{ 
    position:fixed; 
    top:30%; 
    left:40%;
    padding:10px; 
    width:10%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}



.watermarkCSS
{
     font-family:Tahoma;
     font-size:8.5pt;
     color:#8C8A8C;
     height:17px; 
}	
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png?2);
}

.newsHeadingImage
{
    color:#00a3d8;
    font-size:12pt; 
    }
#newsBlock
{
    height:60px;
    vertical-align:top;
    
}    
#newsHeading
{
    color:#595959;
    font-size:10pt;
    text-align:left;   
    
}
#newsArticle
{
    color:#595959;
    font-size:7pt;
    text-align:left;   
}
.Submitbutton
{
    color:gray;
     border:solid 1px #B8ACAC;
     background-color:White;
    }
.sidebarHeading
{
 background-color:#DDA931;
 padding:3px 3px 3px 3px;
 color:White;
 font-size:10pt;
        
}

.unwatermarked {
	height:17px;
	width:160px;
	 background-color:white;
	 color:black;
	 border:1px solid #BEBEBE;
}

.watermarked {
	height:17px;
	width:160px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:white;
	color:gray;
	
}	

a
{
   text-decoration:none;
   color:#8FABCA;
   font-size:8pt;
   font-family:Trebuchet MS;
}

a.hover
{
   text-decoration:"underline";
   color:#8FABCA;
   font-size:8pt;
   font-family:Trebuchet MS;
}

#processMessage /* === */
{ 

    top:5px; 
    padding:10px; 
    Height:600px; 
    z-index:1001; 
    background-color:#fff;
    filter:alpha(opacity=2); 
    opacity:0.2; 
    border:solid 1px #000;
    text-align:left;
    margin: 1em auto;

}

#processRegister
{ 

    position:fixed; 
    bottom:5%;
    top:25%; 
    left:29%;
    right:25%;
    padding:10px; 

    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}
.RegisterText
{
    font-family:Arial;
    font-size:10pt;
    color:#666666;
    margin-bottom: 0px;
}
#progressBackgroundFilter /* === */
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
     background-color:#000;
    filter:alpha(opacity=60); 
    opacity:0.6; 
    z-index:1000;     
}
.WelcomeMessage
{
    color:#BE191F; 
    font-style:italic; 
    font-size:18pt;
    font-family:arial;
}

.addthis_button_compact
{
 font-family:Verdana;
 font-size:8.5pt;
 color:Black;
}

#pew a
{
    color :White;
}
