/* reset css begin */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0; }

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

ul { list-style: none; }
caption,th { text-align: left; }

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after { content: ''; }
abbr,acronym { border: 0; }

/* reset css end   */
body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	/*
	background-color: rgb(240,225,225);
	background-color: rgb(240,235,235);
*/
	background-color: rgb(240,240,240);
}

table { width: 100%; }

a
{
	text-decoration: none;
	color: rgb(0,0,0);
}

h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 19px 0 40px 136px;
}

p, ul, ol { margin: 0 19px 19px 12px; }
p a { border-bottom: solid 1px rgb(180,180,180); }
p a:hover { border-bottom: solid 1px rgb(0,0,0); }
p img { margin: 0 0 19px 0; }
strong { font-weight: bold; }
em { font-style: italic; }
.date { color: rgb(255,51,204); }

.list .odd, .list .even
{
	clear: both;
	width: 448px;
}

.list .odd p { margin: 0 0 19px 12px; }
.list .even p { margin: 0 0 19px 12px; }

.list .noimage p
{
	margin: 0 0 19px 12px;
	clear: both;
}

.detail p { margin: 0 64px 19px 12px; }

.list p a
{
	color: #000;
	border-bottom: 1px solid rgb(255,158,231);
}

h2
{
	font-size: 14px;
	margin: 6px 19px 9px 12px;
	font-weight: bold;
	line-height: 19px;
}

.home h2
{
	line-height: 16px;
	margin-bottom: 16px;
}

h2 a { color: #000; }
h2 a:hover { border-bottom: 1px solid #555555; }

h3
{
	font-size: 14px;
	margin: 6px 19px 9px 12px;
	line-height: 19px;
}

.home h3
{
	font-size: 11px;
	line-height: 16px;
	margin: 6px 19px 0 6px;
	font-weight: bold;
	color: #555555;
}

h3 a { color: #000; }
h3 a:hover { border-bottom: 1px solid #555555; }

.list h4
{
	font-size: 10px;
	margin: 6px 19px 0 12px;
	font-weight: bold;
	color: rgb(85, 85, 85);
}

.detail h4
{
	font-size: 10px;
	margin: 6px 19px 0 12px;
	font-weight: bold;
	color: rgb(0, 0, 0);
}

.list h4 a { color: rgb(85, 85, 85); }
.detail h4 a { color: rgb(0, 0, 0); }
h3 a:hover { border-bottom: 1px solid #555555; }

.list h5
{
	margin: 6px 19px 6px 12px;
	font-style: italic;
}

#header
{
	height: 60px;
	background-color: rgb(255,255,255);
}

#header img
{
	float: left;
	margin-top: 5px;
}

#header ul
{
	/*
	float: left;
*/
	float: right;
	margin: 0;
}

#header ul li { float: left; }

#header ul li a
{
	font-size: 11px;
	color: rgb(85,85,85);
	margin: 0 0 0 0;
	padding: 10px 9px 8px 8px;
	background-image: url('../images/mb_menu_bg.gif');
	background-repeat: no-repeat;
	display: block;
	background-color: rgb(209,209,209);
	background-position: 0% 100%;
	border-left: solid 1px rgb(255,255,255);
}

#header ul li.current a
{
	color: rgb(177, 14, 95);
	background-color: rgb(255,186,220);
}

#header ul li a:hover
{
	color: rgb(177, 14, 95);
	background-color: rgb(255,186,220);
}

#page
{
	position: relative;
	margin: 60px auto;
	text-align: left;
	width: 768px;
	background-color: rgb(255,255,255);
}

.home #page { height: 600px; }
.list #page, .detail #page { background-image: url('../images/mb_bg_4cols_2cols.gif'); }

#flash
{
	height: 120px;
	margin: 0 0 19px 0;
}

#breadnav
{
	color: #999999;
	margin: 0 19px 9px 12px;
}

#breadnav a { color: #999999; }
#breadnav a:hover { color: #000; }
#content { }

#slideslogo
{
	position: absolute;
	top: 72px;
	left: 12px;
	z-index: 500;
}

#slides { }
.slide { }
#slides p a { border: none; }
#slides p a:hover { border-bottom: 1px solid rgb(180,180,180); }

#content01, 
#content02
{
	width: 128px;
	float: left;
}

.home #content01, 
.home #content02 { display: none; }
#content02 img { margin: 20px 0 0 7px; }
#content02 p img { margin: 0 0 19px 0; }

#content03
{
	width: 508px;
	float: left;
}

.home #content01, .home #content02, .home #content03
{
	width: 256px;
	float: left;
}

.home #content01 img, .home #content02 img, .home #content03 img
{
	/*
	width: 244px;
*/
	margin: 3px 6px 9px 6px;
}

.list #content01, .detail #content01
{
	width: 512px;
	float: left;
}

.list #content01 img { margin: 3px 6px 19px 12px; }

.list #content01 .odd img
{
	margin: 3px 9px 19px 12px;
	float: left;
}

.list #content01 .even img
{
	margin: 3px 0 19px 9px;
	float: right;
}

.detail #content01 img
{
	/*
	width: 378px;
*/
	margin: 3px 6px 19px 12px;
}

.detail #content01 p img { margin: 0 0 19px 0; }

#content01 ul
{
	list-style-type: disc;
	margin-left: 38px;
	margin-right: 38px;
	margin-top: -9px;
}

#content01 ul.downloads,
#content01 ul.links
{
	list-style-type: none;
	margin: 0 19px 19px 12px;
}

#content01 ul li a { border-bottom: solid 1px rgb(180,180,180); }
#content01 ul li a:hover { border-bottom: solid 1px rgb(0,0,0); }

#content01 ol
{
	margin-left: 38px;
	margin-right: 38px;
	margin-top: -9px;
}

.list #content02, .detail #content02
{
	width: 256px;
	float: left;
}

.list #content02 ul
{
	margin-right: 19px;
	font-size: 10px;
}

.list #content02 ul li { margin-top: 5px; }
.list #content02 ul li a { color: rgb(85,85,85); }
.list #content02 ul li a:hover { color: #000; }

.list #content02 ul li a.current
{
	/*
    color: rgb(0, 204, 255);
*/
	color: rgb(177, 14, 95);
}

.list #content03 { display: none; }

.detail #content02 ul
{
	margin-right: 19px;
	font-size: 10px;
}

.detail #content02 ul li { margin-top: 5px; }
.detail #content02 ul li a { color: rgb(85,85,85); }
.detail #content02 ul li a:hover { color: #000; }
.detail #content02 ul li a.current:hover { color: #000; }

.detail #content02 ul li a.current
{
	/*
    color: rgb(0, 204, 255);
*/
	color: rgb(177, 14, 95);
}

.detail #content03 { display: none; }

ul.subnav
{
	line-height: 14px;
	margin-left: 6px;
}

ul.subnav li
{
	font-size: 11px;
	margin: 0;
}

ul.messagenav
{
	padding-top: 9px;
	margin-left: 6px;
}

#footer { clear: both; }

.clearer
{
	clear: both;
	height: 1px;
}

p.meta
{
	color: rgb(255,51,204);
	margin-bottom: 0;
}

/*** forms ***/
form
{
	margin: 0 19px 19px 0;
	padding: 0 0 12px 0;
}

form p
{
	margin: 0;
	clear: both;
}

form p img
{
	float: left;
	width: 100px;
}

label
{
	width: 100px;
	display: block;
	float: left;
	border-top: 1px solid rgb(70%,70%,70%);
	margin: 0 6px 0 0;
	color: rgb(20%,20%,20%);
}

fieldset { background-color: transparent; }
fieldset div { clear: both; }

.radio,
.checkbox
{
	display: block;
	float: left;
	width: auto;
	margin: 2px 0;
}

.radiolabel,
.checkboxlabel
{
	width: 220px;
	border: none;
	margin: 0 0 6px 6px;
	font-size: 11px;
}

form input,
form select,
form textarea { font-size: 11px; }

input.text
{
	/*
	border: 1px solid rgb(70%,70%,70%);
*/
	width: 240px;
	padding: 2px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid rgb(70%,70%,70%);
	width: 240px;
	padding: 2px;
}

select
{
	border: 1px solid rgb(70%,70%,70%);
	padding: 1px 1px 1px 0;
	width: 240px;
}

.submit
{
	background-color: rgb(85%,85%,85%);
	color: rgb(20%,20%,20%);
	border: 1px solid rgb(70%,70%,70%);
	padding: 2px 3px 3px 3px;
	font-size: 1.1em;
	width: auto;
}

.attention label
{
	color: rgb(240,0,0);
	border-top: 1px solid rgb(240,0,0);
}

.attention .text { border: 1px solid rgb(240,0,0); }

/*** generated form ***/
input
{
	border: 1px solid rgb(70%,70%,70%);
	width: 240px;
	padding: 2px;
}

#content01 form ul
{
	list-style-type: none;
	margin: 0 19px 19px 12px;
}

form ul li
{
	padding-bottom: 12px;
	clear: both;
}

form ul li ul
{
	width: 244px;
	float: left;
	margin: 0;
	padding: 0;
}

form ul li ul li
{
	clear: none;
	width: 244px;
	padding-bottom: 0;
	padding-top: 3px;
}

form ul li ul li label
{
	width: auto;
	display: block;
	float: none;
	border: none;
	margin: 0;
	color: rgb(20%,20%,20%);
}

form ul li ul li input
{
	width: auto;
	height: auto;
	border: none;
}

#content01 form ul.errorlist
{
	clear: both;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 0;
	color: rgb(255,51,204);
}

/*** end generated form ***/
#search form
{
	color: rgb(0,0,0);
	font-weight: normal;
	/*
	border-bottom: 1px solid rgb(70%,70%,70%);
	border-top: 1px solid rgb(70%,70%,70%);
*/
	padding: 0;
	font-size: 1.5em;
	margin: 0 0 28px 6px;
}

#search form input
{
	color: rgb(50%,50%,50%);
	font-weight: normal;
	float: left;
}

#search form input.text
{
	border: 1px solid rgb(70%,70%,70%);
	width: 198px;
	font-size: 11px;
	padding: 3px;
}

#search form input.image
{
	width: 20px;
	height: 20px;
	border: none;
}
