@import url("reset.css");
@import url('tables.css');
@import url('typography.css');
@import url('formtastic.css');
@import url('formtastic_override.css');
@import url('forms.css');
@import url('layout.css');
@import url('simple_form.css');
@import url('jquery-ui-theme/theme.css');
@import url('jquery.gritter.css');
@import url('ajax.css');


#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    box-shadow: 0 -1px 1px #888;
    border-right-color: #4f4f4f;
}
.ui-tabs {
	box-shadow: 0 0 15px;
	margin: 1%;
}

.ui-tabs .ui-tabs-nav li a{
	font-size: 10px;
    text-shadow: -1px -1px 0 #f0f0f0;
    color: #3f3f3f;
}

.ui-datepicker {
    text-shadow:1px 1px 1px #fee;
}

.ui-datepicker-calendar .ui-state-hover {
    border-style:outset;
}

.ui-datepicker-calendar .ui-state-hover:active {
    border-style:inset;
}

.ui-datepicker-calendar thead tr {
    line-height:0.5em;
}
.ui-datepicker-calendar th {
    text-shadow:1px 1px 0px #000;
}

dl{ display: block; width: 98%; margin: 1%; font-family: Monospace;}
dl dt{font-weight:bold; width: 23%; text-align:right; /*iehack*/ zoom: 1; display: inline-block;/*iehack*/ *display:inline; background-color:#eeeecc; margin-right: 1%; vertical-align: top; border-bottom: solid 1px white;height:1.1em;}
dl dd{width: 75%; /*iehack*/ zoom: 1; display: inline-block;/*iehack*/ *display:inline; min-width: 10em;border-top: 1px dashed #d0d0d0;}
dl dd.highlight {  background-color:#f8f8f3; text-shadow: -1px -1px 0px #fff; /*box-shadow:1px 1px 2px #444;*/ color:#000; }
ui-widget-content a {
	color: #b63300;
}

/*body { background-color:#fcfcfc; text-shadow:1px 1px 1px #fff;}*/
/*body { text-shadow:0.5px 0.5px 2px #eee;}*/
h5{
    padding-left: 1em;
    background-color: #d9d9d9;
}
ul > li{
    list-style: none;

}
ul.menu, menu{
    width: 98%;
    padding: 0 1%;
    margin: 0;
    border-bottom: 1px solid #999;
	border-top: 1px solid #aaa;
	clear: both;
	overflow: auto;
	background: #cccccc;
	-webkit-box-shadow: 2px 2px 8px #757575;
    -moz-box-shadow: 2px 2px 8px #757575;
    /*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=4, offY=4, positive=true);*/
    box-shadow: 2px 2px 8px #757575;
    /* Old shadow color #818181 */
	z-index: 100;


    /*background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.37, rgb(225,225,225)),
        color-stop(0.64, rgb(210,211,210))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(225,225,225) 37%,
        rgb(210,211,210) 64%
    );*/
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.37, rgb(230,230,230)),
    color-stop(0.64, rgb(218,218,218))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(230,230,230) 37%,
        rgb(218,218,218) 64%
    );
}

ul.menu:hover, menu:hover {
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.37, rgb(235,235,235)),
    color-stop(0.64, rgb(219,219,219))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(235,235,235) 37%,
        rgb(219,219,219) 64%
    );
}

ul.menu > li:active, menu > li:active {
    border:inset 1px black;
    opacity:0.9;
}



 ul.menu li, menu li { /* removed base menu item to allow proper chrome formatting */
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        padding:2px 5px 1px 5px;
	/*text-shadow: 1px 1px 1px #e5e5ee;*/
        text-shadow:1px 1px 1px #eeeef5;
        

        /* Black-grey gradient - makes buttons stand out much better but needs some re-theming for consistancy */
        /* Save for a rainy day */
        /*text-shadow: 1px 1px 1px #555566;*/
     /*   background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.37, rgb(41,41,41)),
            color-stop(0.69, rgb(87,87,87))
        );
        background-image: -moz-linear-gradient(
            center bottom,
            rgb(41,41,41) 37%,
            rgb(87,87,87) 69%
        );*/

        /* Alternative white/silver gradient */
       /* background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.37, rgb(176,176,176)),
            color-stop(0.69, rgb(236,236,236))
        );
        background-image: -moz-linear-gradient(
            center bottom,
            rgb(176,176,176) 37%,
            rgb(236,236,236) 69%
        );*/
       background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.37, rgb(235,235,235)),
    color-stop(0.64, rgb(219,219,219))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(235,235,235) 37%,
        rgb(219,219,219) 64%
    );


}
ul.menu li, menu li
{
    list-style: none;
    float: left;
    margin: 5px 0.5em;
  	border: solid 1px #B6B6B6; /*#666;*/
    background-color: #eee;
    padding-right: 2px;
    padding-bottom: 2px;
    padding: 0.25em 0.5em 0.25em 0.5em;
    box-shadow: 0 0 3px rgba(0,0,0,0.15), inset 1px 1px 2px rgba(255,255,255,0.5);
    
      -moz-transition: all 1s ease-in-out;
	    -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
    

}

ul.menu li a{
   /*color:#e5e5e5;*/
}
ul.menu li:hover, menu li:hover{
   box-shadow: 0 0 3px rgba(0,0,0,0.25);
    border-color: #9F9F9F;
    background-color: #ddd;
    /*color:#fafafa;*/
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.37, rgb(186,186,186)),
            color-stop(0.69, rgb(245,245,245))
        );
        background-image: -moz-linear-gradient(
            center bottom,
            rgb(181,181,181) 37%,
            rgb(241,241,241) 69%
        );
}

fieldset,details{border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

.expandable{
    cursor: pointer;
    padding-left: 15px;
    background-image: url('../img/iconset/8x8/edit_add.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.expandable:hover{
    text-decoration: underline;
}
.expandable.open{
    background-image: url('../img/iconset/8x8/edit_remove.png');
}

.panel {
    /*background: url(../img/page-bg.gif) repeat-x top left;*/
     background: url(../img/grad4.gif) repeat-x top left;
    /*border: 2px outset #808080;*/
    margin: 1%;
    padding:0;
    width: 98%;
    clear:both;
    overflow: hidden;
}
.panel > .title {
    display: block;
    width: 95%;
    padding-left: 5%;
    background-color: Transparent;
    /*background: url(../img/th_bg.gif) repeat-x;*/
    color: #000;
    font-size: 110%;
    border-bottom: 1px solid #888888; /* groove */
    float: left;
    text-shadow: 0px 1px 1px white;
    padding-bottom:5px;
    margin-bottom:0.65em;
}

/*article section ul.sections li h4 { margin-bottom:0.6em;}*/

/** IMAGE DROP SHADOWING **/
.dropshadow{
	float:left;
	clear:left;
	background: url(../img/shadow.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
.inner{
	position:relative;
	bottom:6px;
	right: 6px;
	/*border: 1px solid #999999;*/
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}



.clear {
	clear: both;
	overflow: auto;
	zoom: 1;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }



/** TABLES */
table{
    border-radius:5px;
    -webkit-box-shadow: 4px 4px 8px #818181;
    -moz-box-shadow: 4px 4px 8px #818181;
    /*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=4, offY=4, positive=true);*/
    box-shadow: 4px 4px 8px #818181;
}
tbody tr{ background: url(../img/stripe_b.gif);}
/*tr:nth-child(odd)*/
tbody tr:nth-child(even)
{
    background: url(../img/stripe_a.gif);
  /*background-color: #E4E3CB;*/
}
/*tbody tr:nth-child(2n+0) {background: url(../img/stripe_a.gif); }*/
tr.highlight { 
    border: outset 2px #aaa;
    background:#ffb;
    font-weight:bolder;
}
th
{
    background: url(../img/th_bg.gif) repeat-x;
    color: White;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 2px outset #333;
}
tbody th
{
    text-align: right;
}
th a, th a:visited, th a:link, th a:active
{
    color:White;
}
th a:hover
{
    font-style: italic;
}
/* table sorter styles */
th.header {
    cursor: pointer;
}
th.header:hover {
    color: #ffffaa;
}
tfoot tr{
    background: #996633;
    color: #ffffff;
    font-family: Monospace;
    font-size: 90%;
}
table .error-state {
    background:#993333;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    display: block;
}

/* *** */

tbody tr:hover
{
    border-top: inset 2px #cccc00;
    border-bottom: inset 2px #cccc00;
    -webkit-box-shadow: 0x 0px 5px #333;
    -moz-box-shadow: 0px 0px 5px #333;
    box-shadow: 0px 0px 5px #333;
}
table.form-view, table.detail-view
{
    width: auto;
}



.server-messages, .server-messages ul{
    margin:0;
}
.server-messages li, p.message
{
    background: #FFFFCC url("../img/iconset/32x32/actions/info.png") no-repeat;
    background-position: 2px 2px;
    
    border: 1px dashed #999;
    border-top:none;
    min-height: 32px;
    vertical-align: middle;
    line-height: 2;
    font-size: 1.2em;
    padding: 0.25em 0.25em 0.25em 37px;
    font-family: Georgia, Sans-Serif, Arial;
    list-style-type: none;
    margin:0;
    margin-bottom: 0.25em;
    display: block;
    color: #616161;
    /*text-shadow:-1px -1px 0px #fff;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*-webkit-box-shadow:0px 1px 5px #333;
    box-shadow:0px 1px 5px #333;*/
    text-shadow: 1px 1px 1px #fff; /*#e5e5ee;*/
    -webkit-box-shadow: 2px 2px 8px #666;
    -moz-box-shadow: 2px 2px 8px #666;
    box-shadow: 2px 2px 8px #666;
    /*width:99%;*/
}
.server-messages .error, p.message.error
{
    border-style: solid;
    border-color: #CC3300;
    /*background-color: #FF6666;*/
    background-color:#ee5550;
    background-image: url("../img/iconset/32x32/actions/messagebox_critical.png");
    color: #FFFFCC;
    text-shadow: 1px 1px 2px #252522;

}
.server-messages .warning, p.message.warning,
    .server-messages .alert, p.message.alert
{
    background-image: url("../img/iconset/32x32/actions/messagebox_warning.png");
    border-style: solid;
    border-color: #cc9933;
    background-color: #ffcc99;
    color: #333333;
}
.server-messages .extension, p.message.extension
{
    border-style: solid;
    border-color: #888888;
/*    background-color:#888888;*/
    background-image: url("../img/iconset/32x32/apps/user.png");
    color: #4f4f4f;
    text-shadow: 0 1px 1px #eeeeee;

    background: rgb(170,173,168); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(170,173,168) 0%, rgb(219,219,219) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(170,173,168)), color-stop(100%,rgb(219,219,219))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(170,173,168) 0%,rgb(219,219,219) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(170,173,168) 0%,rgb(219,219,219) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(170,173,168) 0%,rgb(219,219,219) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaada8', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(170,173,168) 0%,rgb(219,219,219) 100%); /* W3C */
}


#errorExplanation ul li {
    list-style-image: url('../img/iconset/16x16/actions/status_unknown.png');
    font-weight: bold;
    margin-left: 20px;
    line-height: 16px;
}
table.detail-view th, table.form-view th
{
    text-align:right;

}
table.detail-view th
{
     background: transparent;
     color: black;
}
footer
{
    clear:both;
    padding: 1em;
    margin-top: 5em;
    border-top: 2px #333 groove;
}
footer details.appinfo
{
    font-size: 75%;
    text-align: center;
    border: none;
}
.action{
    cursor: pointer;
}
.flag, td .action
{
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url('../img/iconset/16x16/apps/flag.png');
    width: 16px;
    padding-left: 16px;
    height: 16px;
    display: -moz-inline-stack;
    display:inline-block;
    vertical-align: text-top;
    font-size: 1px;
    background-color: Transparent;
    line-height: 16px;
    text-indent: 100px;
    overflow: hidden;
    border: 0px solid white;
}
td .action{
    display:block;
    float: left;
    margin: 2px;
}
li.action a, button.action, input[type=button].action{
    background-position: left;
    background-repeat: no-repeat;
    line-height: 16px;
    padding-left: 20px;
}
button.action, input[type=button].action {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	/*font-weight: bolder;*/
        color:#444;
	text-shadow: 1px 1px 2px #fff;
        /*padding-left:8px;*/
        
      /*  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.37, rgb(230,230,230)),
    color-stop(0.64, rgb(218,218,218))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(230,230,230) 37%,
        rgb(218,218,218) 64%
    );*/
      background-color:#eee;
      border:outset 2px #ccc;

}
button.action:active { border-style:inset; }
.flag-urgent, .flag.urgent
{
    background-image: url('../img/iconset/16x16/apps/clock.png');
    width: 16px;
    height: 16px;
    display:block;
    text-indent: -100em;
    overflow: hidden;
}
.flag-yes, .flag.yes
{
    background-image: url('../img/iconset/16x16/actions/ok.png');
    width: 16px;
    height: 16px;
    display:block;
    text-indent: -100em;
    overflow: hidden;
}
.flag.partial, li.action.toggle a
{
    background-image: url('../img/iconset/16x16/actions/quick_restart.png');
}
.flag-no,.flag.no
{
    background-image: url('../img/iconset/16x16/actions/editdelete.png');
    width: 16px;
    height: 16px;
    display:block;
    text-indent: -100em;
    overflow: hidden;
}

li.action.print a, td .action.print, button.action.print, input[type=button].action.print {
	background-image: url('../img/iconset/16x16/actions/document-print.png');
}

li.action.list a, td .action.list, button.action.list, li.action.index a, td .action.index, button.action.index{
    background-image: url('../img/iconset/16x16/actions/list.png');
}
li.action.attach a, td .action.attach, button.action.attach{
    background-image: url('../img/iconset/16x16/actions/attach.png');
}
li.action.search a, td .action.search, button.action.search{
    background-image: url('../img/iconset/16x16/actions/filefind.png');
}
li.action.cloudinary a, td .action.cloudinary, button.action.cloudinary{
    background-image: url('../img/iconset/cloudinary.png');
}
li.action.copy a, td .action.copy, button.action.copy{
    background-image: url('../img/iconset/16x16/actions/editpaste.png');
}
li.action.overview a, li.action.dashboard a, td .action.overview, button.action.dashboard, button.action.overview{
    background-image: url('../img/iconset/16x16/actions/desktop.png');
}
li.action.upload a {
    background-image: url('../img/iconset/16x16/actions/upload.png');
}
li.action.save a, td .action.save, button.action.save {
    background-image: url('../img/iconset/16x16/actions/filesave.png');
}
li.action.report a{
    background-image: url('../img/iconset/16x16/apps/demo.png');
}
li.action.anchor a, li.action.section a, li.action.email a{
    background-image: url('../img/iconset/16x16/actions/mail_forward.png');
}
li.action.return a, li.action.back a/*, .action.back*/ {
    background-image: url('../img/iconset/16x16/actions/revert.png');
}
li.action.home a {
    background-image: url('../img/iconset/16x16/actions/home.png');
}
li.action.pdf a, td .action.pdf, td .action.pdf {
    background-image: url("../img/iconset/16x16/apps/pdf.png");
}
.flag.detail, li.action.detail a, button.action.detail,
li.action.search a, td .action.search,
li.action.show a, td .action.show, td .action.detail {
    background-image: url('../img/iconset/16x16/actions/search.png');
}
.flag.delete, li.action.delete a, td .action.delete, button.action.delete{
    background-image: url('../img/iconset/16x16/actions/remove.png');
}
.flag.add, li.action.create a, li.action.new a, td .action.create, td .action.new, button.action.new{
    background-image: url('../img/iconset/16x16/actions/edit_add.png');
}
.flag.edit, li.action.edit a, td .action.edit, button.action.edit
{
    background-image: url('../img/iconset/16x16/actions/edit.png');
}
a.action.change {
    background-image: url('../img/iconset/16x16/actions/edit_2.png');
}
a.action.change:hover {
    background-image: url('../img/iconset/16x16/actions/edit_2_hover.png');
}
a.action.history {
    background-image: url('../img/iconset/16x16/actions/history.png');
}
.flag.cost, li.action.cost a, td .action.cost, button.action.cost
{
    background-image:url('../img/iconset/16x16/actions/cost.png');
}
.flag.approved, .action.approve, .action .approve{
    background-image: url('../img/iconset/16x16/thumb-up.png');
}
.flag.disapproved, .action.disapprove, .action .disapprove{
    background-image: url('../img/iconset/16x16/thumb-down.png');
}
.flag.examine, a.action.examine
{
    background-image: url('../img/iconset/16x16/apps/kstars.jpg');
    width: 30px;
    height: 30px;
}
.flag.complete {
    background-image: url('../img/iconset/16x16/actions/ok.png');
}

.flag.contact-type {
    background-image: url('../img/iconset/16x16/actions/inbox.png');
}
.flag.contact-type.Email
{
    background-image: url('../img/Email.jpg');
}

.flag.contact-type.On.Site
{
    background-image: url('../img/On Site.jpg');
}
.flag.contact-type.In.Person
{
    background-image: url('../img/iconset/16x16/actions/edit_group.png');
}
.flag.contact-type.Phone, span.flag.contact-type.Call
{
    background-image: url('../img/iconset/16x16/apps/sipphone.png');
}
.flag.contact-type.Mail
{
    background-image: url('../img/Mail.jpg');
}


/* File type representations (mime types) */
li.file
{
    padding-left: 25px;
    min-height: 22px;
    margin: 5px 0 5px 0;
    background: url("../img/iconset/22x22/mimetypes/unknown.png") no-repeat
}
li.file.image-jpeg, li.file.image-pjpeg,li.file.image-gif,li.file.image-bmp
{
    background: url("../img/iconset/22x22/mimetypes/image.png") no-repeat;
}
li.file.application-vnd-ms-excel
{
    background: url("../img/iconset/22x22/mimetypes/spreadsheet_document.png") no-repeat;
}
li.file.application-msword
{
    background: url("../img/iconset/22x22/mimetypes/wordprocessing.png") no-repeat;
}
li.file.application-pdf
{
    background: url("../img/iconset/22x22/mimetypes/pdf.png") no-repeat;
}
li.file.application-octet-stream
{
    background:url("../img/iconset/22x22/mimetypes/zip.png") no-repeat;
}
h1.loading{
    padding-top: 20px;
    padding-bottom:5px;
	margin: 0;
    text-align: center;
    border-radius:3px;
    border:solid 1px #555;
    /*box-shadow: 4px 4px 8px #757575;*/
    -webkit-box-shadow: 0 0 25px #222;
    -moz-box-shadow: 0 0 25px #222;
    box-shadow: 0 0 25px #222;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.37, rgb(220,220,220)),
            color-stop(0.69, rgb(245,245,245))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(220,220,220) 37%,
        rgb(241,241,241) 69%
    );
    background: #f9f9f9 url("../img/loading.gif") no-repeat top center;
    font-size:1.2em;
    /*color:#eaeaea;*/
    color:#182318;

    text-shadow:1px 1px 1px #eeeef5;
    opacity:0.95;
    

}
div.loading-indicator
{
    /*border: 2px dotted #333;*/
    border-radius:5px;
    padding:5px;
    display: none;
    position: fixed;
    z-index: 100;
    top:10%;
    left:2%;
    width: 250px;
    margin: auto;
}
.emphasize
{
    font-weight: bold;
    text-decoration: underline overline;
}
/* Custom Visual Elements */
/* reset */
table.table.visual-planlist-chart, table.visual-planlist-chart tr,table.visual-planlist-chart td
{
    background-image: none;
    background-color: Transparent;
}
table.visual-planlist-chart
{
    width: 40em;
    border: 1px solid black;
    color: White;
    background: #666666;
}
table.visual-planlist-chart a
{
    color: white;
}
table.visual-planlist-chart td
{
    vertical-align: top;
    padding: 0.5em;
}
table.visual-planlist-chart tr.speclevel h4
{
    border-bottom: 1px solid #cccccc;
}
/* Plan specific themes */
table.visual-planlist-chart tr.speclevel.Bungalow td
{
    background-color: #2E833C;
}
table.visual-planlist-chart tr.speclevel.Bungalow td.garagetype.Alley
{
    background-color: #669933;
}
table.visual-planlist-chart tr.speclevel.Villa td
{
    background-color: #933547;
}
table.visual-planlist-chart tr.speclevel.Villa td.garagetype.Alley
{
    background-color: #5C437C;
}
table.visual-planlist-chart tr.speclevel.Estate td
{
    background-color: #690909;
}
table.visual-planlist-chart tr.speclevel.Estate td.garagetype.Alley
{
    background-color: #BB1313;
}
table.visual-planlist-chart tr.speclevel.Townhouses
{
    background-color: #2F85B3;
}
table.visual-planlist-chart tr.speclevel.Multi-Family td
{
    background-color: #ABA061;
}
table.visual-planlist-chart tr.speclevel.Cottage td
{
    background-color: #6A847C;
}
table.visual-planlist-chart tr.speclevel.Element td
{
    background-color: #bbaa00;
}
table.visual-planlist-chart tr.speclevel.Element td.garagetype.Alley
{
    background-color: #bbbb00;
}

span.paydown.negative
{
    color: #EE0000;
}

span.paydown.request
{
    color:#666666;
    font-size:10px;
}

table#collaterals-table .active-yes
{
    background-color:#779650;
}

table#collaterals-table .pending-yes
{
    background-color:#E1D95B;
}

table tr.row-inactive
{
    opacity: 0.5;
}

table tr.row-inactive.highlight
{
    opacity: 0.93;
}
table.row-active
{
    opacity: 1.0;
}

span.over-budget
{
    color:#f00;
}

span.under-budget
{
    color:#00f;
}

tr.invalid-row
{
    border:solid 1px red;
}

table.chart
{
    display:none;
}

span.error
{
    color:#b22;
}

span.success
{
    color:#2b2;
}

span.error li
{
    margin-left:2em;
}

/* remove certain styles fix an android-specific bugs */
.a-r {
    border:none;
    background:none;
    -webkit-box-shadow:none;
  }
.a-r:hover {
    border:none;
}

/* mini-button - for making anchor links git-hub style buttons */

a.minibutton, a.minibutton-static {
        display:inline-block;
        height:23px;
        padding:0 0 0 3px;
        font-size:11px;
        font-weight:bold;
        color:#333;
        text-shadow:1px 1px 0 #fff;
        background:url(../img/minibutton_matrix.png) 0 0 no-repeat;
        white-space:nowrap;
        border:none;
        overflow:visible;
        cursor:pointer;
        text-decoration:none;
}

a.minibutton>span, a.minibutton-static>span {
        display:block;
        height:23px;
        padding:0 10px 0 8px;
        line-height:23px;
        background:url(../img/minibutton_matrix.png) 100% 0 no-repeat;
}

a.minibutton:hover, a.minibutton:focus, a.minibutton.on, a.minibutton-static.on {
        color:#fff;
        text-decoration:none;
        text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
        background-position:0 -30px;
}
a.minibutton:hover>span, a.minibutton:focus>span, a.minibutton.on>span, a.minibutton-static.on>span {background-position:100% -30px;}

a.minibutton.mousedown{background-position:0 -60px; }
a.minibutton.mousedown>span{background-position:100% -60px; }

dd .error-state {
    background:#993333;
    color: #fff;
    font-weight: bold;
    font-size:90%;
    padding: 0px 3px 0px 3px;
}

.tooltip {
	display:none;
	/*background:transparent url(../img/black_arrow.png);*/
        background-color:rgb(0,0,0);
        background: rgba(0,0,0,0.8); /* Override in supported browsers */
	font-size:12px;
        font-family: 'Century Gothic', 'Lucida Grande', Tahoma, Geneva, sans-serif;
        line-height:1.3em;
	/*height:70px;*/ /* if using arrow image */
	/*width:160px;*/
	padding:25px;
        text-indent:-10px;
        text-shadow:1px 1px 1px #111;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius:6px;
        border:solid 3px #eee;
        -webkit-box-shadow: 0 0 30px #333;
        -moz-box-shadow:0 0 30px #333;
        box-shadow: 0 0 30px #333;
	color:#fff;
        max-width:220px;
}

.cursor-pointer {
    cursor:pointer;
}

div.ui-dialog {
    -webkit-box-shadow: 0 0 50px #111;
    -moz-box-shadow:0 0 50px #111;
    box-shadow: 0 0 50px #111;
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.37, rgb(230,230,230)),
            color-stop(0.69, rgb(255,255,255))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(230,230,230) 37%,
        rgb(255,255,255) 69%
    );
    /*color:#333;*/
    text-shadow:1px 1px 1px #fff;
}

li.acl {
    padding:0.25em 0 1em 0;
    margin:7px;
    background-color:#eeeeee;
    border:solid 1px #e1e1e1;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    font-family:Tahoma, 'Trebuchet MS', Helvetica, Arial, sans-serif;
    opacity:0.9;
}

li.acl { background: url(../img/stripe_b.gif);}
li.acl:nth-child(even) { background: url(../img/stripe_a.gif); }
li.acl:hover { box-shadow:0 0 7px #444; }

section.search-container {
    position:fixed;
    top:0px;
    right:10%;
    /*width:150px;*/
    padding:5px;
    background-color:black;
    background-color:rgba(0,0,0,0.7);
    border-radius:5px;
    box-shadow:0 0 3px #333;
    z-index:500;
    color:#ccc;
  }
  input#hud-search {
    background-color:#ffd;
    color:#282828;
    border:none;
    padding:0.15em;
    border-radius:5px;
    font-size:1.2em;
    font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
  }

  div.vpo-detail {
      background-color: #ffd;
      border:inset 1px #ddd;
      min-height:1em;
      font-size:1.5em;
      text-shadow: 0 1px 0 #fff;
      color:#222222;
  }
  div.vpo-detail li label {
    /*border:solid 1px #eee;*/
  }

  section.item.fields {
      
      margin-left:0.5em;
      margin-right:0.5em;
      border:outset 1px #ccc;
      border-radius:3px;
     
}
section.item.additional.fields { background: #ffc; }

fieldset.gradient {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(240,240,240)),
    color-stop(1, rgb(250,250,250))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(240,240,240) 16%,
    rgb(250,250,250) 100%
);
text-shadow:0 1px 0 #fff;


}

fieldset.gradient fieldset.inputs {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, rgb(240,240,240)),
    color-stop(1, rgb(250,250,250))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(240,240,240) 16%,
    rgb(250,250,250) 100%
);
}

section.item.fields fieldset {
    /*background: url(../img/stripe_b.gif);*/
    background:none;

}

p.explanation {
    display: block;
    clear: both;
    font-size: 95%;
    margin: 1em;
    padding:  5px 5px 5px 17px;
    background: url('../img/iconset/16x16/actions/info.png') 0px 4px no-repeat;
    border-top: 1px dotted #e4e3cb;
    border-bottom: 1px dotted #e4e3cb;
}
p.explanation.stripe {
    background: url('../img/stripe_a.gif') 0px 4px;
    border: solid 1px #d4d0ca;
    padding: 6px;
    margin:0.5em;
    text-shadow: 1px 1px 1px #fff;
    border-radius: 5px;
    /*box-shadow: 0 1px 4px #4f4f4f;*/
}

span.locked {
    background: url('../img/iconset/12x12/actions/locked.png') 0 0px no-repeat;
    text-indent:-100px;
    overflow: hidden;
    min-width:16px;
    min-height:12px;
    display:inline-block;
}

details > summary { cursor: pointer; }

span.icon {
    display: inline-block;
    clear: both;
    float:left;
    padding-top:0.9em;
    min-height:32px;
    min-width:40px;
    overflow: hidden;
    text-indent: -100px;
}
span.icon.big {
    min-height:65px;
    min-width: 68px;
}
span.icon.small {
    min-height:18px;
    min-width:18px;
}
span.icon.find {
    background: url('../img/iconset/32x32/apps/find.png') 4px 0px no-repeat;
}

span.icon.email {
    background: url('../img/iconset/32x32/actions/email.png') 4px 0px no-repeat;
}

span.icon.upload {
    background: url('../img/iconset/32x32/actions/upload.png') 4px 0px no-repeat;
}

span.icon.download {
    background: url('../img/iconset/32x32/actions/download.png') 4px 0px no-repeat;
}
span.icon.pushpin {
    background: url('../img/iconset/32x32/apps/pushpin.png') 4px -1px no-repeat;
}
span.icon.user {
    background:url('../img/iconset/32x32/apps/user.png') 4px 0px no-repeat;
}
span.icon.edit {
    background:url('../img/iconset/32x32/actions/edit_2.png') 4px 0px no-repeat;
}
span.icon.history {
    background:url('../img/iconset/32x32/actions/history.png') 4px 0px no-repeat;
}
span.icon.right {
    float:right;
}
span.icon.excel {
    background: url('../img/iconset/32x32/apps/excel.png') 2px 0px no-repeat;
}
span.icon.small.excel {
    background: url('../img/iconset/16x16/apps/excel.png') -2px 4px no-repeat;
}
span.icon.search {
    background: url('../img/iconset/32x32/actions/search.png') 2px 0 no-repeat;
}
span.icon.small.search {
    background: url('../img/iconset/16x16/actions/search.png') -2px 4px no-repeat;
}
span.icon.small.edit {
    background:url('../img/iconset/16x16/actions/edit_2.png') 0px 0px no-repeat;
}
span.icon.small.history {
    background:url('../img/iconset/16x16/actions/history.png') 0px 0px no-repeat;
}
/*span.icon.big.upload {
    background: url('../img/iconset/64x64/actions/upload.png') 4px 0px no-repeat;
}*/

span.icon-button {
    background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(241,241,241) 50%, rgb(225,225,225) 51%, rgb(246,246,246) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(241,241,241)), color-stop(51%,rgb(225,225,225)), color-stop(100%,rgb(246,246,246))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%); /* W3C */
    padding-left:3px;
    padding-right:3px;
    padding-top:0px;
    padding-bottom:2px;
    color:#333;
    text-shadow:0 1px 0 #f5f5f5;
    border:outset 1px #ccc;
    border-radius:3px;
}

button.colored {
    color:white;
    font-size:95%;
    text-shadow:0px 0px 3px #111;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    /*font-family: 'Verdana', 'Tahoma', 'Helvetica', sans-serif;*/
   /* font-weight:bolder;*/
    border:outset 1px white;
    border-radius:3px;
}
button.dark-text {
    color:black;
    text-shadow:0px 0px 3px #eee;
}
button.colored:active {
    border:inset 1px #555;
}
button.grey {
    width:95%;
    text-align:center;
    margin: auto;
    margin-top:4px;
    margin-bottom:4px;
    background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #d6d6d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7d7e7d 0%,#d6d6d6 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #7d7e7d 0%,#d6d6d6 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #7d7e7d 0%,#d6d6d6 100%); /* W3C */
}
button.red {
    background: rgb(244,51,51); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,51,51,1) 0%, rgba(255,99,99,1) 51%, rgba(255,12,12,1) 53%, rgba(226,22,22,1) 71%, rgba(247,61,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,51,51,1)), color-stop(51%,rgba(255,99,99,1)), color-stop(53%,rgba(255,12,12,1)), color-stop(71%,rgba(226,22,22,1)), color-stop(100%,rgba(247,61,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(244,51,51,1) 0%,rgba(255,99,99,1) 51%,rgba(255,12,12,1) 53%,rgba(226,22,22,1) 71%,rgba(247,61,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(244,51,51,1) 0%,rgba(255,99,99,1) 51%,rgba(255,12,12,1) 53%,rgba(226,22,22,1) 71%,rgba(247,61,61,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(244,51,51,1) 0%,rgba(255,99,99,1) 51%,rgba(255,12,12,1) 53%,rgba(226,22,22,1) 71%,rgba(247,61,61,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f43333', endColorstr='#f73d3d',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(244,51,51,1) 0%,rgba(255,99,99,1) 51%,rgba(255,12,12,1) 53%,rgba(226,22,22,1) 71%,rgba(247,61,61,1) 100%); /* W3C */

}
button.faded-red {
    background: #a1a1a1; /* Old browsers */
background: -moz-linear-gradient(top, #a1a1a1 0%, #a9a9a9 50%, #8c8c8c 51%, #848484 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(50%,#a9a9a9), color-stop(51%,#8c8c8c), color-stop(100%,#848484)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a1a1a1 0%,#a9a9a9 50%,#8c8c8c 51%,#848484 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a1a1a1 0%,#a9a9a9 50%,#8c8c8c 51%,#848484 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a1a1a1 0%,#a9a9a9 50%,#8c8c8c 51%,#848484 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#848484',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a1a1a1 0%,#a9a9a9 50%,#8c8c8c 51%,#848484 100%); /* W3C */
}

button.yellow {
background: rgb(252,234,187); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
}
button.faded-yellow {
    background: #aaa798; /* Old browsers */
background: -moz-linear-gradient(top, #aaa798 0%, #b1afa1 50%, #9a967e 51%, #948f74 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa798), color-stop(50%,#b1afa1), color-stop(51%,#9a967e), color-stop(100%,#948f74)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #aaa798 0%,#b1afa1 50%,#9a967e 51%,#948f74 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #aaa798 0%,#b1afa1 50%,#9a967e 51%,#948f74 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #aaa798 0%,#b1afa1 50%,#9a967e 51%,#948f74 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa798', endColorstr='#948f74',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #aaa798 0%,#b1afa1 50%,#9a967e 51%,#948f74 100%); /* W3C */
}

button.green {
    background: rgb(157,213,58); /* Old browsers */
background: -moz-linear-gradient(top, rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
    
}
button.faded-green {
    background: #a3aa98; /* Old browsers */
background: -moz-linear-gradient(top, #a3aa98 0%, #abb1a1 50%, #8f9a7e 51%, #889474 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3aa98), color-stop(50%,#abb1a1), color-stop(51%,#8f9a7e), color-stop(100%,#889474)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a3aa98 0%,#abb1a1 50%,#8f9a7e 51%,#889474 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a3aa98 0%,#abb1a1 50%,#8f9a7e 51%,#889474 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a3aa98 0%,#abb1a1 50%,#8f9a7e 51%,#889474 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3aa98', endColorstr='#889474',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a3aa98 0%,#abb1a1 50%,#8f9a7e 51%,#889474 100%); /* W3C */
}

article.bulletins {
    width: 90%;
    height: 90%;
    padding:25px;
    border: solid 18px #DFB285;
    margin:auto;
    background: url('../img/mobile_set/cork-tile.jpg') repeat;

    -webkit-box-shadow:1px 10px 10px #555;
    box-shadow:1px 5px 10px #555;
}

article.bulletins section.entry {
    border:solid 3px #fafafa;
    border-radius:8px;
    padding:5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
    opacity: 0.85;

    -webkit-box-shadow:1px 3px 6px #333;
    box-shadow:1px 3px 6px #333;
}
article.bulletins div.seperator {
    width: 95%;
    height:2px;
    margin:auto;
    margin-top: 2em;
    margin-bottom: 2em;
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(76,76,76) 0%, rgb(89,89,89) 12%, rgb(102,102,102) 25%, rgb(71,71,71) 39%, rgb(44,44,44) 50%, rgb(0,0,0) 51%, rgb(17,17,17) 60%, rgb(43,43,43) 76%, rgb(28,28,28) 91%, rgb(19,19,19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(76,76,76)), color-stop(12%,rgb(89,89,89)), color-stop(25%,rgb(102,102,102)), color-stop(39%,rgb(71,71,71)), color-stop(50%,rgb(44,44,44)), color-stop(51%,rgb(0,0,0)), color-stop(60%,rgb(17,17,17)), color-stop(76%,rgb(43,43,43)), color-stop(91%,rgb(28,28,28)), color-stop(100%,rgb(19,19,19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(76,76,76) 0%,rgb(89,89,89) 12%,rgb(102,102,102) 25%,rgb(71,71,71) 39%,rgb(44,44,44) 50%,rgb(0,0,0) 51%,rgb(17,17,17) 60%,rgb(43,43,43) 76%,rgb(28,28,28) 91%,rgb(19,19,19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(76,76,76) 0%,rgb(89,89,89) 12%,rgb(102,102,102) 25%,rgb(71,71,71) 39%,rgb(44,44,44) 50%,rgb(0,0,0) 51%,rgb(17,17,17) 60%,rgb(43,43,43) 76%,rgb(28,28,28) 91%,rgb(19,19,19) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(76,76,76) 0%,rgb(89,89,89) 12%,rgb(102,102,102) 25%,rgb(71,71,71) 39%,rgb(44,44,44) 50%,rgb(0,0,0) 51%,rgb(17,17,17) 60%,rgb(43,43,43) 76%,rgb(28,28,28) 91%,rgb(19,19,19) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(76,76,76) 0%,rgb(89,89,89) 12%,rgb(102,102,102) 25%,rgb(71,71,71) 39%,rgb(44,44,44) 50%,rgb(0,0,0) 51%,rgb(17,17,17) 60%,rgb(43,43,43) 76%,rgb(28,28,28) 91%,rgb(19,19,19) 100%); /* W3C */
}
article.bulletins section.headline h3 {
    color:#227722;
    padding: 0.25em;
    margin-bottom:0.5em;
    display:inline-block;
    font-family: Georgia, Tahoma, Helvetica, sans-serif;

    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
}
article.bulletins h5 {
    color:#333;
    padding-left:0.5em;
}
article.bulletins section.entry section.story {
    padding: 1.1em;
    line-height:1.1em;
    text-shadow:0 1px 0px rgb(245,245,245);
}
.glossy-black {
    background: rgb(89,95,96); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(89,95,96) 0%, rgb(47,51,49) 50%, rgb(10,14,10) 51%, rgb(10,8,9) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(89,95,96)), color-stop(50%,rgb(47,51,49)), color-stop(51%,rgb(10,14,10)), color-stop(100%,rgb(10,8,9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(89,95,96) 0%,rgb(47,51,49) 50%,rgb(10,14,10) 51%,rgb(10,8,9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(89,95,96) 0%,rgb(47,51,49) 50%,rgb(10,14,10) 51%,rgb(10,8,9) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(89,95,96) 0%,rgb(47,51,49) 50%,rgb(10,14,10) 51%,rgb(10,8,9) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595f60', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(89,95,96) 0%,rgb(47,51,49) 50%,rgb(10,14,10) 51%,rgb(10,8,9) 100%); /* W3C */
}
.glossy-black:hover {
    background: rgb(99,105,106); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(109,105,106) 0%, rgb(57,61,59) 50%, rgb(20,24,20) 51%, rgb(20,18,19) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(99,105,106)), color-stop(50%,rgb(57,61,59)), color-stop(51%,rgb(20,24,20)), color-stop(100%,rgb(20,18,19))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(99,105,106) 0%,rgb(57,61,59) 50%,rgb(20,24,20) 51%,rgb(20,18,19) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(99,105,106) 0%,rgb(57,61,59) 50%,rgb(20,24,20) 51%,rgb(20,18,19) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(99,105,106) 0%,rgb(57,61,59) 50%,rgb(20,24,20) 51%,rgb(20,18,19) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='63696A', endColorstr='#141213',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(99,105,106) 0%,rgb(57,61,59) 50%,rgb(20,24,20) 51%,rgb(20,18,19) 100%); /* W3C */
}

.notification-bar {
    width:98%;
    margin:auto;
    margin-bottom:1em;
    padding:1em;
    font-weight:bolder;
    color:#eaeaea;
    text-shadow:0 0 3px #333;
    border-radius:0px;
    /*cursor:pointer;*/
    box-shadow:0 3px 5px #333;
}

.key {
    display: inline-block;
    /*width: 90%;*/
    height: 1.4em;
    padding: 1px;
    font-family: Georgia, Helvetica, sans-serif;
}

.search-minibutton {
    display:inline-block;
    width:16px;
    min-height:16px;
    text-indent:-100px;
    margin-top:4px;
    overflow:hidden;
    background: url('../img/iconset/16x16/actions/search_matte.png') no-repeat 0 0px;
}
.search-minibutton.search-highlight {
    background: url('../img/iconset/16x16/actions/search_matte_hover.png') no-repeat 0 0px;
}

table.tablesorter {
	background-color: #CDCDCD;
	/*margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;      */
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #356022;
	font-size: 8pt;
	padding: 2px;
    padding-left:6px;
}
table.tablesorter thead tr .header {
	background-image: url(../img/tablesorting/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/tablesorting/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/tablesorting/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
     background-color: #4b7b45;

}

span.text.red { color: red; }
span.text.green { color: green; }
span.text.blue { color: blue; }

.background.dark-grey-stripes {
	background: url(../img/backgrounds/grey-dark-stripe-right.png);
}
.background.light-grey-stripes {
	background: url(../img/backgrounds/grey-light-stripe-right.png);
}

