html {
	height:100%; /* needed for container min-height */
	margin:0;
	padding:0;
}

body {
	background:#4FADDC url(/images/bg.png) repeat-x;
	height:100%; /* needed for container min-height */
	margin:0 0 0 3px;
	font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 13px;
}

h1 {
	color:#EE7A00;
	font-size:18px;
	margin:12px 0 15px;
	*margin-top:16px;
}

h2 {
	color:#800;
	font-size:18px;
}

h3 {
	color:#008;
	font-size:18px;
}

ul {
	margin-left:0;
	padding-left:20px;
}

a {
	color:#005191;
}
a:hover {
	color:#f75506;
}

#container {
	position:relative;
	margin:0 auto;
	padding:0 38px 0 33px;
	width:868px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background:url(/images/page_border.png) center repeat-y;
}

#header {
	height:173px;
	background:#22638D;
	overflow:hidden;
}

#menu {
	background:url(/images/menu-bg.png) top repeat-x;
	height:30px;
}


#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	background: url(/images/menu-divider.png) 100% 0 repeat-y;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
}

#menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #F9FAFD;
	display: block;
	float: left;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover, #menu li.active a {
	background: url(/images/menu-over.png) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 25px;
}
#menu li:hover {
	color: #FAF44B;
}

#menu li.login {
	float:right;
	background:none;
}
#menu li.login a {
	font-size:10px;
}
#menu li.login a:hover {
	background:none;
	padding: 0 15px;
	text-decoration:underline;
}

#content {
	padding-bottom:106px;
	background:#f7f7f7;
}

#main {
	background:#f7f7f7 url(/images/mainbg.jpg) no-repeat;
	height:446px;
	padding:10px 20px;
}

#main2 {
	background:#00335b url(/images/section2-bg.png) repeat-x;
	border-top:6px solid #0e83c9;
	padding:10px 20px;
	color:#fff;
}
#main2 a {
	color:#fff;
}

#main3 {
	background:#f7f7f7 url(/images/main3bg.jpg) repeat-x;
	padding:10px 20px;
}

#bottom {
	background:#000911 url(/images/section3-bg.png) repeat-x;
	border-top:6px solid #EE7A00;
	padding:10px 20px;
	color:#fff;
}
#bottom img {
	border:6px outset #09F;
	margin:0 5px;
}

#footer {
	position:absolute;
	bottom:0;
	width:868px;
	background:url(/images/footer-bg.png) repeat-x bottom;
	color:#fff;
	font-size:12px;
	text-align:center;
	clear:both;
}
#footer span {
	display:inline-block;
	padding-top:10px;
}
#footer img {
	vertical-align:middle;
}

tr.header {
	background:#264E75;
	color:#fff;
}
tr.color-1 {
	background:#EAEAEA;
	color:#000;
}
tr.color-2 {
	background:#F9F9F9;
	color:#000;
}
#main2 .color-1 a, #main2 .color-2 a {
	color:#000;
}
#main2 .color-1 a:hover, #main2 .color-2 a:hover {
	text-decoration:none;
}

table.table {
	border:1px solid #264E75;
}
.table td {
	font-size:12px;
}

.border {
	border:6px outset #09F;
}

.border2 {
	border:6px outset #F90;
}

a.folder {
	background-image: url("gallery/plog-admin/images/folder_open.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	font-size:14px;
}
