﻿body
{
background-image:url(/images/all_pages/full_all_bg.jpg);
background-repeat:repeat-x;
margin:0px auto;
background-color:#D8E8F4;
font-family:Arial;
color:#2D2D2D;
}

 
#full
{
width:1014px;
margin:0px auto;

}
#main2
 {
     width:1000px;
     float:right;
     margin-right:-11px;
     
 }
#full_bg
{
width:1000px;
float:left
}
/*ALL_Page---------------------------------------------------------------------------------------START*/
#top_menu_all
{
    background-image:url(/images/all_pages/top_menu_all.jpg);
width:989px;
height:42px;
    }
   
#header
{
    width:989px;
    height:126px;
    
    }
#right_header
{
    width:327px;
    float:right;
    height:126px;
    background-image:url(/images/all_pages/tymng_bg.jpg);
    background-repeat:no-repeat;
    
} 
#left_header
{
    width:662px;
    float:right;
    height:126px;
    border:0px red solid;
   }  
#name
{background-image:url(/images/all_pages/name.jpg);
    background-repeat:no-repeat;
    width:506px;
    height:126px;
    float:right;
    }  
#logo
{ background-image:url(/images/all_pages/logo.jpg);
    background-repeat:no-repeat;
    width:156px;
    height:126px;
    float:right;
    }
#Big_Container
{
    width:989px;
    *width:989px;
    margin-top:0px;
    margin-top:-3px;
    
    } 
#right_container_all
{
    width:248px;
    *width:248px;
    float:right;
    
    
} 
#left_container_all
{
    width:741px;
    float:right;
}

#data_container
{
    width:741px;
    background-image:url(/images/all_pages/content_base.jpg);
    background-repeat:no-repeat;
    height:384px;
    float:left;
}
#inside_data_container
{
    width:690px;
    text-align:justify;
    padding-right:12px;
    margin-left:35px;
    font-size:12px;
  
    height: 400px; 
   overflow: auto; 
    overflow-x:hidden;   
}       
   
   
/*ALL_Page---------------------------------------------------------------------------------------END*/
/* Master details */
.main
{
    float:left; 
    width:100%;
    border:solid 0px green;
    
}
.ChildHeading
{
    width: 100%;
    height: auto;
    font-family: Arial; /* font-weight: bold;*/
    font-size: 18px;
    color: #32566B;
      border: 0px solid red;
    text-align: center; /* background-color: #75C82F;*/
   
    float:left ;
}
.ChildHeadingborder
{
    width: 99%;
    border: 0px solid #31749E;
    height: auto;
   
    float: left ;
}
a
{
    text-decoration: None;
    color:Black;
}

 /* Accordion */
.accordionHeader
{
    border: 1px solid #a1c8e2;
    color: #0060a3;
    background-color: #c8dcec;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #e3edf5;
    border: 1px dashed #a1c8e2;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.BulletsProv
{
    list-style-type:none;
    padding-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:50px;
    padding-top:0px;
    padding-bottom:0px;
    font-size:12px;
    font-family:Arial;
    list-style-image:url(/images/bullet2.png);
    list-style-position:inside;   
}
.BulletsProvForTransport
{
    list-style-type:none;
    padding-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    font-size:12px;
    font-family:Arial;
    list-style-image:url(/images/bullet2.png);
    list-style-position:inside;   
}