/* CSS Document */
html		{ 
	height:100%; 
}
body		{ 
	height:100%; 
}
#wrapper	{
	width:100%;
	height:100%;
}
#header		{ 
	height:8%; 
	background-color:#EBE9ED;
	border-bottom:1px solid #999999;
}
#header-text	{
	padding:10px;
	font-size:22px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#header-info	{
	float:right;
	clear:right;
	font-size:12px;
	text-align:right;
	padding:5px;
}
#content	{
	width:100%;
	height:87%;
}
#sidebar-left	{
	width:200px;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-color:#5372BE;
	height:100%;
	float:left;
	clear:left;
}
#content-bar	{
	background-color:#FFFFFF;
	height:100%;
	margin-left:200px;

}
#footer		{
	background:#EBE9ED;
	height:4%;
	font-size:11px;
	color:#333333;
	border-top:1px solid #999999;
}
.text-info	{
	font-size:12px;
}
.content	{
	padding:10px;
}
.head	{
	background-repeat:repeat-x;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border-left: 1px solid #2A4DAB;
	border-right: 1px solid #2A4DAB;
	color:#F5F5F5;
	margin-top:10px;
}
.hblue	{
	background-image:url(../images/head_blue.jpg);
}
.hdblue	{
	background-image: url(../images/head_dblue.jpg);
}
.body	{
	margin:0px;
	border: 1px solid #2A4DAB;
	background:#FFFFFF;
	padding:5px;
	font-size:12px;
}
.menu-link	{
	padding:2px;
	padding-left:0px;
}
#sidebar-left a {
	text-decoration:none;
	color:#333333;
	margin:10px;
}
#sidebar-left a:hover {
	font-weight:bold;
	color:#000000;
}
/*.message	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	text-align:left;
	padding-left:28px;
	padding-right:4px;
	background-repeat:no-repeat;
	background-position:left center;
	margin:0px;
	display:block;
}
.Error	{
	background-color:#FFDDDE;
	border:1px solid #FF0000;
	color:#333333;
	background-image:url(../images/icon_error.gif);
	background-repeat:no-repeat;
}
.Info	{
	background:#F4FBFF;
	border:1px solid #84C8FF;
	color:#333333;
	background-image:url(../images/icon_info.gif);
	background-repeat:no-repeat;
}
.Alert	{
	background:#FFFFCC;
	border:1px solid #FFCC66;
	color:#333333;
	background-image:url(../images/icon_alert.gif);
	background-repeat:no-repeat;
}*/
.form-item	{
	margin:5px;
}
.form-title	{
	width:100px;
	float:left;
	clear:left;
	text-align:right;
	padding:2px;
}
.form-element	{
	text-align:left;
}
.hint	{
	background-color:#F1F1F1;
	padding-left:5px;
	font-size:11px;
}

.message {
	background-repeat:repeat-x; 
	margin:10px 0px 10px 0px;
	height:40px;
}
.message div {
	padding: 4px 10px 10px 40px;
	background-repeat:no-repeat;
	margin-top:5px; margin-left:5px;
	font-weight:bold;
	font-size:11px; color:#333333;
}
.m-info { background-image:url(../../images/blue_rep.gif); border:1px solid #7B9FCB; }
.m-alert { background-image:url(../../images/yellow_rep.gif); border:1px solid #FFBE5E; }
.m-error { background-image:url(../../images/red_rep.gif); border:1px solid #B34141; }
.m-good { background-image:url(../../images/green_rep.gif); border:1px solid #009900; }

.m-info div { background-image:url(../../images/icons/icon_info.gif); }
.m-alert div { background-image:url(../../images/icons/icon_alert.gif); }
.m-error div { background-image:url(../../images/icons/icon_error.gif); }
.m-good div { background-image:url(../../images/icons/icon_good.gif); }


