
/******************************************************************************/
/*                                  LAYOUT CSS                                */
/******************************************************************************/

body {
    padding: 0;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background: #FFECEC;
    width: 90%;
}

/******************************* LAYOUT : HEADER ******************************/

#sgl-header {
    background-color: #ffaeae;
    height: 50px;
    margin: 0;
    padding: 0;
}
#sgl-header-left {
    float: left;
    margin: 0;
    padding: 5px 0 5px 15px;
    color: #FFECEC;
}
#sgl-header-left img {
    vertical-align: middle;
}
#sgl-header-right {
    float: right;
    padding: 10px 10px 0 0;
    text-align: right;
    font-size: 0.8em;
    color: #ffff00;
}
#sgl-header-right a {
    color: #FFECEC;
    cursor: pointer;
    text-decoration: none;
}
#sgl-header-right a:hover {
    color: #FFECEC;
    cursor: pointer;
    text-decoration: underline;
}
#sgl-header-right img {
    margin-left: 10px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/***************************** LAYOUT : NAVIGATION ****************************/

#sgl-nav {
/*    margin: 0px;*/
}

/***************************** LAYOUT : TABLES ********************************/

table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 0px;
}
table.wide {
    margin: 0 0%;
    margin: 0 left;
}
table.wide td, table.wide th {
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
}
th {
    background-color: #bcbcbc;
    text-align: left;
    color: #FFECEC;
    font-size: 10px;
    letter-spacing: 0.1px;
    line-height: 12px;
}
#imRead {
    background-color: #c6c6c6;
}
#moduleOverview {
    width: 180px;
    height: 125px;
}
.wide {
    width: 90%;
}
.narrow {
    width: 60%;
}
.sgl-row-light {
    background-color: #efefef;
}
.sgl-row-dark {
    background-color: #d9d9d9;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl-main {
    top: 97px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#sgl-blocks-left, #sgl-blocks-right {
    margin: 7px;
    text-align: center;
}
#sgl-blocks-left {
}
#sgl-blocks-right {
}
.options-block {
    margin: 20px 0;
}
div.sgl-blocks-left-item {
    padding: 4px 0 0 1px;
}
div.sgl-blocks-right-item {
    padding: 4px 1px 0 0;
}
.sgl-blocks-left-item-title, .sgl-blocks-right-item-title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 0px;
    margin: 0;
    color: black;
}
div.sgl-blocks-left-item-body, div.sgl-blocks-right-item-body {
    font-size: 10px;
    padding: 10px;
    border: 0px;
    border-top: none;
    color: black;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl-blocks-middle, #sgl-blocks-middle-nocols, #sgl-blocks-middle-leftcol, #sgl-blocks-middle-rightcol {
    font-size: 10px;
    padding: 10px;
}
#sgl-blocks-middle #options {
    float: right;
    width: 28%;
}
#sgl-blocks-middle-nocols {
    margin: 0;
}
#sgl-blocks-middle-leftcol {
    margin: 0 0 0 0px;
}
#sgl-blocks-middle-rightcol {
    margin: 0 0px 0 0;
}
div.sgl-blocks-middle-title {
    color: black;
    background-color: #ffaeae;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
div.sgl-blocks-middle-body {
    background-color: #FFECEC;
    color: #184a84;
    border: 1px solid #ffaeae;
    border-top: none;
    text-align: center;
}

/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl-blocks-middle {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl-footer {
    position: relative;
    float: middle;
    clear: both;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
}

/******************************************************************************/
/*                                 CONTENT CSS                                */
/******************************************************************************/

/***************************** CONTENT : HEADINGS *****************************/
h1 {
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    background: #ffd2d2;
    padding: 6px;
    text-align: center;
    margin-bottom: 10px;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    font-size: 14px;
    color: #800080;
    font-weight: bold;
}

/***************************** CONTENT : ANCHORS ******************************/

a:link {
    color: #800080;
}
a:visited {
    color: #800080;
}
a:hover {
    color: #800080;
}
a:active {
    color: #800080;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    align: left;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.alignCenter {
    text-align: center;
}
.error {
    color: #ff0000;
    background: transparent;
}
.strong {
    font-weight: bold;
}
.title {
    font-size: 14px;
    color: #800080;
    font-weight: bold;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184a84;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.colHeader {
    color: #184a84;
    background-color: #efefef;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.navigator {
    color: #bcbcbc;
    background-color: #666666;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
    
/* /////////////// Article Manager /////////////// */

.forApproval {
    font-weight: bold;
    color: #ff0000;
}
.approved {
    font-weight: bold;
    color: #ff9933;
}
.published {
    font-weight: bold;
    color: #00cc00;
}
.archived {
    font-weight: bold;
    color:  #909090;
}  

/******************************************************************************/
/*                                  LEGACY CSS                                */
/*                                                                            */
/* Note: I am removing elements from here as I replace them with new CSS      */
/*       elements above.  Eventually, there shouldn't be any CSS left here.   */
/******************************************************************************/

/* /////////////// Table modifiers  /////////////// */

.fieldName, .fieldNameWrap {
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #FFECEC;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.newsItem {
    border: 1px solid #aaaaaa;
    margin: 0 auto;
    padding: 0 0 0 10px;
    background-color: #ffffcc;
}
fieldset {
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}

/* /////////////// Links  /////////////// */

.linkCrumbsAlt1 {
    text-decoration: none;
    color: #184a84;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #184a84;
}

/* /////////////// Various /////////////// */

div.pinstripe table {
    background-color: #efefef;
    width: 90%;
}
div.pinstripe td {
    background-color: #FFECEC;
}
div.pinstripe img {
    padding: 10px;
}
div.pinstripe button {
    padding: 10px 0;
}
.noBorder {
    border: none;
    font-size: 10px;
}
ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.ispirmozvilgsnio.lt/themes/ipz/images/bullet.gif');
}
.pager {
    text-align: right;
    font-size: 12px;
}
.pager_current {
    font-weight: bold;
    color: red;
}

#resource-chooser {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    border: 1px dashed #ff9600;
}
.narrowButton {
    text-align: center;
    width: 100px;
}
.wideButton {
    text-align: center;
    width: 150px;
}
.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 300px;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: transparent;
    text-align: left;
    padding: 0 10px;
}
.errorMessage { color: blue; font-size: 12px;
    margin: 0 auto;
/*    border: 1px dotted #ff9600;*/
    background-color: transparent;
    text-align: center;
    width: 80%;
}
.messageHeader {
    color: black;
    background-color: #ffaeae;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #FFECEC;
    color: #184a84;
    border: 1px solid #ffaeae;
    border-top: none;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.messageContent input {
    width: 150px;
}
#navPreview {
    position: relative;
    border: 1px dashed #d9d9d9;
}
#navPreview span {
    z-index: 5;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 2em;
    color: #d9d9d9;
    text-transform: uppercase;
}
.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #999999;
}
.treeMenuDefault {
    font-size: 11px;
}

/* /////////////// Tooltips /////////////// */

span.tipOwner {
    position: relative; 
    cursor: help;
}
span.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #efefef;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
span.tipOwner:hover span.tipText {
    display: block;
}
/* IE javascript workaround */
span.tipOwner {
    behavior: url(themes/default/css/tooltipHover.htc);
}

/* /////////////// Custom /////////////// */
.title1, .title2 {
    color: #ff0000;
    font-family: Courier New, Courier, mono;
    font-weight: bold;
    font-size: 13px;
}
.title2 {
    font-size: 18px;
}
.title3 {
    background: #ffd2d2;
    color: #800080;
    font-size: 14px;
    padding: 6px;
    text-align: center;
    margin-bottom: 10px;
}
p.title3 {
    background: transparent;
    color: #800080;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}
.text3 {
    color: #800080;
    font-size: 12px;
    text-align: justify;
    text-indent: 20px;
    line-height: 16px;
}
.text3 p {
    margin: 2px;
}
.text3 img {
    margin: 5px;
}
input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
table.list td, table.list th {
    vertical-align: top;
    font-size: 12px;
    color: #800080;
}
.created {
    color: #ff9191;
    font-size: 11px;
}

table.inputform td,
table.inputform th {
    text-align: left;
    vertical-align: top;
    font-weigth: bold;
    background-color: transparent;
    color: black;
}
table.inputform table {
    border-style: solid;
    border-color: #ffaeae;
    border-width: 1px;
    margin: 0px;
}
table.inputform table td,
table.inputform table th {
    padding: 4px;
}
table.inputform tr td {
    text-align: left;
    vertical-align: top;
}
table.inputform td.caption {
    background: #ffaeae;
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
}
table.inputform td.description {
    font-size: 11px;
}
table.inputform input.button {
    width: 100px;
}


/* texts */
.txt1 {
    font-weight: bold;
    color: black;
    font-size: 11px;
}
.txt2 {
    font-weight: bold;
    color: black;
    font-size: 10px;
}
.txt3 {
    color: black;
    font-size: 10px;
}
.txt4 {
    color: #800080;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.txt5 {
    color: #800080;
    font-size: 12px;
    text-align: justify;
    text-indent: 40px;
    line-height: 16px;
}
.txt5 p {
    margin: 2px;
}
.txt5 img {
    margin: 5px;
}

/* boxes */
table.box1 {
    border-style: solid;
    border-color: #ffaeae;
    border-width: 1px;
    margin: 0px;
}
table.box1 td {
    text-align: left;
    vertical-align: top;
    background-color: transparent;
    padding: 2px 2px 2px 2px;
}


/* forms */
table.form1 {
    border-width: 0px;
    margin: 0px;
}
table.form1 td,
table.form1 th {
    padding: 6px;
    text-align: left;
    vertical-align: top;
    background-color: transparent;
    color: black;
}
table.form1 th {
    white-space: nowrap;
}
table.form1 input.submit,
table.form1 input.button,
table.form1 input.reset {
    width: 150px;
}
hr {
    color: #ffd2d2;
    border-color: #ffd2d2;
}
.topmenu {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    visibility: hidden;
}
.pTableAdd {
    text-align: right;
}
.pTableColSelect {
    text-align: center;
}
.pTableColEdit {
    text-align: center;
}

.pTableColHeaderEdit {
    text-align: center;
}
.pTableColText {
    text-align: left;
}
.pTableColHeaderText {
    text-align: left;
}
.pTableColNumber {
    text-align: right;
}
p, li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #800080;
    line-height: 16px;
    text-align: justify;
    margin:5px;
}
p {
    text-indent: 20px;
}
.fDefault {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #800080;
}
p.fDefault {
    line-height: 16px;
    text-align: justify;
    text-indent: 20px;
}
.fDesc {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff9191;
}
.fFormTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
}
.box1 th.fFormTitle {
    background: #ffaeae;
    padding: 2px 5px 2px 5px;
}
.fFormDesc {
    
}


/*
.fFormField {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
}
th.fFormField {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}
td.fFormField {
    font-size: 11px;
}
.fFormFieldBtn {
    text-align: center;
    width: 100px;
}
*/  



