#loginpanel
 {
 padding-top: 5px;
 padding-right: 20px;
 font-size: 10px;
 }
#loginpanel input
{
font-size: 10px;
height: 14px;
}

#loginpanel input.button
{
font-size: 10px;
height: 18px;
}

#subcontainerw
	{
	padding: 20px;
	}
	
#subwindow
	{
	display: block;
	font-family: Arial;
	position: relative;
	}

#subwindow div.header
	{
	padding: 3px;
	border: 1px solid #DEDEDE;
	background-color: F7F7F7;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
	}
	
#subwindow div.body
	{
	background: url('/images/window_corner2.gif') bottom right;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	border-left: 1px solid #DEDEDE;
	border-top: none;
	background-color: FFF;
	}
	
#subwindow div.content
	{
	position: relative;
	color: 555;
    font-size: 11px;
    z-index: 501;
	}

#subwindow div.corner
	{
	position: relative;
	left: 152px;
	bottom: 37px;
    width: 22px;
    height: 37px;
    z-index: 100;
	}
    
#designlogo
	{
	position: absolute;
	right: 20px;
	top: 0px;
	}
	
#langbar
	{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: 777;
	padding-right: 20px;
	padding-top: 10px;
	}
	
#langbar a
	{
	/*color: 315AB7;*/
	font-weight: normal;
	text-decoration: none;
	}

#langbar a:hover
	{
	color: 000;
	text-decoration: underline;
	}

#content
	{
	font-family: Arial;
	color: 444;
    font-size: 12px;
    padding: 20px;
	}

.content
	{
	font-family: Arial;
	color: 444;
    font-size: 12px;
    /*padding: 30px;*/
	}
.content a
	{
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	}	
#content span.title
	{
	font-size: 18px;
	display: block;
	/*color: 315AB7;*/
	font-weight: bold;
	}
	
#content a
	{
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	}	
	
#content span.subtitle1
	{
	display: block;
	padding-bottom: 20px;
	/*color: 315AB7;*/
	font-style: italic;
	}
	
#content select
  {
  font-family: Arial;
	color: 444;
    font-size: 12px;
  }

#contentd
	{
	background: url('/images/content_bg2.gif') bottom left repeat-x;
	}

#submenu
	{
	margin-left: 1px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url('/images/submenu_corner2.gif') bottom left no-repeat;
	font-family: Arial; 
	font-weight: bold;
	color: 444;
    font-size: 12px;
    line-height: 24px;
	}

#submenu ul
	{
	list-style: none;
    display: inline;
	}
	
#submenu li:hover
	{
	background-color: FAFAFA;
	margin-left: -12px;
	padding-left: 12px;
	margin-right: 3px;
	}
	
#submenu a
	{
	/*color: 315AB7;*/
	text-decoration: none;
	}

#submenu a:hover
	{
	color: 444;
	text-decoration: underline;
	}

#footer
	{
	margin-top: 2px;
	}
	
#btm_menu
    {
    padding-left: 25px;
    font-family: Arial; 
    font-size: 10px; 
    color: #666;
    line-height: 18px;
    position: relative;
    }
 

#btm_menu a 
    {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    }
    
#btm_menu a:hover 
    {
    color: #2B4667;
    text-decoration: underline;
    }
    
#comments td
          {
          padding-left:10px;
          padding-right:10px;
          padding-top:1px;
          padding-bottom:2px;
          font-family: Arial;
	        color: 444;
          font-size: 12px;
          }
