@import url(nav.css);

/*--------------------------------------------
Title 	: Ji Yuan Tang v.1
URL		: www.jiyuantang.nl
--------------------------------------------*/

body{
	margin: 7px 0px;
	padding: 0px;
	background: #808080;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	background: white url(img/PageStampBG.png) top left;
}

div{
	margin: 0px;
	padding: 0px;
}

a{
	color: #19b;
}

img{
	border: 0px;
}

.imgmid{
	vertical-align: middle;
}

#wrap{
	background: white url(img/PageBG.png) top left repeat-x;
	margin: auto;
	padding: 15px;
	width: 880px;
	text-align: justify;
}

.header{
	border-bottom: 1px solid #958b80;
	margin-top: 15px;
}

.footer{
	margin-top: 50px;
	border-top: 1px solid #958b80;
	font-size: 11px;
	color: #666;
}

.footer a{
	color: #666;
	text-decoration: none;
}

.footer a:hover{
	color: #666;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

.prevnext{
	float: right;
}

.prevnext a:hover{
	border: none;
}


/* ----- All Others ----- */

.page_head{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #666;
	margin: 25px 20px 0px 0px;
	xtext-align: right;
}

.paragraph_head{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #666;
	margin: 25px 0px 0px 0px;
	border-bottom: 1px solid #958b80;
}

.paragraph_headlinks{
	float: right;
	font-size: 12px;
}

#list_ul{
	margin: 0px;
	padding-left: 20px;
	list-style-position: outside;
	xborder: 1px solid red;
}

.bullet_red{
	list-style-image: url(img/Bul_Red.png);
}

.bullet_black{
	list-style-image: url(img/Bul_Black.png);
}

.bullet_question{
	list-style-image: url(img/Bul_Question.png);
}

.bullet_exclamation{
	list-style-image: url(img/Bul_Exclamation.png);
}

a.boldlink{
	font-weight: bold;
	text-decoration: none;
}

a:hover.boldlink{
	font-weight: bold;
	text-decoration: underline;
}

.col_grey{
	color: grey;
}

.listnumber{
	list-style-type: decimal;
}

img.ti_right{
	margin: 0px 0px 15px 15px;
	float: right;
}
	

/* ----- Global Form Styles ----- */

label{
	display: block;
	width: 150px;
	margin-top: 10px;
	font-weight: bold;
}

.required{
	border: 1px solid #352516;
	border-top: 2px solid #d61e26;
	background-color: #fbfbf8;
}

input, textarea{
	border: 1px solid #352516;
}

.submit { border: 0; width: auto; }
.submit:hover, .submit:active { border:0; }
.radio { background: none; border: 0; }
