body
{
	font-family: Verdana,Arial,San-Serif;
	font-size: 8pt;
	background-color: #F0F0F0;
}
.Hidden
{
	visibility:hidden;
}
/* DropShadow */
#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}

.dropShadowPanel 
{
	align:center;
	width:775;
	background-color:#ccccff;
	color:white;
	font-weight:bold;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* 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);
}

.Outer_Table
{
	border-collapse: collapse;
	background-color: blue;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-color: black;
	border-bottom-style: solid;
	font-weight: bold;
	color: white;
}
.Content_Table
{
	border-collapse: collapse;
	background-color: #99e7ff;
}
.GoogleSearch
{
	background-color: #cccccc;
}
.Inner_Table
{
	border-collapse: collapse;
	background-color: #CFECEC;
	color: black;
	font-weight: bold;
	font-size: 12px;
}
.Small_Font_7pt
{
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica;
	color: black;
}
.Small_Font_8pt
{
	font-size: 8pt;
	font-family: Arial;
	color: blue;
	font-weight: bold;	
}
.Small_Font_10pt
{
	font-size: 10pt;
	font-family: Arial;
	color: #000000;	
	font-weight: bold;
}
.large_bold_Font
{
	font-size: large;
	font-family: Arial;
	font-weight: bold;
}
.Small_Font_12pt
{
	font-size: 12pt;
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}
.Question_TextArea
{
	font-weight: bold;
	color: blue;
	font-size: 12px;
	width: 100%;
	background-color: #ccffff;
}
.Comment_TextArea
{
	font-weight: bold;
	color: blue;
	font-size: 12px;
	background-color: #ccccff;
}
.Question
{
	font-weight: bold;
	color: blue;
	background-color: #ccffff;
	font-size: medium;
}
.Small_AddQuestion_Font
{
	font-weight: bold;
	color: blue;
}
.QuestionsCorrect_Table
{
	background-color: #ccffff;
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	padding-top: 1px;
	border-collapse: separate;
	font-weight: bold;
	color: black;
	font-size: 12px;
} 

.Correct_Font
{
	font-size: 10pt;
	color: green;
	font-weight: bold;
}
.Incorrect_Font
{
	font-size: 10pt;
	color: red;
	font-weight: bold;
}
.RelatedArticle_Font
{
	font-size: 12px;
	color: #3300cc;
	font-weight: bold;
}
 #UpdateProgress1 {
   background-color:#CF4342;
   color:#fff;
   position:fixed;
 }
 #UpdateProgress1 img {
   vertical-align:middle;
   margin:2px;
 }
.Test
{
	white-space : normal;
}

.Menu
{
	z-index: 100;
}
.MenuItem
{
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	color:white;
	background-color:blue;
	width:100px;
	height:16px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.MenuItemSelected
{
	font-weight:bold;
}

.Test
{
	background-color: #cccccc;
}