/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* added for the Tooltip mod */
#dhtmltooltip{
position: absolute;
width: 265px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
text-align:center;
z-index: 300;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/* added to vertical align label to top - used by Body Text mod - Ken Roy */
.fieldnameback {
	vertical-align: top;
}
/* added for emphasis - used by Living Flag mod - Ken Roy */
.emphasis {
  font-weight: bold;
  color: blue;
  }
/* link: normal links, active: links in use */
a:link, a:active {
	color : #40341b;
}
	
/* background color for admin menu items while active*/
a.admincell:hover, a.leftlink:hover {
	background-image: url(../img/skora3.jpg);
}	


.body {
    margin-top: 8px;
    background-image: url(../img/back.gif);
}
/* menuback: left nav menu background color with no right and bottom border */
.menuback {
    background-image: url(../img/skora.jpg);
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
    background-image: url(../img/skora2.jpg);
}

/* sideback: background color for side and top frames */
.sideback {
	background-image: url(../img/skora2.jpg);
}

.text_grey {
	color: #999;
	font-size: 10px;
}

.header, .plainheader {
	color: #564524;
    font-weight: bold;
}

.sideback {
	background-color: #564524;
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #564524;
}

/* visited: previously visited links */
a:visited {
	color: #7d570c;
}

.fieldnameback {
	background-color: #564524;
}

/* background color for admin menu items while active*/
a.admincell:hover, a.leftlink:hover {
	background-color: #7d570c;
}

/* databack: background color for data areas */
.databack {
	background-color: #D0BC91;
}

a.topmenu:link  {text-decoration : none; color: #564524;} 
a.topmenu:visited  {text-decoration : none; color: #564524;} 
a.topmenu:active  {text-decoration : none;}
a.topmenu:hover  {
	color: #000000;
	text-decoration : none;
}

.mainmenu {
	color: #564524;
}

a.snlink:hover, .snlinkact, .adminnav .snlinkact {
	background-color:#564524;
	color:#fff;
}

.LB_closeAjaxWindow{
	background-color:#564524;
}
/* end of templatestyle.css for template 3 */

.bar {
	background-color:#564524;
}

.fieldnamebacksave {
	background-color:#564524;
}

.header_small {
	font-size: 16px;
	color: #564524;
    font-weight: bold;
}

.line2 {
    background-image: url(../img/line.png);
    height: 6px;
    border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 0px;
}

#mnav li:hover #fourth, #mnav li.sfhover #fourth {
	right: 40px;  /*  You can use 40px; if you want to offset the menu to see the language pull down */
}

.textex {
	font-family: Monotype Corsiva;
		font-size: 16px;
}

.textexsm {
	font-family: Monotype Corsiva;
		font-size: 12px;
}
.tabcenter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
