/* CSS Document */
@import url(http://yui.yahooapis.com/2.5.0/build/fonts/fonts-min.css);
body {
	margin:0px;
	background-repeat: repeat;
	background-position: center top;
	background-color: #323c40;
	width:100%;
	overflow: auto;
	background-image: url(../../iface/bg/coreBg.jpg);
	color: #FFFFFF;
}
#logo_wrap {
	background-image: url(../../iface/bg/top_wrap.jpg);
	background-repeat: no-repeat;
	background-position: center top; background-color:transparent;!important
}
#content {
	color: #394656;
	background-color: #FFFFFF;
	background-image: url(../../iface/bg/contentBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	height: 100%;
	width: 100%;
}
#ftr {
	color: #C7C9C8;
}
#content p {
	width:97%;
}
.copy {
	font-size: 9px;
	color: #FFFFFF;
}
.copy a:link {
	font-size: 9px;
	color: #FFFF66;
}
.media {
	font-size: 9px;
	color: #252E33;
}
.media a:link {
	font-size: 9px;
}
/*-------------------------------
	"TOP" Navigation - Navigation can 
	go on top or bottom of the 
	header or in the sidebars
---------------------------------*/
/* main navigation */
a {
	font-size:10pt;
}
a:link {
	font-size: 10pt;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-size: 10pt;
	text-decoration: underline;
	color: #FF0000;
}
a:visited {
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
}
a:visited:hover {
	font-size: 10pt;
	text-decoration: underline;
	color: #FF0000;
}
/* end main navigation */
#list-menu {
	width: 218px;/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}
#list-menu li {
	margin: 2px 0 0;
}
#list-menu a {
	display: block;
	width:218px;
	border: 1px solid #000000;
	background-color: #39525E;
	border-color: #798A82;
	text-decoration: none; /*lets remove the link underlines*/
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #ffffff;
}
#list-menu a:hover {
	border: 1px solid #000000;
	background-color: #233239;
	color: #ffffff;
}
#item-box {
	border: 1px solid #354554;
	width: 146px;
}#item-box-item a:link, #item-box-item a:visited{
	color: #FFFFCC;
	text-decoration: none;
}
#item-box-item a:hover{
	color: #FF6600;
	text-decoration: none;
}
#item-box-item {
	font-size: 10px;
	color: #ffffff;
	background-color: #131A1C;
	width: 146px;
	
}#item-box-item td {
	height: inherit;
}
#item-box-item p {
	padding: 5px;
}
#list-menub {
	width: 218px;
}
#list-menub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}
#list-menub li {
	margin: 2px 0 0;
}
#list-menub a {
	display: block;
	width:218px;
	border: 1px solid #000000;
	background-color: #FF3300;
	border-color: #798A82;
	text-decoration: none; /*lets remove the link underlines*/
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#list-menub a:link, #list-menub a:active, #list-menub a:visited {
	color: #ffffff;
}
#list-menub a:hover {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #FF3300;
}
#grid {
	width: 616px;
}
