body {
    font-family:Arial;
    font-size:12px;
    margin:0;
    padding:0;
    background-image:url(/images/bg.png);
}

#body { 
    margin:10px auto; 
    width:990px; 
    background-color:#FFFFFF; 
}

hr {
    margin:7px 0 5px 0; 
    padding:0; 
    border:none; 
    border-top:1px solid gray;
    height:0;
}
* html hr {margin:0; /* for IE6 */}
*+html hr {margin:0; /* for IE7 */}

h1 {
    font-size:21px;
}

a {
    text-decoration:none;
}

a:hover {
    color:#EC6400;
    text-decoration:underline;
}

.g_block {
    font-size:0.9em;
}

.g_block ul {
    list-style:none;
    margin:0;
    padding:0;
}

.g_block a {
    color:black;
    text-decoration:none;
    display:block;
}

.g_group {
    background-color:#CCCCCC;
    border-bottom:1px solid white;
    padding:3px 5px;
}

.g_group:hover {
    background-color:#555555;
    color:white;
}

.g_subgroup {
    background-color:#DDDDDD;
    border-bottom:1px solid white;
    padding:3px 5px 3px 10px;
}

.g_subgroup:hover {
    background-color:#555555;
    color:white;
}

.g_type {
    background-color:#EEEEEE;
    border-bottom:1px solid white;
    padding:3px 5px 3px 20px;
}

.g_type:hover {
    background-color:#555555;
    color:white;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.bodywrapper { float:right; width:100%; }
.bodycontent { margin:0px 0px 0px 260px; }
.bodycolumn { float:right; width:250px; margin-right:-250px; }
.clear { clear:both; height:0px; overflow:hidden; }

.breadcrumb {
    padding:10px 5px;
    background-color:#EEEEEE;
    margin-bottom: 10px;
}

.breadcrumb a {
    text-decoration:none;
}

.breadcrumb a:hover {
    text-decoration:underline;
}

.itemtable th {
    padding:5px;
}

.itemtable td, .itemtable th {
    background-color:#EEEEEE;
}

.nomp {
    margin:0;
    padding:0;
}

.header {
    background-color:#530A73; 
    padding:5px 10px; 
    color:white; 
    border-left:5px solid #EC6400;
}

.field_error {
    background-color:#ffbaba;
    padding:5px;
}