









/* TOP MENU */

div.PageTop {
    
    font-family : Arial;
    font-size: 6px;
	color : White;
	/*background : #AC1214;
	*/
	/*background : #CC3300;
	*/
	background-color: #231f20;
	text-align : left;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    border: 0px;
    
    

}

div.PageTopDivider {
    background-color: #ffffff;
    height: 10px;
}


div.Navigation {
  margin-bottom: 8px;
  padding-left: 6px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 13px;
  color: #70706B;
  text-align: right;
}


div.MainMenuButtons {
   position: absolute;
   left: 0px;
   top: 55px;
}

div.UserInfo {
    position: absolute;
    left: 12px;
    top: 10px;
    font-family : Arial;
    font-size: 18px;
    color: #B1B2B2;
}

div.UserInfo td {
	font-family : Arial;
    font-size: 12px;
}

div.FormButtons {
    padding-top: 20px;
}

/* PAGE BODY */

html {
    height: 100%;
}

body {
	font-family : Arial;
	font-size: 15px;
	color : Black;
	/*background : #AC1214;
	*/
	/*background : #CC3300;
	*/
    text-align : left;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding: 0px;
	border: 0px;

    background-color: black;
    height: 100%;
}

img.TopImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.LoginBoxBottomWrapper {
    position: absolute;
    bottom: 0px;
    
    width: 640px;
    
    width: 100%;
}

div.LoginBoxWrapper {
    
    
    
    width: 640px;
    
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    
}

div.LoginBox {
    display: block;
    width: 300px;
    margin-right: 0px;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border-top: 1px solid rgb(138, 129, 95);
    border-left: 1px solid rgb(138, 129, 95);
    border-right: 1px solid rgb(138, 129, 95);
    border-bottom: 1px solid #060600;

    padding: 16px;
    background-color: #060600;
    color: #FFFFFF;
    height: 180px;
}

div.LoginBox table {
    
}

div.LoginBox table td {
    padding: 4px;
}

div.PageContent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

h1 {
  border: 1px solid #B1B2B2;
/*  border-bottom: 1px solid #B1B2B2;  */
  margin-bottom: 8px;
  padding-left: 6px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  background-color:  #F4F4EA;
  font-size: 14px;
  color: #70706B;
}

h2 {
  margin-bottom: 8px;
  padding-left: 6px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  background-color:  #F4F4EA;
  font-size: 13px;
  color: #70706B;
}


a {
	/*color : #FF8C80;
	*/
	color : #800000;
	border: 0px none;
	/*font-weight: bold;
	*/
}

img {
	border: 0px none;
}


table {
	font-size: 13px;
}

table.DataTable {
    width: 100%;
}

table.DataTable.tr {
	background-color: #F4F4EA;
}

tr.even {
/*	background-color: #F4F4E4; */
	background-color: #F4F4EA;
}

tr.odd {
	background-color: #E5E5D6;
}


Table.DataTable th {
/*	background-color: #70706B; */
	background-color: #E5E5D6;
	font-weight: bold;
	color: #70706B;
	padding: 4px;
}

Table.DataTable td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}


div.TablePaginator {
  text-align: center;
  background-color:  #F4F4EA;
  font-weight: bold;
  font-size: 14px;
  color: #70706B;
  padding: 5px;
}

div.TableFilter {
  background-color:  #F4F4EA;
  font-weight: bold;
  font-size: 13px;
  color: #70706B;
  padding: 5px;
}

tr.even td {
	padding: 4px;
}

tr.odd td {
	padding: 4px;
}

tr.header td {
	padding: 4px;
}

td.value {
  font-weight:bold;
  text-align:right;
}

table.UsersTable {
/*	background-color : #F0E68C; */
/*	border: 1px Solid Black; */
/*   border: 1px solid #70706B; */
   border: 1px solid #B1B2B2;
}

table.UsersTable  td {
	border: none;
    padding-left : 12px;
    padding-right : 12px;
}


img.MenuItem {
	border : 0px none;
	margin-top: 0px;
	margin-left: 6px;
	padding: 0px;
	z-index: 2;
}


div.TreePath {
/*  border: 1px solid #FF9900; */
/*  border: 1px solid #70706B; */
  border: 1px solid #B1B2B2;
  margin-bottom: 8px;
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color:  #F4F4EA; /* #F4F4E4 */;
  font-weight: bold;
  font-size: 14px;
  color: #70706B;
}

div.DirMenu {
/*  border: 1px solid #FF9900; */
/*  border: 1px solid #70706B; */
  border: 1px solid #B1B2B2;
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 6px;
  margin-right: 32px;
  background-color: #F4F4EA; /* #F4F4E4; */
  font-weight: bold;
/*  min-width: 200px;  */
}

div.Thumbnails {
  padding: 0px;
  margin: 0px;
  text-align: left;
}

div.DirViewThumbnails {
  padding: 0px;
  text-align: left;
}

div.Thumbnails img {
  margin: 8px;
  padding: 0px;
  border: 1px solid #70706B;
}

table.Thumbnails {
  border: 1px solid #B1B2B2;
}

div.ViewStyleSwitch {
  text-align: right; /* exploder */
}
div.ViewStyleSwitch table {
  margin-left: auto; /* fuhrerfox */
}


div.ImageActions {
  border: 1px solid #B1B2B2;
  padding: 4px;
  margin-top: 8px;
  background-color: #F4F4EA;
}

div.BreakLine {
  border-bottom: 1px solid #B1B2B2;
  margin-top: 0px;
  margin-bottom: 4px;
}

span.PageSwitch {
  font-weight : bold;
  font-size: 12px;
  color: #70706B;
}

div.ServiceMenu {
/*  border: 1px solid #FF9900; */
/*  border: 1px solid #70706B; */
  border: 1px solid #B1B2B2;
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 6px;
  width: 160px;
  background-color: #F4F4EA; /* #F4F4E4; */
  font-weight: bold;
  font-size: 14px;
/*  min-width: 200px;  */
}

table.SettingsTable {
/*	background-color : #F0E68C; */
/*	border: 1px Solid Black; */
   border: 1px solid #B1B2B2;
}

table.SettingsTable td {
	border: none;
    padding-left : 12px;
    padding-right : 12px;
}

div.ImagePreview {
  padding: 0px;
  margin: 0px;
  margin-top: 16px;
  text-align: center;
}

div.ImagePreview img {
  margin: 0px;
  padding: 0px;
  border: 1px solid #70706B;
}
