﻿/* Standard Area*/

html
{
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 8pt;
}

input
{
    font-family: "Segoe UI", Arial, sans-serif;
     font-size: 8pt;
}

textarea 
{
    font-family: "Segoe UI", Arial, sans-serif;
     font-size: 8pt;  
}

body 
{
     background-color: #fff;
	margin: 0px;	
	padding: 0px;    
	font-family:"Segoe UI", Arial, sans-serif;
     font-size: 8pt;
}

.TopTitle
{
    font-family: Lucida Handwriting; color:#e10d23; font-size: 15pt;
}

.TextBold
{
    font-weight: bold;
    font-size:9pt;
}

.TextBoldCareer
{
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
    color: #000080;
}



.buttonchange
{
    text-decoration: none; color: #444444;
}

.buttonchange:hover
{
   color: #E22028;
}

/*Home Title*/

.HomeTopTitle
{
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    background-color: #f5862c;
    height: 28px;
    background-image: url('Images/RealBulletinBar.jpg');
    background-position:right;
    background-repeat:no-repeat;
}

.HomeTopTitle2
{
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    background-color: #1886ab;
    height: 28px;
    background-image: url('Images/LatestPromoBar.jpg');
    background-position:right;
    background-repeat:no-repeat;
}

.HomeTopTitle3
{
   color: #000000;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    background-color: #ed1846;
    height: 28px;
    background-image: url('Images/NewsEventBar.jpg');
    background-position:right;
    background-repeat:no-repeat;
}

/*Content*/
.InTableContent
{    
    border-top:1px solid #990000; border-bottom:1px solid #990000;border-right:1px solid #990000;border-left:1px solid #990000;
    height:350px;
    width:100%;
    vertical-align:top;
}

/*Menu Area*/

.staticMenuItemStyle {
text-align:center;
display:block;
padding-left:5px;
padding-right:5px;
margin-left:0;
}

.staticMenuItemSelectedStyle
{
    border: solid 1px #000;
    background-color: #808080;
    color: #000000;
}

.staticHoverStyle {
background-image:url(Images/bg-black.gif);
}

.dynamicMenuItemStyle
{
    border: 1px dotted #000;
    background-color: #800000;
    color: #FFFFFF;
    z-index: 200;
    position: relative;
    height: 22px;
    padding-left: 5px;
    padding-right: 2px;
}

.menuItem {
display:block;
}


.NavigationMenu A:link,.NavigationMenu A:visited,.NavigationMenu A:active {
text-decoration:none;
color:#FFF;
display:block;
}


/*Content*/
.ContentTitle
{
    font-family: Lucida Handwriting;
    text-align:center;
    color: #e10d23;
    font-size: 9pt;

}

.GroupBoxSearch
{
    color: darkred;
    font-size:12px;
    font-weight:normal;
}

.dottedText
{
    border-top: 1px dotted #ddd;
    font-weight: bold;
    font-size:10px;
    border-bottom-color: #BEBEBE;
    color:#000;
}

.PointsRedText
{
    font-weight: bold;
    font-size: 14px;
    color: #990000;
}

/*Rad Ticker*/

.PromoImage 
{
	height: 245px;
	width: 611px;	
	margin-left: 1px;
    margin-right: 3px;
}
.PromoRightPane 
{
	height: 120px;
	width: 415px;
	float: left;
}
.PromoDescription 
{
	height: 110px;
	width: 400px;
	
}
.PromoDescription_Text
{
    font: italic 14px Arial, Verdana, Helvetica;
    color: #800000;
    margin-left: 20px;
    padding-top: 20px;
    margin-right: 20px;
    font-weight: bold;
}
.PromoName
{
	height: 120px;
	width: 410px;
}

/*Rotator*/

		
.itemRotator
{
    text-align: center;
	margin: 3px;
}

/* Catalogue Styles*/ 

.CatalogProdDescp
{
    font-size: 11px;
    color: #F47329;
    font-weight: bold;
}

.CatalogProdDescpAlt
{
    font-size: 11px;
    color: #0033CC;
    font-weight: bold;
} 

.Catalogue
{
	color:#555555;
}

.CatalogueRegionCd
{
	color:red;
	font-weight:bold;	
}

.CataloguePts
{
	color: #000000;
	font-weight:bold;
}

.CatalogueOldPts
{
	text-decoration:line-through;
	color:red;
}

.CatalogLink
{
	color:White;
	text-decoration:none;
}

.CatalogLink:hover
{
	color:#555555;
	text-decoration:none;
}

.MsgFail
{
    color: #FF0000;
}

.MsgSuc
{
    color: Green;
}

.TopMenuInside
{
    padding-left: 5px;
    height: 30px;
    background-color: #eff0f1;
    
}

.PanelBackground
{
    width: 100%;
    background-color: #ECF5FF;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 110%;
}

 .MyImageButton
{
    cursor: hand;
}

/*Gridview*/

.GridviewBlue
{
    color: #000000;
    font-size: 10pt;
    padding-left: 10px;
    height: 25px;
    background-image: url('Images/TopGridBlue.gif');
}
