/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*
------------------
Custom CSS
------------------
*/
/*body
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}*/
table.clean
{
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
}

table.spread
{
    width: 100%;
}
table.clean td
{
    font-size : 11px;
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin: 0;
}
table.clean th
{
    font-weight: bold;
    font-size : 11px;
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin: 0;
    background-color: #E0E0E0;
}
table.clean tfoot td
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin: 0;
    background-color: #F7F7F7;
}
table.clean tfoot td:first-child
{
    font-weight: bold;
}
table.centreheadings th
{
    text-align: center;
}
table.clean td.highlight
{
    background-color: #FCC;
}
table.clean th.highlight
{
    background-color: #FCC;
}

table.clean td.disabled
{
    background-color: #AAA;
}
div.action
{
    float: left;
    margin : 0 15px 0 0px;
}
div.action p 
{
    text-align: center;
}
div.action p a
{
    text-decoration: none;
}
.clear
{
    clear: both;
}
abbr
{
    border: none;
}
/*
------------------------------
    Impromptu's
------------------------------
*/
table.emails tr td
{
    cursor: pointer;
}
.mail_unread
{
    background-color: #ccc;
    font-size: 10pt;
}
.mail_read
{
    background-color: #fff;
    font-style: italic;
}
tr.mail_header th
{
    background-color: #777;
    color: white;
}
/*
------------------------------
    Impromptu's
------------------------------
*/
.jqifade{
    position: absolute; 
    background-color: #aaaaaa; 
}
div.jqi{ 
    width: 500px; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    position: absolute; 
    background-color: #ffffff; 
    font-size: 11px; 
    text-align: left; 
    border: solid 1px #eeeeee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}
div.jqi .jqicontainer{ 
    font-weight: bold; 
}
div.jqi .jqiclose{ 
    position: absolute;
    top: 4px; right: -2px; 
    width: 18px; 
    cursor: default; 
    color: #bbbbbb; 
    font-weight: bold; 
}
div.jqi .jqimessage{ 
    padding: 10px; 
    line-height: 20px; 
    color: #444444; 
}
div.jqi .jqibuttons{ 
    text-align: right; 
    padding: 5px 0 5px 0; 
    border: solid 1px #eeeeee; 
    background-color: #f4f4f4;
}
div.jqi button11{ 
    padding: 3px 10px; 
    margin: 0 10px; 
    background-color: #2F6073; 
    border: solid 1px #f4f4f4; 
    color: #ffffff; 
    font-weight: bold; 
    font-size: 12px; 
}
div.jqi button11:hover{ 
    background-color: #728A8C;
}
div.jqi button11.jqidefaultbutton{ 
    /*background-color: #8DC05B;*/
    background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
    background-color: #BF5E26;
}
/*
-------------------------
Drop Down Check List
-------------------------
*/

/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content
, .ui-dropdownchecklist .ui-widget-header {
    border: none;
}
.ui-dropdownchecklist-indent {
    padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper
, .ui-widget.ui-dropdownchecklist-selector-wrapper {
    vertical-align: middle;
    font-size: 0px;
}
.ui-dropdownchecklist-selector {
    padding: 1px 2px 2px 2px;
    font-size: 0px;
}
.ui-dropdownchecklist-text {
    font-size: 8pt;
}
.ui-dropdownchecklist-item
, .ui-dropdownchecklist-item input {
    vertical-align: middle;
}
.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}
.ui-dropdownchecklist-dropcontainer-wrapper
{
    border: 1px solid silver;
}

/*
-------------------------
Joomla Specific
-------------------------
*/
.contentpaneopen
{
    padding: 0;
    margin: 0;
    
}
/*
-------------------------
Main page layout
-------------------------
*/
.head
{
    height: 100px;
}
.menu
{
    margin-top: -40px;
    float: right;
}
.foot
{
    height: 160px;
    width: 100%;
    
    background-image: url('../graphics/f-bg.gif');
    background-repeat: repeat-x;
}
.copyright
{
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
.main
{
    background-color: #cfcfcf;
}
body
{
    /*background-color: #fafafa; */
}
.leftcol
{
    background-color: #dbdbdb;
    width: 180px;
}
.leftcol + td
{
    padding: 10px;
}
/*
------------------
Tooltip
------------------
*/
div.tooltip {
    display:none;
    background-image :url(../graphics/tooltip/black_arrow.png);
    background-color: transparent;
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;    
    border: none;
}

.tip {
    width: 212px;
    padding-top: 37px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 500;
    background: transparent url(../graphics/tooltip/tipTop.png) no-repeat top;}
    
.tipMid {background: transparent url(../graphics/tooltip/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../graphics/tooltip/tipBtm.png) no-repeat bottom; height: 32px;}

/*
-------------------------
jQ UI
-------------------------
*/
.ui-accordion .ui-state-active
{
    background-image : url('../graphics/f-bg.gif');
}
label.error
{
	margin-left: 20px;
}
/*input[type=text],select
{
    width: 300px;
}*/
input.ui-button,button.ui-button
{
    font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
@media print
{
    .disableprint
    {
        display: none;
        visibility: hidden;
    }
}

div.fadenote 
{
    border-radius: 4px;
    padding: 8px;
    background-color: lightgray;
    border: 1px solid rgba(137,152,168,0.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(137,152,168,.7);
    animation: shadow-pulsate 3s infinite;
    position: fixed;
    top : 50px;
    margin-left :350px;
    z-index: 3;
}

.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 42em;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 10em;
    background: #CCC;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid gray;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    border: 1px solid gray;
    border-width: 1px 0 1px 1px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    float: left;
    width: 28em;
    border-left: 1px solid gray;
    border-radius: 0;
    position: relative;
    left: -1px;
}

