/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, /*h4*/ h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, /*img*/ ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, /*li*/ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
/*	font-family: inherit; */
/*	font-style: inherit; */
/*	font-weight: inherit; */
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Resets font size to 10px. (1.2em will be 12px, etc.). */
body {
	background:#fff;
	color:#000;
	font: 62.5%/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* Structure */
#page {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:960px;
	}
#toplinks {
	color:#fff;
	position:relative;
	text-align:right;
	}
#toplinks .red, #toplinks .orange, #toplinks .yellow, #toplinks .green, #toplinks .blue, #toplinks .purple, #toplinks .gray {
	/* height:22px; */
	}
#header {
	height:90px;
	/* margin:5px 0; */
	/* position:relative; */
	}
#logo {
	position:absolute;
	top:0; left:0;
	width:227px;
	}
h1.title {
	background:url(../../../images/logo.png) no-repeat;
	height: 0px !important;
	height /**/:90px;
	margin: 0;
	padding: 90px 0 0 0;
	overflow: hidden;
	}
#leaderboard {
	position:absolute;
	right:0; bottom:0;
	text-align:right;
	width:728px;
	}
#menu {
	position:relative;
	z-index:9500;
	}
#menu .red, #menu .orange, #menu .yellow, #menu .green, #menu .blue, #menu .purple, #menu .black {
	height:28px;
	padding:0 40px;
	}
#menu .abu {
	color:#fff;
}
#splitmenu {
	position:relative;
	}
#contentholder{
	margin:0 auto;
	clear:both;
	/* margin:10px 0; */
	text-align:left;
	position:relative;
	width:960px;
	z-index:1;
	background:#fff;
	}
#center {
	background:#fff;
	float:left;
	font-size:1.2em;
	line-height:1.4;
	overflow:hidden;
	}
* html #center {
	display: inline;
	}
.threecolumns #center {
	margin:0 10px 0 170px;
	width:480px;
	}
.leftcolumn #center {
	margin:0 0 0 170px;
	width:790px;
	}
.rightcolumn #center {
	/* margin:0 10px 0 0;*/
	width:660px;
	}
.nocolumns #center {
	margin:0;
	width:960px;
	}
body.abu .darkbg {
padding: 15px 40px;
}

body.black .darkbg, body.gray .darkbg, body.bismark .darkbg, body.red .darkbg, body.orange .darkbg, body.yellow .darkbg, body.green .darkbg, body.blue .darkbg, body.purple .darkbg {
	padding:0 40px;

	}
#left {
	float:left;
	font-size:1.2em;
	overflow:hidden;
	width:160px;
	}
.threecolumns #left {
	margin:0 0 0 -660px;
	}
.nocolumns #left, .rightcolumn #left {
	display:none;
	}
.leftcolumn #left {
	margin:0 0 0 -960px;
	}
#right {
	padding: 40px 0;
	float:left;
	font-size:1.2em;
	overflow:hidden;
	width:260px;
	}
.nocolumns #right, .leftcolumn #right {
	display:none;
	}
#bottom {
	font-size:1.2em;
	margin:10px 0 0;
	position:relative;
	text-align:center;
	}
#footer {
	margin:0 auto;
	width:960px;
	color:#fff;
	font-size:1.2em;
	line-height:22px;
	position:relative;
	text-align:left;
	}
#footer .red, #footer .orange, #footer .yellow, #footer .green, #footer .blue, #footer .purple, #footer .gray {
	height:22px;
	
	}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	}

/* Text Styles */
a:link, a:visited {
	color:#ff7101;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
p {
	margin:0 0 10px;
	}
#center ol {
	margin:0 0 15px 40px;
	}
#center ul {
	margin:0 0 0 0;
	}
#left ol, #left ul, #right ol, #right ul {
	margin:5px 0 5px 20px;
	}
#center img {
	/* margin:0 10px; */
	}
#center .buttonheading img {
	margin:0;
	}
#center h2 {
	font:bold 1.4em Arial, Helvetica, sans-serif;
	margin:10px 0;
	}
#center h3 {
	font-weight:bold;
	margin:15px 0 5px;
	}
#center {
	line-height:1.3;
	}
.componentheading, .contentheading {
	font:normal 2.4em Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:10px 0;
	}
.blog .contentheading {
	font:bold 1.4em Arial, Helvetica, sans-serif;
	letter-spacing:0;
	word-spacing:-0.5px;
	}
.readon {
	background:url(../images/icons.png) 0 0 no-repeat;
	float:right;
	padding:0 0 0 20px
	}
.small {
	font-size:0.8em;
	color: #333;
	}
.createdate, .modifydate {
	font-size:0.8em;
	color: #666;
	}
.highlight {
	background:#ddd;
	}

/* Misc */
#modlgn_username, #modlgn_passwd {
  width:130px;
  }
.article_column {
	padding:0 5px 0 0;
	}
.article_column.column_separator {
	padding:0 0 0 5px;
	}
div.search {
	position:absolute;
	top:4px; right:40px;
	}
#mod_search_searchword {
	background:#fff url(../images/icons.png) 3px -31px no-repeat;
	padding:0 5px 0 20px;
	border:1px solid #666;
	height:18px;
	}
#searchForm .contentpaneopen {
	background:#efefef;
	border:10px solid #efefef;
	margin:10px 0;
	}
#searchForm .searcharea {
	border-bottom:2px solid #ccc;
	padding:0 0 10px;
	}
#searchForm .searchintro {
	margin:10px 0;
	width:100%;
	}
.searchresult {
	border-bottom:1px dotted #ccc;
	padding:10px 0;
	}
/* Modules */
#toplinks .moduletable {
	padding:0 10px;
	}
.content {
	padding:5px;
	}
#splitmenu .content {
	padding:0;
	}
.module-plain .content {
	padding:0;
	}
.module-red h3, .module-orange h3, .module-yellow h3, .module-green h3, .module-blue h3, .module-purple h3, .module-black h3 {
	color:#fff;
	font-weight:bold;
	height:16px;
	padding:3px 10px;
	}
.module-redbg h3, .module-orangebg h3, .module-yellowbg h3, .module-greenbg h3, .module-bluebg h3, .module-purplebg h3, .module-blackbg h3 {
	color:#fff;
	font-weight:bold;
	height:16px;
	padding:10px 10px 0;
	}
.module-red, .module-orange, .module-yellow, .module-green, .module-blue, .module-purple, .module-black, .module-plain, .module, .module_menu,
.module-redbg, .module-orangebg, .module-yellowbg, .module-greenbg, .module-bluebg, .module-purplebg, .module-blackbg {
	margin:0 0 10px;
	}

/*** Colors ***/
/* Background */
body.black {
	background:#000;
	}
body.gray {
	background:#ddd;
	}
body.bismark {
	background:#4d778b;
	}
body.red {
	background:#f9d9dd;
	}
body.orange {
	background:#ffead9;
	}
body.yellow {
	background:#fef4de;
	}
body.green {
	background:#e0f2de;
	}
body.blue {
	background:#dde9f2;
	}
body.purple {
	background:#e8e4f0;
	}
body.abu {
	background:#313131;
	}
/* Red */
#toplinks .red, #footer .red {
	background:#d7021e url(../images/red.png) 0 -28px repeat-x;
	}
#menu .red {
	background:#d7021e url(../images/red.png) repeat-x;
	}
#menu .red a {
	border-right:1px solid #d7021e;
	}
#menu .red a:hover, #menu .red .menu li ul a:hover, #splitmenu .module-red .menu a:hover, #splitmenu .module-redbg .menu a:hover {
	background:#d7021e;
	}
#menu .red .menu li ul {
	border:1px solid #d7021e;
	}
#splitmenu .module-red .menu a {
	color:#d7021e;
	}
#splitmenu .module-redbg .menu a {
	color:#ac0218;
	}
.module-red {
	background:#fff;
	border:1px solid #d7021e;
	}
.module-red h3 {
	background:#d7021e url(../images/red.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-redbg {
	background:#e76778;
	}
/* Orange */
/* #toplinks .orange, #footer .orange {
	background:#ff7101 url(../images/orange.png) 0 -28px repeat-x;
	} */
#menu .orange {
	background:#ff7101 url(../images/orange.png) repeat-x;
	}
#menu .orange a {
	border-left:1px solid #ff7101;
	}
#menu .orange a:hover, #menu .orange .menu li ul a:hover, #splitmenu .module-orange .menu a:hover, #splitmenu .module-orangebg .menu a:hover {
	background:#ff7101;
	}
#menu .orange .menu li ul {
	border:1px solid #ff7101;
	}
#splitmenu .module-orange .menu a {
	color:#ff7101;
	}
#splitmenu .module-orangebg .menu a {
	color:#cc5a01;
	}
.module-orange {
	background:#f1f1f1;
	/* border:1px solid #ff7101; */
	}
.module-orange h3 {
	background:#ff7101 url(../images/orange.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	
	}
.module-orangebg {
	background:#ffaa67;
	}
/* Yellow */
#toplinks .yellow, #footer .yellow {
	background:#fbb81f url(../images/yellow.png) 0 -28px repeat-x;
	}
#menu .yellow {
	background:#fbb81f url(../images/yellow.png) repeat-x;
	}
#menu .yellow a {
	border-right:1px solid #fbb81f;
	}
#menu .yellow a:hover, #menu .yellow .menu li ul a:hover, #splitmenu .module-yellow .menu a:hover, #splitmenu .module-yellowbg .menu a:hover {
	background:#fbb81f;
	}
#menu .yellow .menu li ul {
	border:1px solid #fbb81f;
	}
#splitmenu .module-yellow .menu a {
	color:#fbb81f;
	}
#splitmenu .module-yellowbg .menu a {
	color:#c99319;
	}
.module-yellow {
	background:#fff;
	border:1px solid #fbb81f;
	}
.module-yellow h3 {
	background:#fbb81f url(../images/yellow.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-yellowbg {
	background:#fdd479;
	}
/* Green */
#toplinks .green, #footer .green {
	background:#32a524 url(../images/green.png) 0 -28px repeat-x;
	}
#menu .green {
	background:#32a524 url(../images/green.png) repeat-x;
	}
#menu .green a {
	border-right:1px solid #32a524;
	}
#menu .green a:hover, #menu .green .menu li ul a:hover, #splitmenu .module-green .menu a:hover, #splitmenu .module-greenbg .menu a:hover {
	background:#32a524;
	}
#menu .green .menu li ul {
	border:1px solid #32a524;
	}
#splitmenu .module-green .menu a {
	color:#32a524;
	}
#splitmenu .module-greenbg .menu a {
	color:#28841d;
	}
.module-green {
	background:#fff;
	border:1px solid #32a524;
	}
.module-green h3 {
	background:#32a524 url(../images/green.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-greenbg {
	background:#84c97c;
	}
/* Blue */
#toplinks .blue, #footer .blue {
	background:#1b6da9 url(../images/blue.png) 0 -28px repeat-x;
	}
#menu .blue {
	background:#1b6da9 url(../images/blue.png) repeat-x;
	}
#menu .blue a {
	border-right:1px solid #1b6da9;
	}
#menu .blue a:hover, #menu .blue .menu li ul a:hover, #splitmenu .module-blue .menu a:hover, #splitmenu .module-bluebg .menu a:hover, #splitmenu .module .menu a:hover, #splitmenu .module_menu .menu a:hover {
	background:#1b6da9;
	}
#menu .blue .menu li ul {
	border:1px solid #1b6da9;
	}
#splitmenu .module-blue .menu a {
	color:#1b6da9;
	}
#splitmenu .module-bluebg .menu a {
	color:#165787;
	}
.module-blue, .module, .module_menu {
	background:#fff;
	border:1px solid #bbbbbb;
	}
.module-blue h3, .module h3, .module_menu h3 {
	background:#1b6da9 url(../images/blue.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-bluebg {
	background:#76a7cb;
	}
/* Purple */
#toplinks .purple, #footer .purple {
	background:#65489a url(../images/purple.png) 0 -28px repeat-x;
	}
#menu .purple {
	background:#65489a url(../images/purple.png) repeat-x;
	}
#menu .purple a {
	border-right:1px solid #65489a;
	}
#menu .purple a:hover, #menu .purple .menu li ul a:hover, #splitmenu .module-purple .menu a:hover, #splitmenu .module-purplebg .menu a:hover {
	background:#65489a;
	}
#menu .purple .menu li ul {
	border:1px solid #65489a;
	}
#splitmenu .module-purple .menu a {
	color:#65489a;
	}
#splitmenu .module-purplebg .menu a {
	color:#513a7b;
	}
.module-purple {
	background:#fff;
	border:1px solid #65489a;
	}
.module-purple h3 {
	background:#65489a url(../images/purple.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-purplebg {
	background:#a391c2;
	}
/* Black */
#toplinks .gray, #footer .gray {
	background:#333 url(../images/black.png) 0 -28px repeat-x;
	}
#menu .black {
	background:#333 url(../images/black.png) repeat-x;
	}
#menu .black a {
	border-right:1px solid #333;
	}
#menu .black a:hover, #menu .black .menu li ul a:hover, #splitmenu .module-black .menu a:hover, #splitmenu .module-blackbg .menu a:hover {
	background:#333;
	}
#menu .black .menu li ul {
	border:1px solid #333;
	}
#splitmenu .module-black .menu a {
	color:#333;
	}
#splitmenu .module-blackbg .menu a {
	color:#000;
	}
.module-black {
	background:#fff;
	border:1px solid #333;
	}
.module-black h3 {
	background:#333 url(../images/black.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	}
.module-blackbg {
	background:#666;
	}

/* Menu */
ul.menu, ul.menu ul {
	z-index:1000;
	list-style:none;
	}
#toplinks .menu li {
	display:inline;
border-left:1px solid #DDDDDD;
color:#BBBBBB;
display:block;
float:right;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
text-decoration:none;
	}
#toplinks .menu a {
	color:#fff;
	line-height:22px;
	padding:0 10px;
	}
#menu .menu li {
	float:left;
	position:relative;
	z-index:1000;
	}
#menu a {
	color:#fff;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	line-height:28px;
	padding:0 12px;
	}
#menu a:hover {
	text-decoration:none;
	}
#menu .menu li ul {
	background:#fff;
	z-index:1000;
	padding:7px 0;
	position: absolute;
	width:194px;
	margin:-1px 0 0 -1px;
	left: -999em;
	}
#menu .menu li ul a {
	border:none;
	color:#000;
	width:154px;
	font-weight:normal;
	line-height:22px;
	padding:0 20px;
	text-transform:none;
	text-align:left;
	}
#menu .menu li ul a:hover {
	color:#fff;
	}
#menu .menu li:hover ul, #menu .menu li.sfhover ul {
	left: auto;
	}
#menu .menu li:hover, #menu .menu li.sfhover {
	position:static;
	}
#splitmenu ul.menu {
	padding:0 12px;
	}
#splitmenu .menu li {
	display:inline;
	}
#splitmenu .menu a {
	font-size:1.1em;
	font-weight:bold;
	line-height:24px;
	padding:5px 12px;
	}
#splitmenu .menu a:hover {
	color:#fff;
	text-decoration:none;
	}
#left .menu, #right .menu {

	list-style:disc;
	margin:0 0 0 20px;
	}
#footer .menu li {
	display:inline;
	}
#footer .menu a {
	color:#fff;
	padding:0 10px;
	}
#center ul.pagination {
  border-top:2px solid #efefef;
  list-style:none;
  margin:0;
  padding:5px 0 0;
  text-transform:lowercase;
  }
ul.pagination li {
  display:inline;
  }
ul.pagination span {
  padding:0 3px;
  }
ul.pagination a {
  padding:0 3px;
  }
ul.pagination .prevnext, ul.pagination .prevnext a {
  color:#999;
  }
ul.pagination .pagenum span {
  border-bottom:3px solid #ccc;
  font-weight:bold;
  }
ul.pagination a:hover {
  border-bottom:3px solid #ccc;
  color:#fff;
  background:#ccc;
  text-decoration:none;
  }

/* --- Generic --- */
a:active,a:focus {outline:0;}
.jwts_clr {clear:both;height:0;line-height:0;}

/* --- Tabs --- */
.jwts_tabberlive {margin:4px 0px;padding:0px;}
.jwts_tabberlive .jwts_tabbertab {margin:0px;padding:6px;border:1px solid #bbb;border-top:0px;/*height:300px;overflow:auto;*/}
.jwts_tabberlive .jwts_tabbertab h2,
.jwts_tabberlive .jwts_tabbertab h3,
.jwts_tabberlive .jwts_tabbertabhide {display:none;}
ul.jwts_tabbernav {margin:0px;padding:3px 4px;list-style:none;list-style-image:none;background:none;border-bottom:1px solid #bbb;line-height:normal;height:auto;}
ul.jwts_tabbernav li {margin:0px;padding:0px;list-style:none;list-style-image:none;background:none;display:inline;}
ul.jwts_tabbernav li a,
ul.jwts_tabbernav li a:link {font-size:12px;font-weight:bold;margin:0px 1px;padding:3px 4px;color:#333;border:1px solid #bbb;border-bottom:none;background:#eee url(slide_bg.png) repeat-x top;}
ul.jwts_tabbernav li a:visited {color:#333;}
ul.jwts_tabbernav li a:hover {font-size:12px;font-weight:bold;margin:0px 1px;padding:3px 4px;color:#c64934;border:1px solid #aaa;border-bottom:none;background:#f2f2f2;text-decoration:none;}
ul.jwts_tabbernav li a:active,ul.jwts_tabbernav li a:focus {outline:0;}
ul.jwts_tabbernav li.jwts_tabberactive a {background:#fff;border-bottom:1px solid #fff;}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {background:#fff;border-bottom:1px solid #fff;text-decoration:none;}
ul.jwts_tabbernav li.jwts_tabberactive,
ul.jwts_tabbernav li.jwts_tabberinactive {background:none;padding:0px;margin:0px;}
.jwts_tabberlive .jwts_tabbertab,ul.jwts_tabbernav {text-align:left;} /* force content orientation */

/* --- Slides --- */
.jwts_slider {margin:0px 0px;padding:0px;}
.jwts_slidewrapper {border:none;width:100%;visibility:hidden;height:0px;overflow:hidden;position:relative;margin:0;padding:0;}
.jwts_slidecontent {padding:12px;margin:0px;position:relative;background:none;border:none;}

/* DEFAULT STYLING */

/* .jwts_title_left {background:#f1f1f1; no-repeat left;margin:0 10px 0 0;} */
.jwts_title {
	background:#ff7101 url(../images/orange.png) 0 -28px repeat-x;
	border-bottom:1px solid #ddd;
	color:#fff;
	font-weight:bold;
	height:16px;
	padding:3px 10px;
	
	}
a.jwts_title_text, a.jwts_title_text:link {color:#fff;}
a.jwts_title_text:visited {color:#f1f1f1;}
a.jwts_title_text:hover {color:#f4f4f4;}

/* --- Generic --- */
a:active,a:focus {outline:0;}
.jwts_modtitle {font-size:15px;font-weight:bold;padding:4px;margin:0 0 4px 0;border-bottom:1px solid #eee;}
.jwts_clr {clear:both;height:0;line-height:0;}

/* --- Tabs --- */
.jwts_tabberlive {margin:4px 0px;padding:0px;}
.jwts_tabberlive .jwts_tabbertab {margin:0px;padding:6px;border:1px solid #bbb;border-top:0px;/*height:300px;overflow:auto;*/}
.jwts_tabberlive .jwts_tabbertab h2,
.jwts_tabberlive .jwts_tabbertab h3,
.jwts_tabberlive .jwts_tabbertabhide {display:none;}
ul.jwts_tabbernav {margin:0px;padding:3px 4px;list-style:none;list-style-image:none;background:none;border-bottom:1px solid #bbb;line-height:normal;height:auto;}
ul.jwts_tabbernav li {margin:0px;padding:0px;list-style:none;list-style-image:none;background:none;display:inline;}
ul.jwts_tabbernav li a,
ul.jwts_tabbernav li a:link {font-size:12px;font-weight:bold;margin:0px 1px;padding:3px 4px;color:#333;border:1px solid #bbb;border-bottom:none;background:#eee url(../images/slide_bg.png) repeat-x top;}
ul.jwts_tabbernav li a:visited {color:#333;}
ul.jwts_tabbernav li a:hover {font-size:12px;font-weight:bold;margin:0px 1px;padding:3px 4px;color:#c64934;border:1px solid #aaa;border-bottom:none;background:#f2f2f2;text-decoration:none;}
ul.jwts_tabbernav li a:active,ul.jwts_tabbernav li a:focus {outline:0;}
ul.jwts_tabbernav li.jwts_tabberactive a {background:#fff;border-bottom:1px solid #fff;}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {background:#fff;border-bottom:1px solid #fff;text-decoration:none;}
ul.jwts_tabbernav li.jwts_tabberactive,
ul.jwts_tabbernav li.jwts_tabberinactive {background:none;padding:0px;margin:0px;}
.jwts_tabberlive .jwts_tabbertab,ul.jwts_tabbernav {text-align:left;} /* force content orientation */

/* --- Slides --- */
.module-jwts_slider {margin:4px 0px;padding:0px;}
.module-jwts_slidewrapper {border:none;width:100%;visibility:hidden;height:0px;overflow:hidden;position:relative;margin:0;padding:0;}

/* SOME NEW STYLING (just in case)
.module-jwts_title {margin:0 0 1px 0;padding:0px;overflow:hidden;}
.module-jwts_title_left {}
a.module-jwts_title_text,
a.module-jwts_title_text:hover {display:block;padding:0 2px 0 16px;margin:0;line-height:22px;font-size:12px;font-weight:bold;text-decoration:none;}
a.module-jwts_title_text,
a.module-jwts_title_text:link {color:#fff;background:url(slide_bg_b.png) repeat-x;border:1px solid #444;}
a.module-jwts_title_text:visited {color:#fff;}
a.module-jwts_title_text:hover {color:#c64934;background:transparent url(slide_bg.png) repeat-x;border:1px solid #ccc;}
.module-jwts_slidecontent {padding:4px 12px 8px 12px;margin:0px;position:relative;background:#fbfbfb;border:1px dotted #aaa;border-top:none;}
*/



.miausquaresquare h3, 
.miausquaresquare_yj1 h3, 
.miausquaresquare_yj2 h3, 
.miausquare_yj3 h3{text-transform:capitalize; font-weight:normal; overflow:hidden; font-size:18px; padding:0 0 0 5px; margin:5px}
.miausquare h3 span, 
.miausquare_yj1 h3 span, 
.miausquare_yj2 h3 span, 
.miausquare_yj3 h3 span{text-transform:capitalize; overflow:hidden; font-weight:normal}
.miausquare p, 
.miausquare_yj1 p, 
.miausquare_yj2 p, 
.miausquare_yj3 p{overflow:hidden; padding:3px}
.miausquare_in, 
.miausquare_in_yj1, 
.miausquare_in_yj2, 
.miausquare_in_yj3{overflow:hidden; padding:10px}
.miausquare, 
.miausquare_yj1, 
.miausquare_yj2, 
.miausquare_yj3{margin:5px 0 7px 0px; padding:0px; float:left; clear:both; width:100%; height:100% !Important; height:1%}
#inset .miausquare{width:100%; background:none; border:none}

body a, body a:hover{cursor:pointer}

#bottoms_in .miausquare_yj1 h3, 
#bottoms_in .miausquare_yj2 h3, 
#bottoms_in .miausquare_yj3 h3{color:#fff}

#topmods_in .miausquare h3{padding:0 0 0 5px}
#bottoms_in .miausquare h3{padding:0 0 0 5px; color:#fff}
#bottoms_in .miausquare h3 span, 
#bottoms_in .miausquare_yj1 h3 span, 
#bottoms_in .miausquare_yj2 h3 span, 
#bottoms_in .miausquare_yj3 h3 span{color:#fff}

.miausquare_in li.haschild a:hover, 

/* default square
--------------------- */
.miausquare h3,
.miausquare_yj1 h3,
.miausquare_yj2 h3,
.miausquare_yj3 h3{
text-transform: capitalize;
font-weight:normal;
overflow:hidden;
font-size: 18px;
padding:0 0 0 5px;
margin:5px;
}
.miausquare h3 span,
.miausquare_yj1 h3 span,
.miausquare_yj2 h3 span,
.miausquare_yj3 h3 span{
text-transform: capitalize;
overflow:hidden;
font-weight:normal;
}
.miausquare p,
.miausquare_yj1 p,
.miausquare_yj2 p,
.miausquare_yj3 p{
overflow:hidden;
padding:3px;
}
.miausquare_in,
.miausquare_in_yj1,
.miausquare_in_yj2,
.miausquare_in_yj3{
overflow:hidden;
padding: 10px;
}
.miausquare,
.miausquare_yj1,
.miausquare_yj2,
.miausquare_yj3{
margin: 5px 0 7px 0px;
padding: 0px;
float: left;
clear: both;
width: 100%;
height:100% !Important;height:1%;
}

#bottoms_in .miausquare_yj1 h3,
#bottoms_in .miausquare_yj2 h3,
#bottoms_in .miausquare_yj3 h3{
color:#fff;
}
/*mod_poll
--------------------- */
.pollbuttons{
margin:0 auto;
width:80%;
text-align:center;
height:30px;
}
/*login module
--------------------- */
#modlgn_passwd, #modlgn_username {
width: 95%;
}
/* advert 1*/

#advert1{
margin:0 auto;
overflow:hidden;
position:relative;
z-index:0;
text-align:left;
width:960px; 
height:289px; 
background:url(../images/advert1.gif) repeat-x left top}

#advert1_in{
margin:0;
padding:0;
overflow:hidden;
margin:0 auto;
text-align:left;
height:279px;
z-index:-1;
}
#advert1_in .miausquare{
padding:0;
margin:0;
}
#advert1_in .miausquare_in{
padding:15px 0 0 0;
margin:0;
z-index:-1;
}
/*slide*/
#slideshow{
overflow:hidden;
padding:0px 30px;
margin:0 auto;
background:transparent;
position:relative;
float:left;

}
.slideuser{

}
#SlideBox{
height:279px;
background: url(../images/advert1.gif) repeat-x left top;
z-index:-1
}
.SlideBox {
float:left;
overflow: hidden;
background:transparent;
}
.SlideBox div {
height:279px;
overflow: hidden;
}
.SlideBox div div {
height:auto;
float: left;
overflow:hidden;
}
.SlideBox div div div{
width:100%;
}
/*slide navigation*/
.sliden{
position:absolute;
right:0px;
top:107px;
height:65px;
width:22px;
z-index:988;
text-indent:-5000px;
background:url(../images/sliden.gif) no-repeat left top;
}
.sliden:hover{
background:url(../images/sliden.gif) no-repeat left bottom;
}
.slidep{
position:absolute;
z-index:988;
left:0;
top:107px;
height:65px;
width:22px;
text-indent:-5000px;
background:url(../images/slidep.gif) no-repeat left top;
}
.slidep:hover{
background:url(../images/slidep.gif) no-repeat left bottom;
}
/* topmods */
#topmods{
width:100%;
margin:0;
overflow:hidden;
height:159px;
background: url(../images/topmods.gif) repeat-x left top;
}
#topmods_in{
padding:0;
overflow:hidden;
margin:0 auto;
text-align:left;
height:169px;
}
#user4,#user5,#user6{
float:left;
clear:right;
padding:0;
margin:0;
}
#topmods_in .miausquare h3{
padding: 0 0 0 5px;
}

/* bottoms 4*/
#bottoms{
width:100%;
margin:0;
overflow:hidden;
height:185px;
}
#bottoms_in{
padding:0;
overflow:hidden;
margin:0 auto;
text-align:left;
height:160px;
}
#bottoms_in .miausquare h3{
padding: 0 0 0 5px;
color:#fff;
}
#bottoms_in .miausquare h3 span,
#bottoms_in .miausquare_yj1 h3 span,
#bottoms_in .miausquare_yj2 h3 span,
#bottoms_in .miausquare_yj3 h3 span{
color:#fff;
}
.moduletable{
margin:0 0 8px 0;
}

h1, h2, /* h3 */ h4, h5, h6, p, blockquote, form, label, /*ul*/ ol, dl, fieldset, address{margin:0.5em 0}
img a, img{border:0; padding:0}



caption {
	padding: 0 0 5px 0;
	margin: 10px 0;
	width: auto;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

td {
	background: #fff;
	/* padding: 6px 6px 6px 12px; */
	color: #000;
}

td.orange {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background: #fff;
}
td.body {
	background: #fff5e8;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 545px;
	text-align: center;
	border-collapse: collapse;
}

#box-table-a th
{
	
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ff7101;
	border-top: 4px solid #fedbaa;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-a td
{
	background: #fff5e8;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #997f66;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #fde8d0;
	color: #ff7101;
}

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 545px;
	text-align: center;
	border-collapse: collapse;
}
#box-table-b th
{
	
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ff7101;
	border-top: 4px solid #fedbaa;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-b td
{
	
	background: #fff5e8;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #997f66;
	border-top: 1px solid transparent;
}
#box-table-b tr:hover td
{
	background: #fde8d0;
	color: #ff7101;
}

#box-table-b caption {
	padding: 0 0 0px 0;
	margin: 10px 0;
	width: auto;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
img#act {
	background: url(../images/act.png) 0 0 no-repeat;
	width: 73px; 
	height: 44px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

#miAuhost {
	width: 555px; height: 32px;
	margin: 0px auto;
	background: url(../images/logobawah.gif) 0 0 no-repeat;	
	padding: 0;
	float: right;
	position:absolute;
	top:20px; right:0px;
	}

img#act2 {
	width: 122px; 
	height: 32px;
	margin-left: 20px;
	margin-top: 0px;
	float: left;
}
img#act3 {
	width: 160px; 
	height: 30px;
	margin-left: 40px;
	margin-top: 0px;
	left: 180px;
}
img#act4 {
	width: 143px; 
	height: 27px;
	margin-left: 40px;
	margin-top: 0px;
	left: 392px;
	
}
.copyright2 {
	color: #A2876D;
	padding-bottom: 22px;
	float: left;
}
.copyright {
	color: #A2876D;
	padding-top: 22px;
	padding-bottom: 22px;
	float: left;
}
.copyright p {
	margin: 0px;
}
a.nounder {text-decoration: none;border: 0;cursor: pointer;}
a.nounder:hover {text-decoration: none;}

#miAuhost2 {
	color: #A2876D;
	padding-top: 22px;
	padding-bottom: 22px;
	float: left;
	position:absolute;
	top:0; right:200px;
	}
#miAuhost3 {
	color: #A2876D;
	padding-top: 22px;
	padding-bottom: 22px;
	float: left;
	position:absolute;
	top:0; right:10px;
	}

#box-table-c
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 545px;
	text-align: center;
	border-collapse: collapse;
}
#box-table-c th
{
	
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ff7101;
	border-top: 4px solid #fedbaa;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-c td
{
	
	background: #fff5e8;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #997f66;
	border-top: 1px solid transparent;
}
#box-table-c tr:hover td
{
	background: #fde8d0;
	color: #ff7101;
}

#box-table-c caption {
	padding: 0 0 0px 0;
	margin: 10px 0;
	width: auto;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#box-table-d
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 545px;
	text-align: center;
	border-collapse: collapse;
}
#box-table-d th
{
	
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #ff7101;
	border-top: 4px solid #fedbaa;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-d td
{
	
	background: #fff5e8;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #997f66;
	border-top: 1px solid transparent;
}
#box-table-d tr:hover td
{
	background: #fde8d0;
	color: #ff7101;
}

#box-table-d caption {
	padding: 0 0 0px 0;
	margin: 10px 0;
	width: auto;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

  
