/*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*/

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Inkburrow, Hudson, Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #566b7b;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #550000;
}


a.lightlink:hover, a.lightlink:active {
	color: #f0d49d;
	text-decoration: none;
}

/*added in 5.0.0*/
/*for active secondary tab link*/
a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #ffffff;
	text-decoration: none;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #1b3d57;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #777; 
	border-bottom: 1px solid #777;
}

/* largeheader: heading text used on dark backgrounds (usually fieldnameback) in Help screens */
.largeheader {
	font-family: Inkburrow, Hudson, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
}

.yellow {
	color: #ffffff;
}

/* normal: most regular body text */
.normal { 
  color: #303030;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, SunSans-Regular, sans-serif; 
  font-weight: bold; 
}

/* fieldname: regular text within column or row title sections */
.fieldname {
  font-size: 12px; 
  color: #f2f2e9;
  font-family: Arial, Verdana, Helvetica, SunSans-Regular, sans-serif; 
  font-weight: bold; 
}

/* header: heading text */
.header { 
  font-size: 24px; 
  color: #566b7b; 
  font-family: Arial, Verdana, Helvetica, SunSans-Regular, sans-serif; 
  font-weight: bold; 
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #303c45;
}

/* body: describes page background color and all non-table text not governed by any other style */
body { 
	background-color : #566b7b; 
	color : #303030;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, sans-serif;
}

/* link: normal links, active: links in use */
a:link, a:active { 
	color : #550000; 
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, sans-serif; 
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #566b7b;
	/*these 2 lines added in 5.0*/
	border-right: 1px solid #566b7b; 
	border-bottom: 1px solid #566b7b;
}

/* For links on dark background */
a.lightlink:link, a.lightlink:visited { 
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #303030;
  font-size: 14px; 
  font-weight: bold;
  text-decoration: none; 
  vertical-align: middle; 
}

a.lightlink:hover, a.lightlink:active { 
  color: #303030; 
  font-size: 14px; 
  font-weight: bold; 
  background-color: #DBE4E0; 
  text-decoration: none; 
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #f2f2e9;
}

/* mouseoverback: background color for admin menu items while active*/
.mouseoverback {
	background-color: #303030;
}

/* tableheader added to replace background="border.jpg" */
.tableheader {
  	background-color: #FFFFFF; 
    background-image: url(a.a);
    vertical-align: top;
    width: 73px;
}

/* footer:Link added to replace <font color="#39692A"> */
a.footer:hover {
	color: #DBE4E0;
}

/* logo defined to replace align="left" valign="middle" width="30%" */
.logo {
  	text-align: left;
	vertical-align: middle;
	width: 100%;
}

/* news defined to replace valign="top" align="left" width="70%" */
.news {
	vertical-align: top;
	text-align: left;
	background-color : #566b7b; 
	width: 01%;
} 

/* rightcontent added to replace <td width="280" valign="top" */
.rightcontent {
	vertical-align: top;
	width: 1px;
}

a.snlink:hover, .snlinkact {
	background-color:#566b7b;
	color:#fff;
}

.LB_closeAjaxWindow{
	background-color:#566b7b;
}