.input8 {
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
}

.input10 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.input12 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

.input15 {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;	
}

/***************************************************************/
/*					 Basic component style						*/
/***************************************************************/
html {
	height: 100%;
}
body {
	margin: 15px;
	padding: 0px;
	font-family: Verdana;
	line-height: 120%;
	font-size: 11px;
	height: 100%;
	margin-bottom: 1px;
	background-color: #F4F4F4;
	color: #3E3E3E;
}



a:hover {
	color: #FF7B3C;
}

form {
	margin: 0;
 	padding: 0;
}
	
/***************************************************************/
/*						Round table corner								   */
/***************************************************************/
div#box {
	padding: 10px;
	margin:0 auto;
    background:#F4F4F4;
	color:#000
}

/***************************************************************/
/*						 IC Common Style								   	*/
/***************************************************************/

.ICLabel {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;	
}

.ICText {
	font-size: x-small;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
	font-family: Verdana;	
}

.ICComponentName {
	color: #00349A;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana;	
}

.ICComponentSuiteName {
	color: #00349A;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana;	
}

.ICWarning {
	color: #FF7B3C;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;	
}

.ICTableHeader {
	font-size: 11px;
	font-family: Verdana;
}

.ICTable {
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
}

.ICHeader, H3.ICHeader, div.ICComponentModule h3 h2{
	color: #00349A; 
	font-size: 18px; 
	font-family: Verdana;
	border-bottom: 0px;
}

.ICSmallHeader {
	font-size: 13px;
	font-weight: bold;
	color: #00349A; 
	text-decoration: none;
	text-align:left;
	font-family: Verdana;	
}

.ICOpen {
	color: #FF7B3C;
	font-size: 10px;
	font-family: Verdana;	
}


/***************************************************************/
/*					 				Attributes		 	   					*/
/***************************************************************/
table.Attributes {
	background-color: #F4F4F4;
}

table.Attributes th {
	padding-bottom: 3px;
	height: 10px;
	padding-top: 5px;
	font-weight: bolder;
	font-size: 11px;
	font-family: Verdana;	
	text-align: left;
	background-color: #F4F4F4;
}

table.Attributes td {
	margin: 0px;
	padding-bottom: 5px;
	height: 8px;
	padding-top: 2px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

table.Attributes tr {
	/*border-bottom: 1px solid #000000;*/
	padding-bottom: 10px;
}

/***************************************************************/
/*		 			      Values	 	   					   */
/***************************************************************/
table.Values {
	background-color: #FFFFFF;
	border: none;
	border-top: 1px solid #666666;
}

table.Values th {
	padding-bottom: 0px;
	height: 8px;
	padding-top: 3px;
	padding-bottom: 3px;	
	font-weight: bold;
	font-family: Verdana;	
	text-align: left;
	color: #666666;	
	background-color: #FFFFFF;
	border-bottom: 1px dashed #666666;
}

table.Values td {
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 8px;
	text-align: left;
	vertical-align: top;
	border: none;
	border-bottom: 1px dashed #666666;	
}

table.Values tr {
	padding-bottom: 10px;
	border: none;
}

/***************************************************************/
/*		 			      Values	 	   					   */
/***************************************************************/
li.features  {
	padding-top: 3px;
	padding-left: 2px;	
	border-right: 0px;
	border-right-width: 0px;
}

ul.features {
	/*float: left;*/
	background-image: none;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;		
	white-space: nowrap;
	list-style-type: none;
}

.ICText {
    color: #000;
}

pre {
	display:block;
	color: black;
	border: 1px dashed #444444;
	background-color: #EEF8FF;
	padding: 10px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
    font-size:x-small;
}

.path {
	color: #0044AA;
}

.comment {
	color: #777777;
}

.orange {
	color: orange;
}

.green {
	color: green;
}
.bluered{
	color: #3300FF;
}
.small{
	font-size:9px;
}
