/* CSS Document */


/* border properties for form buttons */
INPUT {
	border:1px solid #003366;
}
	
/* general formatting of the links */
A, A:link, A:active, A:visited, A:hover {
color: #003366;
}
	
/* background color of the header */
#header_wrapper {
	background-color: #003366;
}


#content_title H1 {
	color: #003366;
}

#short_desc {
	color: #003366;
}

#event {
	color: #003366; 
}

#footer_wrapper {
	background-color: #003366;
}

#footer_left_column_wrapper {
	background-color: #003366;
}

#footer_right_column_wrapper {
	background-color: #003366;
}

.ko_list_title {
	background-color: #003366;
}

/* publications related css */

.pub_short_description {
	margin-top:5px;
	margin-bottom:10px;
	color: #333333;
	font-size:11px;
	line-height:130%;
	font-weight:bold;
}

.pub_long_description {
	font-size:11px;
	line-height:150%;
	clear:both;
	margin-top:15px;
	margin-left:40px;
	margin-right:10px;
}

.pub_registar_thumb {
	width:100px;
	min-height:130px;
	display:block;
	float:left;
	margin-top:5px;
	margin-right:5px;
}

.pub_featured_item_thumb {
	width:50;
	min-height:65px;
	display:block;
	float:left;
	margin-top:2px;
	margin-right:3px;
	margin-left:1px;
}

.pub_featured_item_thumb IMG {
	width:50px;
	border:none;
}

.pub_registar_list_info {
	margin-top:3px;
	float:right;
	width:280px;
	clear:right;
}

.pub_registar_thumb IMG {
	width:100px;
	border:none;
}

.pub_registar_list_info_item {
	padding-left:20px;
	background: url(../images/publications/info_pub.gif) no-repeat;
	margin-top:3px;
	display:inline-block;
	min-height:15px;
}

.pub_registar_list_nom_form {
	padding-left:20px;
	background: url(../images/themes/mow/nomination_form.gif) no-repeat;
	margin-top:10px;
	margin-bottom:15px;
	display:inline-block;
	min-height:15px;
	margin-left:2px;
}

.pub_registar_list_reading_room {
	padding-left:20px;
	background: url(../images/themes/mow/photos.gif) no-repeat;
	margin-top:3px;
	display:inline-block;
	min-height:16px;
	margin-left:2px;
}

.pub_registar_list_videos {
	padding-left:20px;
	background: url(../images/themes/mow/videos.gif) no-repeat;
	margin-top:5px;
	display:inline-block;
	min-height:16px;
	margin-left:2px;
}

.pub_registar_list_audio {
	padding-left:20px;
	background: url(../images/themes/mow/audio.gif) no-repeat;
	margin-top:5px;
	display:inline-block;
	min-height:16px;
	margin-left:2px;
}

.pub_registar_list_links {
	padding-left:20px;
	background: url(../images/themes/mow/link.gif) no-repeat;
	margin-top:5px;
	display:inline-block;
	min-height:16px;
	margin-left:2px;
}

.pub_list_title A {
	font-size: 12px;
}

.pub_list_value {
	color: #666666;
	font-weight:bold;
}

.pub_list_divider {
	border-top:  #CCCCCC solid 1px;
	margin-bottom:15px;
	margin-top:10px;
}

.pub_more_info IMG {
	border:none;
	margin-right:2px;
}

.pub_more_info {
	margin-bottom:10px;
	margin-top:10px;
	margin-right:10px;
}

#pub_search IMG {
	border:none;
	margin-right:2px;
}

#pub_search H4 {
	font-size:12px;
}

.publication_download_table A {
	text-decoration:underline;
}

a.external span
{
position: absolute;
left: -5000px;
width: 4000px;
}

a.external:link
{
background: url(../images/publications/external_link.gif) no-repeat 100% 0;
padding: 0 20px 0 0;
} 

#ko_info_block IMG {
	margin-top: 5px !important;
}

.pub_section {
	border:none !important;
	margin-right:3px;
}
