body {
    margin: 0;
    padding: 0;
    font: small Verdana, Arial, Helvetica, sans-serif;
    color: #3f3f3f;
    background: #ffe99e;
}

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

#sgl #header {
    height: 100px;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_05.gif') top repeat-x;
}
#sgl #header div.helper {
    height: 100px;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_07.gif') top right no-repeat;
}

#sgl #logo {
    float: left;
    margin: 0;
    font-size: 2em;
    font-weight: normal;
    color: #ffe99e;
    text-decoration: none;
}
#sgl #header img {
    display: block;
}
#sgl #login {
    position: absolute;
    top:0;
    right:0;
    width: 290px;
    text-align: right;
    margin: 20px 30px 0 0;
    font-size: 0.9em;
    color: #ffe99e;
}
#sgl #login a {
    padding: 0 5px;
    color: #ffe99e;
}

#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
}
#sgl #login input {
    font-size:x-small;
}
#sgl #login #loginBlock {
    color: #ffe99e;
}

#sgl #login div.blockHeader {
    display:none;
}
#sgl #login div.blockContainer {
    border-bottom: none;
}

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

#sgl #container {
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_17.gif') top left repeat-y;
    padding-left:20px;
}

#sgl #container div.helper {
    padding-right:19px;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_16.gif') top right repeat-y;
}
#sgl #container div.helper div.helper {
    border-right: 1px solid #777;
    padding-right:0;
    background: #eaeaea url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_22.gif') top right repeat-y;
    border-bottom: 1px solid #777;
}


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

#sgl #leftSidebar, #sgl #rightSidebar {
    z-index: 1;
}
#sgl #leftSidebar {
    width: 180px;    
    left: 0;
}
#sgl #rightSidebar {
    float:right;
    height:100%;
    width: 176px;
    right: 0;
}
#sgl .blockContainer {
    margin: 4px 0 0 0;
    border-bottom: 1px dotted #666;
}
#sgl .blockHeader {
    color: #ba0000;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
#sgl .blockContent {
    color: #ba0000;
    font-size: 0.9em;
    padding: 2px 10px 10px 10px;
    border-top: none;
}

#sgl .blockContent ul {
    margin-top:0;
    padding-left: 15px;
}

#sgl .blockContent p {
    margin-top: 5px;
    margin-bottom: 4px;
}

#sgl .blockContainer .subnaviTitle {
    padding-left: 8px;
    color: #ba0000;
    font-weight:bold;
}
#sgl .blockContainer .subnaviBody ul {
    padding-left: 15px;
    font-size:90%;
}

#sgl .blockContent h1 {
    color: #ba0000;
    font-weight: bold;
    font-size: 1.2em;
    
}

#sgl #blocksComment .blockContainer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #666;
    border-bottom: 0;
}



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

#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    min-width: 700px;
    min-height: 400px;
    /*z-index: 2;*/
    padding: 20px 20px;
    margin-right: 220px; 
}

* html #sgl #content {
    height: 400px;
}


#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    margin: 0 0 0 180px;
}
#sgl #content-rightcol {
    margin: 0 176px 0 0;
}
/* 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 #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

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

#sgl #footer {
    position: relative;
    clear: both;
    font-size: 0.8em;
    text-align: center;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_26.gif') top right repeat-x;
}


#sgl #footer div.helper {
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_25.gif') top left no-repeat;
}
#sgl #footer div.helper div.helper {
    padding-left: 20px;
    padding-right:19px;
    padding-top:3px;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_29.gif') top right no-repeat;
    height:28px;

}

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    margin:0;
    font-size: 2em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: normal;
    text-align: center;
    color: #ba0000;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #ba0000;
    font-size: 1.75em;
    font-weight: normal;
}

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

a {
    color: #ba0000;
    font-weight: bold;
}
a:visited {
    color: #ba0000;
}
a:hover {
    color: #ba0000;
    text-decoration: none;
}

/***************************** CONTENT : TABLES *******************************/

#content 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: 2px;
}
th {
    background-color: #eeeeee;
    color: #3f3f3f;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #bcbcbc;
}

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

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
}
.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}

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

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}
.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #bcbcbc;
    background-color: #3f3f3f;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 2px 0;
    border: 1px dashed #ff9600;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}

/******************************* CONTENT : FORMS ******************************/

fieldset {
    width: 80%;
    margin: 0 auto;
    color: #ba0000;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #ba0000;
}
.fieldName, .fieldNameWrap {
    background-color: #eeeeee;
    color: #ba0000;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffe99e;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 50%;
}
.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: #ba0000;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 60%;
}
.messageHeader {
    color: #ffe99e;
    background-color: #ba0000;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffe99e;
    color: #ba0000;
    border: 1px solid #ba0000;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #ffe99e;
    color: #ba0000;
    text-align: center;
}
.infoMessage {
    border: 1px solid #ba0000;
}
.errorMessage {
    border: 1px solid #ff9600;
}

/* /////////////// Lists /////////////// */

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://av.nettirasia.com/themes/vsuav/images/bullet.gif');
}

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

.tipOwner {
    position: relative;
    cursor: help;
}
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #ba0000;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
}
.tipOwner:hover .tipText {
    display: block;
}

/******************************* DEPRECATED ***********************************/

.bgnd {
    background-color: #ffe99e;
    border: 1px solid #999999;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #ba0000;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.newsItem {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pinstripe table {
    background-color: #eeeeee;
    width: 90%;
}
.pinstripe td {
    background-color: #ffe99e;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}
#nav {
    font-size: 0.75em;
    height: 21px;
    padding-left: 20px;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_17.gif') top left repeat-y;
}
#nav div.helper {
    padding-right:19px;
    height: 21px;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_16.gif') top right repeat-y;
}
#nav div.helper div.helper {
    height: 21px;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_24.gif') top right repeat-x;
    border-top:1px solid #777;
    border-right: 1px solid #777;
}
#nav ul {
    position: absolute;
    padding: 0;
    margin: 0;
    height: 21px;
    border-left: 1px solid #666;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 2px 0.8em 1px 0.8em;
    font-size: 14px;
    font-weight: bold;
    color: #ba0000;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 2px solid #ba0000;
}
#nav ul li a:hover {
    color: #ba0000;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #fff;
    background: url('http://av.nettirasia.com/themes/vsuav/uavimages/uav_leiska_10.gif') top repeat-x;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}


.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #ba0000;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.colHeader {
    color: #ba0000;
    background-color: #eeeeee;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}
.linkCrumbsAlt1 {
    text-decoration: none;
    color: #ba0000;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #ba0000;
}

/******************************* ARTICLE MANAGER ******************************/
/* -- articleMgrAdd.html / articleMgrEdit.html ----*/
#article #frmFieldName_title {
    width: 70%;
}
