@CHARSET "UTF-8";

* {
	font-family: Arial;		
}


a:visited { color: #666666; }
a:link { color: #666666;}
a:hover { color: #ff0000; }

html {
	font-family: Arial;	
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin:0px !important;
	/*visibility:hidden;*/
	
}

#main { 
	/*
	overflow: auto;
	height: inherit;*/
	width: 100%;
	height: 100%;
}

#main body {
	width: 100%;
	height: 100%;
}

#main-loading-bar-shade {
	position:fixed; background-color:#333; opacity:1; top: 0px; left: 0px; width:100%; height:100%; z-index:9000;
}

table {
	border-collapse: collapse;
	border-color: #666666;
}
td {
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;	
}

/* AForm - forms */
.AForm {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	color: #666;
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 5px;
	margin: 7px;	
	font-size: 12px !important;
}

.AForm iframe {
	border: none;
	height: 100%;
	width: 100%;
	overflow:hidden;

}

.AForm iframe body {
	margin: 0px;
}

.AForm button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBB;
	margin: 3px; padding: 5px; 
	padding-left: 10px; padding-right: 10px;
	cursor:pointer; background-color: #FFF;
}

.AForm textarea {
	font-size:12px;
	width: 300px;
	color: #333;
}

.AForm button:hover {
	background-color: #CCC;
	
}

.AForm table {
	border: 1px solid #CCC;	
	margin: 5px;
	background-color: #FFF;
	min-width: 50%;	
	cellspacing: 2px;	
}

.AForm td {
	border: 1px solid #CCC;
	padding: 5px 5px 5px 5px;	
	font-size: 12px !important;
	
}

.AFormError {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	border: 1px solid #FF0000;
	
	
	background: #febbbb;
background: -moz-linear-gradient(top,  #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febbbb), color-stop(45%,#fe9090), color-stop(100%,#ff5c5c));
background: -webkit-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
background: -o-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
background: -ms-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
background: linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 );
	
	
	padding: 5px;
	margin: 7px;	
	
	
}

/* Atable - lists */ 

.ATable {
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 7px;
	font-size: 12px;
	border: 1px solid #CCC;
	background-color: #EEE;
}
.ATable tr:hover  { background-color: #EEE; }
.ATable thead {
	font-weight: bold;	
	background-color: #f0f0f0;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.ATable table {
	border: 2px solid #999999;	
	margin: 5px;
	background-color: #FFF;
	width: 99%;	
	cellspacing: 2px;
}

.ATable .notes {
	color: #666; font-size: 12px;
}

.ATable thead tr:hover { background-color:inherit; }

.ATable td {
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;	
	max-width: 1000px;
	overflow:hidden;
}

.ATable div {
/*	max-width: 500px; */
}

.AForm .tr-head {
	/*background: #CCC;*/
	border-top: 3px solid #CCC;
}

/*  APage-header  */

.APage-header {
	/*-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;*/
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: rgb(255,48,25);
background: -moz-linear-gradient(left,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
background: -webkit-linear-gradient(left,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -o-linear-gradient(left,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -ms-linear-gradient(left,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: linear-gradient(to right,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );

	
	
	margin: 5px; 
	color: #FFF;
	padding: 5px;	
}

.APage-navigation {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	
	/*-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;*/
	
	margin-left: 6px; 
	margin-right: 6px; margin-bottom: 10px;
	padding: 3px;
	
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

	
	/*background-color: #EEE;*/
	overflow: auto;
}
.APage-navigation > a div, #button-import-layout { float: left; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BBB;
	margin: 3px; padding: 5px; 
	padding-left: 10px; padding-right: 10px;
}
.APage-navigation > a div:hover { background-color: #FFF; }
.APage-navigation > a.selected div { background-color: #FFF; }

.APage-footer { 
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	
	/*-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;*/
	
	margin-left: 6px;
	margin-top: 5px; 
	margin-right: 6px; margin-bottom: 10px;
	padding: 5px;
	
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	
	
	
}





#adin-loading-flower {
	position: fixed;
	top: 200px;
	/*visibility:hidden;*/
	display: none;
	left: 400px;
	z-index: 100000;

	width: 50px;
	height: 50px;
	background-color: #cccccc;
	background: url('../images/misc/loading_transparent.gif') top left;	
}


/* APP_MAIN elements */

#app-body { margin: 0px; padding:0px; }

#hide-show-menu {
	text-align: center;
	border-bottom: 2px solid #888;
	background-color: #000;

	
	/*
	-moz-box-shadow: inset 0px -25px 5px #777;
	-webkit-box-shadow: inset 0px -25px 5px #777;
	box-shadow: inset 0px -25px 5px #777;*/
}



#left-iframe {
	border: 0px; 
	width: 100%;
	height: 100%;
	margin: 0px;
}

#welcome-page {
	
	margin-left: auto;  margin-right: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	
	padding-left: auto; padding-right: auto;
	text-align: left;
	
	background-color: #FFF;
	
background: rgb(201,201,201);
background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(232,232,232,1) 6%, rgba(249,249,249,1) 10%, rgba(249,249,249,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,201,201,1)), color-stop(6%,rgba(232,232,232,1)), color-stop(10%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(232,232,232,1) 6%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
background: -o-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(232,232,232,1) 6%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
background: -ms-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(232,232,232,1) 6%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(232,232,232,1) 6%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f9f9f9',GradientType=0 );

	
	
	border: 1px solid #CCC;
	
	width: 60%; 
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	overflow:auto;
	/*-moz-box-shadow:    0px 3px 10px 0px #CCC; 
	-webkit-box-shadow: 0px 3px 10px 0px #CCC; 
	box-shadow:         0px 3px 10px 0px #CCC; */ 
}
#welcome-page .content {
	border-top: 1px solid #CCC;
	display:none;
	min-height: 350px;
	background-color: #EEE;
}
#welcome-page .content#info-app-content {
	display:block;
}


#welcome-page .info-menu {

	overflow:auto;
	margin: 10px;
	margin-bottom: -1px;
	
}

#welcome-page .info-menu > a {
	position:relative; float:left; display: block;
	margin-right: 10px;
	border: 1px solid #CCC;
	border-bottom: none;
	cursor:pointer;
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	background-color: #CCC;
	
}
#welcome-page .info-menu > a:hover {

	background-color: #EEE;
}
#welcome-page .info-menu > a.selected {

	background-color: #EEE;
}

#welcome-page .info-menu #info-app {
	width: 50px; height: 50px;
	background: url('../images/info/app1.png') top left no-repeat;
	background-size: 32px; background-position: center;
}
#welcome-page .info-menu #info-help {
	width: 50px; height: 50px;
	background: url('../images/info/help.png') top left no-repeat;
	background-size: 32px; background-position: center;
	

}
#welcome-page .info-menu #info-appendix {
	width: 50px; height: 50px;
	background: url('../images/info/dic.png') top left no-repeat;
	background-size: 32px; background-position: center;
}
#welcome-page .info-menu #info-faq {
	width: 50px; height: 50px;
	background: url('../images/info/faq_bubbles.png') top left no-repeat;
	background-size: 32px; background-position: center;
}
#welcome-page .info-menu #info-revision {
    width: 50px; height: 50px;
    background: url('../images/info/info.png') top left no-repeat;
    background-size: 32px; background-position: center;
}


#welcome-page h3 { color: #555; padding: 10px;
	background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );

-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	
}
#welcome-page h5 { margin: 10px;  }
#welcome-page ul { margin: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 10px; padding-left: 20px;
	color: #333;
}
#welcome-page ul li {
	margin-left:5px;
}

#welcome-page ul.numbered li {
	list-style:decimal;
	margin-left:10px;
}
#welcome-page ul.faq h5 {
	margin: 10px; color: #666;
}
#welcome-page ul.faq h6 {
	margin: 5px;
}
#welcome-page table.appendix {
	margin: 5px; font-size: 12px; border:none;
}

#welcome-page table.appendix td{
	border:none;
}

#welcome-page table.appendix td:first-child {
	font-weight:bold;
}

#welcome-page #info-appendix-content  > div{
	margin: 10px; overflow:auto;
}



/* ?? unsorted */

.interface {
	margin: 5px;
	padding: 5px;
	padding-bottom: 15px;
	border: 1px solid #CCCCCC;	
}

.interface INPUT {
	position: absolute;
	left: 200px;
}

.interface INPUT[type=button] {
	position: relative;
	left: 350px;
}

.interface INPUT[type=radio] {
	position: relative;
	left: 140px;

}
.interface label {
	position: relative;
	left: 140px;	

}

.interface DIV {
	padding: 5px;	
}

.interface .name {
	background-color: #333333;
	color: #ffffff;	
}

.slide {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;	
}

.views-names {
	font-size: 12px;	
}

.default-playlists {
	font-size: 12px;	
}

/* LOGIN */

#login-page, #pwdreset-page {
	width: 100%;
	background-color: #999;
	text-align: center;
	padding-top: auto;
	padding-bottom: auto;
	margin: 0px;
}

#login-form-cont, #pwdreset-form-cont {
	overflow:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	width: 460px;
	padding: 10px;
}

#login-options {
	float: left;
	margin-top: 10px;
	width: 60px;
	overflow:hidden;
}
#login-options a {
	font-size: 12px;
	color: #333;
}
#login-options a:link {
	text-decoration:none;
}
#login-options a:hover {
	text-decoration:none;
}

#login-options div {
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	
	padding: 5px;
	text-align: left;
	height: 30px;
}
#login-options div.selected {
	background: #DDD;
}
#login-options div:hover {
	background: #FFF;
}

#login-dsma {
	background: #ff0084;
	background: -moz-linear-gradient(top,  #ff0084 0%, #ff0084 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0084), color-stop(100%,#ff0084));
	background: -webkit-linear-gradient(top,  #ff0084 0%,#ff0084 100%);
	background: -o-linear-gradient(top,  #ff0084 0%,#ff0084 100%);
	background: -ms-linear-gradient(top,  #ff0084 0%,#ff0084 100%);
	background: linear-gradient(top,  #ff0084 0%,#ff0084 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0084', endColorstr='#ff0084',GradientType=0 );
}
#login-cms {
	background: #d2ff52;
	background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842));
	background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
	background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
	background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%);
	background: linear-gradient(top,  #d2ff52 0%,#91e842 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
}
#login-adyinn {
	background: #499bea;
	background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));
	background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: linear-gradient(top,  #499bea 0%,#207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
}

#login-payterminal {
	background: #FFFF00;
	background: -moz-linear-gradient(top, #FFFF00 0%, #FFFF00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFF00), color-stop(100%,#FFFF00));
	background: -webkit-linear-gradient(top, #FFFF00 0#FFFF00 100%);
	background: -o-linear-gradient(top,#FFFF00 0%,#FFFF00 100%);
	background: -ms-linear-gradient(top, #FFFF00 0%,#FFFF00 100%);
	background: linear-gradient(top, #FFFF00 0%,#FFFF00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF00', endColorstr='#FFFF00',GradientType=0 );
}

#login-adyads {
	background: #a9e4f7;
	background: -moz-linear-gradient(top,  #a9e4f7 0%, #0fb4e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7));
	background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%);
	background: -o-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%);
	background: -ms-linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%);
	background: linear-gradient(top,  #a9e4f7 0%,#0fb4e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
}


#login-form, #pwdreset-form { 
	float:left;
	width: 400px;
	overflow: auto;
	
	background-color: #DDD;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #666;
	 -moz-box-shadow:  3px 3px 3px 1px #666;
	-webkit-box-shadow: 3px 3px 5px 6px #666;
	box-shadow:  0px 4px 3px 1px #666;
}
#login-browser-message {
	padding: 5px; 
	font-size: 11px; 
	border: 1px solid #666; background: #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	width: 450px; text-align:left; overflow:auto;
	margin-left:auto; margin-right:auto;
}
#login-browser-message > div { position: relative; float:left;  }

#browser-alert-icon {
	margin-top: 0px;
	margin-left: 5px;
	background: url('../images/misc/icon-alert.png') top left no-repeat;
	width: 20px; height: 20px;
	background-size: 100% 100%;
}
#browser-alert-msg {
	margin-left: 10px;
	width: 400px;
}

#login-notices, #pwdreset-notices {
	background-color: #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	background: #febbbb;
	background: -moz-linear-gradient(top,  #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febbbb), color-stop(45%,#fe9090), color-stop(100%,#ff5c5c));
	background: -webkit-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
	background: -o-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
	background: -ms-linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
	background: linear-gradient(top,  #febbbb 0%,#fe9090 45%,#ff5c5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 );
	color: #FFF;
	min-height: 20px;
	width: 400px;
	margin-bottom: 10px;
}
.adyinn #login-form-head {
	width: 400px;
	height: 200px;
	background: url('../images/login/login_adyinn2.jpg') top left;
	border-bottom: 4px solid #666;
}

.adyads #login-form-head {
	width: 400px;
	height: 200px;
	background: url('../images/login/login_adyads3.jpg') top left;
	border-bottom: 4px solid #666;
}

.cms #login-form-head {
	width: 400px;
	height: 200px;
	background: url('../images/login/login_cms.jpg') top left;
	border-bottom: 4px solid #666;
}

.payterminal #login-form-head {
	width: 400px;
	height: 200px;
	background: url('../images/login/login_payterminal.jpg') top left;
	border-bottom: 4px solid #666;
}

#login-form-head, #pwdreset-form-head {
	width: 400px;
	height: 200px;
	background: url('../images/login/login.jpg') top left;
	border-bottom: 4px solid #666;
}

#login-form-body input, #pwdreset-form-body input {  
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999; 
	height: 20px; color: #666;
}

#login-form-body input[type='submit'], #pwdreset-form-body input[type='submit'] { height: 30px; cursor:pointer; }
#login-form-body input[type='submit']:hover, #pwdreset-form-body input[type='submit']:hover { background-color: #CCC; }

#login-form-body table, #pwdreset-form-body table {
	border: none;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
}
#login-form-body tr, #pwdreset-form-body tr { border:none; }
#login-form-body td , #pwdreset-form-body td { border:none; }

.app-logo {
	
}

.app-logo.menu { 
	width: 80px; height: 32px;
	float: left; margin-left: 7px; margin-top: 5px;
	background-size: contain;
	background-repeat: no-repeat;
}

.app-logo.login {
	
}

.locked-item {
    background: #EEE;
    color: #666;
}

.locker {
    background: url('../images/misc/lock-6.png') top left;
    width:16px; height:16px;
}

.forgot-password {
	font-size: 12px;	
}

#button-import-layout, #button-import-widget {
	float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBB;
    margin: 3px;
    padding: 5px;
    padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	color: #666666;
	width:200px;
}

#override-existing-files {
	position: absolute;
}

#button-import-layout:hover, #button-import-widget:hover {
	background-color: white;
}