/* Example CSS media query for mobile */ 
@media (max-width: 767px) { 
  /* Adjust styles for screens smaller than 768px */ 
  body { 
    font-size: 16px; 
  } 
  .container { 
    width: 90%; 
  } 
  nav ul li { 
    display: block; 
  } 
} 

body {
   font-family: Helvetica, Helvetica Neue, Arial;
   background-color: lightyellow
}
 
table {
    word-wrap:break-word;
}
 

td.space-hog {
    width: 100%;
    height: 100%;
}

.img1 {
    width: 379px;
    height: 298px;
    border:2px solid #fff;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
    }

.img2 {
    width: 451px;
    height: 300px;
    border:2px solid #fff;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
    }

mark {
    background-color: #FAFAD2;
    color:#900B09;
	font-weight: bold;
padding: 0.5%; 

} 
.customlink
{
}

a.customlink {
	color: #1C92F8;
	text-decoration: none;
}

a.customlink:active {
	color: #1E88E4;
	text-decoration: none;
}

a.customlink:link {
	color: #1C92F8;
	text-decoration: none;
}

a.customlink:visited {
	color: #1E7AD5;
	text-decoration: none;
}

a.customlink:focus {
	color: #1E7AD5;
	text-decoration: none;
}

a.customlink:hover {
	color: #1E7AD5;
	text-decoration: none;
}



.customlinkBooked
{
}

a.customlinkBooked {
	color: #FDA00A;
	text-decoration: none;
}

a.customlinkBooked:active {
	color: #FDA00A;
	text-decoration: none;
}

a.customlinkBooked:link {
	color: #FDA00A;
	text-decoration: none;
}

a.customlinkBooked:visited {
	color: #F69124;
	text-decoration: none;
}

a.customlinkBooked:focus {
	color: #F69124;
	text-decoration: none;
}

a.customlinkBooked:hover {
	color: #F69124;
	text-decoration: none;
}

.editbox
 {
 display:none
 }
.editbox
 {
 font-size:14px;
 width:270px;
 background-color:#ffffff;
 border:solid 1px #000;
 padding:4px;
 }
.edit_tr:hover
 {
 background:#EEEEEE;
 cursor:pointer;
 }


/* Headings */

header {
	margin-bottom: 30px;
}

h1 {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #222;
}

h2 {
	font-size: 16px;
	font-weight: 300;
	color: #777;
}


.signout
{
	margin-bottom: 30px;
	position: relative;
}

a.signout {
	color: #666;
	font-weight: bold;
}

.signout a.current {
	color: #000;
}

a.signout:active {
	color: #666;
}

a.signout:link {
	color: #666;
}

a.signout:visited {
	color: #666;
}

a.signout:focus {
	color: #666;
}

a.signout:hover {
	color: #000;
}


/* Navigation */

nav {
	margin-bottom: 30px;
	position: relative;
}

nav ul {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 5px solid #bbb;
}

nav li {
	float: left;
	margin-right: 35px;
}

nav li a {
	color: #666;
	font-weight: bold;
}

nav li a:hover,
nav li a:focus,
nav li a.current {
	color: #000;
}

nav #indicator {
	position: absolute;
	left: 15px;
	bottom: 5px;
	width: 12px;
	height: 7px;
	background-image: url('../img/notch.png');
}




/* Content */

#content section {
	display: none;
}

#content p {
	margin-bottom: 1em;
	max-width: 50em;
	line-height: 1.6;
}


.notification_container {
	width: 800px;
	margin: 0 auto;
}
.notification {
	line-height: 20px;
        cursor: pointer;
	clear: both;
	height: 20px;
	margin: 8px 0px 8px 0px;
	padding: 20px 25px 20px 60px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.notification strong {
	margin-right: 5px;
}
.notification p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
.message p {
	font-size: 11px;
}
.warning {
	background-image: url(../img/error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #FFC237;
	background-color: #FFEAA8;
	color: #826200;
}
.success {
	background-image: url(../img/accept.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #99C600;
	background-color: #EFFFB9;
	color: #3C5A01;
}
.failure {
	background-image: url(../img/exclamation.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #EB5339;
	background-color: #FCCAC2;
	color: #AC260F;
}
.information {
	background-image: url(../img/information.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #418ACC;
	background-color: #D0E4F4;
	color: #235685;
}
.lightbulb {
	background-image: url(../img/lightbulb.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #D3A350;
	background-color: #FEF0CB;
	color: #835F21;
}
.messages {
	background-image: url(../img/email.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border: 2px solid #42B4FF;
	background-color: #9DDFFF;
	color: #835F21;
}

select {
     height:25px; 
}

input {
     height:25px; 
}


input#dir_1,#dir_2,#dir_3,#textinput,#passwordoldinput,#passwordnewinput,#passwordinput,#firstname,#lastname,#accemail,#phone,#forgotemail,#loginemail,#enterVerify,#serviceName,#memberFirstName,#memberLastName,#memberTitle,#memberPhone,#memberEmail,#memberPassword,#book_patient,#memberFirstName,#memberLastName,#memberEmail,#memberPassword,#administratorPassword {
        width:270px;height:25px; font-size:14px;
        }

.statusblank
{
    width:246px;
}

.statusleft
{
    width:10px;
  white-space: nowrap;
}
 


.pagetitle
{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.bodytitle {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.body {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;

}
.bodytable
{
	margin-top:0px;
	margin-bottom:0px;
}

.bodytable td, th { 
 border: 1px solid transparent; /* No more visible border */
 height: 30px; 
 transition: all 0.3s;  /* Simple transition for hover effect */
}

 

.advancedSearch{ 
cursor: hand;
cursor: pointer;
color: #826200;
text-decoration: none;
}

.openSearch{ 
}

td.ad_box1 { border-bottom:1px dotted #1F5E8F;border-top:1px dotted #1F5E8F;border-left:1px dotted #1F5E8F; border-right:1px dotted #1F5E8F;  }
td.ad_box { border-bottom:1px dotted #FC352B;border-top:1px dotted #FC352B;border-left:1px dotted #FC352B; border-right:1px dotted #FC352B;  }



.bullet {list-style-image: url('img/arrow_sm.gif');}



.smalltext { 	
	font-size: 11px;
	font-weight: normal;
	color:#4893CE;
}


.article {
	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
 	margin: 10px ;
}
.tbl {
	 
	font-size: 12px;
}

.title {
  

 font-size: 12px;
 margin: 10px ;
 	color: #FF9933;
}


#dhtmltooltip{
  
 font-size: 14px;
position: absolute;
left: -300px;
width: 260px;
border: 1px solid #999999;
padding: 2px;
background-color: #FFFFFF;
color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}



/* Signup form */

#signupform table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#signupform .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#signupform .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#signupform .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}
 

#signupform label.error {
  background:url("../img/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

 

#signupform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#signupform #dateformatStatus, #signupform #termsStatus {
  margin-left: 6px;
}

#signupform #dateformat_eu {
 vertical-align: middle;
}

#signupform #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#signupform #dateformat_am {
  vertical-align: middle;
}

#signupform #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#signupform #termswrap {
  float: left;
}

#signupform #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#signupform #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#signupform #lsignupsubmit {
  visibility: hidden;
}


.scheduletable { 
 color: #333;
 
 width: 50px; 
 border-collapse: 
 collapse; border-spacing: 0; 
}

.scheduletable td, th { 
 border: 1px solid transparent; /* No more visible border */
 height: 30px; 
 transition: all 0.3s;  /* Simple transition for hover effect */
}

.scheduletable th {
 background: lightgoldenrodyellow;  /* Darken header a bit */
 font-weight: bold;
}

.scheduletable td {
 background: #FFFFE0;
 text-align: center;
}

/* Cells in even rows (2,4,6...) are one color */ 
.scheduletable tr:nth-child(even) td { background: #FFFFE0; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */ 
.scheduletable tr:nth-child(odd) td { background: #FAFAD2; }  

.scheduletable tr td:hover { background: #F5F5CD; color: #000000; } /* Hover cell effect! */

.linkswithoutborders { 
	font-size: 11px;
	font-weight: normal;
}

a.linkswithoutborders:link {
	font-family: Helvetica, Helvetica Neue, Arial;
	text-decoration: none;
         font-size: 11px; 
  color: #333333;

	}



a.linkswithoutborders:visited {

	text-decoration: none;
         font-size: 11px; 
  color: #333333;
	}
a.linkswithoutborders:hover {

	text-decoration: none;
         font-size: 11px; 
	color:#CCCCCC;
	}

.homeEvents {
         font-size: 14px; 
}

.eventsclass{

padding: 6px;
background-color: lightyellow;
border: 0px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

a:link { color: #900B09;text-decoration: none}
a:active {  color: #900B09;text-decoration: none}
a:visited { color: #900B09;text-decoration: none}
a:hover { color: #CF3A29; text-decoration: none }


.b1 {
 list-style-image: url("../images/bullet1.gif");
	padding-left: 5px;
	margin-bottom: 5px;
}

.b2 {
 list-style-image: url("../images/bullet2.gif");
	padding-left: 5px;
	margin-bottom: 5px;
}

.b3 {
	padding-left: 5px;
	margin-bottom: 5px;
} 
a.graylink:link {
	font-size: 13px;
	text-decoration: none;
  color: #333333;
	}
a.graylink:visited {
	font-size: 13px;
	text-decoration: none;
  color: #333333;
	}
a.graylink:hover {
	font-size: 13px;
	text-decoration: none;
	color:#CCCCCC;
	}


a.submenutext:link {
	font-size: 13px;
	text-decoration: none;
  color: #333333;
	}
a.submenutext:visited {
	font-size: 13px;
	text-decoration: none;
  color: #333333;
	}
a.submenutext:hover {
	font-size: 13px;
	text-decoration: none;
	color:#CCCCCC;
	}

.resourceCss {
	width: 450px;
	height: 350px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	overflow: scroll;
	padding: 5px;
}