h2.rover-cater-admin {
font-size: 23px;
font-weight: normal;
margin: .83em 0;
font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
}
a.add-new-h2 {
background: #F1F1F1;
font-size: 12px;
border: 1px solid #DDD;
padding: 4px;
text-decoration: none;
line-height: 23px;
margin-left: 20px;
}
table.rover-cater {
margin-left:20px;
border:none;
}
table.rover-cater td
{
text-align: left;
vertical-align: middle;
}
table.rover-cater th
{
text-align: left;
vertical-align: bottom;
}

/*
td.rover-removable-item:hover {
background: url(../images/subtract16.jpg)  no-repeat;
}

td.rover-comment-item:hover {
background: url(../images/comment16.jpg)  no-repeat;
}
*/

/************************/
/*	rover_common		*/
/************************/

.rover-background {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}


/************************/
/*	rover_dialog		*/
/************************/
.rover-dialog,
rover-dialog-simple {
background:#fff;
border: 2px solid #ccc;
z-index:10000;

width:300px;
margin: 100px auto;
background-color: #fff;
padding:15px;
text-align:center;
}
.rover-dialog-titlebar {
cursor: move;
height: 16px;
padding: .6em 1em;
position: relative;

border-bottom: 1px solid #dedede;
}
.rover-background-mdgray {
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.rover-dialog-title {
color: #222222;
float: left;
font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
margin: .1em 16px .1em 0;
}

.rover-dialog-titlebar .rover-dialog-close {
cursor: pointer;
position: absolute;
right: .3em;
top: 50%;
margin: -10px 0 0 0;
padding: 1px;
height: 18px;
width: 19px;
}

.rover-dialog-content {
position:relative;
height:auto;
margin:0 auto;
overflow-y:auto;
width:100%;
}

.rover-dialog-content-simple {
margin:30px auto;
}

.rover-dialog-buttonbar {
border-top: 1px solid #CCC;
bottom: 0;
margin-right:30px;
position: relative;
padding: .3em 0;
height:2.4em;
width: 100%;
}

.rover-dialog-buttonbar .rover-dialog-button,
.rover-dialog-buttonbar .rover-dialog-resize {
float: right;
margin: 0 10px;
}

.rover-dialog-buttonbar .rover-dialog-resize img {
width: 11px;
margin: 0;
position: absolute;
bottom: 1px;
right: 1px;
}

#resize_outline {
border:2px solid #eee;
position: absolute;
z-index: 100001;
}

.rover-draggable {
z-index: 100001;
}


/************************/
/*	rover_tabs			*/
/************************/

.rover-tabs .rover-tabs-nav {
margin: 0 0 1em 0;
padding: .2em 0 0 0.2em;
height: 37px;
line-height: 1.7em;
}

.rover-tabs .rover-tabs-nav li {
border: 1px solid #cdc3b7;
font-weight: normal;
color: #e5e5e5;
}

.rover-tabs .rover-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 1px;
margin: 0 .2em 1px 0;
border-bottom: 0 !important;
padding: 0;
white-space: nowrap;

-moz-border-radius-topright: 6px;
-webkit-border-top-right-radius: 6px;
-khtml-border-top-right-radius: 6px;
border-top-right-radius: 6px;

-moz-border-radius-topleft: 6px;
-webkit-border-top-left-radius: 6px;
-khtml-border-top-left-radius: 6px;
border-top-left-radius: 6px;
}

.rover-tabs .rover-tabs-nav li a {
cursor: pointer;
float: left;
font-size: 14px;
line-height: 1.5em;
padding: .5em 1em;
text-decoration: none;
}
.rover-tabs .rover-tabs-nav li a.active {
background: #fff!important;
}
