﻿
/* ==================================
   Colors
   ================================== */
/* Basic Text Color  {color:#6B6B6B;} */
/* Main Background   {color:#fff;}    */
/* Gray              {color:#666666;} */
/* Blue              {color:#0099FF;} */
/* ==================================
   Main Style
   ================================== */


body
{
    padding: 0;
    margin: 0;
    font-family: Century Gothic, Verdana, Arial;
    font-size: 11pt;
    color: #000000;
    height: 100%;
    background-color: #c8dff1;
}

.inlineheading
{
    color : #0299FD;
    }
/*table
{
  border: 1px solid black !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
   
    }*/
a, a:link, a:active, a:visited
{
    text-decoration: none;
    color: #000000;
}
a:hover
{
    text-decoration: none;
    color: #0299FD;
}

.menuclass
{ 
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    text-align: right !important;
   padding-left: 33px;
   
    
    }

.menuclass a:hover
{
     font-size: 12pt !important;
    text-decoration: none;
    color: #0299FD !important;
}

    .menuclass a.static.selected
{
     font-size: 14pt !important;
    color: #0299FD ;
}
#LinkUnderline  a
{
     text-decoration: underline ;
   
  
    }
#LinkUnderline a:hover
{
    text-decoration: underline ;
    
}

#tdLinkUnderline td a
{
     text-decoration: underline ;
   
  
    }
#tdLinkUnderline td a:hover
{
    text-decoration: underline ;
    
}
/*
#tdLinkUnderline th a
{
    text-decoration: none;
}
#tdLinkUnderline th a:hover
{
    text-decoration: none;
}
*/

img
{
    border: none;
    display: block;
}

.Clear
{
    clear: both;
}

h1
{
    color: #0099FF;
}

#Content
{
    float: left;
    margin-top: -25px;
    width: 100%;
}

.GridViewHeader
{
    color: #fff;
    background-color: #0099FF;
    border: solid 1px #0099FF;
    
    
}

.GridViewHeader th.first
{
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    border-top-left-radius: 40px;
}

.GridViewHeader th.last
{
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
}

tr.GridViewHeader
{
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
   border-top-right-radius: 40px;
   
    
}

.GridviewHeaderHover, .GridviewHeaderHover a
{
    color: #ffffff;
    text-decoration: none;
   font-weight:normal;/* IT-ALLY*/
}

.GridviewHeaderHover a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.GridViewRow
{
    padding: 5px;
    border-bottom: solid 1px #fff;
    border-left: none;
    border-right: none;
}

#GridViewBrowseLocumItem, .GridViewBrowseLocumItem
{
    border-bottom: solid 1px #fff;
    margin-bottom: 4px;
}

#Header-Left
{
    float: left;
    width: 49%;
}
#Header-Left-Container
{
    float: right;
}
#Header-Right
{
    float: right;
    width: 49%;
    padding-top: 22px;
}
#Header-Right-Container
{
    float: left;
    width: 100%;
    min-width: 490px;
}
#Header-Wrap
{
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100px;
}

#MainBodyWrap
{
    margin: 150px auto 0 auto;
    padding-top: 25px;
    width: 98%;
    min-width: 980px;
    min-height: 600px;
}
/*-----------------------------------------------------
Original Style From First GAL website - relates to navigation
-----------------------------------------------------*/


.style3
{
    width: 622px;
    text-align: left;
}

.style5
{
    text-align: center;
}

/*-----------------------------------------------------

-----------------------------------------------------*/


.FooterInternal
{
    width: 97%;
    float: left;
    background-color: #0299FD;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    margin-top: 50px;
    font-size: 0.8em;
    padding: 5px 20px;
    color: #fff;
}
.FooterInternal a
{
    color: #fff;
}
.FooterInternal a:hover
{
    color: #fff;
    text-decoration: underline;
}

#LoggedIn
{
    float: right;
    font-size: 0.9em;
    padding: 0 20px 0 0;
    margin-top: -0px;
}

#NavigationLeft
{
    float: left;
    padding-right: 10px;
    margin-top: -25px;
    width: 220px;
}



.NavLeft
{
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    text-align: right;
}
.NavLeftActive
{
    font-size: 12pt;
    color: #0299FD;
}
.NavLeftSelected
{
    font-size: 14pt;
    color: #0299FD;
}

tr.loggedinHeader
{
    font-weight: bold;
}

#WebsiteContainer
{
    background: url(../Images/InternalBackground.jpg) no-repeat 100% 0px;
    background-attachment: fixed;
    background-color: #c8dff1;
    width: 100%;
    min-height: 680px;
    height: 100%;
    padding: 0;
    margin: 0;
}




/* =====================
   Navigation
   ===================== */

#Nav ul
{
    width: 100%;
    float: left;
    background-color: #0299FD;
    -moz-border-radius-topleft: 10px 10px;
    border-top-left-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
}

#Nav li
{
    list-style: none;
    float: left;
    margin-right: 8px;
    display: block;
    padding: 5px;
}
#Nav li a
{
    text-decoration: none;
    color: #fff;
}
#Nav li a:hover
{
    text-decoration: none;
    color: #666666;
}


/* =================================
           Terms and Conditions 
   ===================================*/

.tandc ol
{
    counter-reset: item;
    margin: 0;
    padding: 0;
}
.tandc li
{
    display: block;
    padding: 5px 0;
    margin: 0 0 10px 0;
}
.tandc li:before
{
    content: counters(item,  "." ) " "; /*                  To generate punctuation after the number, just precede or follow with a string:                  content: "Chapter " counter(item) " >> ";                   To make nested counters (1, 1.1, 1.1.1, etc.), use:                 content: counters(item, ".");             */
    counter-increment: item;
    margin-right: 15px;
}
.tandc ol li ol
{
    margin-bottom: -10px;
    padding-top: 5px;
}
.tandc ol li ol li
{
    margin: 0px 0 0 30px;
}


/* ----- [  BUTTONS  ] ----- */

a.button, a.buttonSingle
{
    background: transparent url('../images/buttons/buttonRight.png') no-repeat scroll top right;
    color: #545454;
    display: block;
    font: bold 12px arial, sans-serif;
    height: 33px;
    margin-right: 6px;
    padding-right: 12px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

a.button
{
    float: left;
}

a.button span, a.buttonSingle span
{
    background: transparent url('../images/buttons/buttonLeft.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 10px 10px;
    color: #545454;
}

a.button img, a.buttonSingle img
{
    margin: 0 6px -3px 0 !important;
    padding: 0;
    border: none;
}

.buttonCancel
{
    display: block;
    width: 200px;
    padding-top: 8px;
    float: left;
    color: #999;
}

.buttonClear
{
    clear: both;
    height: 10px;
    text-overflow: none;
}

input[type="button"]
{
    background-color: #0299FD;
    color: #FFFFFF;
    padding: 2px 8px;
    border: 1px solid #859DBE;
    border-radius: 9px;
}
input[type="submit"]
{
    background-color: #0299FD;
    color: #FFFFFF;
    padding: 2px 8px;
    border: 1px solid #859DBE;
    border-radius: 9px;
}

a.download{text-decoration:underline !important;}