@charset "UTF-8";
/* CSS Document */

/* layout */
body {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: EADCCA;
	background-image: url(img/bg_body.png);
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #000033;
	text-decoration: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
#header {
	background-image: url(img/church.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 272px;
	width: 736px;
	margin: auto;
}
#main {
	margin: auto;
	width: 736px;
	background-color: #FFF;
	background-image: url(/php5/themes/orangesnowman/img/back2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#main #sidebar {
	width: 183px;
	padding-top: 10px;
	padding-bottom: 75px;
	padding-left: 10px;
}
#main #sidebar a {
	font-weight: bold;
	font-size: 14px;
	display: block;
}
#main #page {
	width: 543px;
}
#main #page #content {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-family: "Times New Roman", Times, serif;
}
#main #footer {
	background-color: #C5C3B7;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#login input {
	font-size: 10px;
	padding: 2px;
	border: 1px solid #999;
}
#main #footer #copyright {
	padding-top: 5px;
}

/*--------------- Control Panel ---------------*/

div.frame {
    background-color: #CBCEAC;
    color : black;
    border-color : #90996E;
}

div.backgrd {
    border-color: #90996E;
}

ul.tabmenu li a {
    border-color: #90996E;
    border-bottom : none;
    padding-bottom : 1px;
}

ul.tabmenu li.active a {
    border-color: #90996E;
    border-bottom : none;
    padding-bottom : 2px;
}

ul.tabmenu li.inactive {
    background-color : #DEDFBA;
    color : #49493D;
}

ul.tabmenu li.active {
    background-color : #CBCEAC;
    color : #49493D;
}

ul.tabmenu li.active a:visited {
    text-decoration: none;
    background-color : inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:link {
    text-decoration: none;
    background-color : inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:visited {
    text-decoration: none;
    background-color : inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:hover {
    text-decoration: none;
    color: black;
    background-color : inherit;
}

ul.tabmenu li.inactive:hover {
    background-color : #CBCEAC;
    color: black;
}

.controlpanel ul.tabmenu {
    margin : 0px;
    padding : 0px;
    padding-left : 8px;
}

div.controlpanel div.frame {
    background-color : white;
}

div.controlpanel div.frame div.backgrd {
    border : none;
}

.menu-admin span.menu-link-pop {
    padding : 0px;
    display : inline;
    position : relative;
    margin : 0px;
    border : none;
    background-color : transparent;
}

.menu-admin-link {
    display : none;
}

#miniadmin div.box-content {
   font-size : .9em;
   max-height : 180px;
   overflow : auto;
}
/*--------------- End Control Panel ---------------*/
