html,body{
	width:100%;
	margin: 0;
	padding: 0;
}
form{
padding:0;
margin:0;
}
h1,h2,p{
	margin: 0;
	padding: 0;
	line-height: inherit;
}
body { 
	font-size: 75%;
	color: #000; 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

}
.cardimg_w{
	padding: 5px 0px 0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	width: 205px;
	height: 290px;
}
.cardimg_b{
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 6px solid #000;
	width: 200px;
	height: 285px;
}
.container{
	width: 648px;
	margin: 0 auto;
	border: 0px solid #ccc;
	padding: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;


}
table.cardList{
	width: 300px;
	margin: 0 auto;
}

.titlebar{
	background-image: url(images/titlecard.jpg);
	width: 613px;
	height: 140px;
	margin: 0 auto;
	
}
.cardul{
	list-style-type: none;	
	width: 325px;
}
.cardul li{
	margin-bottom: 5px;
	display: block;
}
#toTop { width:100px;background:#F4FFBF;border:1px solid #ccc;text-align:center;padding:5px;cursor:pointer;color:#666;text-decoration:none; }
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.red{
	color: #cc0022;
	}
.redbg{
	background-color: red !important;
}

#fronttable .red{
	font-weight: bold;
	color: red;
}
.green{
	color: #339900;
}
.bold{
	font-weight: bold;
}
.bolder{
	font-weight: bold;
	font-size: 1.5em;
}

.table_content{
	background-color:#fff;
    border: solid #666 0px;
}
.table_content tr.odd td{
	background-color: #eee;
}
.table_content tr td{
	border: 1px solid #ccc;
	padding: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table_content tr td:last-child{
	border-right: 1px solid #ccc;
}
.table_content .toprow td,th.header,th{
	background-color: #666;
	color: #fff;
	text-align:center;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.table_content .toprow th.header{
	background-image: url(images/bg.gif);
	background-position: top right; 
	background-repeat: no-repeat;    
    cursor: pointer; 
    border-top: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: normal;
}

.table_content .toprow td:first-child{
	border-left: 0px solid #CCC;
}
.table_content .toprow td:last-child{
	border-right: 0px solid #CCC;
}
.table_content .toprow th.header:first-child{
	border-left: 0px solid #CCC;
}
.table_content .toprow th.header:last-child{
	border-right: 0px solid #CCC;
}

.table_content .toprow th.headerSortUp { 
    background-image: url(images/asc.gif) !important; 
	background-position: top right !important; 
    background-repeat: no-repeat !important;
    background-color: #999 !important; 
    color: #FFF !important;
} 
.table_content .toprow th.headerSortDown { 
    background-image: url(images/desc.gif) !important; 
	background-position: top right !important; 
    background-repeat: no-repeat !important;
    background-color: #999 !important; 
    color: #FFF;
} 
.table_content .grey td{
	background-color: #eee;
}
.spacer{
	margin-left:65px;
	height:5px;
	float: left;
}
.title{
	width:auto;
	background-color: #fff;
	padding: 10px 0px;
	color: red;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #666;
/*	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px; */
}
.content{
	padding:0px;
	margin:0px;
	border-top: 0px solid #ccc;
	/* -moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px; */
}
/* SEARCH */
.suggestionsBox {
	position: absolute;
	top:0px;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 175px;
	background-color: #339900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #339900;	
	color: #333;
	z-index: 110;
}
.suggestionList {
	margin: 5px;
	padding: 0px;
}

.suggestionList li {
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
	color: #fff;
}

.suggestionList li:hover {
	background-color: #fff;
	color: #339900;
	list-style-type: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.foe-search {
	display:inline;
	width: auto;
	position:relative;
	clear:both;
}
div.foe-search div.searchbox {
	width: 120px;
	height: 18px;
	padding: 0px;
	background: url(images/searchbox_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

div.foe-search div.searchbox:hover  {
	background: url(images/searchbox_bg.png) 0 -18px no-repeat;
}

div.foe-search div.searchbox:hover input {
	color: #666;
}

div.foe-search div.searchbox input:focus {
	color: #666;
}
.topsearch{
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;	
}
.topgo{
	text-align:left;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.topgo a{
	
	color: #fff;
	background-color: red;
	font-weight: normal;
	padding: 1px 7px;
	margin-bottom: 5px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.topgo a:hover{
	color: #fff;
	background-color: #fff;
	color: red;
	border: 1px solid #666;
}
.topsearch select{
	border: 1px solid #CCC;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.foe-search div.searchbox input {
	width: 84px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #666;
	font-size: 11px;
}

div.foe-search div.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	float: left;
	cursor: pointer;
	line-height: 0px;
}

div.foe-search div.searchbox button.search-magnifier {
	background: url(images/magnifier_icon.png) 0 0 no-repeat;
}

div.foe-search div.searchbox button.search-close {
	background: url(images/close_icon.png) 0 0 no-repeat;
}

div.foe-search div.searchbox button.search-loader {
	background: url(images/loader_icon.gif) 0 0 no-repeat;
}

/* popup box */
.hidden{display:none;}
.simple_popup_div {
    position: absolute;
    top: 0;
    left: 50px;
    background: #fff;
    width: 600px;
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}
.simple_popup{
	text-decoration: none;
	color: #666;
}
.simple_popup img{
	border: none;
}
.simple_popup_inner {
    padding: 20px;
    border: #999 1px solid;
    text-align: left;
    -moz-border-radius: 15px;
-webkit-border-radius: 15px;

}
.simple_popup_close {
    text-align: right;
    
}
.simple_popup_div .simple_popup_inner .simple_close{
	margin-top:5px;
	padding:0;
}
.simple_popup_div .simple_popup_inner .simple_close a{
	color: #666;
	font-weight: bold;
	margin: 5px 0px;
}

