@charset "utf-8";
/* CSS Document */


html { 
	background:#D4D3BF url("images/bg.gif"); 
	background-position:top ;
	background-repeat: repeat-x;
	/* Height is 100%, so the body can be 100% */
	height:100%;
}


body {
	background-image:url(images/hd.jpg);
	background-position:top ;
	background-repeat: no-repeat;
	height:100%;
	color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}	

#wrapper {
	width:770px;
	margin:0 auto;
	position:relative; 
}	

#nav {
	float:left;
	width: 770px;
	margin-top:30px;
}	

#nav2 {
	float:right;
	list-style-type:none;
	margin:0; padding:0;
	padding-right:20px;
	font-size:12px;
	margin-top:190px;
}

#nav2 LI {
	float:left;
}

#nav2 A, #nav2 A:VISITED {
	display: block;
	padding: 0.25em 0.5em;
	text-decoration:none;
	font-weight:bold;
	background-color:#FFF;
	color:#AAA63A;
}

#nav2 A:HOVER {
	text-decoration:underline;
	color:#000;
}

#content_wrapper {
	float:left;
	width:770px;
	background:#FFF;
	margin-top:45px;
}

#content_main {
	clear:both;
	width:750px;
	margin:0 auto;
	position:relative; 
	color:#000;
	min-height:450px;
	padding-bottom:15px;
}

#content_main A, content_main A:VISITED{
	font-weight:bold;
	color:#E77B0C;
	text-decoration:none;
}	

#content_main A:HOVER {
	color:#000;
	text-decoration:underline;
}	

H1 {
	padding:0; margin:0;
	font-size:1.4em;
	color:#60451A;
}

H2 {
	padding:0; margin:0;
	margin-top:7px;
	font-size:1.4em;
	color:#938F2F;
}

H3 {
	padding:0; margin:0;
	font-size:1.1em;
	color:#80BD00;
}

P {
	font-size:.9em;
}		

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
}

#content_main li {
	list-style:circle url(images/bullet.gif);
	font-size:.9em;
	margin-bottom:.5em;	
}		


/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: #333; /* text color */
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	background:#FFFFFF;
}

/* main table data cells */
.ewTable td {
	 padding: 4px 4px 4px 6px;
	 border-right: 1px solid #C1DAD7;
	 border-bottom: 1px solid #C1DAD7;
}


.ewBasicSearch {
	font-family: Arial, Helvetica, sans-serif; /* font name */
	font-size: 13px; /* font size */
	border: #666 1px solid;
	
}

.ewBasicSearch td {
	border: 0px;
	padding: 2px;
}



.ICTlist td {
	color: inherit; /* text color */
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	color: #30A8B1;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5FAFA; /* alt row color 2 */
	color: #666666;	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #CCFF99; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #99FFFF; /* select color */
}


/* separator */
.ewSeparator {
    color: gray;
}


/* message */
.ewmsg {
	color: red; /* message color */
	font-family: inherit; /* font name */
	font-size: inherit; /* font size */	
}

/* highlight */
.ewHighlightSearch {
	font-weight: bold;
	background-color: yellow;
}

	
