/**********************************************************
 * pve
 **********************************************************/

@import "typoscreen.css"; 

/**********************************************************
 * Top Navigation
 **********************************************************/

#top-nav-bar {
	width: 710px;	margin: 1.5em auto auto auto;text-align: left;
	height:37px;
	background: url(/en/images/bk_gnav1.gif) repeat-x top left;
	overflow:hidden;
	margin-top:-1px;
	position:relative;
}

#top-main-menu	{
	position:absolute;
    top:2px;
    left:14px;
}

#top-main-menu li	{
    list-style-type:none;
    float:left;
    margin:0px;
}

#top-sub-menu {
	position:absolute;
	top:10px;
	right:175px;
}

#top-sub-menu li {
	float:left;
	list-style-type:none;
	padding-left:10px;
}

#top-sub-menu li img {
	position:relative;
	top:1px;
}

#banner-logo {
	overflow:hidden;
}


/**********************************************************
 * Buttons
 **********************************************************/
 
.white-button {
    background: url(/en/images/wht_btn_bgrd.png) no-repeat 0 0;    
	margin-right:10px;
	height:22px;
	float:left;
	padding:0;
}

.white-button a {
    padding:6px 8px 7px 3px;
    background: url(/en/images/wht_btn_bgrd_edge.png) no-repeat 100% 0;    
  	color: #000099;
	height:20px;
	position:relative;
	right:-6px;
	top:6px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform:uppercase;
}

.white-button a:hover {
	text-decoration: none;	
	background: url(/en/images/wht_btn_bgrd_edge_over.png) no-repeat 100% 0;        
}

/**********************************************************
 * GUI Layout
 **********************************************************/
 
html 				{	overflow-y:scroll; }/*force vertical scroll bar space reservation on Firefox*/
body 				{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main,#pathname,#footer 	{
	width: 750px;
	margin: 1.5em auto auto 30px;
	text-align: left;
	background: #FFFFFF;
}
#main div.column 			{ text-align: left; margin-bottom: 1em; }


#main ul 			{
	list-style: none;
	margin: 0 0 0em;
	padding: 0;
}
#main ul ul 		{list-style: circle; margin: 0 0 0 0px; padding: 0 0 0 0;}
#main ul.last 		{padding-bottom: 0;}
#main li 			{
	margin-top: 0.0em;

}
#main li a 			{font-weight: bold;}


#main 	 .box 		{ border: 1px solid #a1a5a9; padding: 0 5px 5px 5px; margin: 0 0 1.25em 0; }
#content .box h2 	{ border-bottom: 1px solid #a1a5a9; padding: 5px; background: #f2f2f2; margin: 0 -5px 5px -5px; font-size: 12px;}
#sidebar .box h2 	{ border-bottom: 1px solid #a1a5a9; padding: 5px; background: #f2f2f2; margin: 0 -5px 5px -5px; font-size: 10px;}
#content .bluebox  	{ border: 1px solid #a1a5a9; padding: 5px; background: #D1DEE6; margin: 5px auto 5px auto; font-size: 15px;color:#30376D;}

 


#content 			{	float: left;	width: 530px;}
#content .flap		{	z-index: 0;	background: #663399;	height: 320px;}

#content .subcolumn1-2 {float: left; width: 230px;}
#content .subcolumn2-2 {float: right;width: 230px;}
#content .subcolumn1-1 {float: right;width: 360px;}

#content .subcolumn1-3, #content .subcolumn2-3, #content .subcolumn3-3 {width: 145px; float: left;}
#content .subcolumn1-3, #content .subcolumn2-3 {margin-right: 22px;}

#content .x_subcolumn1-1 {float: right;width: 338px;

}
#content .x_subcolumn2-3, #content .x_subcolumn3-3 {width: 154px; float: left;}
#content .x_subcolumn2-3 {margin-right: 22px;}

#main .m_subcolumn1-3, #main .m_subcolumn2-3, #main .m_subcolumn3-3 {width: 220px; float: left;}
#main .m_subcolumn1-3, #main .m_subcolumn2-3 {margin-right: 22px;}


#sidebar 			{ float: right; width: 200px; font: 1.1em Arial, Helvetica, sans-serif; }

#sidebar .note 		{ margin: 0 0 0 0;	text-indent: 0px;}
#sidebar #recent 	{ background-color: #f1f1f1; padding: 8px;}
#sidebar .sidebox 	{ border: 1px solid #bdc2c6; margin-bottom: 0em;}
#sidebar .sideleftbdr 	{ border-left: 1px solid #000000;	margin-bottom: 0em;	 }

#sidebar .sidebox h2 	{color: #000;font-size: 12px; padding: 5px; margin: 0;  border-bottom: 1px solid #E2E2E2;}
#sidebar .sidebarclr 	{border: 1px solid #bdc2c6; margin-bottom: 0em;background: #E8F3F3;}
#sidebar .maya .odd 	{background-color: #fff;}
#sidebar .maya .even 	{background-color: #f1f1f1;}
#sidebar .maya .more 	{background-color: #e2e2e2; text-align: right; border-top: 1px solid #d0d5da;}
#sidebar .maya li.more  {font-weight: normal;}
#sidebar .maya li.more h2 {font-weight: bold; color: #ED5F00;}

#sidelinks {	width:135px;}
#header 			{ width: 710px; margin: 10px auto; text-align: center; }
#footer 	{ font-size: 10px;  color:#999999; padding-top: 1.6em;	line-height: 13px;	text-align: center;clear: both; }

/**********************************************************
 * Info Messages and Warnings 
 **********************************************************/

#success-status {
    width:600px;
    padding:5px 0 10px 25px;
    font-weight:bold;
    font-size:11px;
    text-align:center;
}

#error-status {
    width:600px;
    padding:5px 0 10px 25px;
    color:#FF6600;
    font-weight:bold;
    font-size:11px;
    text-align:center;
   
}

/**********************************************************
 * Classes
 **********************************************************/

.bg_g 				{	background: #E7EAEB;}
.gtable 			{
	border: 1px solid #27A5BE;
	width: 480px;
	font: 11px Tahoma;
}
 .bleuodd 	{	background: #CAE5E5;padding: 2px;}
 .bleueven 	{	background: #E8F3F3;}

.ptable 			{
	width: 530px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font: 11px Tahoma, Helvetica, Arial, sans-serif;
	float: right;
}
.ptable .border_top{ border-top:#CCCCCC solid 1px;}

 .pinkodd 	{	background: #FFCEE7;padding: 2px;}
 .pinkeven 	{	background: #FFE6F2;}

.bln 				{	color: #006699;	text-decoration: none;}
.extraits			{	font-size: 12px;	color: #D0DDE6;}
.naviblue 			{	background: #30376D;}
.browsetable 		{
	height: 20px;
}
.browsetable td		{	width:9px;}
.navidblue 			{	background: #D1DEE6;}
.border_top 		{	border-top: 1px solid #BDC2C6;	border-right: 1px none #BDC2C6;	border-bottom: 1px none #BDC2C6;	border-left: 1px none #BDC2C6;}
.bookpres		 	{	background: #000000;	color: #666666;}
.extraits1 			{	font-size: 12px;	color: #CCCCCC;}
.gtxt 				{	color: #333333;	line-height: 17px;	font-size: 12px;}
.agtxt 				{
	color: #333333;
	font: 11px Arial, Helvetica, sans-serif;
}
.goli 				{	font-size: 12px;	color: #333333;	list-style: square url(/images/nav/lisquare_dor.gif) inside;	margin: 0px;	padding: 0px;	height: 11px;	text-align: left;}
#result td 			{	font-weight: normal;	border-top: 1px solid #FFFFFF;}
#result th 			{	}
#result table 		{	width: 178px;	margin-bottom: 15px;}
#sidebar .sidebox td {	font-size: 11px;}
.pb{background:#DAF3F8;color:#000000;width:100%;border:1px;}


/**********************************************************
 * forms
 **********************************************************/
form 							{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display: block;
}
#searchPlaceName #fillinfield 	{	font-size: 11px;	height: 17px;	width: 175px;	border: 1px solid #666666;	margin-bottom: 5px;}
#searchPlaceName #placeName 	{	font-size: 11px;	height: 19px;	width: 175px;}
input.right 		{ margin: 2px 0 5px 10px; }
.form120 	{	border: 1px #000000 ridge;	font: 11px Arial, Helvetica, sans-serif;background-color: #FFFFFF;height: 17px;	width: 120px; padding-left: 2px;}
.form25 	{ border: 1px #000000 ridge; font: 11px Arial, Helvetica, sans-serif; background-color: #FFFFFF; height: 17px; width: 55px;	padding-left: 2px; }
.spacer130	{margin-left: 130px;}

/**********************************************************
 * images
 **********************************************************/
 
.floatingimg 		{
	float: left;
	position: relative;
	margin-left: -100px;
}
img.left 			{ float: left; margin: 2px 10px 5px 0; border: 0;}
img.right 			{ float: right; margin: 2px 0 5px 10px; border: 0;}
img.across 			{ margin: 0 0 10px 0; border: 0;}
img.border 			{ border:1px solid #bdc2c6;}
img.border_o		{ border:2px solid #bdc2c6; margin: 15px 3px 15px 3px}
img._o				{ margin: 15px 0 15px 0px}
a img 				{ border-width: 0px;}
a.pathname 			{ text-decoration: underline;color: #336699;}

img.right_nom 		{ float: right;	border: 0;	margin: 0px;}
img.border_o:hover	{ border:2px solid #EC5E00;}

div.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 2px;}
div.spacer520 {clear: both; display: block; margin: 0; padding: 0; height: 520px; line-height: 1px; font-size: 2px;}


/*
**roundedcorners
*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
/*
END roundedcorners
*/

.margincont {
	margin-right: 11px;
	margin-left: 11px;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	text-align: left;
}
.bgpad {	background: url(bg_padlist1.gif) no-repeat center bottom; }

a.lnb{
	color: #336699;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.bookmeta {
	background: #000000;
	color: #666666;
	font-size: 10px;
	border-width: 0px;
	border-style: none;
}
.titleln {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#pinfo {
}

#searchPlaceName fieldset {
	width: 200px;
	border-color: #009933;
}

a.toplink {
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
color:#222629;	
text-decoration: none;	
}
a.toplink2 {
font: bold 15px Arial, Verdana, Helvetica, sans-serif;
color:#222629;	
text-decoration: none;	
}

#subsites {	font-size: 10px;	color:#999999;	padding-top:5px;		clear: both;	margin:0px;}


#subsites .subl b{font-size:11px;}	

 a.subl{font-size:10px; color:#666666;}		
 a.subl:hover{font-size:10px;color:#000000;text-decoration:none}


.imvr{margin-right:5px;}
#subsites a img {
	float: left;
	margin-right: 5px;
}
#resultDiv {
	width: 135px;
	line-height: 13px;
	color: #FFFFFF;
	float:left;
	background: #FF6600;
	position:absolute;
}


#newsletterbox {
	width: 135px;
	line-height: 13px;
	color: #FFFFFF;
	background: #55595F ;
}

img {
	border-width: 0px;
	border-style: none;
}
p.bigTitle {
	color: #222629;
	font-size: 19px;
	font-weight: bold;
	line-height: 19px;
}
/*
**roundedcorners
*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/**********************************************************
 * newsletter
 **********************************************************/

#newsletterbox div a 				{	color: #FFFFFF;	font-size: 11px;	margin-bottom: 21px;	text-decoration: none;}
#newsletterbox div a strong:hover 	{	color: #FF9900;	text-decoration:none;}
#newsletterbox div a strong 		{	font-weight: bold;	font-size: 12px;	margin-top: 15px;}
#resultdiv 							{	position: absolute;	left: 575px;	top: 158px;	width: 135px;	visibility: hidden;	height: 178px;	color: #FFFFFF;	background: #55595F;}
#resultdiv table 					{	margin: 0px;padding: 0px;	border: 0px;	height: 15px;	border-style: none;	height: 19px;	width: 135px;	font-size: 2px;}
#resultdiv #resultdivtext 			{	padding: 3px;	margin: 3px;	color: #FFFFFF;	height: 150px;}
#resultdiv #resultdivtext strong 	{	font-weight: bold;	color: #FF9900;	font-size: 12px;}
#resultdiv #resultdivtext em 		{	color: #FF9900;	font-style: normal;	font-weight: normal;	font-variant: normal;}
.a11bpxwbgor9 						{	font-size: 11px;	font-weight: bold;	color: #FFFFFF;	background: #FF9900;}
.ab17w 								{	font-size: 17px;font-weight: bold;	color: #FFFFFF;	line-height: 17px;	letter-spacing: -0.01em;}


div.subNav ul li  {
  list-style-type:none;
  width:140px;
}

div.subNav ul li img {
	position:relative;
	top:3px;
	margin-right:7px;
}

div.subNav ul li a  {
	display:block;
	width:136px;
	border-bottom:1px solid #B0B0B0;
	padding-left:10px;
	color: #003366;
	font: 1.15em Arial, Helvetica, sans-serif;
	background: url(bg_subnav_a.gif) repeat-x;
	padding-top: 0px;
}


div.subNav ul li a:hover  {
  background:transparent url(bg_subnav_o.gif) no-repeat 0px -1px;
  text-decoration:none;
	
}

div.subNav ul li a.selected {
  width:140px;
  background: #FFFFFF url(/en/images/bk_subNav_on.gif) no-repeat 0px -1px;

  background-color:transparent;
  padding-left:10px;
  background-repeat:no-repeat;
  margin-top:0;
}
.marginbox {

}

#sidebar h2 		{ font-size: 12px; margin: 0; }
#sidebar h3 		{ font-size: 11px; margin: 0; }
#sidebar h4 		{ font-size: 10px; margin: 0; font-weight: normal;}



#sidebar li.sidelink   	{	list-style: none outside;	width: 135px;	text-indent: 19px;	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	color: #FF3300;	border-top: 1px solid #FFFFFF;	border-bottom: 1px solid #8B8F94;	border-right-width: 1px;	border-left-width: 1px;	border-right-style: none;	border-left-style: none;	margin-top: 0px;	margin-right: 0px;	margin-left: 0px;}
#sidebar li.sidelink a 	{	background: url(../images/nav/bg_sidelink_b.gif) no-repeat;	display: block;	color:#222629;	text-decoration: none;	padding-bottom: 5px;padding-right: 2px;	padding-left: 2px;	font-weight: normal;	margin: 0px;}
#sidebar li.sidelink a:hover 	{ background: #CCCCCC url(../images/nav/bg_sidelink_o.gif) no-repeat;	color:#FFFFFF;	text-decoration: none;	}
#sidebar li.sidelink a strong 	{	font: bold 12px Arial, Helvetica, sans-serif;}

#sidebar li.resources   	{
	list-style: none outside;
	width: 200px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../css/bg_resources_b.gif) no-repeat;
	text-decoration: none;
	text-indent: 1.5em;
	display: block;
}

#sidebar li.resources a:hover 	{ background: #27A5BE no-repeat;	color:#FFFFFF;	text-decoration: none;	}

#sidebar li.padlist   	{
	list-style: none outside;
	display: block;
	text-decoration: none;
	border-top: 0px solid #000000;
	background: url(bg_padlist2.gif) no-repeat center bottom;
	margin-top: 0px;
	padding: 10px 20px 30px;
	text-indent: 0px;
	background-image: url(bg_padlist720.gif);
}

#sidebar li.padlist a 			{	color: #27A5BE;}

#sidebar li.padlist a:hover 	{ }

#sidebar li.padlist720   	{
	list-style: none outside;
	display: block;
	text-decoration: none;
	border-top: 0px solid #000000;
	background: url(bg_padlist720.gif) no-repeat center bottom;
	margin-top: 0px;
	padding: 10px 20px 30px;
	text-indent: 0px;
}

#sidebar li.padlist720 a 		{ color: #27A5BE;}

#sidebar li.padlist720 a:hover 	{ }

#sidebar li.padlist_first   	{	list-style: none outside;
	font: normal 11px Tahoma, Helvetica, Arial, sans-serif;
	color: #333;
	display: block;
	text-decoration: none;
	padding-bottom: 0px;
	margin: 0px 0px 15px;
}
.respad {
	margin-top: 0px;
	margin-bottom: 15px;
	text-indent: 0px;
}
.restitle {
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
}
.ressubtxt {
	font-size: 0.9em;
	color: #666;
	border-bottom: 1px solid #E8EEEE;
}
.resstrongtxt {
	color: #333333;
	border-bottom: 1px solid #E8EEEE;
}

#sidebar li.resources strong {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}
#main #webmodule {
	background: #000 url(bg_webmodule.gif) no-repeat center bottom;
	font: 0.85em Arial, Helvetica, sans-serif;
	float: right;
	color: #FFFFFF;
}

#webmodule #content_init_point {
	display: block;
}
#webmodule .content_send_point {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#333333;
	font-size:10px;
	margin-left:0px;
	padding:2px;
	width:90px;
}
#webmodule .content_send_file {
	background: #FFFFFF;
	padding: 2px;
	width: 200px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
#webmodule .contenttable {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#webmodule .tdsm {
	width: 15px;
}
#webmodule .tdsmf {
	width: 30px;
}
#webmodule .tdme {
	width: 112px;
}
#webmodule #selectPrj {
	margin-bottom: 10px;
}
#webmodule  .content_send_point_out {
	width: 75px;
	color: #27A5BE;
	font-size: 12px;
	font-weight: normal;
}
#webmodule #selectPrjFrom {
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	width: 105px;
	float: left;
	height: auto;
}
#webmodule #selectPrjTo {
	font-size: 0.8em;
	color: #333;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	width: 105px;
}
td.center {
	background: center;
	text-align: center;
}
td.right {
	background: right;
	text-align: right;
}
#main #content #webmodule .comment {
	color: #FF66CC;
}
#main #content #webmodule #content_init {
	margin-right: 15px;
	margin-left: 15px;
}
#main #content #webmodule .convertbutton {
	margin-left: 187px;
	z-index: 12;
}

#main #content #webmodule .wmtab {
	list-style: none outside;
	float: left;

}
#main #content #webmodule .wmtab_p {
	list-style: none outside;
	float: left;
}
#main #content #webmodule .wmtab_p a{
	background: url(bg_wmtab_p.gif) no-repeat;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	float: left;
	line-height: 30px;
}
#main #content #webmodule .wmtab_p a:hover{
	color: #fff;
	text-decoration:none;
}
#main #content #webmodule .wmtab a:hover{
	text-decoration:none;
}
#main #content #webmodule .wmtab a {
	color: #FF66CC;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	background: url(bg_wmtab_s.gif) no-repeat;
	float: left;
	line-height: 30px;
}

.sop {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1em;
	background: #FFFFFF;
	font: bold12px Arial, Helvetica, sans-serif;
	color: #EF65BD;
}
.relation {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
	background: #F2F4F4;
	border: 1px solid #27A5BE;
	font: 12px Arial, Helvetica, sans-serif;
}
.WSURL {
	padding-top: 7px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background: #EBEDED;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-align: center;
}
#webmodule #comment_point {
	float: left;
	position: absolute;
	height: 60px;
	width: 165px;
	color: #FF66CC;
	background: url(bg_comment.gif) no-repeat;
	padding: 3px 17px 15px 7px;
	visibility: hidden;
}
#webmodule #comment_point_sent {
	color: #FF66CC;
	height: 21px;
	line-height: 1em;
}
#webmodule #content_send_file {
	width: 270px;
	color: #FF66CC;
	font-size: 11px;
	margin-right: 30px;
	margin-left: 30px;
	height: 40px;
}
#webmodule #progressBarText {
	float: left;
	font-size: 10px;
	color: #666666;
}
#webmodule #progressBarText2 {
	float: right;
	font-size: 10px;
	color: #666666;
}
#webmodule #content_send_file_info {
	visibility: hidden;
}
.a10pxn999 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}
.forminputfield1 {
	font: 12px Arial, Helvetica, sans-serif;
	width: 145px;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 2px;
	background: #FFFFFF;
}
.forminputfield2 {
	font: 12px Arial, Helvetica, sans-serif;
	width: 95px;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 2px;
	background: #FFFFFF;
}
.forminputfield3 {
	font: 12px Arial, Helvetica, sans-serif;
	width: 37px;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 2px;
	background: #FFFFFF;
}
.notrequired{ 	border: 1px dotted #666;
}
.notselected{ 	border: 1px dotted #ccc;
}
.formbuttonright {
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 145px;
	border: 2px solid #000000;
	padding-left: 2px;
	color: #FFFFFF;
	background: #FF5151;
	float: right;
	margin-right: 18px;
	height: 22px;
}
#program .program {
	list-style: none;
}
#program .programitem {
	margin-bottom: 3px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #CECFCE;
}
#program .programitem .itemtitle {
	font-size: 12px;
	margin-bottom: 5px;
}
#program .programitem .time {
	font-weight: bold;
	color: #FF6666;
	list-style: none;
	margin-right: 3px;
	width: 42px;
	float: left;
}
#program .programitem .subject {
	color: #565C63;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
}
#program .programitem .speaker {
	font: 11px Arial, Helvetica, sans-serif;
	list-style: none;
}
#program .programitem .speakersreference {
	font: 11px Arial, Helvetica, sans-serif;
	list-style: none;
	color: #6B717B;
}
#sjappi .margincont strong {
	color: #FFFFFF;
}
#sjappi .margincont {
	color: #CCCCCC;
}
#sjappi2 .margincont {
	color: #CECFCE;
}
#sjappi2 .margincont strong {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.required {
	color: #FF9999;
	font-weight: bold;
	font-size: 12px;
}.forminputfield1  disabled {

	font: 12px Arial, Helvetica, sans-serif;
	width: 145px;
	border: 1px solid #000000;
	height: 15px;
	padding-left: 2px;
}
.dottedborder1 {
	border-bottom: 1px dotted #FF9999;
}
#bgform {
	background: url(bg_rc362.gif) no-repeat bottom;
}
#bgform_top {
	background: url(bg_rc362_top.gif) no-repeat top;
}
.ln3 a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}
#sjappi .margincont a {
	color: #66CCFF;
}
.subcolumn1-3 li.resources {
	list-style: none outside;
	width: 145px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../css/bg_resources_bl.gif) no-repeat;
	text-decoration: none;
	text-indent: 1.5em;
	display: block;
}
.subcolumn1-3 li.resources strong {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}
.subcolumn1-3 div.padlist   	{
	background: url(bg_padlist3.gif) no-repeat center bottom;
	width:145px;
}
.subcolumn1-3 .padlist .margincont strong {
	color: #333333;
}

#main #content  a:hover {
	background: #27A5BE no-repeat;	color:#FFFFFF;	text-decoration: none;
}

#main #content #webmodule  a {
	color: #FF66CC;
}
#main #content  a {
	color: #27A5BE;
}

#main #content li.ws {
	background: url(../images/bgtermname.gif) no-repeat bottom;	
}
#main #content li.ws a.ln_a {
	color: #000000;
	line-height: 1.1em;
	display: block;
	font-weight: normal;
	font-size: 11px;
	background: url(bg_ln_a.gif) no-repeat center bottom;
	padding: 11px 10px 11px 12px;
}
#main #content li.ws a.ln_p {
	color: #666666;
	line-height: 1.1em;
	display: block;
	font-weight: normal;
	font-size: 11px;
	background: url(bg_ln_p.gif) no-repeat center bottom;
	padding: 11px 10px 11px 12px;
}
#main #content #ws li.ws a.ln_p:hover {
	color: #0099cc;
	background: url(bg_ln_o.gif) no-repeat center bottom;
}
#main #content ul.ws {
	border: 1px solid #CCCDD0;
	font: bold 0.9em;
	padding-bottom: 27px;
}
#main #content .subcolumn1-3 #ws {
	background: url(bg_padlist3.gif) no-repeat bottom;
	padding-bottom: 50px;
	font: 12px Arial, Helvetica, sans-serif;
}
#main #content   #onePairConversion, #fileConversion {
	padding-right: 6px;
	padding-left: 6px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main #content .line {
	border-bottom: 1px solid #999;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #FF66CC;
}
#main #content .leftlisthead {
	list-style: none outside;
	width: 145;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(bg_leftli_orhead.gif) no-repeat;
	text-decoration: none;
	text-indent: 5px;
	display: block;
}
#main #content .leftlisthead strong{
	color: #FFFFFF;
	font-size: 11px;
	line-height: 30px;
}#main #content .leftlisth2 {
	list-style: none outside;
	width: 145;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(bg_leftli_h2.gif) no-repeat;
	text-decoration: none;
	text-indent: 12px;
	display: block;
}
#main #content .leftlisth2 strong {
	color: #000000;
	font-size: 11px;
	line-height: 30px;
}#main #content .leftlisth2 strong a{
	color: #000000;
	font-size: 11px;
	line-height: 30px;
}

/**/
#main #content #how .howtab {
	list-style: none outside;
	float: left;
	font: 0.85em Arial, Helvetica, sans-serif;
}
#main #content #how .howtab_p {
	list-style: none outside;
	float: left;
	font: 0.85em Arial, Helvetica, sans-serif;

}
#main #content #how .howtab_p a{
	background: url(bg_howtab_p.gif) no-repeat;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	float: left;
	line-height: 30px;
}
#main #content #how .howtab_p a:hover{
	color: #27A5BE;
	text-decoration:none;
}
#main #content #how .howtab a:hover{
	text-decoration:none;
}
#main #content #how .howtab a {
	color: #27A5BE;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	background: url(bg_howtab_s.gif) no-repeat;
	float: left;
	line-height: 30px;
}
#main #content .Bgtitle_at {
	background: #FF6500 url(../images/1/17/bgtitle_at.jpg) no-repeat center top;
	padding: 5px 2px 5px 5px;
	background-image: url(../images/1/17/bgtitle_at.jpg);
}

