﻿input, select, textarea
{
    font-family: tahoma,sans-serif;
    font-size: 1.1em;
}

input, textarea
{
    padding: 1px;
}

big, body, small
{
    line-height: 1.2em;
}

a img
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
    line-height: 1.5em;
    margin: 0;
}

h1
{
    color: #457;
    font-size: 1.8em;
}

h2
{
    color: #457;
    font-size: 1.5em;
}

h3
{
    color: #457;
    font-size: 1.333em;
}

h4
{
    color: #058;
    font-size: 1.167em;
}

h5
{
    color: #058;
    font-size: 1em;
}

h6
{
    color: #08c;
    font-size: 1em;
}

a:link
{
    color: #00c;
    text-decoration: none;
}
a:visited
{
    color: #518;
    text-decoration: none;
}
a:hover
{
    color: #09f;
    text-decoration: none;
}
a:active
{
    color: #f00;
    text-decoration: none;
}

fieldset
{
    border: solid 1px #08c;
    padding: .5em;
    margin-top: -1.2em;
}

legend
{
    font-weight: bold;
    font-size: 1.5em;
    color: #07d;
    padding: .8em 0;
}

.fieldset_sub1
{
    border: solid 1px #79f;
    margin: -1.2em 0 1.2em;
    font-size: .9em;
}

.legend_sub1
{
    font-weight: bold;
    font-size: 1.2em;
    color: #59e;
    padding: .8em 0;
}
/* End Standard Element ---*/

/*--- Text & Message */
.neutral
{
    color: #333;
}

.special
{
    color: #800;
}

.distinct
{
    color: #1A4ED2;
}

.distinct_weak
{
    color: #1EA4DC;
}

.distinct_area
{
    background-color: #F3FBFE;
}

.dd_area
{
    background-color: #A7ABFF;
}

.light
{
    color: #240;
    border-color: #240;
}

.weak, .exam
{
    color: #aaa;
}

.tiny
{
    font-size: .7em;
}

.small, .tdsubaction, div.corpus
{
    font-size: .9em;
}

.s, .ss
{
    color: #080;
}

.s_weak
{
    color: #56C156;
}

.f, .ff, .validator
{
    color: #f00;
}

.w, .ww
{
    color: #f80;
}

.ss, .ff, .ww
{
    font-weight: bold;
}

.s_area
{
    border-color: #080;
    background-color: #efe;
}

.ss_area
{
    background-color: #7BE27B;
}

.f_area
{
    border-color: #f00;
    background-color: #fff4f4;
}

.w_area
{
    border-color: #f80;
    background-color: #ffe;
}

.ww_area
{
    background-color: #FFE27C;
}

.weak_area
{
    border-color: #999;
    background-color: #F9F9F9;
}

.d_message /* data message */
{
    padding: 2em;
    border: dotted 2px;
    margin: .3em;
    border-color: #666;
    background-color: #FDFEEB;
}

.message
{
    margin: .3em;
    padding: .6em 2.5em;
    border-width: 1px;
    font-weight: bold;
    border-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    background-repeat: no-repeat;
    background-position: left center;
}

.confirm
{
    margin: 0 0 .3em;
    border-color: #f80;
    background-color: #ffe;
    padding: .6em 2.5em;
    border-width: 1px;
    border-style: solid;
    border-bottom-width: 3px;
    background-image: url(../Images/Objects/warning.gif);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 2em;
    color: #f80;
}

.s_message
{
    color: #080;
    border-color: #080;
    background-color: #efe;
    background-image: url(../Images/Objects/success.gif);
}

.f_message
{
    color: #f00;
    border-color: #f00;
    background-color: #fff4f4;
    background-image: url(../Images/Objects/error.gif);
}

.w_message
{
    color: #f80;
    border-color: #f80;
    background-color: #ffe;
    background-image: url(../Images/Objects/warning.gif);
}







.data_area
{
    padding: 2em;
    border: solid 1px;
    border-color: #666;
    background-color: #FDFEEB;
    height: 100%;
}

.comment_area
{
    border: solid 1px;
    border-color: #666;
    background-color: #FDFEEB;
}
/* End Text & Message ---*/

/*--- Object */
.btn
{
    padding: 0 1em .1em;
}

.btn_fix
{
    width: 10em;
    padding: 0 1em .1em;
    text-align: center;
}

.btn_flx_small
{
    min-width: 8em;
    padding: 0 .5em .1em;
    text-align: center;
}

.btn_fit
{
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    text-align: center;
}

.btn_little
{
    padding-left: 2em;
    padding-right: 2em;
    width: 8em;
    text-align: center;
}

.tbx, .tarea, .tbx_fail, .lsb
{
    width: 13em;
}

.lsb_long
{
    width: 20em;
    overflow: scroll;
}

.ddlTime
{
    width: 4.3em;
}

.tbx_half
{
    width: 6.5em;
}

.tbx_fail
{
    border: solid 2px #f00;
}

.tbx_fit
{
    width: 99%;
}

.tbx_long
{
    width: 25em;
}

.ddl_fit
{
    width: 100%;
}

.ddl_fix
{
    width: 13.3em;
}

.elm_disabled
{
    background-color: #ccc;
}

.tbx, .tbx_half, .tbx_long, .tbx_fit, .lsb, .lsb_long
{
    border-color: #08c;
    border-width: 1px;
}
/* End Object ---*/

/* Main Page -----------------------------------------------------------------*/
#title
{
    border-bottom-style: solid;
    background: #fff url(../Images/Objects/title.gif) repeat-x;
    padding: 0 5px 0;
}
/* End Main Page ---*/

/* User Control Page ---------------------------------------------------------------------------------*/
/* Core ---------------------------------------------------------------------------------*/
#core
{
    background-color: #fff;
    padding: .3em;
}

#top
{
    margin: .8em 0; /*border: solid 3px #900;*/ /*margin-bottom: .5em;*/
}

#top .special
{
    font-weight: bold;
}

#top, .datapart, .labelpart, .linkpart
{
    height: 100%;
    overflow: hidden;
}

.datapart, .title, .comment .caption, .tbx, .tbx_half, .tarea, .ddl, .ddl_fix, #wrapper, #menu, #title, #header, .grid, .grid_alt, .grid_header, .grid_footer, .grid_body, .grid_item, .grid_groupbutton_frame, .linkpart, .border, .hline3, .BlockHead, .lsb, .lsb_long
{
    border-color: #08c;
    border-width: 1px;
}

.labelpart .title
{
    background-color: Transparent;
}

.datapart, .tbx, .tarea, .tbx_half, .ddl, #wrapper, #menu, .linkpart, .grid_groupbutton_frame, .border, .lsb, .lsb_long
{
    border-style: solid;
}

.datapart, .labelpart
{
    margin-top: .3em;
}

#top .align
{
    width: auto;
    padding-right: .5em;
}

#top .antialign
{
    width: auto;
    text-align: right;
}

.title
{
    border-bottom-style: dashed;
    background-color: #eee;
    padding: 0 .5em;
}

.BlockHead
{
    border-bottom-style: solid;
    background: #fff url(../Images/Objects/title.gif) repeat-x;
    padding: 0 5px 0;
}

.body
{
    overflow: hidden;
    height: 100%;
    padding: .1em; /*border: solid 3px #8ff;*/
}

.data
{
    width: 68%; /*border: solid 3px #800;*/
}

.linkpart
{
    margin-bottom: 1em;
    padding: .5em;
}

/* DataSet & LabelSet ---------------------------------------------------------------------------------*/
/* These elemens will use for DIV instead of table if is need and can be remove. at this time is used for signin page only.*/
.dataset
{
    width: 100%;
    padding: 0;
    margin: 1em auto;
    overflow: hidden; /*border: solid 3px #090;*/
}

.dataset .row
{
    height: 3.5em; /*border: solid 3px #0ff;*/
}

.dataset .rown
{
    height: 2em; /*border: solid 3px #0ff;*/
}

.dataset .label
{
    width: 30%;
    text-align: right;
    float: left;
    font-weight: bold;
    padding-top: .2em; /*border: solid 3px #800;*/
}

.dataset .value
{
    width: 69%;
    text-align: left;
    float: right; /*border: solid 3px #f0f;*/
}

.dataset .value p
{
    margin: -.1em 0 0;
}

.labelset
{
    width: 100%;
    padding: 0; /*border: solid 3px #090;*/
    margin-top: 1em;
}

.labelset .row
{
    height: 1.5em;
    padding: .1em .3em;
}

.labelset .label
{
    font-weight: bold;
    white-space: nowrap;
    width: 20%;
    text-align: right;
}

.labelset .value
{
    width: 80%;
}

/* End DataSet & LabelSet ---*/

/* Comment ---------------------------------------------------------------------------------*/

.comment
{
    width: 30%;
    overflow: auto;
}

.comment .caption
{
    border-bottom-style: dotted;
    padding: .3em .5em; /*display: none;*/
}

.comment .corpus
{
    padding: .5em;
    height: 100%;
    color: #0ae;
}

.comment .corpus ul
{
    margin: 0;
    padding: 0;
}

.comment .corpus ul li
{
    list-style-position: inside;
    text-align: justify;
    margin: 0;
}

/* End Comment ---*/

.hline, .hline2
{
    margin: .5em auto;
    border-bottom: solid 1px #ddd;
    line-height: 0;
}

.hline
{
    width: 70%;
}

.hline2, .hline3
{
    width: 100%;
}

.hline3
{
    margin: 0 auto .5em;
    border-bottom-style: dashed;
    line-height: 0;
}

.action
{
    text-align: center;
    margin: 1em 0;
}

/* Table ---------------------------------------------------------------------------------*/

.tbllabel
{
    width: 100%;
    padding: 0; /*border: solid 3px #090;*/
    margin-top: 1em;
}

.tbllabel td
{
    padding: .1em .3em;
}

.tbllabel .label
{
    white-space: nowrap;
    width: 20%;
    text-align: right;
}

.tbllabel .value
{
    font-weight: bold;
    width: 80%;
    margin-top: .5em;
}


.tbldata
{
    width: 100%;
    padding: 0; /*border: solid 3px #090;*/
    margin-top: 1em;
}

.tbldata .label
{
    width: 30%;
    text-align: right; /*border: solid 3px #800;*/
    vertical-align: top;
    padding-top: .3em;
    font-weight: bold;
}

.tbldata .value
{
    width: 70%; /*border: solid 3px #f0f;*/
    vertical-align: top;
    text-align: left;
    padding-bottom: .4em;
}

.tbldata .value p
{
    margin: 0;
}

.tdsubaction
{
    padding-bottom: 1em;
}

.subaction
{
    display: block;
    margin-top: -.6em;
}

.subaction a:hover
{
    cursor: default;
    color: #0df;
}

.tblRepeater
{
    border-bottom: solid 1px #ddd;
}

.item
{
    padding: 2px;
}
/* End Table ---*/

.hnav
{
    color: #08c;
}

.hnav .icn_align
{
    padding-right: 1.3em;
}

.hnav .icn_antialign
{
    padding-left: 1.3em;
}
/* End User Control Page ---*/

/* Grid ---------------------------------------------------------------------------------*/
.grid
{
    border-style: solid;
}

.grid_alt
{
    background-color: #fff;
}

.grid_item
{
    background-color: #F2F3F4;
}

.grid_header, .grid_groupbutton_title
{
    background-image: url(../Images/Objects/title.gif);
    background-repeat: repeat-x;
    color: #078;
    font-weight: bold;
    padding: 3px;
}

.title_long
{
    background-image: url(../Images/Objects/title_long.gif);
}

.grid_body
{
    padding: 2px; /*border-width: 1px; 	border-color: #6C849C; 	border-style: solid ;*/
    font-size: .9em; /*width: 33%;*/
}

.grid_footer
{
    padding: 3px; /*border-width: 1px; 	border-color: #6C849C; 	border-style: solid ;*/
    background-color: #f00;
}

.grid_item_selected
{
    background-color: #F2F3F4;
    font-weight: bold;
}

.grid_header_link
{
    color: #07d;
    font-weight: bold;
}

.grid_groupbutton_frame
{
    margin: 0 .1em;
}

.grid_groupbutton_title
{
}

.grid_message_area
{
    padding: 2em;
    border: solid 1px;
    margin-top: .3em;
    border-color: #666;
    background-color: #FDFEEB;
    text-align: center;
    height: 100%;
}
/* End Grid ---*/

/*** Editor */
.editor
{
    text-align: left;
    overflow-x: none;
    overflow-y: auto;
}

.reTool .ImageURL
{
    background-image: url('../Images/Icons/picture_link.png');
}

.invalid
{
    border: 2px solid Red;
}

.helpOver
{
    background-image: url('../Images/Icons/receive.gif');
    background-repeat: no-repeat;
}

.helpDescription
{
    padding: 2px 5px 5px 5px;
    background-color: #FFB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    font-size: 90%;
    color: Black;
    width: 200px;
    text-align: justify;
    border: 1px solid gray;
    font-weight: normal;
    z-index: 999;
}

.editRow
{
    border: 2px dotted #f80;
    background-color: #FFE27C;
    font-weight: bold;
}

.gridTools
{
    border: 1px solid transparent;
    margin-right: .2em;
}

.gridTools:hover
{
    border: 1px solid #f80;
    border-radius: 3px;
}
