/* Reset CSS */
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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {border:none;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a{color:#444}
 
/* Core Design */
body {margin:0px;background:#9b9b9b;background-image:url(/global/background.png);background-repeat:repeat-x;font-family:Tahoma}
.coreblock {width:864px;margin-left:auto;margin-right:auto}
.textbox {border:solid 1px #AAA;font-family:Tahoma;font-size:13px}
.tab {float:left;width:125px;height:23px}
.tabimg {width:125px;height:23px}
.clearable:after {content: ".";display:block;height:0;clear: both;visibility: hidden}
* html .clearable {height: 1%;}
.ieEdgeShadow {background:#9b9b9b;background-image:url(http://rkosai.cachefly.net/global/edgeshadow.jpg);background-repeat:no-repeat}
.ieEdgeShadowWide {background:#9b9b9b;background-image:url(http://rkosai.cachefly.net/int_p/img/wide_edgeshadow.png);background-repeat:no-repeat}
.ieBottomShadow{}
.textbox {border:solid 1px #AAA;font-family:Tahoma;font-size:13px}
textarea {border:solid 1px #AAA;font-family:Tahoma;font-size:13px}

/* Navigation */
.navigation {color: #000;padding: 0px}
.navigation a, a.active {color: #999;font-family: Tahoma;font-size:11px;margin:2px;margin-top:0px;text-decoration:none}
.navigation a.active {color: #e6ac3e}
.navigation a:hover {color: #e6ac3e}
.navigation a:visited {color: #999}
.navigation a.active:hover {color: #999}
.navOther {margin-left:222px}

