/*****************************************
/*
/*  Admin layout styles
/*
/****************************************/
* {
	padding:  0;
	margin:  0;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:10px;
}

body {
	min-width: 960px;
	/*background: #F1F1F1 url(../img/wood.jpg) repeat fixed;*/
}

a {
	text-decoration: none;
}

div#header {
	-moz-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.4);
	border: 1px solid #000000;
	background: #363636;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(54,54,54)),
	    color-stop(1, rgb(69,69,69))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(54,54,54) 0%,
	    rgb(69,69,69) 100%
	);
	
	padding: 4px;
}

div#footer {
	-moz-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #363636;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(54,54,54)),
	    color-stop(1, rgb(69,69,69))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(54,54,54) 0%,
	    rgb(69,69,69) 100%
	);
	color: white;
	position: relative-absolute;
	top: 100%;
	/*margin-top: -31px;*/
	text-align: right;
	margin: 0 110px;
	border-radius: 3px;
	clear: both;
}

div#footer .button {
	margin: 4px;
}

div#content {
	/*background: #EFEFEF;*/
	margin: 0 100px 0 100px;
	padding: 10px 10px 0 10px;
}

div.message, div.flash_box{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 18px;
    -moz-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
    box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
    border: 1px solid #000000;
    background: rgba(255,255,255,0.3);
    padding: 0 5px;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: bold;
    -moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
}

div.flash_success {
	border: 1px solid #88ff88;
}

div.flash_error {
	border: 1px solid #ff8888;
}

div.flash_info {
	border: 1px solid #8888ff;
}

div.flash_warning {
	border: 1px solid #ffff88;
}

/*****************************************
/*
/*  Admin buttons style
/*
/****************************************/
.searchinput {
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	padding: 3px 10px 4px;
	
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #BCBBBB;
	border-radius: 2em 2em 2em 2em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
	
	font-size: 10px;
}

.awesome {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(207,207,207)),
	    color-stop(1, rgb(254,254,254))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(207,207,207) 0%,
	    rgb(254,254,254) 100%
	);
	display: inline-block;
	padding: 5px 10px 6px;
	color: #282828;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	cursor: pointer;
	
	-moz-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
	
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.5);
	margin: 1px 0;
}

input.awesome {
	padding: 3px 10px 4px;
}

.awesome:hover {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, rgb(254,254,254)),
	    color-stop(0, rgb(207,207,207))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(254,254,254) 0%,
	    rgb(207,207,207) 100%
	);
	-moz-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(0,0,0,0.7);
	color: #282828;
}

.awesome span {
	font: inherit;
	font-size: inherit;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
} 

.button span {
	font-size: 9px;
} 

.button span.loading {
	background: url(../img/icon_spinner_10px.gif) no-repeat center left;
	padding-left: 15px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.button span.loaded {
	background: url(../img/check_12x10.png) no-repeat center left;
	padding-left: 15px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.awesome.disabled {
	color: #CCCCCC;
}

.admintooltip {
	display: none;
	position: absolute;
}

div.adminpaginator span.current {
	background: #ECECEC url('../img/css3buttons_backgrounds.png') 0 0 no-repeat;
	background-position: 0 -40px;
	-moz-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
	
	display: inline-block;
	padding: 5px 10px 6px;
	font-size: 9px;
	text-decoration: none;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.5);
}

/*****************************************
/*
/*  Admin content boxes
/*
/****************************************/
div#adminboxsave {
	padding: 10px 20px;
	text-align: right;
}

div#flags a img {
	margin-bottom: -2px;
} 

div#flags a.selected{
	background: #ECECEC url('../img/css3buttons_backgrounds.png') 0 0 no-repeat;
	background-position: 0 -40px;
	-moz-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

div#flags a{
	padding: 5px 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-left: 1px solid rgba(0,0,0,0.5);
	border-top: 1px solid rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	border-right: none;
}

div#flags a:first-of-type{
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

div#flags a:last-of-type{
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-right: 1px solid rgba(0,0,0,0.5);
}

div.adminbox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #E4E4E4;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: 0 0 10px;
}

div.adminbox div.adminboxheader {
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	height: 18px;
	-moz-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
	box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
	border: 1px solid #000000;
	background: #363636;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(54,54,54)),
	    color-stop(1, rgb(69,69,69))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(54,54,54) 0%,
	    rgb(69,69,69) 100%
	);
	padding: 0 5px;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
	-moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	-webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	line-height: 18px;
	text-transform: uppercase;
}

div.adminbox div.adminboxcontent {
	border: 1px solid #9C9C9C;
}

div#adminboxcontentright {
	margin-left: 2203px;
}

div.adminbox.adminboxcenter {
}

div.adminbox.adminboxright {
	margin-left: 233px;
}

div.adminbox.adminboxleft {
	width: 220px;
	float: left;
}

div.adminbox.adminboxfixed {
	width: 120px;
	position: fixed;
	margin-left: -130px;
}

div.adminbox.adminboxfixed .awesome {
	width: 86px;
	margin-top: 5px;
}

/*****************************************
/*
/*  Admin Tree View
/*
/****************************************/

div.admintree > :nth-child(odd) {background: #E4E4E4;}
div.admintree > :nth-child(even) {background: #DEDEDE;}

div.admintree > div {
	height: 18px;
	line-height: 18px;
}

div.admintree {
	font-size: 11px;
}

div.admintreeitem.selected > a.admintreelink {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #FFF;
}

div.admintreeitem > a.admintreelink {
	font-weight: normal;
	color: #000;
}

div.admintreeitem.selected {
	
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, rgb(104, 139, 158)),
	    color-stop(0, rgb(133,186,213))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(133,186,213) 0%,
	    rgb(104,139,158) 100%
	);
} 

div.admintreeitem > span.admintreefolder {
	width:  100%;
	height: 14px;
	margin: 2px 2px 0px 2px;
	background: #fff; 
	float: left; 
	display: block;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	cursor: pointer;
} 

div.admintreeitem > span.admintreefolder > a {
	margin: 0 2px 0 0;
	display: block;
	width: 14px;
	height: 14px;
	float: right;
	background: url('../img/treearrow.gif') no-repeat center center;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

div.admintreeitem > span.admintreefolder.closed > a {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

/*****************************************
/*
/*  Admin inputs styles
/*
/****************************************/

div.input.text, div.input.textarea, div.input.checkbox, div.input.radio, div.input.file, div.input.select, div.input.date, div.input.time, div.input.password {
	padding: 10px 15px;
	border-bottom: 1px solid #dadada;
	-moz-box-shadow:0 0 1px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow:0 0 1px rgba(255, 255, 255, 0.4);
	box-shadow:0 0 1px rgba(255, 255, 255, 0.4);
}

div.input.text label, div.input.textarea label, div.input.checkbox label, div.input.select label,div.input.time label, div.input.file label, div.input.date label, div.input.password label, span.label {
	display: block;
	margin: 0 0 5px 5px;
	color: #8c8c8c;
	-moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	-webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

div.input.text input, div.input.textarea textarea, div.input.password input{
	margin: 0 0 0 0px;
	width: 99.2%;
	/*line-height: 24px;*/
	font-size: 12px;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d7d7d7;
}

/*****************************************
/*
/*  Admin Navigator
/*
/****************************************/

div#navigatorleft {
	float: left;
	width: 150px;
	padding: 10px 15px;
	overflow-x: hidden;
}

div#navigatorleftpreviewcontent {
	text-align: center;
	width: 130px;
}

div#navigatorleftpreviewcontent img, div#navigatorleftpreviewcontent div {
	overflow: hidden;
	display: block;

	margin: 10px 4px;
	width: 130px;
	border-top: 4px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow:0 0 3px rgba(0, 0, 0, 0.4);
}

div#navigatorleftupload.left {
	margin-left: -175px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

div#navigatorleftpreview.right {
	margin-left: 175px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

div#navigatorleftpreview, div#navigatorleftupload {
	float: left;
	width: 145px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

div#navigatorright {
	border-left: 1px solid #dadada;
	margin-left: 180px;
	padding: 5px;
	-moz-box-shadow:inset 1px 0 1px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow:inset 1px 0 1px rgba(255, 255, 255, 0.4);
	box-shadow:inset 1px 0 1px rgba(255, 255, 255, 0.4);
}

div#pluploadfiles div:first-of-type {
	margin-top: 10px;
}

div#pluploadfiles div {
	margin: 5px 0 5px -10px;
	font-size: 10px;
	color: #9c9c9c;
	-moz-text-shadow:0 0 1px rgba(255, 255, 255, 0.4);
	-webkit-text-shadow:0 0 1px rgba(255, 255, 255, 0.4);
	text-shadow:0 0 1px rgba(255, 255, 255, 0.4);
}

div#pluploadfiles div span.pluploadprogressbg {
	margin-top: 3px;
	display: block;
	border-radius: 5px;
	width: 95%;
	background: white;
	padding: 1px;
}

div#pluploadfiles div span.pluploadprogressbg span.pluploadprogressbar{
	display: block;
	border-radius: 5px;
	width: 0%;
	background: #424242;
	height: 6px;
}

div#browser {
	clear: right;
	height: 310px;
	overflow-y: auto;
	margin-top: 30px;
}

div#browser ul {
	list-style-type: none;
}

div#browser ul li {
	font-size: 10px;
	float: left;
	display: block;
	width: 80px;
	height: 16px;
	margin: 3px;
	background: white;
	padding-left: 20px;
	cursor: pointer;
}

div#browser ul li.folder.over {
	background: #FFFFFF url(../img/filebrowser/folder.png) no-repeat top left;
}

div#browser ul li a {
	color: #000;
	font-weight: bold;
}

div#browser ul li.folder {
	background:  url(../img/filebrowser/folder.png) no-repeat top left;
}

div#browser ul li.file.image {
	background:  url(../img/filebrowser/image.png) no-repeat top left;
}

div#browser ul li.file.flash {
	background:  url(../img/filebrowser/page_white_flash.png) no-repeat top left;
}

div#browser ul li.file.pdf {
	background:  url(../img/filebrowser/page_white_acrobat.png) no-repeat top left;
}

div#browser ul li.file.doc, div#browser ul li.file.docx, div#browser ul li.file.rtf {
	background:  url(../img/filebrowser/page_white_word.png) no-repeat top left;
}

div#browser ul li.file.xls, div#browser ul li.file.xlsx {
	background:  url(../img/filebrowser/page_white_excel.png) no-repeat top left;
}

div#browser ul li.file.ppt, div#browser ul li.file.pptx {
	background:  url(../img/filebrowser/page_white_powerpoint.png) no-repeat top left;
}

div#browser ul li.file.zip, div#browser ul li.file.rar, div#browser ul li.file.dmg {
	background:  url(../img/filebrowser/page_white_zip.png) no-repeat top left;
}

div#browser ul li.file.unknown {
	background:  url(../img/filebrowser/page_white.png) no-repeat top left;
}

div#browsertools {
	padding: 5px 5px 10px 5px;
}

div#assetbrowser ul li.asset {
	background: #FFFFFF;
	float: left;
	margin: 5px;
	display: block;
	line-height: 0;
	border: 5px solid white;
	-moz-transform:all 0.2s ease-in-out;
	-webkit-transform: all 0.2s ease-in-out;
}

div#assetbrowser ul li.asset.selected {
	border-color: #18d07e;
	-moz-transform:all 0.2s ease-in-out;
	-webkit-transform: all 0.2s ease-in-out;
	box-shadow:0 0 3px #000;
}

div#assetbrowser ul li.asset.thumbnail {
	box-shadow:0 0 6px rgba(133,186,213,1);
}

div#assetbrowser ul li.asset img {
	position: relative;
	z-index: 0;
	display: none;
}

div#assetbrowser ul li.asset div.assetloading {
	background: #000;
	display: block;
	width: 176px;
	height: 132px;
	background: url(../img/ajax-loader.gif);
	position: relative;
}

div.assetloadingtitle {
	text-align: center;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-size:10px;
}

/*
/* Mini formulaire
/*******/
div#browseraddfolder {
	float: left;
}

div#browseraddfolder form{
    display: inline-block;
    padding: 0px 5px;
    font-size: 10px;
}

div#browseraddfolder form .browseraddfolderinput {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BCBBBB;
    border-radius: 2em 2em 2em 2em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    padding: 3px 6px;
    width: 120px;
}

div#browseraddfolder form .browseraddfolderbutton {
	background: -moz-linear-gradient(center top , #9E9E9E, #454545) repeat scroll 0 0 transparent;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #9E9E9E),
	    color-stop(1, #454545)
	);
    border: 1px solid #494949;
    border-radius: 2em 2em 2em 2em;
    color: #FFFFFF;
    font-size: 8px;
    padding: 2px 3px 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

/*****************************************
/*
/*  Assets Edition
/*
/****************************************/

div#assetedit {
	border-top:1px solid #e1e1e1;
	box-shadow:inset 0px 1px rgba(255,255,255,0.3);
	display: none;
}

div#asseteditimage {
	display: block;
	float: left;
	line-height: 0;
	position: relative;
	width: 400px;
	text-align: center;
	margin: 10px 0;
}

img#asseteditimageloaded {
	box-shadow:0 0 3px rgba(0,0,0,0.4);
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	border-top: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
}

div#asseteditimage img#asseteditfocalpoint {
	position: absolute;
	cursor: pointer;
	display: none;
}

div.assettooltip {
	position: absolute;
	z-index: 1;
	display: none;
	width: 176px;
	height: 132px;
	background: rgba(0,0,0,0.8);
}

div.assettooltip a{
	float: left;
	margin: 10px 0 0 10px;
}

a.assettooltipedit {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/pen_alt_stroke_16x16.png);
}

a.assettooltipdelete {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/trash_stroke_16x16.png);
}

a.assettooltipthumbnail {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/star_16x16.png);
}

div#asseteditinputs {
	margin: 10px 0 10px 390px;
}

/*****************************************
/*
/*  Admin table
/*
/****************************************/

table.admintable {
	width: 100%;
	text-align: left;
	border-radius: 3px 3px 0 0;
	margin: 0 0 0 0;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

table.admintable tr th a{
	font-size: inherit;
	color:  inherit;
}

table.admintable tr td a {
	color: black;
}

table.admintable tr th a.desc {
	background: url(../img/arrow_up_8x8.png) no-repeat left center;
	padding-left: 16px;
}

table.admintable tr th a.asc {
	background: url(../img/arrow_down_8x8.png) no-repeat left center;
	padding-left: 16px;
}

table.admintable tr td:first-of-type, table.admintable tr th:first-of-type {
	border-bottom: 0;
	border-top: 0;
	margin: 0;
	border-left: 1px solid #9c9c9c;
	min-width: 130px;
}

table.admintable tr td:last-of-type, table.admintable tr th:last-of-type {
	border-bottom: 0;
	border-top: 0;
	margin: 0;
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid #9c9c9c;
}

table.admintable tr:last-of-type td {
	border-bottom: 1px solid #9c9c9c;
}

table.admintable tr td {
	padding: 2px 20px;
	border-bottom: 0;
	border-left: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(255,255,255,0.4);
	border-top: 0;
	margin: 0;
	
	-moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	font-size: 10px;
}

table.admintable tr td img{
	display: block;
	margin: auto;
}

table.admintable tr th {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 0;
	border-bottom: 1px solid #000000;
	
	background: #363636;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(54,54,54)),
	    color-stop(1, rgb(69,69,69))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(54,54,54) 0%,
	    rgb(69,69,69) 100%
	);
	color: #FFFFFF;
	font-size: 8px;
	height: 18px;
	padding: 0px 10px;
	-moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	-webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	-moz-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
	-webkit-box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
	box-shadow:inset 0 0 1px rgba(255, 255, 255, 0.8);
	line-height: 18px;
	text-transform: uppercase;
}

table.admintable tr th:first-of-type {
	border-radius: 3px 0 0 0;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 0;
	border-bottom: 1px solid #000000;
}

table.admintable tr th:last-of-type {
	border-radius: 0 3px 0 0;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

table.admintable tr:nth-child(even) {
	background: rgb(235,235,235);
}

table.admintable tr:nth-child(odd) {
	background: #E4E4E4;
}

table.admintable tr:first-of-type {
	background: none;
}

table.admintable tr td div.input > label {
	display: none;
}

table.admintable tr td div.input {
	border: 0;
	padding: 0;
}

div#admintablesearch {
	float: right;
}

div#admintablesearch form{
    display: inline-block;
    padding: 0px 5px;
    font-size: 10px;
}

div#admintablesearch form .admintablesearchinput {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BCBBBB;
    border-radius: 2em 2em 2em 2em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    padding: 3px 6px;
    width: 120px;
    font-size: 10px;
}

div#admintablesearch form .admintablesearchbutton {
	background: #9E9E9E;
	background: -moz-linear-gradient(center top , #9E9E9E, #454545) repeat scroll 0 0 transparent;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #9E9E9E),
	    color-stop(1, #454545)
	);
    border: 1px solid #494949;
    border-radius: 2em 2em 2em 2em;
    color: #FFFFFF;
    font-size: 8px;
    padding: 2px 3px 1px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

table.admintable tr td div.input > label:first-of-type, table.admintable tr td div.input >span:first-of-type{
	display: none;
}

table.admintable tr td div.input{
	border: 0;
}

div.adminpaginator {
	float: left;
}

/*****************************************
/*
/*  Admin charts
/*
/****************************************/

div.adminchart {
	padding: 10px;
	height: 205px;
	overflow: auto;
	background: url(../img/icon_spinner_10px.gif) no-repeat center center;
}

/*****************************************
/*
/*  Admin Login
/*
/****************************************/

div#authakelogin {
	margin: auto;
	width: 386px;
	height: 677px;
	background: rgba(0,0,0,0.4);
	background: url(../img/bunkerdata.jpg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -338px;
	margin-left: -193px;
}

div#authakelogin input {
	width: 180px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #444;
}

div#authakeloginfooter {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

div#authakelogin-logo {
	height: 200px;
} 

div#authakelogin-content {
	padding: 10px 0;
	margin: 210px auto 0 auto;
	text-align: center;
} 

div#authakelogin div.input {
	border: 0;
	box-shadow: none;
	padding: 1px 15px;
}

a#loginbutton {
	width: 47px;
	height: 46px;
	display: block;
	background: url(../img/power.png) no-repeat top left;
	margin: 130px auto 0 auto;
}

a#loginbutton:hover {
	background: url(../img/power.png) no-repeat bottom left;
}

a.browser {
	display: inline-block;
	height: 48px;
	width: 48px;
	background-position: top left;
	/*float: left;*/
}

a.browser:hover {
	background-position: bottom left;
}

a.browser#firefox {
	background-image: url(../img/firefo.png);
}

a.browser#safari {
	background-image: url(../img/safari.png);
}

a.browser#chrome {
	background-image: url(../img/chrome.png);
}

/*****************************************
/*
/*  Admin external video add
/*
/****************************************/
div#externalvideocontainer {
	border-radius: 5px;
}
div#externalvideocontainer p {
	margin-bottom: 5px;
}
input#externalvideourl {
	width: 110px;
	margin-bottom: 5px;
}