@media screen
{
 /* basic elements */
   .descr a, .doc47 a
	{
        color: #334878;
        text-decoration: none;
		font-weight: bold;
    }
/* end basic elements */

/* font style elements */
    .heading
    {
        font: normal bold 16px/1.2 Arial;
        padding-bottom: 15px;
    }
/* end font style elements */
    .list li a:hover
    {
        text-decoration: underline;
    }

/* content elements */

    .descr
    {
        padding: 30px;
		word-wrap:break-word;
    }

	.descr ol li {
	background:none;
	font:normal 10pt/1.2 Verdana;

	margin-bottom:10px;
	margin-left:12px;
	/*list-style-type:disc;*/
	}

    	
	.descr li{
list-style:none outside none;
}
    
    .descr ol li
    {
	background:none;
    margin-bottom: 10px;
	padding-left:0px;
	margin-left:52px;
    }

    .descr li
    {
        background: url(./images/bullet_sq.png) no-repeat 0 5px;
        font: normal 400 10pt/1.2 Verdana;
        margin-bottom: 10px;
		padding-left:12px;
    }

    .content li:hover  {}

    .descr h1
    {
        font: bold 18px/1.2 Arial;
    }
    .descr h2
    {
	border-bottom:1px solid #DDDDDD;
	font:600 16px/1.2 Arial;
	margin-top:15px;
	width:100%;
    }
    .descr h3
    {
        font: bold 14px/1.2 Arial;
		font:600 16px/1.2 Arial;
		margin-top:15px;
		width:100%;
    }
    .descr p
    {
        line-height: 20px;
        padding: 5px;
    }
    .descr table p
    {
        line-height: 20px;
       /* padding: 0px;*/
    }
    .descr ul
    {
        padding-left: 25px;
        padding-top: 10px;
    }
    a:hover
    {
        color: #4c0033;
        text-decoration: underline;
    }

	.centerAlign
	{
	text-align:center;
	}

	.rightAlign
	{
	text-align:right;
	}


	.leftAlign
	{
	text-align:left;
	}

	.topAlign{
	vertical-align:top
	}

	.functionIndex a{
	display:inline-block;
	}

/* end content elements */

    /* start index box */
    .indexbox
    {
        width: 100%;
		display:inline-block;
    }

    .indexboxcont
    {
        display: block;

    }

    .indexboxbar
    {
        background: transparent url(./images/horBar.png ) repeat-x left bottom;
       /* margin-bottom: 25p*/


    }

    .indexboxcont .section
    {
        display: inline-block;
        width: 49%;
        *width:42%;
        _width:42%;
        padding:0 2% 0 1%;
        vertical-align:top;

}

    .indexboxcont .indexIcon
    {
        width: 11%;
        *width:18%;
        _width:18%;
        overflow:hidden;

}

.indexboxcont .section {
  float: left;
}

    .indexboxcont .section p
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .indexboxcont .sectionlist
    {
        display: inline-block;
		vertical-align:top;
		width: 32.5%;
        padding: 0;
    }
    .indexboxcont .sectionlist ul
    {
        margin-bottom: 20px;
    }

    .indexboxcont .sectionlist ul li
    {
        line-height: 12px;
    }

    .content .indexboxcont li
    {
        font: normal bold 13px/1 Verdana;
    }

    .indexbox a:hover, .indexbox a:visited:hover
    {
        color: #4c0033;
        text-decoration: underline;
    }

    .indexbox a:visited
    {
        color: #334878;
        text-decoration: none;
		font-weight: bold;
    }

	.indexbox .indexIcon {
	width: 11%;
	}


    .indexbox .indexIcon span
    {
        display: block;
    }

    .indexbox.guide .indexIcon span
    {
        width: 96px;
        height: 137px;
        background: url(./images/sprites-combined.png) no-repeat -5px -376px;
        padding: 0;
    }

    .indexbox.tools .indexIcon span
    {
        width: 115px;
        height: 137px;
        background: url(./images/sprites-combined.png) no-repeat -111px -376px;
        padding: 0;
    }
    .indexboxcont:after
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
		.alphaChar{
	width:95%;
	background-color:#F6F6F6;
	border:1px solid #E6E6E6;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	font-size:12pt;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
		.flowList{
	/*vertical-align:top;*/
	/*margin:20px auto;*/

	column-count:3;
	-webkit-column-count:3;
	-moz-column-count:3;
/*
	column-width:100%;
	-webkit-column-width:200px;
	-col-column-width:200px;
*/
	column-gap:41px;
	-webkit-column-gap:41px;
	-moz-column-gap:41px;

	column-rule: 1px dashed #ccc;
	-webkit-column-rule: 1px dashed #ccc;
	-moz-column-rule: 1px dashed #ccc;
	}

	.flowList dl{
	}
	.flowList dd{
	/*display:inline-block;*/
	margin-left:10px;
	min-width:250px;
	line-height: 1.2;

	}

	.flowList dd a{
	}

	.doc47 .flowList p{
	padding:0px;
	}

	.functionIndex {
	font-size:12pt;
	word-spacing:10px;
	margin-bottom:10px;
    background-color: #F6F6F6;
    border-width: 1px;
    border-style: solid;
    border-color: #E6E6E6;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	width:100%;
	}

	.generic{
	}
	.generic td{
	/*	padding:5px;*/
	}
	.generic .alphaChar{
	margin-top:5px;
	}

	.generic .odd .alphaChar{
        background-color: #F6F6F6;
	}

	.generic .even .alphaChar{
        background-color: #FFFFFF;
	}

	.alignedsummary{}
	.propsummary{}
	.memItemLeft{}
	.memItemRight{
		padding:3px 15px 3px 0;
	}
	.bottomAlign{}
	.highlightedCode
	{
	margin:10px;
	}
	.LegaleseLeft{}
	.valuelist{}
	.annotated td{
	        padding: 3px 5px 3px 5px;
	}
	.obsolete{}
	.compat{}
	.flags{}
	.qmlsummary{}
	.qmlitem{}
	.qmlproto{}
	.qmlname{}
	.qmlreadonly{}
	.qmldefault{}
	.qmldoc{}
	.qt-style{}
	.redFont{}
	code{}

    div.doc .header table.alignedsummary {
        width: 60%;
    }

/* TOC */
.toc{
    float: right;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    margin : 5px 5px 5px 5 px;
    padding: 20px 15px 20px 20px;
    height: auto;
    width: 20%;
}

div.toc h3{
    color:#4A638F;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	font-family: Verdana,sans-serif;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
}

div.toc h3 a {
    color:#4A638F;
    font-size: 16px;
}

div.toc h3 a:hover {
    color:#4A638F;
    font-size: 16px;
}

.generic a{
    font: bold 12px/1.2 Arial;
}

.toc ul{
    padding-left: 0px;
}

.toc h3{
    border-bottom:0px;
    margin-top:0px;
}

div.toc li a{
    text-decoration: none;
    text-align: left;
}

.toc .level2{
    margin-left: 15px;
}

.toc .level3{
    margin-left: 30px;
}

.toc li{
    font: normal 10px/1.2 Verdana;
    background: url(./images/bullet_dn.png) no-repeat 0 5px;
    margin-bottom:10px;
    padding-left:12px;    
}
