﻿body {
}

.BannerBg
{
	background-color:#6699CC;
}

.BottomBg
{
	background-color:#C4D6F1;
	}

.PopupBg
{
		background-color:#C4D6F1;
	    filter:alpha(opacity=70);
	    opacity:0.7;

}

.TableHd
{
	background-color:#6699CC;
	font-family:Verdana;
	color:White;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;	
	text-align:center;
}

.TopLinks
{
	font-family:Verdana;
	color:White;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;	
	text-align:center;
}
.TopLinks:hover
{
	font-family:Verdana;
	font-weight:bold;
	color:White;
	font-size:11px;
	text-decoration:underline;	
	text-align:center;
}

.BottomLinks
{
	font-family:Verdana;
	color:Black;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;	
	text-align:center;
}
.BottomLinks:hover
{
	font-family:Verdana;
	font-weight:normal;
	color:Black;
	font-size:9px;
	text-decoration:underline;	
	text-align:center;
}

.ControlText
{
	font-family:Verdana;
	font-weight:normal;
	color:Black;
	font-size:11px;
}

.NormalText
{
	font-family:Verdana;
	font-weight:normal;
	color:Black;
	font-size:12px;
}

.NormalTextBold
{
	font-family:Verdana;
	font-weight:bold;
	color:Black;
	font-size:12px;
}

.NormalLink
{
	font-family:Verdana;
	font-weight:normal;
	color:Blue;
	font-size:12px;
	text-decoration:underline;
}

.InfoText
{
	font-family:Verdana;
	font-weight:normal;
	color:Gray;
	font-size:10px;
}

.ConfirmText
{
	font-family:Verdana;
	font-weight:bold;
	color:Maroon;
	font-size:12px;
}

.InputFieldLogin
{
	font-family:Verdana;
	font-weight:normal;
	color:Black;
	font-size:12px;
}

.Buttons
{
	font-family:Verdana;
	font-weight:bold;
	color:Black;
	font-size:11px;
}

.WarnSmall
{
	font-family:Verdana;
	font-weight:lighter;
	color:Red;
	font-size:11px;
	}
	
.WarnBold
{
	font-family:Verdana;
	font-weight:bold;
	color:Red;
	font-size:12px;
}

.LinkSmall
{
	font-family:Verdana;
	font-weight:lighter;
	color:Black;
	font-size:11px;
	text-decoration:none;
	}

.LinkSmall:hover
{
	font-family:Verdana;
	font-weight:lighter;
	color:Black;
	font-size:11px;
	text-decoration:underline;	
	}
	
	.SectionHeading
	{
		font-family:Verdana;
		color:Black;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;	
	}
		
		.BoxBorder
		{
			font-family:Verdana;
			color:Black;	
			font-weight:bold;
			font-size:12px;
			background:#C4D6F1;
			border:solid 1px #6699CC;
			padding:0px 0px 0px 0px;
			height:25px;
			text-align:Left;
			}
			
			.MainLink
			{
				font-family:Verdana,Sans-Serif;
	font-weight:bold;
	color:#165EA9;
	font-size:12px;
	text-decoration:none;
				}
				
.MainLink:hover
{
font-family:Verdana,Sans-Serif;
font-weight:bold;
color:#165EA9;
font-size:12px;
text-decoration:underline;
}

.TableMainColumn1
{
	width:85%;
}
.TableMainColumn2
{
	width:15%;
}

.ArticleContent
{
	font-family:Verdana;
font-weight:normal;
color:Black;
font-size:12px;
text-decoration:none;
text-align:justify;

	}

/*Rating*/

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    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);
}
	
.SideLink
{
	font-family:Verdana;
	font-weight:normal;
	color:Black;
	font-size:12px;
	text-decoration:none;
}

.SideLink:hover
{
	font-family:Verdana;
	font-weight:normal;
	color:Blue;
	font-size:12px;
	text-decoration:underline;
}

.CodingBorder
{
	font-family:Verdana;
	color:Black;	
	font-weight:normal;
	font-size:11px;
	background:#f5f5f5;
	border:solid 1px #C4D6F1;
	padding:4px 0px 4px 10px;
	height:auto;
}

/*
BOOKS STYLE SHEETS
*/

.NormalTextStrike
{
	font-family:Verdana;
	font-weight:normal;
	color:Black;
	font-size:12px;
	text-decoration:line-through;
}

.ConfirmNormal
{
	font-family:Verdana;
	font-weight:normal;
	color:Maroon;
	font-size:12px;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

.rssTitle
{
	font-family:Verdana,Sans-Serif;
	font-weight:bold;
	font-size:14px;
	
	text-decoration:none;
	}
	
.rssTitle:hover
{
	font-family:Verdana,Sans-Serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}
	
.TableHdWithoutAlign
{
	background-color:#6699CC;
	font-family:Verdana;
	color:White;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;	
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #006699;
    color: white;
    background-color:#006699;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #006666;
    color: white;
    background-color:#006666;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}


.GridHd
{
	background-color:#BCD7E4;
	font-family:Verdana;
	color:Black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;	
}

.questiondiv
{
	width: 100%;
	min-height: 200px;
	overflow: auto; 
	overflow-y: hidden;
	font-family:Verdana;
    font-size:12px;

}
