
/** Grid.css
 * by Sean Gilbertson
 * Authorized for use by APM
 */

div.clear {
    clear: both;
}

div#root_container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

div.inner_container {
    width: 100%;
}

div.col_1 {
    float: left;
    /*width: 80px;*/
    width: 8.33%;
}
div.col_2 {
    float: left;
    /*width: 160px;*/
    width: 16.66%;
}
div.col_3 {
    float: left;
    /*width: 240px;*/
    width: 25%;
}
div.col_4 {
    float: left;
    /*width: 320px;*/
    width: 33.33%;
}
div.col_5 {
    float: left;
    /*width: 400px;*/
    width: 41.66%;
}
div.col_6 {
    float: left;
    /*width: 480px;*/
    width: 50%;
}
div.col_7 {
    float: left;
    /*width: 560px;*/
    width: 58.33%;
}
div.col_8 {
    float: left;
    /*width: 640px;*/
    width: 66.66%;
}
div.col_9 {
    float: left;
    /*width: 720px;*/
    width: 75%;
}
div.col_10 {
    float: left;
    /*width: 800px;*/
    width: 83.33%;
}
div.col_11 {
    float: left;
    /*width: 880px;*/
    width: 91.66%;
}
div.col_12 {
    float: left;
    /*width: 960px;*/
    width: 100%;
}

div.col_first {
    clear: both;
}

/*div.col_last {
    float: left;
}*/

div.row_end, div.col_end {
    clear: both;
}
