body {
	font-family: sans-serif;
	font-size: 12px;
    margin:0px;
}

a {
	text-decoration: none;
	/*color: #757575;*/
    color:#2A2DA1;
}

#menu_top {
    background-image: url(/images/bg_top.png);
   	background-repeat: repeat-x;
	background-position: top; 
    height: 30px;
    padding: 1em;
    border-bottom:5px #9DA5B5 solid;
}
#menu_top img {
    margin-right: 0.1em;     
    margin-left: 0.5em;
    border: 0px;
}
#top_right {
    position:absolute;
    right:1em;
    top:1em;
    width:10em;
}
#containerList {
	margin: 2em;
	position: absolute;
	top: 50px;
	right: 10em;
	left: 13em;
}
#containerForm {
	margin:2em;
    position: absolute;
	top: 50px;
	right: 10em;
	left: 13em;
	padding-bottom: 5em;
}
legend {
padding: 2px 6px;
background: #ffffff;
color: #000000;
font-weight: bold;
}
#menu_tool {
	padding: 3px 7px;
	position: absolute;
	right: 2em;
	font-weight: normal;
	background-color: #ffffff;
    border:1px solid #9DA5B5;
}
#menu_tool img {
    margin:2px;
    border:0px;
}
#list_item {
	border-bottom: 1px solid #d4d4d4;
	background-color: #f9f9f9;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-weight: normal;
	color: #757575;
}
#list_item img {
    border:0px;
}

#list_item table{
    width:100%;
}
#list_item th {
    background-image: url(/images/bg_th.png);
   	background-repeat: repeat-x;
	background-position: top;
    font-size:9px;
}
#list_item tr {
    padding:0.1em;
    padding-top:0px;
    background-color:white;
}
.center_icon {
   text-align: center;
   width:50px;
}
#menuleft {
	position: relative;
    margin-top: 0px;
    padding:1em;
	width: 12em;
    height:20em;
    background-image: url(/images/bg_left.png);
   	background-repeat: repeat-y;
	background-position: top; 

}
#menuleft li {
	list-style-image: url(/images/bt_tr.png);
}
#prname {
    text-align:center;
    font-weight: bolder;
    color: #BA2911;
}
#pagelist {
    width: 90%;
    text-align: center;
    margin: 0.5em;
    font-size:8pt;
}
.error-message {
	color: red;
}
textarea, input, select {
    border:1px solid #9DA5B5;
    padding:0.2em;
    margin-bottom:1em;
}
option {
    border-bottom:1px solid #9DA5B5;
}
label {
    font-weight:bolder;
    color:#595E69;
}
.submit {
	position: absolute;
	right: 2em;
}




