﻿body
{   
    font-family: Arial, sans-serif;
    font-size: 14px;
}

/*
.navbar-inner {
  background-color: #6c6e70;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}

.navbar-inverse {
  background-color: #6c6e70;  
}*/


.toolbox {
	border-radius: 5px; 
	border: 1px solid rgb(204, 204, 204); 
	margin-bottom: 20px;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px;
}

.toolbox-header {
	background: rgb(244, 244, 244); 
	padding: 4px 10px; 
	border-radius: 5px 5px 0px 0px; 
	font-size: 1em;
	 font-weight: bold;
	  border-bottom-color: rgb(204, 204, 204);
	   border-bottom-width: 1px; 
	   border-bottom-style: solid; 
	   -moz-border-radius: 5px 5px 0 0;
	    -webkit-border-radius: 5px 5px 0 0;
}

.toolbox-content {
	padding: 10px;
}

h4
{
    color:White;
    }
    
    .ui-icon-user
{
    background-image: url(images/user.png) !important;
    background-position: 0 0;
}  

    .ui-icon-user_female
{
    background-image: url(images/user_female.png) !important;
    background-position: 0 0;
}  

    .ui-icon-female
{
    background-image: url(images/female.png) !important;
    background-position: 0 0;
}  

    .ui-icon-male
{
    background-image: url(images/male.png) !important;
    background-position: 0 0;
}  

    .ui-icon-help
{
    background-image: url(images/help.png) !important;
    background-position: 0 0;
}  

.ui-widget
{
        font-family: Arial, sans-serif;
    font-size: 14px;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: Arial, sans-serif;
    font-size: 14px;    
}

.ui-button .ui-button-text { line-height: 1.0;  }

	    
	    input
	    {
	        outline: none !important;	      
	        }        

      .handle
      {
          background-color:rgb(204,204,204) !important;         
      }
      
      .slide-out-div        
      {         
          width:210px;                   
          z-index: 1000;                     
      }      