/* This document sets all properties that are consistent no matter which theme/skin the user selects */
/* Named template_1 in anticipation of slighty different main styles (mainly vertical nav) */
/* Because main.css is listed first, the same property in the chosen template will override these settings */

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:13px;
	margin:15px 0px 10px 0px;}
	
p {
	margin-top:0px;
	margin-bottom:1em;}

#top_td {
	padding:13px 16px 10px 16px;}

#TopLeft {
	float: left;}
			
#TopRight {
	float: right;}

#tableNav td {
	font-size:11px;
	font-family:"Lucida Grande", verdana, sans-serif;}

#navlist li#last a, #navlist li#last_active a {
	border-right:none;}

#subnav {
	margin:0px;
	padding: 7px 16px 0px 17px;
	}

/* The reason for having content & userContent
is to get the right margins and padding mix with the scrollbar, too.*/
	
#content {
	margin: 6px 18px 0px 18px;
/*	font-size:12px;   */
	color:#333333;
	line-height:normal;
	overflow: auto;
 	overflow-y: auto;
	overflow-x: auto;
	min-height:400px;
	}
	
#userContent {
	padding-bottom:10px;
	margin-right:18px;
	}

.opplong {
    overflow: visible;
}

.oppscr {
    overflow: auto;
    height:400px;
}

/* The userContent img tag will hopefully affect
any image the user might put in place using TinyMCE */
#userContent img {margin:10px;}


/* This is the photo chosen by the user in the page setup */
.oppphoto {
	float:right;
	margin:0px 24px 20px 20px;}

#bottom-color_div {
	clear:both;
	margin:0px;
	padding:0px;
	width:auto;}
	
#footer {
	line-height:20px;
	font-size:11px;
	width:720px;
	text-align:center;
	color:#444;
	font-family:"Lucida Grande", verdana, sans-serif;
	}
	
#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;}

#footer li {
	display:inline;}

#footer li#footer_last {
	border-right:none}

#copyright {
	clear:both;
	margin-top:11px;}	
