/* 
    Document   : reframe
    Created on : Jul 10, 2008, 6:44:03 PM
    Author     : cmcilvoy
    Description:
        Purpose of the stylesheet follows.
*/
#addMenu
{
    display:none;
    position:relative;
    background:#fff;
    width:130px;
}
#addMenu #cmsMenu
{
    position:absolute;
    top:0px;
    left:565px;
    background:#fff;
    border:1px solid #000;
    width:130px;
}
#addMenu #cmsMenu div
{
    border-bottom:1px dotted #666;
    padding:2px;
}
#addMenu #cmsMenu div a.addMenuLink
{
    color:#000;
    font-weight:normal;
    font-size:.8em;
}
.ac_input {
	width: 200px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background : url('http://reframecollection.org/images/indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.password_title{font-weight:bold;}
/*
*************************************
LOGIN 
*************************************
*/
#lTabs {text-align:center;border: 1px solid #ffffff;width:615px;overflow:auto;background:#000000;}
#lTabs .s{padding:15px;font-size:32px;color:#000000;background:#ffffff;float:left;width:275px;}
#lTabs .s h3{font-size:14px;color:#000000;}
#lTabs .u{padding:15px;font-size:32px;color:#ffffff;float:right;width:275px;}
#lTabs .u h3{font-size:14px;color:#ffffff}



#login_form{text-align:center;padding-left:50px;}
#divLogin{text-align:left;font-size:.9em;}
#divLogin h1{padding-left:25px;}
#divLogin div.r{ padding-top: 10px; clear: both;}
#divLogin div.r span.l{float: left;width: 125px;text-align: right;padding-right:5px;}
#divLogin div.r span.f{float: right; width: 200px;text-align: left;} 
#divLogin div.r span.lk a{color:#000;} 

/*
*************************************
LETTERS 
*************************************
*/
#letters li{padding-left:5px;}
/*
#letters li.selected a:active, a:link, a:hover, a:visited{text-decoration:none;color:#000;font-weight:bold;}
*/
#letters li.selected a{text-decoration:none;color:#000;}
#letters li.unselected a:link{text-decoration:underline;color:#ccc;}
#letters li.unselected a:hover{background:ffcccc;}


.curatedNav li{padding-left:7px;}
.curatedNav li.selected a{color:#000;}
.curatedNav li.unselected a{color:#ccc;}

/*
*************************************
PAGEs 
*************************************
*/
#page ul { display: inline; text-align: center;}
#page li { display: inline; font-size: 18px; padding: 4px; cursor: pointer; color: grey;}
#page li.selected {
font-weight: bold;
font-size: 16px;
color: black;
}
#page { text-align: center; margin-left: auto; margin-right: auto; padding: 10px;}