@CHARSET "UTF-8";

@import "reset.css";

/* ========================================================================== */
/* Common layout styles.                                                      */ 
/* ========================================================================== */
body {
	font-size: 62.5%;
	overflow: auto;
	text-align: center;
}

#container {
	margin: auto;
	text-align: left;
	width: 1000px;
}

#header {
	height: 50px;
}

#navigation {
	/* height: 25px; */
}

#menu {
	float: left;
	width: 160px;
}

#right {
	float: right;
	width: 160px;
}

#content {
	clear: both;
	height: 100%;
	margin: 0px 160px;
	padding: 15px 0px;
	position: relative;
	overflow: hidden;
}

#footer {
	clear: both;
	font-weight: bold;
}

/* ========================================================================== */
/* Common navigation styles.                                                  */ 
/* ========================================================================== */
#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	font-weight: bold;
	padding: 5px 12px;
	/* border-right: 1px solid white; */
	white-space: nowrap;
}

#navigation li ul {
	position: absolute;
	visibility: hidden;
}

#navigation li ul li {
	float: none;
	display: inline;
}
	
#navigation li ul li a {
	border-top: 1px solid white;
	width: auto;
}

/* ========================================================================== */
/* Common menu styles.                                                        */ 
/* ========================================================================== */
#menu a, #menu a:visited {
  display: block;
  font-weight: bold;
  padding: 0.5em 0.5em;
  width: auto;
}

/* ========================================================================== */
/* Special styles for the content (error, info and warning headers).          */ 
/* ========================================================================== */
#content h1.error {
	background: url(../../images/delete_b.png) no-repeat scroll 0 0;
	height: 50px;
	margin: 1em 0px 10px 0px;
	padding: 8px 0px 0px 60px;
}

#content h1.warning {
	background: url(../../images/warning_b.png) no-repeat scroll 0 0;
	height: 50px;
	margin: 1em 0px 10px 0px;
	padding: 8px 0px 0px 60px;
}

#content h1.info {
	background: url(../../images/info_b.png) no-repeat scroll 0 0;
	height: 50px;
	margin: 1em 0px 10px 0px;
	padding: 8px 0px 0px 60px;
}

#cropimage {
	max-width:500px;
	max-height:500px;
}

.bankdata {
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    float: left;
    margin: 5px;
    padding: 6px;
}

.imageCropHelp {
  margin-top: 9px;
  width: 500px;
}