/************************************************************************************************************************/
/*                                              lmSearchRun.css                                               	VER:2   */
/*                                                                                                                      */
/* 10/03/15 2  - Add all css from ADMIN/LOCAL_MODULES/lmCreateSearch/lmCreateSearch.css					*/
/************************************************************************************************************************/

/*----------------------------------------------------------------------------------------------------------------------*/
/* Text bolck with search results  & links.										*/
/*															*/
/*															*/
.SearchBlock {
   color:               white;          /* Text color                           */
   background-image:    url('../../IMAGES/ui-bg_loop_25_000000_21x21.png');
   width:               90%;

   position:            absolute;       /* Fill 100% in between footer and header       */
   top:                 90px;           /* Header Height */
   bottom:              20px;           /* Footer Height */

   padding: 		20px 20px 20px 20px ;
   margin-top:          30px;
   margin-left:         10px;
   border-style:        solid;
   border-width:        3px;
   border-color:        black;

   float:               left;
   overflow:            auto;           /* Scroll bars if links overflow div.                   */

   border-radius:                8px;  /* Rounded corners               */
   -moz-border-radius:           8px;  /* For Firefox                   */
   -webkit-border-radius:        8px;  /* For Safari & Chrome           */
}

h3 {
   margin-left:         20px;
   color:               white;          /* Text color                           */
}

/*----------------------------------------------------------------------------------------------------------------------*/
/* All links on home page.												*/
/*															*/
.SearchBlock a:hover {
   background-color: #A9A9A9;          /* Change backgroud to DrakGray when curosr is on link */
}

.SearchBlock a{
   text-decoration:     none;           /* Remove the text underline from links                 */
   color:               lightblue;      /* Color of link.					*/
   font-weight:		bold;
}

/*----------------------------------------------------------------------------------------------------------------------*/
/*															*/
/* For lmCreateSearch funcs (Advanced Search)										*/
/*															*/
.Search_FormInput {
   float:               left;
   border:              1px solid black;
   padding:             4px 4px  4px 4px;               /* t,r,b,l      */
   font-family:         arial, verdana, sans-serif;
   font-size:           12px;
   color:               black;
   background-color:    white;
}

.Search_FormInputLabel {
   float:               left;
   padding-left:        8px;
   color:               white;
   font-family:         Verdana,Arial,sans-serif;
   font-size:           12px;
   margin-right:        5px;
}

label {
    cursor:             pointer;        /* The cursor is a pointer and indicates a link */
}

.Search_Container {
   float:               left;
   margin:              10px;
}

input[type=submit] {
   font-weight:         bold;
   border-radius:       10px;
   width:               120px;
   height:              40px;
   font-size:           20px;
   cursor:              pointer;        /* The cursor is a pointer and indicates a link */
}


/************************************************************************************************************************/
/*                                              End lmSearchRun.css                                                    	*/
/************************************************************************************************************************/
