﻿#LMAdmin {
	background-color: Black;	
	color: White;
	width: 100%;
}

#LMAdmin * {
	margin: 0 0 0 0;
}

#LMAdmin div, #LMAdmin a, #LMAdmin span, #LMAdmin td {
	font-family: Arial;
	font-size: 10pt;
}

#LMAdmin a {
	text-decoration: none;	
	color: White;
}

#LMAdmin a:Hover {
	text-decoration: underline;	
}

#LMAdmin #topAdmin {
	height: 99px;
	border-bottom: solid 1px white;	
}

.LMAdminButton {
	background: url(images/button.gif);
	height: 24px; 
	width: 93px; 
	padding: 0px; 
	margin: 0px; 
	border: none;
	font-size: 11px;
}

.fl {
    float: left;
}

.fr {
    float: right;
    text-align: right;
}

.admin-hr {
    width: 510px;
    height: 1px;
    text-align: left;
    line-height: 1px;
    margin-top: 6px;
    margin-bottom: 8px;
    border: 0;
    background-color: #CCCCCC;
}

.adminListing {
	width: 95%;
}

.adminReorderList {
	border: 1px solid black;
	padding: 5px;
	width: 600px;
	font-family: Arial;
	font-size: 10pt;
	overflow: visible;
}

.adminListing .row {
	padding: 2px 2px 2px 5px;
}

.adminListing .row a {
    color: #000000;
}

.adminListing .row1 {
	background-color: #CCCCCC;
	width: 170px;
}

.adminListing .row1Date {
	background-color: #CCCCCC;
	width: 170px;
}

.adminListing .row2 {
	background-color: #FFFFFF;	
}

.adminListing .row2Date {
	background-color: #FFFFFF;	
	width: 170px;
}

.adminLogo {
	float: left;
}

.adminModalWindow {
    width: 300px;
    background-color: #eeeeee;
    border: #000000 1px solid;
    padding-bottom: 10px;
    margin: 0 0 0 0;
}

.adminModalWindowAwaitingAuth {
    height: 340px;
    overflow: auto;
}

.adminModalWindow hr {
	background-color: #AAAAAA;
	color: #AAAAAA;
	border: none;
	height: 1px;
}

.adminModalClose {
	position: absolute;
	top: 5px;
	right: 5px;
	margin-top: 1px;
}

.adminModalTitle {
	position: absolute;
	top: 5px;
	left: 5px;
	color: White;
	font-weight: bold;	
	font-family: Arial;
	font-size: 10pt;
}

.adminModalTitleBar {
	background-color: #015873;
	width: auto;
	height: 16px;
	padding: 4px;
}

.adminModalMain {
	padding: 10px;
	font-size: 12px;
	color: Black;	
    text-align: left;
    font-family: Arial;
    font-size: 10pt;
}

.adminModalMain div {
	font-size: 12px;
	color: Black;
}

.adminButton {
	font-size: 12px;	
	font-family: Arial;
}

.adminTextbox {
    border: 1px solid black;
    width: 100%;
}

.adminPropertiesLeft {
	padding-left: 10px;
	float: left;
	clear: left;
}

.adminPropertiesRight {
	padding-right: 10px;
	text-align: right;
	float: right;
}

.adminTopPanel {
	float: left;
}

.adminRightPanel {
	text-align: right;
	float: right;
	height: 59px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.error {
	color: Red;	
}

.propertiesPanel {
	background-color: Black;
	color: White;
}

.adminLinkPanel {
	cursor: pointer;
}

.section-padding {
    padding-top: 10px;
}

.txt-field {
    width: 240px;
    margin-top: 1px;
    margin-bottom: 5px;
    margin-right: 10px;
    clear: left;
}

.cl {
    clear: left;
}

.item {
    margin-bottom: 3px;
}

.item-checkbox input, .item-checkbox  {
    margin-right: 5px;
}

/* Security user page */
.userPanel {
	float: left;	
	width: 33%;
	border: solid 1px Black;
}

.listRow {
	clear: left; 
	width: 500px;	
}

.listRow:hover {
	background-color: Gray;
}

.reorder-row-1 {
    background-color: #F5F5DC;
}

.reorder-row-2 {
    background-color: #E9ECF0;   
}

/* Interface elements */
.LMHovermenu {
    background-color: #000000;
    filter: alpha(opacity: 70);
    opacity: 0.7;
    border-right: #ff0000 1px dotted;
    border-top: #ff0000 1px dotted;
    border-left: #ff0000 1px dotted;
    border-bottom: #ff0000 1px dotted;
    padding-left: 20px;
    padding-top: 3px;
    /*visibility: hidden;*/
}

.LMHovermenu a {
    font-size: 18px;
    font-weight: bold !important;
    color: #ffffff !important;
    text-decoration: none !important;
    position: relative; /* To fix hover issues in IE with transparency */
}

.LMHovermenu a:hover {
      background-color: Red !important;
      position: relative; /* To fix hover issues in IE with transparency */
}

.LMHovermenu a.small {
    font-size: 12px;
}

.LMModalBackground {  
    background-color: #000000;  
    filter: alpha(opacity=70);  
    opacity: 0.7;
}


/* Admin top bar */
#LMTopBar {
    width: 100%;
    height: 26px;
    background-color: #181818;
}

#LMTopBarLogo {
    width: 34px;
    height: 26px;
    float: left;
}

#LMTopBarLogOut {
	position: absolute; 
	right: 60px;
}

#LMTopBarLogOutLink {
	position: absolute; 
	top: 4px;
	right: 10px;
}

.LMTopBarTab {
    float: left;
    vertical-align: bottom;   
    padding-right: 2px;
    margin-top: 1px;
}

.LMTopBarTabOnLeft {
    width: 3px;
    height: 25px;
    background-image: url(images/tab-on-left.gif);
}

.LMTopBarTabOnMiddle {
    font-size: 11px;
    color: #FFFFFF;
    height: 25px;
    padding-left: 3px;
    padding-right: 3px;
    background-image: url(images/tab-on-middle.gif);
}

.LMTopBarTabOnRight {
    width: 3px;
    height: 25px;
    background-image: url(images/tab-on-right.gif);
}

.LMTopBarTabOffLeft {
    width: 3px;
    height: 25px;
    background-image: url(images/tab-off-left.gif);
}

.LMTopBarTabOffMiddle {
    font-size: 11px;
    color: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
    height: 25px;
    background-image: url(images/tab-off-middle.gif);
}

.LMTopBarTabOffRight {
    width: 3px;
    height: 25px;
    background-image: url(images/tab-off-right.gif);
}

.LMInfoBar {
    height: 36px;
	line-height: 36px;    
    background-color: #6D7578;
    border-bottom: solid 1px white;
	padding: 0px 5px 0px 5px;
}

.LMInfoBar div {
	color: White;
}

div.instant-warning, .instant-warning {
	color: Red;
	font-weight: bold;
	margin-bottom: 5px;
}

.adminHeading {
	font-weight: bold;
	font-size: 12pt;
	color: Black;
}

#lmAdminContent {
	font-family: Arial;	
}

.LMAdminReorderRow
{
	font-family: Arial;
	font-size: 10pt;	
}

.LMAdminModalButtons {
	text-align: center;
}

.LMAdminPageProperty {
	width: 300px;	
}

.LMAdminFolderProperty {
	width: 300px;
}

#LMAdminMainContent {
    width: 600px;
    font-size: 12px;
    font-family: Arial;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.LMMessage {
	font-family: Arial;
	color: White;	
	font-size: 10pt;
}

.LMAdminEditImage {
	width: 150px;
    max-height: 300px;	
}