#mainadministator {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Trebuchet MS;
}

#mainadminmenu {
	width: 100%;
	height: 20px;
	border: 1px solid #cacaca;
	background: #265da9;
}

#hide_delete_menu {
	border: 1px solid #265da9;
	background: #fff;
	width: 250px;
	height: 70px;
	position: absolute;
	padding: 4px;
	left: 50%;
	top: 300px;
}

body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	background: #000;
}

a:link, a:visited, a:hover {
	COLOR: #0857a6; 
	TEXT-DECORATION: underline;
	font-size: 12px;
	font-weight: none;
}

td {
	FONT-SIZE: 12px; 
	LINE-HEIGHT: 13pt; 
	FONT-FAMILY: Tahoma;
}

select {
	width: 100px;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	/*text-align: center;*/
	padding-left: 4px;
	font-family: Arial;
	font-size: 12px;
}

input {
	TEXT-DECORATION: none;
	FONT-FAMILY: Arial;
	Font-Size: 12px;
	Background: #E8E8E8;
	BORDER: 1px solid #C5C7CD;
}

textarea {
	width: 435px;
	height: 150px;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	/*text-align: center;*/
	padding-left: 4px;
	font-family: Arial;
	font-size: 12px;
}

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

#paginator {
	list-style: none;
	margin-left: -3px
}

#paginator li {
	float: left;
	padding-left: 3px;
}

#paginator li a, #paginator li span {
	display: block;
	border: 1px solid #444457;
	text-decoration: none;
}

#paginator li a {
	padding: 0 5px 1px 5px;
	color: #fff
}

#paginator li a:hover {
	padding: 0 10px 1px 10px;
	color: #444457;
	font-weight: bold;
}

#paginator li span {
  background: #000;
  padding: 0 5px 1px 5px;
  border: 1px solid #444457;
  font-weight: bold;
  color: #fff;
  font-size: 11px;
  font-family: Trebuchet MS;
}

#menuDiv {
	position: absolute;
	left: 60%;
	top: -144px;
	height: 140px;
	width: 210px;
}

#menuDiv div.box div.normal {
	width: 210px;
	height: 140px;
	color: #000;
}

.log-form {
	width: 115px;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;

}

.userinfo-row {
	background-color: #e1e1e1;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
}

.userinfo-cell {
	background-color: #ebebeb;
	color: #000;
	font-size: 12px;
	padding-left: 8px;
}

/***************************************************/
/**	PHOTOGALLERY
/***************************************************/
#myGallery
{
width: 440px !important;
height: 345px !important;
}

.album-row-desc {
	background: #E7EAEF;
	margin-top: 9px;
	margin-bottom: 0px;
	padding: 2px;
	color: #333;
	font-size: 14px;
	font-family: Trebuchet MS;
	border: 1px solid #C5C7CD;
	-moz-border-radius: 5px;
	width: auto;
	display: block;
}
/***************************************************/

.nav, .nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
 
.nav {
font-family:Arial,Helvetica,sans-serif;
position:relative;
z-index:100;
}
 
.nav li {
float:left;
margin:0pt;
padding:0pt;
position:relative;
}
 
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
background:#265da9 none repeat scroll 0%;
color:#fff;
display:block;
font-family:Trebuchet MS;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:20px;
padding:0pt 10px;
text-decoration:none;
text-transform:lowercase;
}
 
.nav li a:hover {
background:#fff none repeat scroll 0%;
color:#000000;
}
 
#nav-one li:hover a, #nav-one li.sfHover a {
background:#fff none repeat scroll 0%;
color:#000000;
}
 
#nav-one li:hover ul a, #nav-one li.sfHover ul a {
background:#265da9 none repeat scroll 0%;
color:#fff;
}
 
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
background:#fff none repeat scroll 0%;
color:#000;
}
 
.nav ul {
background:#265da9 none repeat scroll 0%;
border-bottom:0px solid #cacaca;
left:-1px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
position:absolute;
top:-999em;
width:100px;
}
 
.nav li:hover ul, .nav li.sfHover ul {
top:20px;
}
 
.nav ul li {
border:0pt none;
float:none;
}
 
.nav ul a {
border-color:#cacaca #265da9 -moz-use-text-color;
border-style:solid solid none;
border-width:2px 1px 0pt;
padding-right:20px;
white-space:nowrap;
width:100px;
}
 
.nav ul a:hover {
background:#CCCCCC none repeat scroll 0%;
color:#000000;
}

.unload {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background: #000;
}

.loading {
	position: absolute;
	background-image: url(images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	/*filter:alpha(opacity=50);*/
	/* CSS3 standard */
	/*opacity:0.5;*/
}
