/**
 * File Location : Styles/ppm.css
 *
 * Progressive Pipeline Management
 * Created by KOOS
 * sulaemak@mailcity.com
 *
 */

body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font: 12px Arial;
	color: #000000;
}

.title {
	font: 14px Arial;
	font-weight: bold;
}

.news_title {
	font: 16px Arial;
	font-weight: bold;
}

.news_footer {
	font: 10px Arial;
}

.capabilities {
	background: #0000CC;
	color: #FFFFFF;
}

.capabilities1 {
	background: #CCCCCC;
	color: #000000;
}

.result {
	color: #990000;
	font-weight: bold;
}

.border {
	background-color: #FFFFFF;
}

.borderColor {
	background-color: #EAEAEA;
}

.download_header {
	color: #FFFFFF;
	background-color: #0099CC;
	font-weight: bold;
	text-align: center;
}

td.calendar {
	text-align: left;
	vertical-align: top;	
	font: 10px Arial;	
}

.calendar_header {
	color: #FFFFFF;
	background-color: #663399;
	font-weight: bold;
	text-align: center;
}

a:link, a:visited {
	color: #000099;	
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a.login:link, a.login:visited {
	color: #FFFFFF;	
	text-decoration: none;
}

a.login:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.submit {  
	font-size: 11px; 
	color: #000000; 
	line-height: 1.2; 
	padding: 1px 1px 1px 1px; 
	font-family: Arial; 
	background-color: #CCCCCC;
}

.select {  
	font-size: 11px; 
	color: #000000; 
	line-height: 1.2; 
	padding: 1px 1px 1px 1px; 
	font-family: Arial; 
	background-color: #FFFFFF;
}
