﻿.ylw_dark
{
	color:#bda25a;
	 text-decoration:none;
		}
		.ylw_dark:link
{
	color:#bda25a;
	text-decoration:none;
		}
		.ylw_dark:hover
{
	color:#bda25a;
	text-decoration:underline;
		}
.padding_small
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.header
{
	color:#bda25a;
	text-decoration:none;
 	}
 	.header a
{
	color:#bda25a;
	text-decoration:none;
 	}
 	.header a:hover
{
	color:#bda25a;
	text-decoration:underline;
 	}

.ylw 
{
	color:#f9f0d4;
	 text-decoration:none;
	 }
	 .ylw:link
{
	color:#f9f0d4;
	 text-decoration:none;
	 }
	 .ylw:hover
{
	color:#f9f0d4;
	 text-decoration:underline;
	 }
.footerylw
{
	color:#f9f0d4;
	 text-decoration:none;
	 }
.footerylw:link
{
	color:#f9f0d4;
	 text-decoration:none;
	 }
.footerylw:hover
{
	color:#879298;
	 text-decoration:none;
	 }
.menu
{
	position: relative;
	padding: 0 0 0 11px;
	margin: 0 auto 0 auto;
	background: url(images/table_blackmenu_04.png) repeat-x; /*tab background image path*/
	height: 35px;
	list-style: none;
}

.menu li{
	float:left;
	}

.menu li a
{
	background: url(images/table_blackmenu_01.png) no-repeat left 50%; /*left tab image path*/
	background-position: left;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold; /*Padding to accomodate left tab image. Do not change*/
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.menu li a b
{
	background: url(images/table_blackmenu_02.png) no-repeat right top; /*right tab image path*/
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.menu li.current a, .menu li a:hover{
	color: #ca0000;
	background: url(images/table_yellowmenu_01.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.menu li.current a b, .menu li a:hover b{
	color: #ca0000;
	background: url(images/table_yellowmenu_02.png) no-repeat right top; /*right tab image path*/
}


.red
{
	color: #ff0000;
	text-decoration:none;
}
.red a
{
	color: #ff0000;
	text-decoration:none;
}
.red a:hover
{
	color: #ff0000;
	text-decoration:underline;
}
.txtbox
{
	color: #333333;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 8pt;
	border-right: #d0d0d0 1px solid;
	border-top: #d0d0d0 1px solid;
	border-left: #d0d0d0 1px solid;
	border-bottom: #d0d0d0 1px solid;
	padding-left: 3px;
}
#table_dflt
{
	color:#333333;
	font-family:Tahoma;
	font-size:8pt;
}
.dflt
{
	color:#333333;
	text-decoration:none;
	}
.dflt a
{
	color:#333333;
	text-decoration:none;
	}
.dflt a:hover
{
	color:#333333;
	text-decoration:underline;
	}
	
.wht
{
	color:white;
	text-decoration:none;
	}
.wht a
{
	color:white;
	text-decoration:none;
	}
.wht a:hover
{
	color:white;
	text-decoration:underline;
	}
	
	.gry
{
	color:Gray;
	text-decoration:none;
	}
.gry a
{
	color:Gray;
	text-decoration:none;
	}
.gry a:hover
{
	color:Gray;
	text-decoration:underline;
	}

.slvr
{
	color:silver;
	text-decoration:none;
	}
.slvr a
{
	color:silver;
	text-decoration:none;
	}
.slvr a:hover
{
	color:silver;
	text-decoration:underline;
	}

.blk
{
	color:black;
	text-decoration:none;
	}
.blk a
{
	color:black;
	text-decoration:none;
	}
.blk a:hover
{
	color:black;
	text-decoration:underline;
	}
	























.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}
.reda
{
	color: #d51515;
	text-decoration:none;
}
.reda:link
{
	color: #d51515;
	text-decoration:none;
}
.reda:hover
{
	color: #d51515;
	text-decoration:underline;
}