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

/* controls the appearance of links throughout the application */
a:link, a:hover, a:visited, a:active {
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

a:hover{
    color: #000033;
    text-decoration:underline
}

a:visited{
    /*color: #104E5B;*/
}

a:active{
    color: #318496;
}

h3 {
    font: 11px tahoma;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.columnsColumn {
    border: none;
}

html, body, div, table, img, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow: auto;
}

body, pre {
    font-family: Tahoma, Sans-Serif;
    font-size: 11px;
    color: #252525;
    width: 100%;
    height: 100%;
    color:white;
    background: white;
    background: url('../images/light/bg.png') repeat-x fixed top;
    /* background:#DCFFFA url("../images/bg_footer_1.jpg") repeat-x bottom; */
}

/* for some reson IE things a form should have dimensions, */
form {
    padding: 0;
    margin: 0;
}

table {
    font-size: 11px;
}

td {
    vertical-align:top;
}

ol {
    margin-left: 15px;
    padding: 0;
}

ol li {
    list-style: decimal;
}

ul {
    margin-left: 15px;
    padding: 0;
}

ul li {
    list-style: none;
    /* background: url( '../xmlhttp/css/rime/css-images/bullet.gif' ) no-repeat 0 3px; */
    background: url('../images/lisstyle.jpg') no-repeat 0 -19px;
    padding-left: 18px;
    padding-bottom: 3px;
}

ul li.blue {
    list-style: none;
    background: url('../images/z-blue.png') no-repeat;
    padding-left: 18px;
    padding-bottom: 3px;
}

ul li.orange {
    list-style: none;
    background: url('../images/z-orange.png') no-repeat;
    padding-left: 18px;
    padding-bottom: 3px;
}

ul li.yellow {
    list-style: none;
    background: url('../images/z-yellow.png') no-repeat;
    padding-left: 18px;
    padding-bottom: 3px;
}

h2 {
    font: 18px tahoma;
    color: #646464;
}

fieldset {
    border:1px solid silver;
    padding:5px;
}

fieldset legend {
    color: blue;
}

div.content td {
    font-size: 12px;
}

div.content h1 {
    font-size: 18px;
    color: #0F0;
}

div.content h2 {
    font-size: 16px;
    color: #0FF;
}

div.content h3 {
    font-size: 14px;
    color: #FF0;
}

.corePopup {
    position: absolute;
    z-index: 1001;
    width: auto;
    height: auto;
    top: 60%;
    left: 40%;
}

/* exampleBox styles  */

.exampleBox {
    margin: 0px 15px 0 0;
    padding: 15px;
    background: #FFF;
    border: 1px solid #d9d9d9;
    display: block;
    float:left;
}

div.firstChildTitle > span:first-child,
div.firstChildTitle > div > span:first-child {
    font-weight: bold;
}

.exampleBox a, .exampleBox a:visited,
.exampleBox a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.exampleBox a, .exampleBox a:visited {
    text-decoration: none;
}

.exampleBox a:hover {
    text-decoration: underline;
}

.exampleBox .iceMnuItm a:hover {
    text-decoration: none;
}

/* 2 + 13 =15 or the exampleBox margin. */
/* give outline effect for server chagned values boxes. */
.backBeanChangeContainer{
    padding: 0;
}

.backBeanChangeTitle{
    margin: 0;
    height: 20px;
    padding: 6px 0 0 8px;
    background: #FFF url("../images/css-images-overrides/chr.gif") repeat-x top left;
    border-bottom: 1px solid #d9d9d9;
}

.backBeanChangeBody{
    padding:2px;
}

.backBeanChangeBody > div.icePnlGrp:first-child {
    padding: 15px;
    background-color: white;
}
/* end  */

.transparent {
    background: transparent;
    border: transparent;
}

.hilight {
    background-color: yellow;
}

.requiredField {
    color: #CD4100;
    background: #FFF6D3;
    border: 1px solid #BD9149;
}

.requiredLabel {
    padding-right: 10px;
    background: url( '../images/common/star.png' ) no-repeat right top;
}

.readonlyField {
    color: #1A4583;
    background-color: #B0E2F9;
    border: 1px solid #4597EA;
}

.numericField {
    background-image: url("../images/integer.gif");
    background-repeat: no-repeat;
    padding-left: 12px;
    text-align: right;
}

.requiredNumericField {
    background: #F1D59F;
    background-image: url("../images/integer.gif");
    background-repeat: no-repeat;
    padding-left: 12px;
    text-align: right;
}

.sectionLabel{
    color:white;
    font-family:sans-serif;
    font-size:11px;
}

.section{
    /* background: #FFF url("../images/css-images-overrides/ch.gif") repeat-x top left; */
    background-color:#5678F5;
}

.gridColumn1{
    width:25%;
}

.gridColumn2{
    width:75%;
}



