
html,body {
	background-color:white;
	padding-left:5px;
	color:#333 !important;
	}
	
::-webkit-input-placeholder {
    color:    #FA0000;
}
:-moz-placeholder {
    color:    #FA0000;
}
::-moz-placeholder {
    color:    #FA0000;
}
:-ms-input-placeholder {
    color:    #FA0000;
}

.api_input_medium {
	width:50%;
}

th
{
		background-color: whitesmoke;
		color:#666;
		padding:3px;
	}
	
.leftmenutable	td
{
		font-size:8pt;
	}
	
td
{
		font-size:9pt;
	}
	
	
	.menu_thead{
		font-size:0.5em !important;
	} 
	
	.iframe{
		padding:5px;
	}
	
	.title_span{
			font-weight: 300;
			margin-top: 12px;
			font-size: 20pt;
	}
	.ingress_span{
			font-weight: 300;
			color:#666;
			margin-bottom: 15px;
			font-size: 10pt;
	}
	.request_info{
			font-weight: 300;
			color:#666;
			margin-bottom: 15px;
			font-size: 10pt;
			padding-left: 10px;
	}
	.required{
		font-weight: 300;
		color:red;
		padding-left: 3px;
	}
	.optional{
		font-weight: 300;
		color:gray;
		padding-left: 3px;
	}
	
	.actionvalue{
		font-weight: bolder;
		color:#666;
		padding-left: 3px;
	}
	

	.header{
		font-weight: bolder;
	}
	
	.moreinfo{
		color:gray;
		padding: 20px;
		width:600px;
		text-align: left;
		font-size: 8pt;
	}
	
	.green_text{
		color:green;
	}
	
	.red_text{
		color:red;
	}
	
	.small_link{
		font-size:0.75em;
		white-space: nowrap;
	}