

/******************************************************************* BackGround Css ***********************************************************/
html
{
  background-color:#f2f2f2;
}
body
{ background-color:#f2f2f2;
    font-size:80%; 

}
	


/********************************************************************** Button Css ***********************************************************/

 
 
 /*************************************************************** Textbox Css ***********************************************************/
 
   input[type="text"] {
   border: 1px solid  #7698ff ;
   
    font-size: 14px;
    padding: 3px 3px 3px 3px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

}
input[type="text"]:focus
{
	  outline: none;
	  background-color:  #ecf1ff ;
	  
    border: 1px solid   #8aa9ff ;
    box-shadow: 0px 0px 8px  #8aa9ff;
    -moz-box-shadow: 0px 0px 8px  #8aa9ff;
    -webkit-box-shadow: 0px 0px 8px  #8aa9ff ;
}​
.editor-field select
 {
  border: 1px solid  #d0d3d4;
   
    font-size: 13px;
    padding: 3px 3px 3px 3px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 6px  #d0d3d4;
    -moz-box-shadow: 0px 0px 6px  #d0d3d4;
    -webkit-box-shadow: 0px 0px 6px  #d0d3d4;
}
select:focus
{
	  outline: none;
	  background-color:#EFF2FB;
	  
    border: 1px solid  #26759e;
    box-shadow: 0px 0px 8px #26759e;
    -moz-box-shadow: 0px 0px 8px #26759e;
    -webkit-box-shadow: 0px 0px 8px #26759e;
}​




/************************************************************** Search TextBox Css **************************************************************/


.accordionContent
{
    background-color: #0f4d79;
   
    border: 1px solid #f6fafc;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    
}
.accordionHeaderSelected
{
    border: 1px solid #f6fafc;
    color: #0f4d79;
    background-color:#f6fafc;
    border-color :#f6fafc;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    
}


.accordionHeader
{
    border: 1px solid #f6fafc;
    border-color :#f6fafc;
    color:#0f4d79 ;
    background-color: #f6fafc;
   
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}



.autocomplete_completionListElement
{
    padding: 2px;
    font-family::Verdana;
    font-size: 1em;
    border: solid 1px #59807D;
    line-height: 25px;
    background-color: #A9D0F5;
    height: 300px;
    overflow: auto;
    list-style-type: none;
    white-space: nowrap;
    width: 350px;
    color: #808080;
    font-weight: normal;
    font-style: normal;
    word-spacing: .5em;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	 color: White;
            background-color: #0080FF;
            cursor: pointer;
            padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	border-bottom: dotted 1px blue;
            cursor: pointer;
            color: Maroon;
            padding: 1px;
}
#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}



/******************************************************************* DropDownlist Css ***************************************************************/



   .twitterStyleTextbox {
    border: 1px solid #8aa9ff;
    font-size: 10px;
    padding: 3px 3px 3px 3px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

}

.twitterStyleTextbox:focus 
{
	background-color:#ecf1ff;
    outline: none;
    border: 1px solid #8aa9ff;
    box-shadow: 0px 0px 7px #8aa9ff;
    -moz-box-shadow: 0px 0px 7px #8aa9ff;
    -webkit-box-shadow: 0px 0px 7px #8aa9ff;
    
}​



* style all input elements with a required attribute */
input:required {
}

/**
 * style input elements that have a required
 * attribute and a focus state
 */
input:required:focus {

}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
input:required:hover {
  opacity: 1;
  
}



/*********************************************************Text font and color css  **************************************************/

body
{
    font-family:Open Sans;
    font-weight:bold;
    font-size:small;
    color:#626567;
}


/********************************************************************tooltip Css***********************************************************************/







a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:120px;
  font-size:11pt;
  font-family:calibri;
  font-weight:lighter;
  color: #FFFFFF;
  background: #3C1D24;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-width: 6px 6px 6px 0px;
  content: "";
  right: 35px;
  top: 5px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #3C1D24;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: .9;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  z-index: 999;
}


/***************************************************************** accordion Css ** Use byAdvance Search**********************************************/


 .accordionContent
        {
            background-color: #5d5d5d;
            border-color: -moz-use-text-color #505050 #505050;
            border-right: 1px dashed #505050;
            border-style: none dashed dashed;
            border-width: medium 1px 1px;
            padding: 10px 5px 5px;
            width: 98%;
        }
        .accordionHeaderSelected
        {
            background-color: #525252;
            border: 1px solid #505050;
            color: white;
            cursor: pointer;
            font-size: 13px;
            font-weight: bold;
            margin-top: 5px;
            padding: 5px;
            width: 98%;
        }
        .accordionHeader
        {
            background-color: #5d5d5d;
            border: 1px solid #505050;
            color: white;
            cursor: pointer;
            font-family: Arial,Sans-Serif;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
            padding: 5px;
            width: 98%;
        }
       
        
        .style1
        {
            width: 37px;
        }
        .style2
        {
            width: 50px;
        }