/***********************************************/
/* CSS FOR PLATFORM                            */
/***********************************************/ 
* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #000000;
 	color: #555; 
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{ 
	color: #72A545;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #FF0000;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #339900;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;	
}
ul span, ol span {
	color: #666666;
}

.plat-info {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.plat-decripttion {
	font-size: 13px;
	text-align: justify;
	color: #FF0000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.platform1 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-align: justify;

}
.platform-number {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.platform-number2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.requirements{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #339900;
	text-align: center;
	background-color: #FFFF00;
	border: 1px solid #009999;
}
/***********************************************/
/* PLATFORM TAB STYLES                         */
/***********************************************/ 
.tabcontent {
	display:none;
	overflow: auto;
	height: 450px; 
	padding-right: 10px;
}
#tabcontentcontainer{
	height:450px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 85px;
}
#tablist{
	font: bold 12px "Trebuchet MS", "Times New Roman", Times, serif;
	text-align: left;
	float: left;
}
#tablist li{
list-style: none;
margin: 0;
}
#tablist li a:link, #tablist li a:visited{
color: #FF0000;
}
#tablist li a:hover{
	color: #009933;
	text-decoration: underline;
}
#tablist li a.current{
	color: #000000;
}
ul {	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}