/* ++++++++++++++++++++ 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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1px;
	font-family: inherit;
}

/*table {
	border-collapse: collapse;
	border-spacing: 0px;
}*/

ol,ul {
	list-style: none;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

html, body {
	height: 100%;
}

* {
	font-size: inherit;
}

/* ++++++++++++++++++++ TAGS ++++++++++++++++++++ */

html {
}

input, textarea, table, tr, td, h1, h2, h3, h4, p, li, a, strong, .big, .small, .nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: inherit;
	line-height: 16px;
}

a, em, strong, span{
	font-size: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, strong {
	font-weight: bold;
}

h1 {
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 10px;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 9px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 6px;
}

h4 {
	font-size: 12px;
	padding-bottom: 5px;
}

p {
	font-size: 11px;
	padding-bottom: 17px;
}

li {
	display: block;
	font-size: 11px;
	padding-left: 20px;
	background-image:url(../images/arrow_list.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-right: 10px;
	margin-bottom: 5px;
}

li p {
	padding:0px;
	margin:0px;
}

.tiledlist li{
display:inline;
	width:160px;
	float:left;
	}

#content td {
	vertical-align:top;
}

div {
	font-size: 0px;
	margin:0px;
	padding:0px;
	line-height:0px; /*fixes IE empty DIV*/
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color:#ed7d1c;
}

a:link, a:visited {
}

a:hover {
}


/* ++++++++++++++++++++ GRID ++++++++++++++++++++ */

#main {
	height:100%;
	width:100%;
	background-color:#e6e6e6;
}

#case {
	height:534px;
	background-image:url(../images/bg_eff.gif);
	background-position:top center;
}

#container {
	width:957px;
	height:534px;
	margin:0 auto;
}

#page, #shdw_right, #shdw_left {
	float:left;
}

#page {
	width:939px;
}

#shdw_top {
	height:5px;
	background-image:url(../images/shdw_top.gif);
}

#shdw_right {
	width:13px;
	height:534px;
	background-image:url(../images/shdw_right.gif);
}

#shdw_bottom {
	height:20px;
	background-image:url(../images/shdw_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#shdw_left {
	width:5px;
	height:534px;
	background-image:url(../images/shdw_left.gif);
}

#page_main{
	height:516px;
	background-color:#fff;
}

#sidebar{
	width:265px;
	height:516px;
	float:left;
	background-image:url(../images/sidebar.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#mnav_case {
	margin:150px 3px 0 3px;
	border-bottom:3px solid #fff;
}

.mnav_item {
	text-align:right;
	border-top: 3px solid #fff;
	background-image:url(../images/mnav_up_bg.gif);
	background-position:bottom;
}

#mnav_case .current{
	background-image:url(../images/mnav_active_bg.gif);
	cursor:default;
}

.mnav_item .status{
	width:29px;
	height:29px;
}

.mnav_item:hover .status {
	background-image:url(../images/mnav_hover_arr.gif);
}

#mnav_case .current .status, .mnav .current:hover .status {
	background-image:url(../images/mnav_active_arr.gif);
}

#contents{
	width:674px;
	height:516px;
	float:left;
}

#head {
	height:40px;
	background-image:url(../images/head.gif);
}

#sub {
	height:40px;
	background-image:url(../images/snav.gif);
}

#snav {
	float:right;
	background-image:url(../images/snav_active_bg.gif);
}

#snav div {
	float:left;
}

#snav .start {
	width:18px;
	height:40px;
	background-image:url(../images/snav_active_start.gif);
}

#snav .items {
	margin-top:20px;
}

#snav .items p {
	padding:0px;
}


#snav .items a {
	font-weight:bold;
	line-height:11px;
	padding: 0 13px;
	border-right: 2px solid #ccc;
}

#snav .items a:last-child{
	padding-right: 0;
	border-right: 0px;
}

#snav .items a:first-child{
	padding-left: 0;
}

#snav a {
	color: #fc6;
}

#snav .current {
	color:#ccc;
	cursor:default;
}

#snav .end {
	width:17px;
	height:40px;
	background-image:url(../images/snav_active_end.gif);
}

#content {
	width: 671px;
	/*width: 437px;*/
	float:left;
}

#content .top {
	height:15px;
	background-image:url(../images/content_top.gif);
	background-position:left;
}

#content .top .r {
	width:15px;
	height:15px;
	background-image:url(../images/content_top_r.gif);
	float:right;
}

#content .middle{
	height:330px;
	border-left:3px solid #999;
	border-right:3px solid #999;
	padding: 0 23px;
	position:relative;
	overflow:hidden;
}

#content .bottom {
	height:15px;
	background-image:url(../images/content_bottom.gif);
	background-position:left;
}

#content .bottom .r {
	width:15px;
	height:15px;
	background-image:url(../images/content_bottom_r.gif);
	background-color:#FF0000;
	float:right;
}

#foot {
	position:relative;
	background-color:#999;
}

#foot .top {
	height:18px;
	background-image:url(../images/foot_top.gif);
}

#foot .middle {
	position:relative;
	height:45px;
	border-right:3px solid #fff;
	margin-top:-5px;
	z-index:10;
}

#foot h1 {
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	color: #fff;
	line-height:24px;
	padding:0px 23px;
}

#foot .bottom {
	width: 674px;
	height:18px;
	background-image:url(../images/foot_bottom.gif);
	position:absolute;
	top:58px;
	z-index:9;
}

.copy {
	font-size:10px;
	color: #666;
	line-height:14px;
	text-align:right;
	padding:0px;
	padding-top:3px;
	margin:0 18px;
}

.copy a {
	font-size:10px;
	color:#ed7d1c;
}

.left {
	position: relative;
	float: left;
}

.right {
	position: relative;
	float: right;
}

.clear {
	clear: both;
}

.note {
	color: #999;
}

.ctable {
	z-index:1;
	position:relative;
}

.ctable tr td:first-child {
	width:110px;
}

.ctable p{
	padding-bottom:10px;
}


input, textarea {
	vertical-align:top;
}

.input01, .input02 {
	width: 270px;
	height: 18px;
	border: 1px solid #666;
}

.input02 {
	height:80px;
	margin-bottom: 15px;
}


.input03 {
	font-size:10px;
	font-weight:bold;
	color: #fff;
	width: 150px;
	height: 20px;
	border:0px;
	background-image:url(../images/button_bg.gif);
	float:left;
	margin-bottom: 15px;
	cursor:pointer;
}

.ctable .input03{
	width:130px;
}

.ctable tr td .input03:last-child {
	float:right;
	margin-bottom: 15px;
}

.ctable .note {
	border-top: 1px dotted #999;

}

#fault {
	border-width : 1px;
	border-color : #900;
	border-style : solid;
	background-color: #fff;
	padding-top: 0px;
	margin-left: 15px;
	width : 300px;
	top : 50px;
	left: 50px;
	position: absolute;
	display: inline;
	z-index:99;
}

#fault .fhead{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #fff;
	background-color: #900;
}

#fault p{
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #900;
	background-color: #fff;
	padding-bottom:10px;
}
#fault a:link, #fault a:visited{
	color: #fff;
	background-color: inherit;
}
