/**** BEGIN General Part ****/
* {
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial;
}

img {
	border: 0px
}

html, body {
	height: 100%;
	width: 100%;
	font-family: verdana, arial, helvetica;
	font-size: 0.9em;
	color: black;
}

h1 {
	font-size: 17px;
}

a {
	text-decoration: none;
	color: black;
}
/**** END General Part ****/


/**** BEGIN Frame ****/
#container {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 990px;
}

/**** BEGIN header ****/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 93px;
	background: url('../img/frame/header_bg.png') #097abf repeat-x top left;
	z-index: 10;
}

#header_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 123px;
	margin-left: 10px;
	margin-top: 10px;
}

#header_application {
	position:absolute;
	top: 0px;
	left: 124px;
	margin-left: 20px;
	margin-top: 40px;
	color: white;
}

#header_application h1 {
	display: inline;
}

#header_menubar {
	position: relative;
	top: 74px;
	width: 100%;
	height: 19px;
	background-color: #F7F3EF;
}

#menu {
	margin-left: 20px;
	float: left;
}
#menubar {
	float: left;
}

#statusbar {
	float: right;
	margin-right: 20px;
	margin-top: 1px;
}
/**** END header ****/


#rightpane {
	position: relative;
	float: right;
	width: 250px;
	min-height: 100%;
	background-color: #D6E4EF;
	border-left: 1px solid #aaa;
	z-index: 9;
}

#rightpane_content {
	margin-top: 100px;
	padding: 20px;
}

#leftpane {
	position: absolute;
	float: right;
	min-height: 100%;
	width: 100%;
	background: url('../img/frame/background.gif') white repeat-y top right;
	z-index: 1;
}

#leftpane_content {
	margin-top: 100px;
	margin-right: 265px;
	padding: 20px;
}
/**** END Frame ****/


 .success {
	background: url('../img/actions/success.gif') #B2F08D no-repeat 24px 10px;
 }

.error {
	background: url('../img/actions/error.gif') #FFBFC8 no-repeat 20px 15px;
}

.message {
	background: url('../img/actions/info.gif') #c9daff no-repeat 20px 15px;
}


#flashContainer {
	position: absolute;
	z-index: 150;
	top: 199px;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#flashMessage{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	width: 300px;
	height: 75px;
	text-align: center;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 0px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #256F0D;
	color: #091742;
	z-index: 150;
}
