html {
	height:100%;
	width:100%;
}
body {
	background:#fff;
	color:#000;
	font-size:100.1%;
	line-height:1.3;
}
a, a:link {
	color: #0055CC;
}
a:hover {
	color: #ff0000;
}
a:visited {
	color: #990099;
}

#mainTable {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}

#mainTable tr.header {
	vertical-align: top;
}
#mainTable tr.header td {
	height: 60px;
}

#mainTable tr.header td.highlight {
	background: #000;
}

#highlight {
	background: url('../img/head_c.jpg');
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 1;
}
#highlight_left {
	background: url('../img/head_l.jpg');
	width: 363px;
	height: 60px;
	position: absolute;
	top: 0;
}
#highlight_right {
	background: url('../img/head_r.jpg');
	width: 363px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

#mainTable tr.header table {
	width: 100%;
}
#mainTable tr.header td {
	width: 66.67%;
}
#mainTable tr.header td.logo {
	width: 33.33%;
	font-size: 0.85em;
	padding-left: 1.6em; //padding-left: 1.3em;
	vertical-align: top;
}
#logo {
	background: url('../img/logo.png') left top no-repeat; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png',sizingMethod=crop);
	width: 300px;
	height: 41px;
	margin-right: 1em;
	z-index: 2;
	position: absolute;
	left: 66.67%;
	margin-left: 1.44em;
}
#logo_highlight {
	background: url('../img/shadow_r.png') left top no-repeat; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/shadow_r.png',sizingMethod=crop);
	width: 2000px;
	height: 41px;
	z-index: 3;
	position: absolute;
	right: 0;
}
#logo_link {
	display: block;
	width: 234px;
	height: 41px;
	margin-right: 1em;
	z-index: 4;
	position: absolute;
	left: 66.67%;
	margin-left: 1.44em;
}
#logo_l {
	background: url('../img/logo_l_new.png') left top no-repeat; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo_l_new.png',sizingMethod=crop);
	width: 370px;
	height: 41px;
	margin-left: 1em;
	z-index: 2;
	position: absolute;
	right: 61.67%;
	margin-right: 1.44em;
}


#mainTable tr.mainNav,
#mainTable tr.mainNav td,
#mainTable tr.mainNav th {
	vertical-align: top;
}
#mainTable tr.mainNav td {
	background: #F1F2F6;
	width: 16.67%;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
#mainTable tr.mainNav a {
	color: #000;
	display: block;
	width: 100%;
	text-decoration: none;
	background: url('../img/menu_back.png') #9999B5 top left no-repeat;
	z-index: 1;
}
#mainTable tr.mainNav td span {
	margin: 0 1em 0 1.6em;
	text-decoration: underline;
}
#mainTable tr.mainNav td.selected {
	z-index: 5;
}
#mainTable tr.mainNav td.current span {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0 1em 13px 1.6em;
	text-decoration: none;
	background: url('../img/arrow_down.png') #000 9px 6px no-repeat;
}
#mainTable tr.mainNav a:hover {
	color: #444;
	background: url('../img/menu_back_h.png') #A1A1BB top left no-repeat;
}
#mainTable tr.mainNav td.selected span {
	padding-bottom: 18px;
	color: #ccc;
}
#mainTable tr.mainNav td.selected a,
#mainTable tr.mainNav td.selected a:hover {
	color: #ccc;
	padding-bottom: 18px;
	background: url('../img/arrow_up.png') #000 9px 6px no-repeat;
}
#mainTable tr.mainNav a.force_current,
#mainTable tr.mainNav a.force_current:hover {
	background: url('../img/arrow_down.png') #000 9px 6px no-repeat !important;
}
.menu_side_container {
	margin: 0 -10px -13px -10px;
	padding: 0 10px;
	z-index: 5;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.leftmost .menu_side_container {
	margin: 0 -10px -13px 0;
	padding: 0 10px 0 0;
}
.rightmost .menu_side_container {
	margin: 0 0 -13px -10px;
	padding: 0 0 0 10px;
}
#mainTable tr.mainNav td a.sub_nav,
#mainTable tr.mainNav td a.sub_nav:hover {
	background: url('../img/arrow_up.png') #2E2E2E 9px 6px no-repeat;
}
.menu_side_container_sub_nav {
	position: relative;
	background: #f1f2f6;
/*	top: -10px; */
	margin-bottom: -15px;
}
.menu_round_u_l, .menu_round_u_r, .menu_side_l, .menu_side_r {
	background: url('../img/round_u_l.png') top left no-repeat; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/round_u_l.png',sizingMethod=crop);
	width: 10px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}
.menu_round_u_r, .menu_side_r {
	background: url('../img/round_u_r.png') top left no-repeat; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/round_u_r.png',sizingMethod=crop);
	left: auto;
	right: 0;
}
.menu_side_l, .menu_side_r {
	top: -15px;
}
.menu_round_d_l {
	background: url('../img/round_d_l.png') top left no-repeat; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/round_d_l.png',sizingMethod=crop);
	width: auto;
	height: 20px;
	margin: 0 -10px -20px -10px;
	position: relative;
	top: -5px;
	z-index: 6;
}
.menu_round_d_r {
	background: url('../img/round_d_r.png') top left no-repeat; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/round_d_r.png',sizingMethod=crop);
	width: 20px;
	height: 20px;
	float: right;
	margin-bottom: -20px;
}

.rightmost .menu_round_d_r {
	margin: 0 0 -20px -10px;
	background: none;
}
.rightmost .menu_round_d_l {
	margin: 0 0 -20px -10px;
}
.leftmost .menu_round_d_l {
	margin: 0 -10px -20px -20px;
}

div.adminNav,
div#loginBlock {
	margin: 1.3em 1.4em 0 1.4em;
	font-size: 85%;
}
div.adminNav span {
	padding: 2px 0;
}
div.adminNav span a,
div.adminNav span span {
	margin: 0 0.4em;
	padding: 0;
}
div.adminNav span a {
	color: #0055CC;
}
div.adminNav span a:hover {
	color: #f00;
}
div.adminNav span.current {
	background-color: #EBEBCF;
}


#mainTable tr.content td {
	vertical-align: top;
	position: relative;
	/* padding-right: 1px; */
}

/* footer */
#mainTable tr.footer td {
	padding-top: 2em;
/*	border: 1px solid #666;
	border-width: 1px 0 0 0; */
	padding-bottom: 1em;
	vertical-align: top;
}
#mainTable tr.footer div.side_left,
#mainTable tr.footer div.side_right {
	font-size: 85%;
	margin: 0.5em 0 0.5em 1.6em;
	
	border: 1px solid #666;
	border-width: 1px 0 0 0;
	padding-top: 0.5em;
}
#mainTable tr.footer div.side_right {
	margin: 0.5em 1.6em 0.5em 0;
}



/* pseudo_link */
.pseudo_link,
.pseudo_link_blue {
	border-bottom: 1px dashed;
	cursor: pointer; //cursor: head;
}
.pseudo_link_blue {
	color: #0055CC;
}
.pseudo_link_blue:hover {
	color: #ff0000;
}



.login_block {
	color: #666;
	text-align: right;
	padding: 1.3em 1.4em 0 1.4em;
	font-size: 85%;
}
.login_block form,
.login_block input { 
	display: inline;
}

del {
	color: #b00;
	text-decoration: none;
	font-weight: bold;
}

tr.search_line td,
tr.search_line th,
tr.admin_line td,
tr.admin_line th {
	background: #F1F2F6;
}


#search_input {
	padding: 1em 0 0.8em 0;
}
#search_label {
	text-align: right;
	padding: 2em 0 0;
	position: relative;
	z-index: 1;
}
#search_label p {
	font-size: 0.85em;
	line-height:1.8;
	position: relative;
	left: 1em;
	z-index: 5;
	white-space: nowrap;
}
#search_input div {
	position: relative;
	padding: 0;
}
#search_input input {
	display: block;
}
#search_input ins {
	width: 66.67%;
	display: block;
	text-decoration: none;
}
#search_input ins span {
	margin-left: 1em;
	display: block;
}
#search_input #query {
	width: 100%;
	margin-left: 0.44em;
}
#search_input #find {
	position: absolute;
	left: 66.67%;
	top: 0;
	margin-left: 1.44em;
}
#advanced_search_link {
	padding: 2em 1.44em 1em 1.44em;
	line-height: 1.1;
	font-size: 85%;
	text-align: right;
}
#advanced_search_link img {
	border: 1px solid silver;
}
#countdown {
	width: 			100%;
	text-align:		center;
	font:           normal 17px arial;
	color: 			#656581;
	background:		transparent;
}