﻿
#container 
{ 
width: 100%; 
clear: both; 
border: 1px solid #CCC; 
} 
#rowHeader
{
float: left; 
width: 100%; 
margin: 0 5px 0 0; 
border: 1px solid #CCC; 
}
#col_left 
{ 
float: left; 
width: 25%; 
margin: 0 5px 0 0; 
border: 1px solid #CCC; 
} 

#col_right 
{ 
float: right; 
width: 50%; 
margin: 5px; 
border: 1px solid #CCC; 
} 
input[type='text'] 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


        .accordion {  
            width: 650px;  
        }  
          
        .accordionHeader {  
            border: 1px solid #2F4F4F;  
            color: white;  
            background-color: #9a4c35;  
            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: #c16c18;  
            font-family: Arial, Sans-Serif;  
            font-size: 12px;  
            font-weight: bold;  
            padding: 5px;  
            margin-top: 5px;  
            cursor: pointer;  
        }  
          
        .accordionContent {  
            background-color: #faefe5;  
            border: 1px dashed #2F4F4F;  
            border-top: none;  
            padding: 5px;  
            padding-top: 10px;  
        }  
        
.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}
 
  
.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}

listitem[selected], listitem[selected=true]{ 
    background-color: #c16c18;
    color: white;
}