/* 
Document   : site
Created on : May 26, 2009, 1:01:33 PM
Author     : sjurl
Description:
Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.content{
    width: 1024px;
    margin-left: auto;
    margin-right:auto;
}

ol{
    margin: 0px;
    padding: 0px;
}

li{
    list-style: none;
    padding: 5px;
    margin: 0;
}
label{
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 300px;
}
fieldset{
    border: 1px solid black;
}
textarea{
    width: 450px;
    height: 10em;

}
select.multiple{
    width: 250px;
    height: 70px;
    font-size: 0.8em;
}
li span{
/*    font-size:0.7em;*/
}
legend{
    font-weight:bold;
}
select{
    width: 600px;
}
.required{
    color: #FF0000;
    font-size: 1.5em;
}

#gcmd_list ol{
    margin-left: 5px;
}
#gcmd_list ol ol{
    margin-left: 10px;
}
#gcmd_list ol ol ol{
    margin-left: 10px;
}
#gcmd_list ol ol ol ol{
    margin-left: 10px;
}
#gcmd_list ol{
    border: 1px solid black;
}
#locations_list ol{
    margin-left: 5px;
}
#locations_list ol ol{
    margin-left: 10px;
}
#locations_list ol ol ol{
    margin-left: 10px;
}
#locations_list ol ol ol ol{
    margin-left: 10px;
}
#locations_list ol{
    border: 1px solid black;
}

#summary{
 }
