@import url(layout.css);
@import url(menus.css);

/* zLabs | Black | BEGIN | For convenience and easier upgrade path we seperate the iPaderz style here (mainly the iPad design) */
@import url(zypo.css);
/* zLabs | Black | END | For convenience and easier upgrade path we seperate the iPaderz style here (mainly the iPad design) */

/* above are the sylesheets responsible for the common page layout and system menus - must be at top */

/* long comments moved to documentation dir readme.txt */

/*
Main (X)HTML Selectors - Typography, Colours and Positioning 
-------------------------------------------------------------------------[comment] */

body {

}

a {

}

div#classicthemecontrols a#xc-switch-medium {
    background-image: url(../images/switcherctrls.png);
    background-position: -125px 0px;
}

div#classicthemecontrols a#xc-switch-medium:hover { height: 25px; }
/* z!Labs | Black | END | We removed the styleswitcher functionality for now, so we statically include the values of style_textmedium.css here */

/*
a normal link is being styled similarly across all pages, unless re-declared
-------------------------------------------------------------------------[comment] */

a:link { }
a:visited { }
a:active { }
a:hover { }

/*
leave pseudo-classes exactly in this order even if you decide to re-declare them 
------------------------------------------------------------------[important note] */

a:link:hover, a:visited:hover {
    
} /*
we dont really want to underline and hilite named anchors in this theme, just links 
------------------------------------------------------------------[important note] */

/*
Tables and related selectors
-------------------------------------------------------------------------[comment] */

table {
    font-size: 100%;
    line-height: 1.35em;
    margin: 5px 0;
    /*border-spacing: 1px;*/
    background-color: #fff;
}

/*
the actual border should be visible only when border-width is re-declared
------------------------------------------------------------------[important note] */

th {
    color: #666699;
    background-color: #e3e3e3;
}

thead { }

tfoot {
    font-weight: bold;
    background-color: #DCDCE1;
}

th, td {
    padding: 1px 3px;
    height: auto;
}

/* td { background-color: #ffffff; } */

/*
General text and related selectors 
-------------------------------------------------------------------------[comment] */

h1, h2, h3, h4 {

}

/*
page headers - shared typography and positioning 
-------------------------------------------------------------------------[comment] */

h1 { }
h2 { }
h3 { }
h4 { }
p { }

pre {
    color: #990066;
    font-size: 95%;
    font-family: monaco, courier, monospace;
}

ul {
    padding-left: 20px;
}

ul li {
    display: block;
   /* padding-left: 20px; */
    /*background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 .45em; */
}

/* reset background on all pre-styled li elements for good browsers */
ul li[style] { background-image: none; }

blockquote {
    color: #333366;
    margin: 2em;
}

code {
    color: #990066;
    font-family: monaco, courier, monospace;
}

sup, sub {
    font-size: 95%;
    font-weight: normal;
}

/*
Form elements 
-------------------------------------------------------------------------[comment] */

form {
    margin: 1em 0;
    padding: 0;
    display: block;
}

button { border: 2px outset #f0f0f0; }

input, select, textarea {}

legend {
    color: #CC3300;
    border: 1px solid #aaaaaa;
    margin: 0 -1px;
    padding: 1px 5px;
    font-weight: bold;
    min-width:15em;
    display:block;
    background-image: url(../images/gradients.png);
    background-position: 0px -270px;
    background-repeat: repeat-x;
}

}
legend a {
    color: #CC3300;
}
fieldset {
/*    border: 1px solid #aaaaaa;*/
    margin: 1em 0;
    padding:5px;
}

label.xar-form-label, label.xar-form-labelshort {
    text-align: right;
    margin-top: 3px;
    padding-right: .5em;
    font-weight: 600;
    color: #000;
    clear:left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

/* reset for table header labels to preserve table styles */
th label {
    background-color:transparent;
    border:0 none;
    width:auto;
    margin:auto;
}

td select {width:auto;}

/*
replaced elements 
-------------------------------------------------------------------------[comment] */

img { border: 0px; }

/*
list elements 
-------------------------------------------------------------------------[comment] */

ul, li, ol { line-height: 140%; }

/* THEME SPECIFIC CLASSES [gen_heading] */
h5, h6 {
    color: #333399;
    font-size: 95%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

hr {
    /* zLabs | Black | BEGIN | No display of HR */
    /*width: 100%;
    color: #cccccc;
    height:1px;*/
    display: none;
    /* zLabs | Black | END | No display of HR */
}


/* XARAYA REQUIRED INDIVIDUAL CLASSES [gen_heading] */
td.xar-norm { }
td.xar-alt {}

.xar-error { color: #ff0000; }
.xar-required {  }
.xar-required:before { color: #ff0000; content: "* "; }

/* XARAYA REQUIRED ANONYMOUS CLASSES  [gen_heading] */

/*
these defaults apply to the left and right block group 
-------------------------------------------------------------------------[comment] */

.xar-block-head,
.xar-block-head-right { color: #333399; }

.xar-block-title,
.xar-block-title-right {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 8px;
}

.xar-block-body,
.xar-block-body-right { }

.xar-block-foot,
.xar-block-foot-right { margin-bottom: 2px; }

/*
topnav block group classes 
-------------------------------------------------------------------------[comment] */

.xar-block-head-topnav { }
.xar-block-title-topnav { }
.xar-block-body-topnav { }
.xar-block-foot-topnav { }

/*
center block group classes 
-------------------------------------------------------------------------[comment] */

.xar-block-head-center { width: 100%; }

.xar-block-title-center {
    /*  background-color: inherit; */
    font-weight: bold;
}

.xar-block-body-center { }

.xar-block-foot-center {
    width: 100%;
    margin-bottom: 4px;
    border-bottom: 1px solid #A0B8E5;
}

/*
module rendering area and related rules 
-------------------------------------------------------------------------[comment] */

/*.xar-mod-head, .xar-mod-body, .xar-mod-foot { border: 1px solid #cccccc; }*/

.xar-mod-head {
    padding: 3px 10px;
    margin: 4px 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #333366;
    background-color: #ffffff;
    background-image: url(../images/gradients.png);
    background-position: 0px -250px;
    background-repeat: repeat-x;
    border-bottom: 0 none;
}

.xar-mod-title {
    font-size: 110%;
    font-weight: bold;
}

.xar-mod-body {
    padding: 5px 10px;
    margin:0;
}
 
.xar-mod-foot {
    border-top: 0 none;
    padding: 3px 10px;
}

/*
complementary styling - colors, backgrounds and outlines 
-------------------------------------------------------------------------[comment] */

.xar-alt { background-color: #f5f5f5;}
.xar-accent { background-color: #efefef; }
.xar-norm { clear: both; margin-bottom: 32px; }


.xar-alt-outline {
    border-color: #6699CC;
    border-width: 1px;
    border-style: solid;
}

.xar-accent-outline {
    border-color: #333366;
    border-width: 1px;
    border-style: solid;
}

.xar-norm-outline {
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
}

/*
complementary text related styling
-------------------------------------------------------------------------[comment] */


.xar-sub { font-size: 80%; }
.xar-error { color: #ff0000; }
.xar-title { }

/*
icon related styling
-------------------------------------------------------------------------[comment] */

a.xar-icon {
    text-decoration: none;
}
a.xar-icon img{
    vertical-align: text-top;
}
img.xar-icon {
    vertical-align: text-top;
}
img.xar-icon-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    vertical-align: text-top;
}

/*
item tables and listing controls
-------------------------------------------------------------------------[comment] */
table.xar-items {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid;
}
table.xar-items th, table.xar-items td {
    border-collapse: collapse;
    border: 1px solid #a0a0a0;
}
.xar-item-actions {
    text-align: center;
    white-space: nowrap;
}

.xar-item-controls {
    border-collapse: collapse;
    border: 1px solid #a0a0a0;
    width: 100%;
}
table.xar-item-controls th, table.xar-item-controls td {
    border-collapse: collapse;
    border: 1px solid #a0a0a0;
}

/*
form footer (for submit buttons, etc)
-------------------------------------------------------------------------[comment] */
.xar-form-footer {
    width: 100%;
    text-align: center;
    margin: 1em 0;
    border: 1px solid #a0a0a0;
    padding: 1em 0;
}

/*
not sure if we still using this rule anywhere TODO: check
-------------------------------------------------------------------------[comment] */

/* THEME SPECIFIC ANONYMOUS CLASSES  [gen_heading] */
.xar-sidebox {font-size:90%;}

div.xar-block-body-topnav li, div.xar-block-body-topnav ul {
    display: inline;
    list-style-type: none;
    padding: 0 8px;
    margin: 0;
    border: 0;
} /*
since topnav group is available by default, we should take care of it
-------------------------------------------------------------------------[comment] */

/* hide section heading [gen_heading] */
div.xar-block-body-topnav .xar-menu-section h4 { display: none; }


div.xar-block-body-topnav .xar-menu-section ul li {
    display: inline;
    padding-right: .5em;
    padding-left: .5em;
}


/* all links should display horizontally in topnav block in this theme */
div.xar-block-body-topnav {
    font-size: 1.1em;
    display: block;
    padding: 12px 8px;
    margin: -8px 0 12px 0;
    border: 3px solid #fff;
    border-width: 0px 1px 1px 1px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 0 8px #888;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-box-shadow: 0 0 8px #888;
    -moz-border-radius: 0 0 12px 12px;
    
}

/* MISCELLANEOUS [gen_heading] */

abbr, acronym, .help {
    border-bottom: 1px dotted #999;
    cursor: help;
}

.xar-float-left {
    float: left;
}

.xar-float-right {
    float: right;
}

.avatarimage {
    border: 1px solid #777;
}
