

body, table, td {font-family: Arial,Verdana Helvetica, serif,sans-serif; font-size: 13px; }

.pageTitle
{
	font-family: Arial;
	font-size:large;
	color:Orange;
}

/* NEW EDIT PAGE STYLE BELOW */
body {
	margin:0;
	margin-top: 20px;
	padding:0;
}

#navigation {
	 background:url(../images/top_bg.gif) repeat-x; 
	 height: 47px; 
	 border:0px solid black;
	 padding-left: 375px;
}

.topLinks {
	font-size: 12px;
	color: #83b43c;
	text-decoration: none;
	font-weight:bold;
}

#rightTopLinksUp {
	border: 0px solid black;
	color: #83b43c;
	padding-right: 50px;
	padding-bottom: 15px;
}



#greenbar {
	 background:url(../images/top_greenbar.gif) repeat-x; 
	 height: 34px; 
	 border:0px solid black;
}

#sidebar {
	 background:url(../images/sidebar_bg.gif) repeat-x; 
	 height: 538px; 
	 width: 260px; 
	 margin-right: 10px;	
}

#myinteractions_header {
	margin-left: auto;
	margin-right: auto;
	width: 221px;
	margin-top:15px;
	vertical-align: top; 
	height:58px; 
	text-align:center;
	color: white;
	font-weight: bold;
	background:url(../images/sidebar_project.gif) no-repeat;
}

#myinteractions_footer {
	margin-left: auto;
	margin-right: auto;
	width: 221px;
	height:58px; 
	text-align:center;
}

#myinteractions {
	margin-left: auto;
	margin-right: auto;
	width: 221px;
	background:url(../images/sidebar_myinteractions_bg.gif) repeat-y;
	vertical-align: top;
	
}


/* this is the side nav bar for editing interactions */

ul#intlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;	
}


ul#intlist > li
{
display: block;
margin: 0;
padding: 0;
}

ul#intlist > li > a
{
	font-size: 12px;
	display: block;
	width: 100%;
	padding: 0.7em 0 0.7em 2em;
	border-width: 1px;
	border-color: #d5d8da;
	border-style: solid;
	color: #777;
	text-decoration: none;
	font-weight:bold;
	letter-spacing:.5px;
}

#myinteractions>ul#intlist > li > a { width: auto; }

ul#intlist li a:hover, ul#intlist li#selected a:hover {
	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}


ul#intlist > li.selected > a, li.selected > a:active {
	background:url(../images/sidebar_over.jpg) repeat-y;
	color: white;	
}

/* style for the full page pages */
.myint_title 
{
	font-size: 22px;
	color: #487018;
	font-weight: bold;
}

.myint_subtitle 
{
	font-size: 13px;
	color: #487018;
	font-weight: bold;
	padding-bottom: 3px;
}

.fullpage_holder 
{
	 background:url(../images/sidebar_bg.gif) repeat-x; 
}

.fullpage {
	border:0px solid black; 
	background:url(../images/top_shadow.gif) repeat-x; 
	background-color: White;
	display:block; 
	margin:0px 70px 10px 70px;
	padding: 35px 30px 50px 30px;
	
}

.table_list { 
	background:url(../images/myint_fulllpage_bg.gif) repeat-x;
	border:0px solid black; 
	display:block;
	vertical-align: middle;
	margin-top:auto;
	margin-bottom:auto;
	 
}

.table_intspacing 
{
	
	background:url(../images/myint_list_bg.jpg) no-repeat;
	background-position: center;
	float:left;
	vertical-align: middle;
	padding: 3px 20px;
	margin-top: 20px;
	border:0px solid black;
	height: 250px;
	font-weight: bold;
	font-size:12px;
}

.table_header { 
	padding-top: 20px;
	 
}

.int_rollover
{
	cursor:pointer;
}

int_rollover a:hover 
{
	border: 1px solid black;
}

#prevVersions {
	color: white;
	 background-color: #535353;
	 padding-top: 5px;
}

#prevVersions a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}


/* SAVED and Dashboard Pages */



.table_list_saved { 
	background:url(../images/myint_fulllpage_bg.gif) repeat-x;
	border:0px solid black; 
	display:block;
	vertical-align: middle;
	 
}
.table_intspacing_saved 
{
	float:left;
	vertical-align: middle;
	padding: 3px 5px;
	margin-top: 10px;
	border:0px solid black;
	height: 150px;
	font-weight: bold;
	font-size:10px;
	text-align:center;
}

.table_intspacing_saved td 
{
	font-size: 11px;
	line-height: 11px;
}


#getstarted 
{
	display:block;
	float:right;
	width: 325px;
	border: 0px solid black;
	padding-left: 50px;
	background-color: White;
}

#getstarted_top 
{
	background:url(../images/getstartedbar_topbg.jpg) no-repeat;	
	height: 130px;
	padding-left: 30px;
	padding-top: 5px;
}

#getstarted_bottom
{
	background:url(../images/getstartedbar_bottombg.jpg) no-repeat;	
	height: 400px;
}

.myint_links, .myint_links a
{
	color: #73a332;
	font-weight: bold;
	padding-bottom: 5px;
}

/* FOOTER STYLES HERE */

#footer 
{
	padding: 50px 0;
	padding-left: auto;
	padding-right: auto;
	background-color: #cccccc;
	text-align: center;
	color: #767f85;	
}
#footer a {
	text-decoration: none;
	color: #767f85;	
	font-weight: bold;
}


