﻿body
{
 background-color:#C0C0C0;
/* background-image:url('images/graybak4.jpg'); */
/* background-image:url('../../images/bgpapertexture.gif'); */


/* IE10 Consumer Preview  */
	background-image: -ms-linear-gradient(bottom, #FFF67A 0%, #A435EF 100%);

/* Mozilla Firefox */
	background-image: -moz-linear-gradient(bottom, #FFF67A 0%, #A435EF 100%);

/* Opera  */
	background-image: -o-linear-gradient(bottom, #FFF67A 0%, #A435EF 100%);

/* Webkit (Safari/Chrome 10)  */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF67A), color-stop(1, #A435EF));

/* Webkit (Chrome 11+)  */
	background-image: -webkit-linear-gradient(bottom, #FFF67A 0%, #A435EF 100%);

/* W3C Markup, IE10 Release Preview  */
	background-image: linear-gradient(to top, #FFF67A 0%, #A435EF 100%);
/**/

/* background-image:url('../images/backgroundlinen.jpg'); /**/
 background-image:url('../images/background_otd.jpg'); /**/
/* background-image:url('../images/apy/back_invert.jpg'); /**/

 font-family:Arial, Helvetica, sans-serif;
 font-size:12pt;
 font-weight:normal;
 margin-left:40px;
 margin-right:40px;
}
p,input[type=text],textarea
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12pt;
 font-weight:normal;
}
input[type=text].GSB_Text
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10pt;
 font-weight:normal;
 margin:-2px;
 padding:-2px;
 height: 10px;
 display:inline-block;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:normal;
}
table,td,th
{
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	border-collapse:collapse;
}
table.te_frame,td.te_left,td.te_middle,td.te_right
{
  border:none;
}
.dbGridHdr {
  background-image:url('../../images/cellbg3.jpg');
  border:1px solid #404040;
}
.dbGridRow0 {
  background-color:whitesmoke;
}
.dbGridRow0:hover {
  background-color:orange;
}
.dbGridRowC {
  background-color:#ccccff;
}
.dbGridRowC:hover {
  background-color:orange;
}
.dbGridRow0alt {
  background-color:lavender;
}
.dbGridRow0alt:hover {
  background-color:orange;
}
.dbGridRow0print {
  background-color:chocolate;
}
.dbGridRow0print:hover {
  background-color:orange;
}
.dbGridRow1 {
  background-color:lightyellow;
}
.dbGridRow1:hover {
  background-color:orange;
}
.dbGridRowSubmit {
  background-color:lightblue;
}
.dbGridRowSubmit:hover {
  background-color:orange;
}
.dbGridRow0Selected {
  background-color:powderblue;
}
.dbGridRow1Selected {
  background-color:powderblue;
}
li.group
{
	list-style-image: url('../../images/group.ico');
}
li.member
{
	list-style-image: url('../../images/member.ico');
}

OPTION.available{background-color:white; color:black}
OPTION.onloan{background-color:white; color:#dddddd}

a.wcc
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
}

a.wcc:link, a.wcc:visited, a.wcc:active
{
	color:gray;
	border:2px solid whitesmoke;
/*	background-color:lightgrey; */
	text-decoration:none;
}
a.wcc:hover
{
	color:darkred;
	border:2px solid black;
/*	background-color:lightgrey; */
	text-decoration:none;
}

a.PM
{
	color:gray;
	padding:5px;
	width:100px;
	text-align:center;
	text-decoration:none;
}
a.PM:link, a.PM:visited, a.PM:active
{
	color:gray;
	padding:5px;
	width:100px;
	text-align:center;
	text-decoration:none;
}

a.PM:hover
{
  background:tan;
  padding:4px;
  border: 1px solid black;
  color: darkred;
}

a.btn {
	background:url("../images/bg-btns.gif") no-repeat scroll 0 -58px transparent;
	color: #0089EE;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
//	text-transform: uppercase;
	vertical-align: middle;
}

a.btn span {
	background: url("../images/bg-btns.gif") no-repeat scroll 100% -87px transparent;
	float: left;
	height: 27px;
	padding: 0 10px 0 10px;
}

/* Classes for calendar page */
.competition
{
	background-color:white;
	color:black;
}
.guestspeaker
{
	background-color:yellow;
	color:black;
}
.workshop
{
	background-color:pink;
	color:black;
}
.outing
{
	background-color:blue;
	color:white;
}
.execmeeting
{
	background-color:#ff6666;
	color:black;
}
.photomarket
{
	background-color:gray;
	color:black;
}
.membersnight
{
	background-color:#aaaaff;
	color:black;
}
.other
{
	background-color:#ff9900;
	color:black;
}

.shadow
{
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadow_round
{
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}


.shadow_round0_mobile
{
   width: 80%;
   max-width:100%;
}
@media only screen and (max-width: 1500px )
{
  .shadow_round0_mobile
  {
    width: 95%;
  }
  .table_rounded_mobile img
  {
     width: 100%;
     max-width:100%;
  }
}



.rounded
{

border-collapse:separate;
	border:solid black 0px;/**/
/*
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
/**/
	background-color:#FFFFFF; /**/
}

.anchorTitle2
{
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-moz-box-shadow: 2px 2px 3px #e6e6e6;
	-webkit-box-shadow: 2px 2px 3px #e6e6e6;
	box-shadow: 2px 2px 3px #e6e6e6;
	/* other settings */
	background-color: #fff;
	border: solid 3px #d6d6d6;
	color: #333;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	max-width: 200px;
	padding: 5px 7px;
	position: absolute;
	margin-left:75px;
}

#anchorTitle
{
	/* set background-color for browsers that don't support gradients as fallback, then define gradient */
	/* http://www.electrictoolbox.com/style-html-anchor-title-jquery-css/ */
	background-color: #888;
	background:-webkit-gradient(linear, left top, left bottom, from(#777), to(#999));
	background:-moz-linear-gradient(top, #777, #999) !important;
	background:-o-linear-gradient(top, #777, #999) !important;
	background:linear-gradient(top, #777, #999) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#999999') !important;
	/* border radius */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-moz-box-shadow: 2px 2px 3px #bbb;
	-webkit-box-shadow: 2px 2px 3px #bbb;
	box-shadow: 2px 2px 3px #bbb;
	/* other settings */
	border: solid 2px #666;
	color: #fff;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	max-width: 200px;
	padding: 5px 7px;
	position: absolute;
	margin-left:75px;
}
* html #anchorTitle
{
	/* IE6 does not support max-width, so set a specific width instead */
	width: 200px;
}

/* CSS Link elements for the ida links */
a.IDA
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;

//	color:#cccc00;
	color:blue;
//	padding:5px;
//	width:100px;
	text-align:center;
	text-decoration:underline;
}
a.IDA:link, a.IDA:visited, a.IDA:active
{
//	color:#cccc00;
	color:blue;
//	padding:5px;
//	width:100px;
	text-align:center;
	text-decoration:underline;
}

a.IDA:hover
{
/*
  background:tan;
  padding:4px;
  border: 1px solid black;
  color: darkred;
/**/
}

#searchbox
{
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));
	background-image:url('../images/background_otd.jpg');
	
	-moz-border-radius: 35px;
	border-radius: 35px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;            
	width: 250px;
	height: 30px;
	padding: 5px;
	margin: 0px auto 5px;
	overflow: hidden; /* Clear floats */
}

#search, #submit
{
	float: left;
}

#search
{
	padding: 5px 9px;
	height: 13px;
	width: 130px;
	border: 1px solid #a4c3ca;
	font: normal 13px 'trebuchet MS', arial, helvetica;
	background: #f1f1f1;
	background-image:url('../images/background_otd.jpg');
	
	-moz-border-radius: 50px 3px 3px 50px;
	 border-radius: 50px 3px 3px 50px;
	 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);            
}

/* ----------------------- */

#submit
{		
	background: #6cbb6b;
	background-image: -moz-linear-gradient(#95d788, #6cbb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));
	
	-moz-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		

	height: 25px;
	margin: 0 0 0 10px;
        padding: 0;
	width: 90px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #23441e;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#menu_exec
{		
	background: #6cbb6b;
	background-image: -moz-linear-gradient(#95d788, #6cbb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));
	
	-moz-border-radius: 3px 0px 0px 3px;/**/
	border-radius: 3px 0px 0px 3px;/**/
	
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		

	height: 25px;
	margin: 0 0 0 0px;
        padding: 0;
	width: 30px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #23441e;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#home_exec
{		
	background: #6cbb6b;
	background-image: -moz-linear-gradient(#95d788, #6cbb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));
	
	-moz-border-radius: 3px 0px 0px 3px;/**/
	border-radius: 3px 0px 0px 3px;/**/
	
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		

	height: 25px;
	margin: 0 0 0 0px;
        padding: 0;
	width: 30px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #23441e;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
#submit_exec
{		
	background: #6cbb6b;
	background-image: -moz-linear-gradient(#95d788, #6cbb6b);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6cbb6b),color-stop(1, #95d788));
	
	-moz-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #7eba7c #578e57 #447d43;
	
	 -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	 box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;   		

	height: 25px;
	margin: 0 0 0 0px;
        padding: 0;
	width: 30px;
	cursor: pointer;
	font: bold 14px Arial, Helvetica;
	color: #23441e;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#submit:hover
{		
	background: #95d788;
	background-image: -moz-linear-gradient(#6cbb6b, #95d788);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #95d788),color-stop(1, #6cbb6b));
}	

#submit:active
{		
	background: #95d788;
	outline: none;
   
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
       border: 0;  /* Small centering fix for Firefox */
}		

#feedback
{ 

	height: 104px; 
	width: 104px; 
	position: fixed; 
	top: 8px; 		/* NOTE: modified by js/WCC.js for dynamic positioning. */
	left: 0px; 
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a
{ 
	 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		

	display: block; 
	background: #f00; 
	background-image:url('../images/background_otd.jpg'); /**/
	height: 30px; 
	width: 75px; 
/*	padding: 8px 16px;/**/
	padding: 1px 8px;
	color: #000; 
	font-family: Arial, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff;
}

#feedback a:hover
{ 
/*	background: #06c; /**/
	background: #95d788;
}

.isDisabled
{
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
