.tableHeaderText {
 font-size:12pt;
 font-weight:bold;
}

.testimonial {
  margin:auto;
  width:80%;
  border:1px solid #999999;
  background:#ffedbb;
  margin-bottom:12px;
  padding-bottom:12px;
}


#formFieldVer {
  visibility:hidden;
  display:none;
}

.formfieldLabel {
  font-weight:bold;

}

.formfield {
  background:#ffffcc;
  color:#000000;
  font-family:sans-serif;
}



a.topmenu:link {color: #FFFFFF}
a.topmenu:visited {color: #FFFFFF}
a.topmenu:hover {
background: #006db9;
color: #ffffff;
}

#container {
  margin:auto;
  border:1px solid black;
  background:#999999;
  width:780px;
  margin-top:20px;
}


a.footerLink:link {color: #777777}

a.footerLink:visited {color: #777777}

a.footerLink:hover {
  background: #888888;
  color: #cccccc;
}


.errorNotFound{
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
  color: #ff0000;


}

.sponsoredlinks {
  margin-left: 12px;
  margin-right: 12px;
  font-family:verdana,sans-serif;
  font-size:8pt;
}

fieldset {
  border:1px solid #999999;
}

legend {
  font-size:12pt;
  color:#114477;
  padding-left: 10px;
  padding-right:10px;
  font-weight:bold;
}


p {
  margin-left: 26px;
  margin-right: 16px;
  margin-bottom:6px;
  font-family:sans-serif;
  font-size:10pt;
  line-height:130%;
}

.selectwidth{
  width:200px;
}

#indexblogdiv {
  background: #ffffff url('http://www.bryaneye.com/images/bg-blogcell.jpg') no-repeat;
}

.secondarymenu {
  color:#ffffff;
}

a.secondarymenu:link {
  color:#ffffff;
}

a.secondarymenu:visited {color: #dddddd;}

a.secondarymenu:hover {
background: #ffffff;
color: #8B542B;
}

.rssbox {
background: #ffffff url('http://www.bryaneye.com/images/rss-subscribe-bg.gif') no-repeat center top;
}

.blogitemcell {
background: #ffffff url('http://www.bryaneye.com/images/bg-blogcell.jpg') no-repeat center top;
}

.sidebarbg {
background: #ffffff url('http://www.bryaneye.com/images/sidebarbg.gif') no-repeat center top;
}

.notebox {
background: #ffffff url('http://www.bryaneye.com/images/notegradientbg.jpg') no-repeat center top;
}

.rsslogo {

}

a.nohovercolor:hover {
background:transparent;
}

a.rsslogo:hover {
background:transparent;
}

a.mainheaderbutton:hover {
background:transparent;
}

html {
  background:#000000 url('images/bg01.jpg') repeat-x top;
}


body {
  font-size:10pt;
  font-family:sans-serif;
  margin:0px 0px 0px 0px;
}

.titlerow {
background-image:url('images/titlerowbg.gif');
height:26;
}

pre {
margin-left: 10px;
font-size:10pt;
font-family:sans-serif;
}

td {
margin-left: 6px;
font-size:10pt;

font-family:sans-serif;

}

.paginators {
  font-size: 12pt;
}

h1 {
margin-top:10px;
margin-left: 12px;
color: black;
text-align: left;
font-size: 22pt;
font-family: sans-serif;

}

h2 {
margin-top:20px;
margin-left: 18px;
color: #ff9900;
text-align: left;
font-size: 18pt;
font-family: sans-serif;

}



h3 {
margin-left: 20px;
color: black;
text-align: left;
font-size: 14pt;
font-family:sans-serif;
margin-top:20px;
}



h4 {
margin-left: 26px;
margin-top:16px;
margin-bottom:10px;
color: #244d8a;
text-align: left;
font-size: 12pt;
font-family:sans-serif
}

.summary {
margin-left: 26px;
color: #000000;
text-align: left;
font-size: 12pt;
font-family:sans-serif;
font-weight:bold;
}

a:link {
color: #003366;
/*
text-decoration: none;
font-weight: bold;
*/


}

a:visited {
color: #666666;
/*
text-decoration: none;
font-weight: bold;
*/

}

a:hover {
background: #444444;
color: #ff9900;
}

a.anotbold:link {
color: #8B542B;
text-decoration: none;

}

a.anotbold:visited {
color: #666666;
text-decoration: none;

}




li {
margin-left:32px;
color: #000000;
font-size: 10pt;
font-family: sans-serif;
}

.menu-main {
color: #0000aa;
background-color: #efefef;
font-size: 10pt;
/* font-weight: bold; */
font-family: sans-serif;
 }



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 120px; /*position where enlarged image should offset horizontally */

}

