﻿body 
{
    font-family:Segoe UI, Tahoma, Verdana, Arial;
    color:#48494e;
    font-size:16px;
}

 .dynamicCSS

{

      text-align:left;

} 

.Toptext
{
    color:#FFFFFF;
    font-size:12px;
    text-align:left;
}

a
{
    text-decoration:none;
    color:#f64d03;
}

.Footer
{
    font-size:14px;
    color:#16324a;
    text-align:left;
}

.Heading
{
    font-size:30px;
    color:#f64d03;
}

.SubHeading
{
    font-size:20px;
    color:#f64d03;
}

.SubHeading2
{
    font-size:14px;
    color:#f64d03;
}

.ArticleDate
{
    font-size:11px;
    font-weight:bold;
    color:#f64d03;
    text-decoration:none;
}

.ArticleName
{
    font-size:14px;
    font-weight:bold;
    color:#f64d03;
    text-decoration:none;
}

.ArticleSummary
{
    font-size:16px;
    color:#48494e;
    text-decoration:none;
}


h6
{
    font-size:20px;
    color:#6a9d24;
}

p
{
    color:#48494e;
    text-align:justify;
    font-size:16px;
}

ul
{
    font-size:16px;
}

.Tabstyle .ajax__tab_header { 
     font-family:Segoe UI;
     font-size:14px; 
}

.Tabstyle .ajax__tab_outer { 
     height:29px;
}

.Tabstyle .ajax__tab_inner    { 
     padding-left:3px; 
}

.Tabstyle .ajax__tab_tab { 
     padding:4px 20px;
     margin:0; 
     cursor:pointer;
}

.Tabstyle .ajax__tab_body { 
     font-family:Segoe UI; 
     font-size:10pt; 
     border:0px; 
     border-top:0; 
     padding:10px 10px 10px 10px; 
     background-color:#ffffff; 
}

.Tabstyle .ajax__tab_header { 
      background:url() repeat-x bottom;
      color:#27364f; 
}

.Tabstyle .ajax__tab_outer    { 
      background:url() no-repeat right; 
}

.Tabstyle .ajax__tab_inner    { 
     background:url() no-repeat; 
}

.Tabstyle .ajax__tab_tab { 
     background:url('images/Tab_bg.jpg') repeat-x; 
}

.Tabstyle .ajax__tab_hover .ajax__tab_outer { 
     background:url() no-repeat right; 
}

.Tabstyle .ajax__tab_hover .ajax__tab_inner { 
     background:url() no-repeat; 
}

.Tabstyle .ajax__tab_hover .ajax__tab_tab { 
     background:url('images/Tab_hover.jpg') repeat-x;
     color:#27364f; 
}

.Tabstyle .ajax__tab_active .ajax__tab_outer { 
     background:url() no-repeat right; 
}

.Tabstyle .ajax__tab_active .ajax__tab_inner { 
     background:url() no-repeat; 
}

.Tabstyle .ajax__tab_active .ajax__tab_tab { 
     background:url('images/Tab_active.jpg') repeat-x; 
     color:#0d78bd;
}


.AccordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.AccordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.AccordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.menuItemStyle
{
    text-align:center;
    vertical-align:middle;
}


.Request_btn
{
    background: #e47802;
    border: solid 1px #cb5b12;
    font-family: Segeo UI, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: White;    
    height: 25px;  

}

.Request_btn:hover
{
    background: #cb5001;
    border: solid 1px #cb5b12;
    font-family: Segeo UI, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: White;   
    height: 25px;

}
