@import url("authorscatalog.css");
@import url("calendar.css");
@import url("common.css");
@import url("contentmenu.css");
@import url("content.css");
@import url("footer.css");
@import url("header.css");
@import url("index.css");
@import url("links.css");
@import url("login.css");
@import url("menu.css");
@import url("messages.css");
@import url("newsletters.css");
@import url("newsletter.css");
@import url("pager.css");
@import url("table.css");
@import url("promo.css");

hr
{
    height: 1px; 
    border-top: 1px dashed #08559C;
    margin: 3px 0px 3px 0px;
}

button
{
    height: 23px;
    vertical-align: middle;
    padding: 1px;
    margin: 0px;
    border: 1px ridge #66ccee; 
    background-color: #e8f7fe;
    font-size: 12px;
}

button_search
{
    height: 20px;
    vertical-align: middle;
    padding: 1px;
    margin: 0px;
    border: 1px ridge #66ccee; 
    background-color: #e8f7fe;
    font-size: 11px;
}

.qlistinputtext
{
    border: 1px solid navy;
    background-color: #DEE7EF;
    font-size: 12px;
    vertical-align: middle;
    margin: 0px 0px 1px 0px;
}

.qlistinputtext_search
{
    border: 1px solid navy;
    background-color: #DEE7EF;
    font-size: 11px;
    vertical-align: middle;
    margin: 0px; /* 0px 0px 1px 0px; */
    height: 15px;
    padding: 0px;
}

.qlistinputtext_search_button
{
    border: 1px solid navy;
    background-color: #DEE7EF;
    font-size: 10px;
    vertical-align: middle;
    height:17px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.qlistinputtext_large
{
    border: 1px solid navy;
    background-color: #DEE7EF;
    font-size: 12px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
    width: 300px;
    height: 150px;
}

.qlistinputtext textarea
{
    width: 300px;
}

.err
{
    color: red;
    font-style: italic;
}

.raLabel
{
    font-weight: bold;
    text-align: right;
    padding-right: 1em;
    vertical-align: top;
}

#qlistloginformsplitter
{
    float: left;
    height: 74px;
}

#spamCheckWindow
{
    display: none;
    background-color: #0b4a83;
    border: solid 1px #000;
    position: absolute;
    width: 400px;
    padding: 5px;
    z-index: 400;
    margin: 1em;
}

#spamCheckWindow h3
{
    color: #fff;
    text-align: center;
}

#spamCheckMessage
{
    text-align: center;
    color: #fff;
    padding-bottom: 1em;
}

.firstlevel
{
    font-size: 120%;
}

.secondlevel
{
    font-size: 100%;
}

.thirdlevel
{
    font-size: 80%;
}
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}



#infoSaved
{
    background-color: #fffeb7;
    font-weight: bold;
    color: black;
    border: solid 1px #000;
    text-align: center;
    padding: 1em;
    margin: 0.3em;
}

#infoDeleted
{
    background-color: #f4a22c;
    font-weight: bold;
    color: black;
    border: solid 1px #000;
    text-align: center;
    padding: 1em;
    margin: 0.3em;
}

#infoError
{
    background-color: #f4a22c;
    color: black;
    border: solid 1px #000;
    text-align: left;
    padding: 0.5em;
    margin: 0.3em;
}

/*
========================== RSS ==============================
*/

li.rss
{
    list-style-image: url('/images/rss.gif');
}

/*
========================== MAIL =============================
*/

li.mail
{
    list-style-image: url('/images/mail.jpg');
}
    
.shortenedText_Index
{
/*    font-size: 130%;*/
/*    font-weight: bold;
    color: #FF0000;*/
}

.mostPosition_Index
{
    margin: 10px;
    margin-left: 0px;
}

.mostHeader_Index
{
/*    padding-left:10px;  */
    PADDING-BOTTOM: 0px; 
    MARGIN: 0px; 
    PADDING-TOP: 0px;
}

.mostSeparator_Index
{
    border: 1px solid #FFB552; 
    border-top: 1px dashed #08559C;
    margin: 0;
    padding: 0;
}

.separator_directory
{
    border: 1px solid #FFFFFF; 
    border-top: 1px dashed #08559C;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
/*
.qlistdynamichelp
{
    background-image: url('/images/help.gif');
    background-repeat: no-repeat;
    float:right;
    padding: 0px 0px 0px 20px;
}
*/
#underCatLabel_directory
{
    font-size: large;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    border-bottom: solid 1px #0b4a80;
}

.subDirectoryLabel_directory
{	
    font-size: 90%;
    margin:0;
    
}

.subDirBlock_directory
{
    margin-left: 3px;
    margin-bottom: 0.1em;
    float: left;
    width: 200px;
}

.subSubDirBlock_directory
{
    margin-left: 1em;
    border-top: solid 1px whiteSmoke;
}

.subSubDirBlock_directory a
{
    font-size: 80%;
}

#contentChooserForm_directory
{
    margin-top: 1em;
}

.catRow_directory
{
    border: dashed 1px #58b9ec; 
    background-color: #d9f0fb;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 0;
}


.catCellNothing_directory
{
    border: dashed 1px #58b9ec; 
    background-color: #d9f0fb;
    width: 50%;
}

.qlistAdminControls_press
{
    margin-top: 1em;
    text-align: right;
}

.italicText
{
    font-style: italic;
    color: #777;
    font-size: small;
    vertical-align: top;
}

.contentTypeTitle_directory
{
    font-size: large;
    width: 150px;
    margin-bottom: 3px;
}


