body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt;
	font-family: "Noto Sans",sans-serif;
	/*background: #EFEFEF;
	font-family: 'Squada One', cursive;*/
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-family: "Cabin Condensed",sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.2125em;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
    text-rendering: optimizelegibility;
}

#page
{
	background: white;
	/*border: 1px solid #C9E0ED;*/
}
/* Header */
header {
	padding: 60px 0 0;
	background-color: #4e97cc;
	color: #fff;
	overflow: hidden;
}
header img {
	margin-bottom: -140px;
	display: inline-block;
}
header h1 {
	color: white;
	font-size: 70px;
	font-family: "Cabin Condensed",sans-serif;
	line-height: 74px;
	font-weight: normal;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
header .large-8 h1 {
	margin: 100px 0 5px;	
}
header .subheading {
	display: block;
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 1.2;
}
header .large-8 {
	padding-left: 40px !important;
}

/* Slider */
.texture {background: url(../img/textures/stripes.png) repeat;height: 100%;width: 100%; position: absolute;top:0;left:0}
header#header_banner {
	background:url(../img/super.jpg) no-repeat -509px -391px;
	margin: 0px;
}
#teaser-slider-2 {
    background-image: url("../img/handphone.png");
    background-repeat: no-repeat;
    height: 499px;
    margin-left: -96px;
    margin-top: 0;
    overflow: hidden;
    width: auto;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.column, .columns {
    float: left;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    position: relative;
    width: 100%;
}
.large-6 {
    position: relative;
    width: 50%;
}
.large-4 {
    position: relative;
    width: 33.3333%;
}
.inline-list > li {
	float: none;
	text-align: left;
}
footer {
    text-align: center;
}
/*.feature .icon {
    font-size: 6.8em;
}*/
.feature {
    padding-top: 0px;
    text-align: center;
}
.feature h3 {
    font-size: 24px;
}
.feature p {
    font-size: 14px;
}
.login {
    background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
}
h2 {
	color: #4e97cc;
	font-size: 50px;
	text-align: center;
	margin-top: 0px;
}
#teaser-slider-2 .flexslider:hover .flex-next {right: 15px!important}
#teaser-slider-2 .flexslider {
    left: 270px;
    top: 80px;
    width: 208px;
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; width: 100%;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1;width:100%;height:auto;}
.imageslider .flexslider {
	margin: 0 auto;
	position: relative;
	zoom: 1;
	width:1100px;
	height:auto;
	border: 5px solid white;
	box-shadow:0px 0px 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
	-ms-box-shadow: 0px 0px 7px rgba(0,0,0,0.6)
}
.flexslider li {margin: 0;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 27px; height: 100px; margin: 60px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 50px; }
.flex-direction-nav .flex-prev {left: 10px !important;}
.flexslider:hover .flex-next {opacity: 0.8; right: 103px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 75px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {min-width: 90px;
position: absolute;
bottom: 25px;
left: 45.4%;
padding: 7px 5px 3px 5px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;}
.imageslider .flex-control-nav {width: 100%; position: absolute; bottom:-40px; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #000; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.2);}
.flex-control-paging li a:hover { background: #222 }
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
.section {
    padding: 90px 0;
}
/* Header */
#header{
	margin: 0;
	padding: 0;
	float:left;
	width:100%;
	/*border-top: 3px solid #C9E0ED;*/
}
#content {
	float:left;
	width:100%;
    /*padding: 20px;*/
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#sidebar {
	padding: 20px 20px 20px 0;
	margin-left:0px;
}
#footer {
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}
#logo {
	float:left;
	padding: 0 20px 0 0;
	font-size: 200%;
	height:85px;
}
#admin_navigation {
	float:right;
	background-color:#fff;
	position:relative;
}
#admin_navigation div#nav-bar {
	background:none;
}
#admin_navigation ul li a {
	padding:0px 15px;
	line-height:78px;
	font-size:20px;
	font-family: 'Cabin Condensed', sans-serif;
	cursor:pointer !important;
}
#admin_navigation ul li a:hover{
	color:#666;
}
#admin_navigation ul#nav li.active a{
	color:#ff8400 !important
}
#admin_navigation ul#nav ul{
	background:none;
}
#admin_navigation ul#nav li.active{
	color:#fff;
}
body div.form input, body div.form textarea, body div.form select {
    display: inline-block;
    width: 100%;
}
#admin_navigation ul#nav ul li a{
	padding:0px;
	background: none;
	color:#fff;
	background: #232323; /* Old browsers */
	background: -moz-linear-gradient(top, #232323 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232323), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #232323 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #232323 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #232323 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #232323 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
#admin_navigation ul#nav ul li a:hover{
	background: #00b7ea; /* Old browsers */
	background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00b7ea 0%,#009ec3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
}
#admin_navigation ul#nav ul li a span{
	padding:5px 15px;
	padding-bottom:8px;
}
div.editSite {
	background-color: #000;
	left: -200px;
    min-height: 140px;
    position: fixed;
    top: 20%;
    width: 200px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
div.editSite.active {
    left: 0;
}
div.editSite a.editBtn{
	background: #ff8400;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff8400 0%, #f25c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#f25c00));
	background: -webkit-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: -o-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: -ms-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: linear-gradient(to bottom,  #ff8400 0%,#f25c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#f25c00',GradientType=0 );
	padding:3px 20px;
	border-radius:0px;
	cursor: pointer;
	color:#FFFFFF;
	text-decoration:none;
	/*text-shadow:0 0 2px #000;*/
	font-size:18px;
	font-family: 'Anaheim', sans-serif;
	position: absolute;
    right: -55px;
    top: 31px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
div.editSite div.websiteList{
	width:200px;
	max-height:400px;
	background:#222;
	position:absolute;
	overflow-x:hidden;
	overflow-y:auto;
	right:0px;
	top: 0px;
	float:left;
}
/*div.editSite:hover div.websiteList{
    visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}*/
#header a.logn {
    position: relative;
    float: right;
    background-color: #ff8400;
    color:#444;
    padding: 20px 10px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#header a.logn:hover {
	color: #666;
}
div.editSite div.websiteList a{
	display:block;
	padding:10px 15px;
	background: #161616; /* Old browsers */
	background: -moz-linear-gradient(top, #161616 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161616), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #161616 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #161616 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #161616 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #161616 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	border-left:solid 4px #F35E00;
	margin-bottom:1px;
	color:#fff;
	position: relative;
    text-decoration: none;
    z-index: 999;
	font-family: 'Anaheim', sans-serif;
}
div.editSite div.websiteList a:hover {
	background: #ff8400;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff8400 0%, #f25c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#f25c00));
	background: -webkit-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: -o-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: -ms-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: linear-gradient(to bottom,  #ff8400 0%,#f25c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#f25c00',GradientType=0 );
	border:none;
	padding:10px 19px;
}
div.flash-error, div.flash-notice, div.flash-success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
div.flash-error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
div.flash-notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
div.flash-success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
div.flash-error a {
	color:#8a1f11;
}
div.flash-notice a {
	color:#514721;
}
div.flash-success a {
	color:#264409;
}
div.form .rememberMe label {
	display: inline;
}
div.view {
	padding: 10px;
	margin: 10px 0;
	line-height:22px;
	border: 1px solid #C9E0ED;
}
div.breadcrumbs {
	background-color: #fafafa;
	border: 1px solid #dedede;
	border-radius: 0px;
	float: left;
    font-size: 0.9em;
    padding: 15px 20px;
    width: 100%;
}
div.breadcrumbs span {
	font-weight: bold;
}
div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}
.portlet {}
.portlet-decoration {
	padding: 8px 10px;
	border-radius: 5px 5px 0px 0px;
	background: #ff8400;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff8400 0%, #f25c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#f25c00));
	background: -webkit-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: -o-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: -ms-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: linear-gradient(to bottom,  #ff8400 0%,#f25c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#f25c00',GradientType=0 );
}
.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
}
.portlet-content {
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background-color:#FFEAD3;
}
.portlet-content ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.portlet-content li {
	padding: 2px 0 4px 0px;
}
.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.operations li {
	padding: 0px;
}
.operations li a {
	border-top: 1px solid #f35e00;
    color: #f35e00;
    display: block;
    font: bold 12px/15px Arial;
    padding: 6px 0 6px 8px;
    text-decoration: none;
}
.operations li:first-child a {
	border: none;
}
.operations li a:visited {
	color: #F35E00;
}
.operations li a:hover {
	background-color: #ffe0a6;
}
#left-side-bar {
	float: left;
	margin-right: 50px;
	min-height: 300px;
	position:relative;
	z-index:2;
}
#left-side-bar h1{
	margin: 5px 0px 10px 0px;
	font-size: 16px;
	font-family: Helvetica;
	font-weight: bold;
	}
#right-side-bar {width:100%; position:relative;}
#left-side-bar ul{ margin:0px; padding:0px;}
#left-side-bar ul li { list-style:none;padding: 8px 15px 8px 0px;border-bottom: solid 1px #eeeeee;}
#left-side-bar ul li a i{ margin-right:6px;}
#left-side-bar ul li:hover {color:#000 !important; text-decoration:none;}
.title {
	margin: 5px 0px 20px 0px;
	font-size: 16px;
	font-family: Helvetica;
	font-weight: bold;
}
.content {
	background-color: #ffffff;
	min-height: 350px; /* for non-IE browsers */
	_height: 350px; /* for IE browsers */
	width:100%;
}
div.grid-view table.items tr.odd {
    background-color: #ffead3;
}
div.grid-view table.items th {
	background: #ff8400;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff8400 0%, #f25c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#f25c00));
	background: -webkit-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: -o-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: -ms-linear-gradient(top,  #ff8400 0%,#f25c00 100%);
	background: linear-gradient(to bottom,  #ff8400 0%,#f25c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#f25c00',GradientType=0 );
}
div.grid-view table.items tbody tr:hover {
    background-color: #ffe0a6;
}
div.grid-view table.items td {
	text-align: center;
}
#header .top-bar {
	height: 85px;
    line-height: 85px;
}
#header .top-bar ul {
	max-height: 85px;
}
#header .top-bar-section li a:not(.button) {
	padding: 20px 15px;
}
a {
	color: #F25D00;
}
body table.detail-view tr.odd,
body table.detail-view tr.even{
	background:#fafafa;
	
}
table.detail-view tbody tr{
	border:1px solid #c9e0ed;
}
table.detail-view{
	border-color:#dedede;
}

table.detail-view tr.even th,
table.detail-view tr.odd th{
	text-align:left;
}
.ui-datepicker-week-end,
.ui-datepicker-calendar thead th{
	background:none;
}
table.detail-view th, table.detail-view td{
	border-color:#dedede !important;
}
