div, html, body
{
    margin: 0px;
    padding: 0px;
}
body
{
    background-color: #77ddff;
    margin: 0px 0px 0px 0px;
    height: 100%;
    font-size: 100%;
    color: navy;
    font-family: Arial, Helvetica, sans-serif;
    scrollbar-face-color: #DEE5FF;
    scrollbar-highlight-color: #DEE5FF;
    scrollbar-shadow-color: #3B51A2;
    scrollbar-3dlight-color: #3B51A2;
    scrollbar-arrow-color: #3B51A2;
    scrollbar-track-color: #DEE5FF;
    scrollbar-darkshadow-color: #DEE5FF;
}

A
{
    COLOR: #08559C; 
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none;
}

A:hover
{
    COLOR: #08559C; 
    FONT-FAMILY: Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: underline;
}


th a {
    color: #fff;
    font-weight: bold;    
}

th a:hover {
    color: #fff;
    font-weight: bold;    
}


h1
{
    font-size: 140%;
}
h2
{
    font-size: 130%;
}
h3
{
    font-size: 120%;
}
h4
{
    font-size: 110%;
}
h5
{
    font-size: 100%;
}
h6
{
    font-size: 90%;
}
table
{
    background-color: white;
    margin: 3px;
    min-width: 450px;
}
table.qlistmarkuptable
{
    background-color: transparent;
}
th
{
    background-color: #037abc;
    color: white;
    padding: 3px 5px 3px 5px;
    border: 1px solid #c0ddeb;
    vertical-align: middle;
    font-weight: normal;
}
tr.even
{
    background-color:#cdeffb;
}
tr.odd
{
    background-color: #e8f7fe;
}

table.qlistmarkuptable th
{
    vertical-align: top;
    text-align: right;
}

td
{
    padding: 2px;
}

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;
}

.qlistinputtext
{
    border: 1px solid navy;
    background-color: #DEE7EF;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 1px;
    scrollbar-face-color: #DEE5FF;
    scrollbar-highlight-color: #DEE5FF;
    scrollbar-shadow-color: #3B51A2;
    scrollbar-3dlight-color: #3B51A2;
    scrollbar-arrow-color: #3B51A2;
    scrollbar-track-color: #DEE5FF;
    scrollbar-darkshadow-color: #DEE5FF;
}
.qlistinputtext textarea
{
    width: 300px;
}
/*
============================ Header ==========================
*/
#qlistheader
{
    width: 100%;
    height: 90px;
    margin: 0px;
    padding: 0px;
    background-image: url('images/top/top_vertical_line.gif');
    vertical-align: middle;
    font-size: 12px;
    color: white;
    clear: both;
}

#qlistheader a
{
    color: white;
}

#qlistheader img
{
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/*------------------------------------------------------*/
#qlistheadermenu
{
    padding-top: 23px;
    line-height: 1.2;
}
/*------------------------------------------------------*/
#qlistheaderbanner
{
    width: 468px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    top: 15px;
    left: 340px;
    overflow: hidden;
    background-color: yellow;
}
/*
============================ Menu ==========================
*/
#qlistmenu
{
    width: 100%;
    min-height: 28px;
    margin: 0px;
    margin-bottom: 1px;
    padding: 0px;
    background-image: url('images/menu/menu_vertical_line.gif');
    font-size: 12px;
    font-weight: normal;
    color: white;
    line-height: 26px;
}

#qlistmenu li
{
    float:left; 
    margin:0px -1px 0px 1px;
    padding-left: 10px;
    font-weight: normal;
    display: inline;
    vertical-align: middle;
    white-space: nowrap;
 
}
#qlistmenu ul
{
    padding: 0px;
    margin: 0px;
}
#qlistmenu a
{
    vertical-align: bottom;
    color: white;
    text-decoration: none;
}
#qlistmenu img
{
    padding: 10px;
    margin: 0px;
    vertical-align: middle;
}
/*
============================ Content ==========================
*/

#qlistcontent
{
    min-height: 760px;
    background-color: white;
    background-image: url('/images/newsletters/newsletters_gradient.gif');
    background-repeat: repeat-x;
    color: navy;
    padding: 0px;
    margin: 0;
    overflow: default;

}

* html #qlistcontent {
    height: 768px;
    margin: 0;
}

#qlistcontentcontainer
{
    margin-top: 0px;
    margin-left: 200px;
    margin-right: 20px;
    min-height: 750px;
    width: 750px;
    z-index: 100;
    font-size: 86%;
}

#qlistcontentcontainermod
{
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 550px;
    min-width: 850px;
    z-index: 100;
}

#qlistmainpagecontentcontainer
{
    margin-top: 0px;
    min-height: 550px;
    min-width: 850px;
    z-index: 100;
}

#qlistcontentselector
{
    min-width: 550px;
    white-space: nowrap;
    background-color: transparent;
}
#qlistmainpagerightsideimage
{
    padding: 0px;
    margin: 0px;
    border: none;
}

/*-------------Index page-----------------------------------*/
#qlistmainpagetop
{
    height: 210px;
    margin: 0px;
    padding: 0px;
    margin-top: -20px;
    width: 100%;
    background-color: #f89900;
    background-image: url('/images/index_logo_left.jpg');
    background-repeat: repeat-y;
/*    background-attachment: fixed; */
    background-position: left top;
}
#qlistmainpagetopinfo
{
    margin: 0px;
    height: 180px;
    position: absolute;
    width: 520px;
    padding-left: 15px;
    padding-top: 20px;
    color: white;
    font-size: 11px;
}
#qlistmainpagetopimage
{
    padding: 0px;
    margin: 0px;
    width: 380px;
    height: 138px;
    position: absolute;
    top: 118px;
    right: 10px;
}
#qlistmainpageloginformcontainer
{
    top: 200px;
    margin: 0;
    margin-top: 25px; 
    padding: 0;
}
#qlistmainpageloginformarrows
{      
    margin: 0px; 
    padding: 0px;
    clear: both;
    width: 589px;
    background-image: url('/images/join_arrows_gradient.gif');
    background-repeat: repeat-x;
    background-attachment: top right;
    z-index: 0;
}
#qlistmainpageloginformarrowstext
{
    border: 0px solid red;
    vertical-align: top;
    font-size: 26px;
    margin-top: 20px;
    text-decoration: underline;
}

#qlistmainpagedirectorieshead h1 {
    margin: 0;
    padding: 0;
}

#qlistmainpagedirectorieshead
{
    height: 30px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    background-image: url('images/menu/menu_vertical_line.gif');
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: normal;
    color: white;
    line-height: 26px;
}

#qlistmainpagedirectoriesloop
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    background-color: #FFB552;
    font-size: 12px;
    font-weight: normal;
    color: #08559C;
    line-height: 26px;
    height: 462px;
}

#qlistmainpagedirectories
{
    width: 100%;/*350px;*/
    margin: 0;
    margin-top: 10px;
    padding: 0;
    font-size: 12px;
    margin-left: 5px;
    border-bottom: solid 12px #0b4a80;
}
#qlistmainpagedirectories h3
{
    margin: 1px;
    padding: 0;
    color: #08559C;
}
/*-------------Admin and member menu------------------------*/
#qlistcontentmenu
{
    width: 170px;
    position:absolute;
/*    top: 130px;
    left: 50%;
    margin-left: -500px; */
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    margin-left: 0px;
    
}
#qlistcontentmenu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#qlistcontentmenu li
{
    border-bottom: 1px solid cyan;
    padding: 3px 0px 3px 5px;
}
#qlistcontentmenu h1
{
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid cyan;    
}
/*----------Main page-----------------------*/
table.qlistmainpage
{
    margin: 0px;
}
/*----------Login form----------------------------------*/
table.helpertable
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: transparent;
}
#loginmainpage
{
	width: 591px;
	height: 178px;
	background-image: url('/images/login_main_page_back1.jpg');
	background-repeat: no-repeat;
}
div#qlistloginformcontainer
{
    width: 500px;
    float:left;
}
div#qlistloginform
{
    height: 63px;
    width: 450px;
    border: none;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url('/images/login/login_form_line.gif');
    background-repeat: repeat-x;
    vertical-align: middle;
    float: left;
    display: block;
    white-space: nowrap;
}
div.qlistloginformlabel
{
    	padding: 0px 10px 0px 0px;
	margin: 0px;
    	width: 100px;
    	color: white;
    	font-size: 10px;
	float: left;
}
td.qlistloginformlabel
{
    	padding: 0px 10px 0px 0px;
	margin: 0px;
    	width: 100px;
    	color: white;
    	font-size: 10px;
}

.qlistloginforminput
{
	padding-top: 0px;
    width: 100px;
    height: 19px;
    font-size: 13px;
/*    float: left; */
    border: solid 1px #000;
    background-color: #DEE7EF;
}
#qlistloginformbutton
{
    border: 1px solid navy;
    background-color: #DEE7EF;
    font-size: 13px;
}
#qlistloginformcontainer img
{
    margin: 0px;
    padding: 0px;
    float: left;
}
#qlistloginformerrormessage
{
 padding-top: 5px;
 font-size: 12px;
 font-weight: bold;
 color: yellow;
}
/*-----------Newsletter bars-------------------------*/
.qlistmainpagenewsletterbar
{
    padding-top: 3px;
    margin: 0;

}

table.qlistmainpagenewsletterbartable td
{
 vertical-align: top;
 margin: 0px;
 padding: 0px;
}

div.qlistmainpagenewsletterbarhead
{
 height: 30px;
 background-image: url('images/menu/menu_vertical_line.gif');
 background-repeat: repeat-x;
 font-size: 12px;
 font-weight: normal;
 color: white;
 line-height: 26px; 
 margin: 0px; 
 padding: 0px;
}

div.qlistmainpagenewsletterbarhead a
{
 color: white;
 text-decoration: none;
}

div.qlistmainpagenewsletterbarloop
{
 margin: 0px;
 padding: 0px;
 height: 230px;
 background-color: #FFB552;
 font-size: 10px;
 font-weight: normal;
 color: #08559C;
 line-height: 20px;
 overflow: hidden;
 vertical-align: top;
 margin: 0px; 
 padding: 0; 
 padding-left: 10px; 
 padding-right: 8px;
}

div.qlistmainpagenewsletterbarmore
{
/* position:relative;
 top:-21px; */
 padding-left: 5px;
 background-color: #FFB552;
 border-bottom: solid 12px #0b4a80;
}

/*-------Statistics calendar-------------------------*/
#qliststatcalendar
{
    width: 250px;
    margin-right: -40px; 
    float: right;
}
#qliststatcalendar li
{
    padding: 0px;
    margin: -10px;
}

/*-------Archive calendar-------------------------*/
#qlistcalendar
{
 width: 250px;
 margin-right: 10px; 
 float: right;
}

#qlistcalendar li
{
    padding: 0px;
    margin: -10px;
}
.qlistcalendarseparator1
{
    border: 1px dashed navy;
    margin: 0px;
}
.qlistcalendarseparator2
{
    border: 1px solid navy;
    margin: 0px;
}
.qlistcalendartable
{
    min-width: 170px;
    width: 170px;
    text-align: center;
    font-size: 12px;
    background-color: transparent;
}
.qlistcalendartable a
{
    font-weight: bold;
}
.qlistcalendarinfo
{

}
.qlistcalendarcurrentday
{
    background-color: navy;
    color: white;
}
.qlistcalendarviewday
{
    border: 1px solid cyan;
}
.qlistcalendarviewcurrentday
{
    border: 1px solid cyan;
    background-color: navy;
    color: white;
}
.qlistcalendarcurrentmonth
{

}
.qlistcalendarnextmonth
{

}
.qlistcalendarpreviousmonth
{

}
/*
============================ Footer ==========================
*/
#qlistfooter
{
    width: 100%;
    height: 30px;
    margin: 0px;
    padding: 0px;
    text-align:center;
    vertical-align: top;
    font-size: 12px;
    background-image: url('images/footer/footer_vertical_line.gif');
}
#qlistfooter img
{
    margin: 0px;
    padding: 0px;
}
.rightsideimage
{
    position: static;
    right: 0px;
    top: 0px;
    border: none;
    margin-right: -10px;
    margin-top: -16px; 
    z-index: 110;
}

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

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

#qlist
{
    margin: 0 auto;
    background-color: #77ddff;
    padding: 0px 10px 0px 10px;
    min-width: 1000px;
}

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

.inv_drdn
{
    display: none;
    background-color: #0b4a83;
    border: solid 1px #fff;
    position: absolute;
    top: 118px;
    padding: 5px;
    z-index: 200;
    padding-bottom: 2px;
    margin-top: -1px;
}

.inv_drdn a:hover
{
    color: #777;
}

#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;
}

#qlistnav {
    display: none;
    position: absolute; 
    background: white; 
    border: 1px solid black; 
    padding: 10px; width: auto;
    min-width: 150px;
}

* html #qlistnav {
    width: 150px;
}

p {
}

#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;
}


#qlistHeaderStatContainer
{
    text-align: left;
    /*position: absolute;
    margin-left: 830px;
    top: 23px;
    font-size: 100%;*/
	width: 160px;
	padding-top: 20px;
	float: right;
}

.qhsLabel {
    width: 90px;
    float: left; 
    color: white;
	float: left;
}

.qhsValue {
    width: 60px;
	float: left;
    text-align: right;
    color: WhiteSmoke;
    font-weight: bold;
}

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

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

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

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

#searchLabel_Index
{
    font-size: 140%;
    font-weight: bold;    
}
    
.shortenedText_Index
{
    font-size: 130%;
    font-weight: bold;
    overflow: default;
}

.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;
}


