﻿/* CSS Document */
/*#faqRoot {width: 800px;margin: 0 auto;padding: 0;}
#faqindex {float: right;width: 190px;font-family: consolas,verdana,helvetica,sans-serif;}
#faqindex a, #faqindex a:visited {text-decoration: none;color: #666;}
#faqindex a:active, #faqindex a:hover {color: #000;border-bottom:dotted #ccc 1px;}
#faqindex ul {list-style-type: square;list-style-image: none;list-style-position: outside;padding-left:25px;line-height: 18px;margin-top: 5px;font-size:80%;}
#faqindex ul li {color:#666666;white-space:nowrap;}
#faqindex h2 {padding: 0;margin-bottom: 0;border-bottom: dotted 1px #ccc;color: #666666;}
#faq {float:left;width: 600px;margin: 0 auto; font-family: consolas,verdana,helvetica,sans-serif; color:#ff0000;}
#faq {margin-bottom: 25px;}
#faq .faqcontent {margin: 0 10px 0 10px;font-size: 95%;}
#faq h2.faqopened, #faq h2.faqclosed {cursor: pointer;padding: 0 0 0 15px;border-bottom: dotted 1px #ccc;margin-bottom: 0;}
#faq h2.faqclosed:hover {color: black;}
#faq h2.faqclosed 
{
	color: #666666;
	background: transparent url(collapsed.png) no-repeat scroll 0 10px;
	font-family:Tahoma,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
}
#faq h2.faqopened 
{
	color: black;
	background: transparent url(expanded.png) no-repeat scroll 0 10px;
	font-family:Tahoma,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
}

.faq_pagerbuttons
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#444444;
	border:3px solid #FFFFFF;
}
a.faq_pagerbuttons:link, a.faq_pagerbuttons:visited, a.faq_pagerbuttons:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#0AA7D6;
	
	border:3px solid #FFFFFF;
	/*text-decoration:none;
	border-bottom:1px dotted #0AA7D6;
}
a.faq_pagerbuttons:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	
	text-decoration:none;
	border:3px solid #008EB4;
	background:#008EB4;
}

.faq_pagerTable
{
	border:1px solid #EEEEEE;
	background:#FFFFFF;

}
.faq_pagerTD
{

	
	padding:2px;
}
.faq_pager,a.faq_pager:link, a.faq_pager:active, a.faq_pager:visited
{
	font-family: Tahoma;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	padding:7px 9px;
	border: 1px solid #CCCCCC;
	color:#0000CC;
	background:#ffffff;
}
a.faq_pager:hover
{
	text-decoration:underline;	
}

.faq_pager_current,a.faq_pager_current:link, a.faq_pager_current:active, a.faq_pager_current:visited
{
	font-family: Tahoma;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	padding:7px 9px;
	border: 1px solid #83BC46;
	color:#723291;
	background:#F0F7E8;
}
a.faq_pager_current:hover
{
	text-decoration:none;	
}
*/



table.PageHeader
{
    background-color: White;
    clear: both;
}


.PageName
{
    font-size: 12px;
    color: White;
}
th.PageHeader
{
    font-size: 16px;
    color: White;
}
a.PageHeader, a.PageHeader:link, a.PageHeader:active, a.PageHeader:visited
{
    font-size: 12px;
    color: White;
}
a.PageHeader:hover
{
    color: Red;
}

/* for creating box borders */
table.box_borderTL
{
    border-width: 1px 0 0 1px;
    border-color: #000;
    border-style: solid;
    width: 450px;
}
td.box_borderRB
{
    border-width: 0 1px 1px 0;
    border-color: #000;
    border-style: solid;
    text-align: center;
    height: 25px;
    vertical-align: middle;
     font-size: 13px;
}
td.box_header
{
    background-color: #999999;
    text-align: left;
    padding-left: 25px;
}
a.AF_MenuItem
{
    padding-left: 25px;
    display: block;
    height: 25px;
    vertical-align: middle;
    text-align: left;
    text-decoration: none !important;
}
a.AF_MenuItem:hover
{
    color: #000 !important;
}
a.AF_MenuInactive
{
    background-color: #eee;
}
a.AF_MenuActive
{
    background-color: #ffffcc;
}
table.InnerTable tr td table
{
    /*border:1px solid #000;*/
    background-color: #eee;
}
span.level
{
    font-size: 20px;
    font-weight: bold;
}
.mGridADDQs
{
    width: 80%;
    background-color: #E8E8E8;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGridADDQs td
{
    padding: 4px;
    border: none;
    color: #525252;
}
.mGrid
{
    width: 80%;
    background-color: #E8E8E8;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
 /* border-collapse: collapse;*/
}
.mGrid td
{
    padding: 8px;
    border: none;
    color: #525252;
}
.mGrid th
{
    padding: 4px 2px;
    color: #525252;
    background: #424242 url(Images/grd_head.png) repeat-x top;
    border-left: none 6px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #E8E8E8 url(Images/grd_alt.png) repeat-x top;
}
.mGrid .pgr
{
    background: #424242 url(Images/grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 0px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.PageHeader
{
    font-family: Tahoma,Arial,Verdana;
    color: Blue;
    font-size: 14px;
    font-weight: bold;
}
/*h1,h2,h3,h4,h5,h6{ font-family:"Times New Roman", Times, serif!important; margin:3px 0!important; line-height:20px!important;}
h1{ font-size:16pt !important; font-weight:bold;}
h2{ font-size:15pt !important; font-weight:bold;}
h3{ font-size:14pt !important; font-weight:bold;}
h4{ font-size:13pt !important; font-weight:bold;}
h5{ font-size:12pt !important; font-weight:bold;}
h5{ font-size:11pt !important; font-weight:bold;}*/

.faq_Head{ font-size:16px; font-weight:400;}
.faq_SubHead { font-size:13px; font-weight:400;}
.CFC_NormalTextBox {
		font-size: 12px;
		font-weight: normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#333333 !important;
		border: 1px solid #666666;		
		
	}
	.dnnLabel
{
    float:left;
     text-align:left !important;
}

.tooltip {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 1 !important;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}


/* n*/

td > .dnnLabel {
    width:auto !important;
}
 