@charset "utf-8";
/* CSS Document */
/********************* 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,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body{
	line-height:1
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none
}
:focus{
	outline:0
}

ins{
	text-decoration:none
}

del{
	text-decoration:line-through
}

ol,ul, {
	list-style:none;
}

a{
	text-decoration:none;
}

p{
	margin-bottom:12px;
}

.clear{
	clear:both;
}

img{
	border:none;
}

/********************* GLOBAL *************************/
/******************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-align:justify;
	line-height:18px;
	color:#333;
	width:100%;
}
.Innerwrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
}
#contentsWrapp{
    width:960px;
	position:relative;
	margin:0 auto;
}

/*====================*/
/*=====Header css=====*/
/*====================*/

#header{
	width:100%;
	height:120px;
	border-bottom: solid 3px #B40431;
	margin-bottom: 20px;
	display: block;
}
#logo{
    margin-top:18px;
	width:100px;
    float:left;
	height:83px;
	margin-left:40px;
}
.left {
	width: 181px;
	float: left;
	min-height:200px;
	border-right: solid 2px #610B0B;
	margin-bottom: 20px;
    padding: 30px 5px 30px 5px;
}
.leftlogin{
	width:181px;
	min-height:200px;
	float:left;
    padding: 30px 16px 30px 20px;
    margin-bottom:20px;
}
.right{
	width:700px;/*---full width is 743px---*/
	min-height:200px;
	float:left;
	padding:10px 13px 10px 25px;
	margin-bottom: 10px;
}
.right .userstatus {
}
#header1{
    float:left;
}
h1 {
	margin-top: 38px;
	margin-left: 148px;
    margin-bottom:10px;
	font-size: 38px;
	color: grey;
}
h2{
	font-size:18px;
	line-height:24px;
	color:#F97242;
	margin:10px 0;
	display: block;
}

/*=============================================================*/
/*=======================Size Navigator========================*/
/*=============================================================*/
.listHead {
	font-size:16px;
	font-weight:bold;
    color: #4C3436;
    padding: 5px 0;
}
ul#sideNavi{
	margin:0 0 3px;
	padding:0 0 5px;
    list-style:none;
}
ul#sideNavi li{
}
ul#sideNavi li a{
	padding-left: 15px;
	color:#333333;
	background:url(../images/list_bullet.png) no-repeat left center;
}
ul#sideNavi li a:hover{
	font-weight:bold;
}
ul#listlogout{
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dotted #999999;
    list-style:none;
}
ul#listlogout li a{
	font-size:16px;
	font-weight:bold;
    color: grey;
    padding: 10px 0;
}
ul#listlogout li a:hover{
	font-weight:bold;
	font-size:18px;
    color: #FF0000;
    padding: 10px 0px;
}
form.WADAAddForm label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
/*====================*/
/*=====Footer css=====*/
/*====================*/

.footer {
	width:100%;
	height:30px;
	border-top:solid 3px #CECECE;
   	background:#D8D8D8;
}
#FooterWrapp{
	width:960px;
	margin:0 auto;
	background:#D8D8D8;
}
address{
	padding:10px 10px 0;
	font-size:10px;
	font-style:normal;
	line-height:10px;
	width:auto;
	float:left;
}

/*=============================================================*/
/*=====================feedback Page ==========================*/
/*=============================================================*/
.inner-content-body { width:690px; padding-top:10px; clear:left; text-align:justify;}
.input-box { background:#f3f3f3; padding:10px 20px;}
.input-box .padding { margin:10px 0;}
.input-box input {width:350px;  padding:3px;}
.input-box textarea {width:358px; border:solid #CCC 1px; padding:5px;}
#imageField3 { width:auto; height:auto;}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}