/* 
               *** STYLES FOR PARTNER BANNERS ***
  These styles are used for HTML link banners hosted on partners' sites.
  Their pages import this CSS. If the CSS is gone there will be a lot of
  bad banners on partner sites!
                           # # #
 */

/* 250x250 Square Banner */

#sqPolarion {
  	  background-color: #19638B;
		/*background: url(http://www.polarion.com/img/logos/polarion_logo_60x68.gif) top no-repeat #19638B;		 */
		color: #00ADEE;
		border: 2px solid #002E42;
		width: 121px;
		height: 117px;
		margin: 0;
		padding: 0 0 4px 0;
	}
	
	#sqLabl {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin: 0 4px 1px 4px;
		text-align: center;
		font-weight: bold;
	}
	
	#sqLnk { 
	font-size: 12px;
	font-weight: normal;	
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	color: #fff;
	margin: 2px 4px 4px 4px; 	
	text-align: center;
	}
	
	#sqLnk a, #sqLnk a:link, #sqLnk a:visited, #sqLnk a:hover {
		background: inherit;
		color: #fff;
		text-decoration: none;
		border: none;
		padding: 0 2px;
	}
	
	#sqLnk a:hover {
		background: #fff;
		color: #FF9624;
		border: dotted 1px #00ADEE;
		font-weight: bold;
	}
	
	#sqImag {
		margin: 0 0 0 0;
		text-align: center;
	}

/* 468 x 60 "Wide" Banner */
table#wdPolarion {
	 	background-color: #19638B;
	  	color: #00ADEE;
		border: 2px solid #002E42;
		width: 468px;
		height: 60px;
		margin: 0;
		padding: 0;
	 }

	 td#wdImag {
	 	text-align: left;
		width: 54px; 
	 }
	 
	 td#wdImag img {
	 	padding: 0 0 0 1px;
		border: none;
	 }
	 
	 td#wdImag a, td#wdImag a:link, td#wdImag a:visited, td#wdImag a:hover {
	 	border: none;
		padding: 0;
		margin: 0;
	 }
	 
	 td#wdLabl {
	 	font-family: Arial, Helvetica, sans-serif;
		font-size: 38px;
		font-weight: bold;
		text-align: left;
		font-weight: bold;
		padding: 0 0 0 4px;
		color: #5A9CC8;
	 }
	 
	 td#wdLnx
	 {
	 	font-size: 16px;
		font-weight: normal;	
		font-family: Arial, Helvetica, sans-serif;
		background: transparent;
		color: #fff;
		margin: 0;
		text-align: center; 
	 }
	 
	 td#wdLnx a, td#wdLnx a:link, td#wdLnx a:visited, td#wdLnx a:hover {
		background: inherit;
		color: #fff;
		text-decoration: none;
		border: none;
		padding: 0 2px;
	}
	
	td#wdLnx a:hover {
		background: #fff;
		color: #FF9624;
		border: dotted 1px #00ADEE;
	}
	
	td#wdLnx p {
		margin: 0 0 0 0;
	}
	
	td#wdLnx p.btm {
		margin-top: 4px;
	}