/*
    Document   : theme_blue
    Created on : 23 Feb, 2011, 6:33:58 PM
    Author     : Sibin jacob.c
    Description: A theme with a predominant green shade.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0px;
    font: 11px Arial, Helvetica, sans-serif;
}


.page_header {
    width: 100%;
    background-color: #228B22;
    min-width: 1020px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size:xx-large;
    color: black;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 2px;
}

.page_sub_header {
    width: 100%;
    background-color: #C1CDCD;
    min-width: 1020px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size:small;
    color: Black;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.usecase_360 {
    width: 360px;
    height: auto;
    max-width: 360px;
    max-height: 180px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:300px;
    margin-top:150px;
}

.usecase_370 {
    width: 370px;
    height: auto;
    max-width: 370px;
    max-height: 380px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:300px;
    margin-top:50px;
}

.usecase_500 {
    width: 500px;
    height: auto;
    max-width: 500px;
    max-height: 600px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:230px;
    margin-top:30px;
}

.usecase_540 {
    width: 540px;
    height: auto;
    max-width: 540px;
    max-height: 540px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:230px;
    margin-top:30px;
}

.usecase_600 {
    width: 600px;
    height: auto;
    max-width: 600px;
    max-height: 600px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:150px;
    margin-top:30px;
}

.usecase_720 {
    width: 720px;
    height: auto;
    max-width: 1000px;
    max-height: 720px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:120px;
    margin-top:30px;
}

.usecase_750 {
    width: 750px;
    height: auto;
    max-width: 750px;
    max-height: 750px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:130px;
    margin-top:30px;
}

.usecase_800 {
    width: 800px;
    height: auto;
    max-width: 800px;
    max-height: 2050px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:70px;
    margin-top:0px;
}

.usecase_900 {
    width: 900px;
    height: auto;
    max-width: 900px;
    max-height: 720px;
    vertical-align: middle;
    background-color: #E0EEE0;
    margin-left:180px;
    margin-top:30px;
}

.tr_header {
    background-color:#87bb9e;
    font-weight: bold;
}
.tr_footer {
    background-color:#87bb9e;
}
.tr_detail {
    background-color:silver;
}
.lege_style {
   color: black;
   font-weight: bold;
}

.usecase_hdr {
    font-family: Arial,Helvetica,sans-serif;
    position:relative;
    padding: 8px;
    color: white;
    height:20px;
    margin: 0px;
    vertical-align:top;
    float: none;
}

.usecase_body {
    width: 100%;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-align: left;
    color: black;
    font-size: small;
    line-height: 20px;
    padding-left: 5px;
}
.usecase_body1 {
    width: 100%;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-align: left;
    color: black;
    font-size: small;
    line-height: 30px;
    padding-left: 5px;
}

.usecase_ftr {
    font-family: Arial,Helvetica,sans-serif;
    position:relative;
    padding: 8px;
    color: white;
    height:20px;
    margin: 0px;
    vertical-align:bottom;

    float: none;
}

.error {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    text-align: left;
    color: red;
    text-decoration:  blink;
    font-size: small;
    height:30px;
}


div.rounded-box {
    width: 100%;
  /*
  background-color: #658774;
   background-color: #2E8B57;
  */
  background-color: #2E8B57;

    margin: 0px;
}


div.top-left-corner, div.bottom-left-corner,
div.top-right-corner, div.bottom-right-corner{
    position:relative;
    width:20px;
    height:20px;
    background-color:#FFF;
    overflow:hidden;

}


div.top-left-inside, div.bottom-left-inside,
div.top-right-inside, div.bottom-right-inside{
    position:relative;
    font-size:150px;
    font-family:arial;
    color:#2E8B57;
    /*#5ba57ccolor:#2E8B57;#658774;
    */
    line-height: 40px;
}

div.top-left-corner {
    position:relative;
    top:0px;
    left:0px;
}

div.bottom-left-corner {
    position:relative;
    bottom:0px;
    left:0px;
}

div.top-right-corner {
    position:relative;
    top:0px;
    right:0px;
}

div.bottom-right-corner {
    position:relative;
    bottom: 0px;
    right:0px;
}

div.top-left-inside {
    position:relative;
    left:-8px;
}

div.bottom-left-inside {
    position:relative;
    left:-8px;
    top:-17px;
}

div.top-right-inside {
    position:relative;
    left:-25px;
}

div.bottom-right-inside {
    position:relative;
    left:-25px;
    top:-17px;
}

