﻿.foo{}

/* Comments from ratings */
.Comments
{
    overflow: auto;
    height: 100%;
    border-top: dashed 1px Black;
}
#right .Comments h4
{
    margin: 10px 0px;
}

.Comments .description, .Comments .alt
{
    border-bottom: dotted 1px Gray;
    padding: 3px;
    
}
.Comments .description
{
    background: #F1F1F1;
}

/* other properties inherited from style.css */
.accordion-content, .accordion-header, .accordion-header-selected, .accordion-content-area
{
}
/* Inherits from Menu h3 in style.css */
.accordion-header-selected h4
{
}

/* Password Strength classes */
.ps-position
{
    position: relative;
    top: 50px;
}
.level1
{
    color: #800000;
}
.level2
{
    color: Red;
}
.level3
{
    color: #FF8C00;
}
.level4
{
    color: #C0C000;
}
.level5
{
    color: #008000;
}

/* Modal Popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	padding: 10px;
	width: 250px;
	min-height: 450px;
	border: solid 2px #002A5F;
	background-color: #FFFFFF;
}
.modalPopup .form
{
    margin: 0px;
}
.modalItem
{
    overflow: hidden;
    height: 100%;
    margin: 15px 0px;
}
.modalItem ul
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
.modalItem li
{
    margin: 0px;
    padding: 5px 0px;
}
/* Inherits colour from styles.css h1 */
.modalHdr
{
    cursor: move;
    background-color: #002A5F;
    text-align: center;
    color: White;
    margin-bottom: 10px;
    height: 100%;
}
.modalHdr h3
{
    padding: 4px;
    color: White;
    font-size: 10pt;
    margin: 0px;
}
#page .modalHdr h2, #home-items .intro h2
{
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
#page .modalHdr a
{
    float: right;
    text-decoration: none;
    background-color: Black;
    padding: 4px 5px;
    color: White;
    font-weight: bold;
    background-image: none;
    font-size: 10pt;
}
#page .modalHdr a:Hover
{
    background-color: red;
    background-image: none;
    color: White;
}

.watermarked
{
    background-color: #FFFFC0;
    font-style: italic;
    color: Gray;
}

/* Rolling Link */
.rolling-link
{
    cursor: pointer;
}
