/* Font setting */

body, input, select {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	color: #666;
	font-size: 76%;
}

body {
	background: #fff url("/images/bgflame.gif") center top repeat-x;
	padding: 0 25px;
	margin: 29px 0;
	text-align: center;

}


/* Content frame */

#shadow {
	background: url("/images/bgflameborder.gif") center top no-repeat;
	margin: 0 auto 0 auto;
	padding: 9px 0 0;
	text-align: left;
	width: 716px;

}

#content {
	border: 1px solid #ccd7e0;
	/*border-top: 0;*/
	background: #fff;
	margin: 0 8px;
	padding: 0 20px 20px;
}

/* Location */
#location {
	background: url("/images/circlehc.jpg") left center no-repeat;  
	padding: 20px 0 16px 0;
	height : 35px;
}

#location h1 {
	color: #ffc76f;
	font-size: 21px;
	padding:  0 0 0 38px;
	margin:0px;
	font-weight: normal;
}

#location h1 a {
	color: #718ea5;
	font-size: 18px;
	text-decoration: none;
}

#location h1 a:hover {
	color: #93b2c8;
}


/* Front page images */
#front {
	background: url("/images/l-big.jpg") no-repeat center top;
	height: 12em;
	max-height: 300px;
	margin: 20px 0;
}


/* Main & Extra */

#main {
	position: relative;
	float: left;
	width: 460px;
	margin: 20px 0;
}

#maincentered {
	position: relative;
	float: left;
	width: 460px;
	margin: 20px 0;
	text-align: center;
}

#extra {
	position: relative;
	float: right;
	width: 180px;
	margin: 20px 0;
}

#main h3, #extra h3, #maincentered h3 {
	font-size: 1.1em;
	font-weight: bolder;
	color: #718ea5;
	margin: 0;
}

#main h4, #extra h4, #maincentered h4 {
	font-size: 1em;
	line-height: 2em;
	font-weight: bolder;
	color: #718ea5;
	margin: 0;
}

/* Files content */
#files {
	position: relative;
	float: left;
	margin: 20px 0;
	width: 100%;
}

#files h3 {
	font-size: 1em;
	font-weight: normal;
	color: #718ea5;
	margin: 0;
}

/* Copyright notice */
#copy {
	margin-top: 5px;
}
#copy p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#copy a {
	color: #718ea5;
	text-decoration: none;
}
#copy a:hover {
	color: #8cc0e5;
	text-decoration: underline;
}

/* Line */
.line {
	background: #718ea5 url("/images/line.gif") repeat-x;
	height: 1px;
	font-size: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

/* Item box */
.item {
	position: relative;
	background: #fafbfc url("/images/item_bg.gif") left bottom repeat-x;
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
	height: 100%;
}
.item a {
	color: #93b2c8;
}
.item a:hover {
	color: #8cc0e5;
	background: #fff;
}
.item h4 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #222;
}
.item p {
	font-size: 0.9em;
	text-align: justify;
	margin: 0 0 10px 0;
}

.extralinks {
	font-size: 0.8em;
	position:relative;
	float:right;
	margin : 0 25px;
	width : 100%;
	text-align: right;
}
.extralinks a {
	color: #93b2c8;
	text-decoration: none;
}
.extralinks a:hover {
	color: #8cc0e5;
	background: #fff;
	text-decoration: none;
}

/* Lists */

.nav {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: disc outside url("/images/arrow.gif");
}
.nav li {
	padding: 0;
	margin: 0;
}

.check {
	padding: 0;
	margin: 0 0 0 18px;
	list-style: outside url("/images/check.gif");
}
.arrow {
	padding: 0;
	margin: 0 0 0 18px;
	list-style: outside url("/images/arrow.gif");
}


.right {
	position:relative;
	float:right;
}


.files {
	width: 100%;
	
}
.files th {
	text-align: left;
}
.files td {
	border-top: 1px solid #fff;
}
.files images {
	border: 0;
	margin-right: 2px;
	vertical-align: text-bottom;
}

h4.func {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	background: #ecf0f3;
}

/* forms */
form {
	margin: 0;
	padding: 0;
}
input {
	font-size: 1em;
}
select {
	font-size: 1em;
}

code, pre {
	padding: 1px;
	border: 1px solid #dcddde;
	background-color: #eeeff0;
	font-family: "Courier New", courier, monospace;
	font-size: 0.8em;
}