.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid #FFF;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 150px; /* default width for menu */
}

.textLink
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #555555;
  font-weight: bold;
  text-decoration: none
}

.textLink2
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #446b8b;
  font-weight: bold;
  text-decoration: none
}

.textLink3
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #446b8b;
  /*font-weight: bold;*/
  text-decoration: none
}

.textContent
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #555555;
  /*font-weight: bold;*/
  text-decoration: none
}

.topLink
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none
}
  
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dff096;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color:#060;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #78A915;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

.textleftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textlogin {
color: #660066; 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px;
}
.textsearch{
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px;
}

.txthoros {	color: #000000;
	font-weight: bold;
}
.texthdln {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px
}

.textTitle {
font-family:Arial, Helvetica, sans-serif;
font-size: 20px;
color: #3E560C;
font-weight: bold;
}

.textTitle2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #258bb6;
font-weight: bold;
}

.textTitle3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;

}

.textTable {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.textTable2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3E560C;
font-weight: normal;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 440px; /* Set to gallery width, in px or percentage */
	height: 106px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid #FFF;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 150px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dff096;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color:#060;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #78A915;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

.textleftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textlogin {
color: #660066; 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px;
}
.textsearch{
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
font-size:12px;
}

.txthoros {	color: #000000;
	font-weight: bold;
}
.texthdln {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px
}

.textTable {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.textTable2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3E560C;
font-weight: normal;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

