﻿body,table{
	font-family: tahoma,copperplate gothic light, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-align:center;

}

	.main{
	background-color: #DDDDDD;
	font-family: Tahoma;
	text-align: center;
	padding-right: 10px;
	}	
	
	.submain{
	background-color: #F4F4F4;
	font-family: Tahoma;
	text-align: right;
	padding-right:20px;
	}

	.submain2{
	background-color: #F4F4F4;
	font-family: Tahoma;
	text-align: center;
	padding-right:20px;
	}
	
	.headtext{
	background-color: #0A84C7;
	font-family: Tahoma;
	text-align: center;
	color:white;
	padding-right: 10px;
	
	}
	

.maintable{
	text-align:center;
}


A:link		{text-decoration: none; COLOR: #000000;}

A:visited	{text-decoration: none;COLOR: #000000;}

A:hover	{text-decoration: none;COLOR: #000000;}


INPUT {
	BORDER-RIGHT: #7f7f7f 1px solid; BORDER-TOP: #7f7f7f 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #7f7f7f 1px solid; BORDER-BOTTOM: #7f7f7f 1px solid; FONT-FAMILY: Tahoma
}


.header {
	background-image: url('images/discovery-heder.gif');
	width:auto;
}
.h-link{
	text-align:right;
	margin-right:20px;
}
.menu-head {
	background-image: url('images/menu-head.gif');
	color: white;
	
}

.main-menu{
	color: white;
}
.menu-item{
	width:180px;
	height:20px;
	background-image:url('images/menu-item.gif');
	cursor:pointer;

}

.menu-item :hover{
	width:180px;
	height:20px;
	background-image:url('images/menu-item-hover.gif');
	cursor:pointer;
}


.menu-subitem{
	color:green;
	width:180px;
	height:20px;
	background-image:url('images/menu-subitem.gif');
	cursor:pointer;	

}

.menu-subitem :hover{
	width:180px;
	height:20px;
	background-image:url('images/menu-subitem-hover.gif');
	cursor:pointer;
	color:green;
}



.contents {
	background-image: url('images/content-med.gif');
}


		#log_res.ajax-loading
			{background: url('images/spinner.gif') no-repeat center;
		}

		.error {
			color:red;
			margin:0;
			padding:0;
		}

		.right {
			color:green;
			margin:0;
			padding:0;
		}


	#paging ul {
		border: 0px solid #ddd;
		list-style: none;
		padding: .5em;

	}
	#paging ul li {
		display: inline;
		padding: 0em
	}

	#paging ul li a {
		border: 1px solid #ddd;
		padding: .1em .4em;
		text-decoration: none;
		background: #eee;
		color:#333
	}

	#paging ul li a:hover {
		border: 1px solid #4DADDA;
		padding: .1em .4em;
		text-decoration: none;
		background: #C0E2F2;
		color:#217398
	}

	#paging ul li.active a {
		border: 1px solid #ddd;
		padding: .1em .4em;
		text-decoration: none;
		background: #fff;
		color:#000;
		cursor: default;
	}
	
	select.icon-menu option {
		background-repeat:no-repeat;
		background-position:bottom left;
		padding-left:30px;
	}
	
	.hidden-containing{
		display:none;
	}
