

html, body, #wrap {
	margin: 0;
	padding: 0;
	height: 100%;
}

* {margin:0;padding:0;} 
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 80px;}  /* must be same height as the footer */
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* - - - - - SECTION ADDED BY PHIL - - - - - - - */
/* start head */


 .title
{
float: right; padding:7px 0px 0px 0px; font-size:15px; font-weight:bold; color:#c1dbe4;
}

a:hover
{ text-decoration:none; }
a{text-decoration:none; }

.content-wrapper
{	
	width: 960px;	
	margin: 0 auto;
}

.top-button-wrapper
{
     margin: 5px 0px 7px 0;
     text-align:right;
     border-bottom: dashed 1px #dddddd; 
     margin-bottom: 7px; 
     padding-bottom: 3px;
}

.bottom-button-wrapper
{
    margin: 0px 0px 0px 0px;
    position:relative;
    top:-5px;
    text-align:right;

}

button:focus { 
    outline: none; 
}
a:focus { 
    outline: none; 
}
button::-moz-focus-inner { border: 0; }

 input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }
:focus {outline:none;}
::-moz-focus-inner {border:0;}
.tab-active
{ font-weight:bold; cursor:default; color:#336699; }

.tab-inactive
{ font-weight:normal; }

.highlight
{ background-color: #ffffcc; padding: 3px 6px; color: #444444; border:dashed 1px #cccc99; }

.row-container
{ padding:4px 0 5px 8px; border:solid 1px transparent; }

.row-container:hover {
	background: #ffffff;
	border:solid 1px #DFDFDF;	
}

.row-container-thin
{ padding:2px 0 2px 4px; border:solid 1px transparent; }


.row-container-thin:hover {
	background: #ffffff;
	border:solid 1px #DFDFDF;	
}

.row-name
{
    font-size:14px;
    font-weight:bold;    
    margin:0px 0 1px 0;    
}

.row-link
{
    font-size:11px;
    font-weight:normal;
}

.Content-Link-Color
{
	text-decoration:none;
	border-bottom:dotted 1px #6699cc;
	color: #6699cc;
	cursor:pointer;
}


.processing-text
{
	background-color:#ffff99;
	padding:2px 6px 2px 4px;
	border:solid 1px #cccc66;
}

.breadbrumb-arrow
{
	position:relative;
	top:1px;
	margin-left:3px;
	margin-right:3px;
}


.Content-Link-Color:hover
{
	text-decoration:none;
	border-bottom:solid 1px #5588cc;
	color: #5588cc;
}

.TabHoverLink:hover
{
	text-decoration:none;
}

.TabTitleDisabled
{
	color:#aaaaaa;
	cursor:pointer;
}

img{border:none;}

.bread_crumb
{
	margin:3px 8px;
}
.secondary
{
    height:100%;
    
    background-color:#3e4d57;
}
.raise_text
{
	display:inline;
	position:relative;
	top:-5px;
}

#page-contain
{/*
    background-image:url(assets/images/bg_right.jpg);
    background-position:center;
    background-repeat:repeat;*/
}

.page_secondary 
{
    width:960px;
    margin: 0 auto;
    position:relative;
    background-repeat:no-repeat;
    min-height:375px;
    height:100%;
    }

.with_tabs
{

	padding: 12px 0px 50px 40px;
	background-image: url(../../assets/images/left_bg.jpg);
	background-color:White;
	z-index:0;
   /* position:relative; REMOVE_RELATIVE*/
}

#page-content
{

       z-index:0;
      /* position:relative; REMOVE_RELATIVE*/
}

.with_tabs_right
{
	position:absolute;
	/*top:0px; right:-185px;*/
	top:-15px; right:-245px;
	
	background-image: url(../../assets/images/right_bg.jpg);
	z-index:0;
	width:224px; 
	height:445px;
}
.not_active
{
	background-image: url(../../assets/images/left_bg.jpg);
	background-repeat: repeat-y;
    border-right:solid 1px #eaeaea;
}

UnlineIt
{
	border-bottom:dotted 1px #4a97ba;
	padding-bottom:1px;
	
}

.UnlineIt:hover
{
	border-bottom:solid 1px #4a97ba;
	cursor:pointer;
}

.NotUnlineIt
{
	font-weight:bold;
	cursor:default;
}

.NotUnlineIt:hover
{
	cursor:default;
}

.input_text
{
	display:inline;
	position:relative;
	top:-1px;
	left:1px;
	font-size:13px;
	margin-right:15px;
}

.active   
{
	border-top: solid 0px #DCDDDE;
	border-bottom: solid 0px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 8px 0px;
	background: url(../../assets/images/nav_hover.png) repeat-y;
	display:block;
}

.not-active-tab
{
	background-image: url(../../assets/images/left_bg.jpg);
	background-repeat: repeat-y;
}

.active-tab
{
	border-top: solid 0px #DCDDDE;
	border-bottom: solid 0px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 8px 0px;
	background: url(../../assets/images/nav_hover.png) repeat-y;
	display:block;
}

/* table-block
------------------------------------------------------*/


#table-block
{
    position: relative;
    font: 11px/1.6em Tahoma, Geneva, sans-serif;
    color: #888;
}

#table-block table
{
    width: 100%;
    position: relative;
}

#table-block table tr td
{
    padding: 5px 6px 5px 6px;
    border-bottom: 1px solid #cdcdcd;
}

#table-block table tr.header td
{
    font: bold 1.1em Arial, Tahoma, sans-serif;
    color: #fff;
    padding: 7px 6px 7px 6px;
    background-color: #4a5154;
}

#table-block table tr.alternate
{
    background-color: #f5f5ed;
}

#table-block table td.true
{
    color: #009933;
}

#table-block table td.false
{
    color: #990000;
}

#table-block table td.actions
{
    color: #ccc;
}

#table-block table tr:hover
{
    background-color: #ffffd4;
}

#table-block table td.actions a
{ 
    font: bold 0.9em Arial, Tahoma, sans-serif;
    color: #0099ff;
    text-decoration: none;
    padding: 0px;
    text-transform: uppercase;
}

#table-block table td.links a
{ 
    font: bold 0.9em Arial, Tahoma, sans-serif;
    color: #0099ff;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}

#table-block table td.links a:hover
{ 
    color: Blue;
}

#table-block table td.actions a.delete
{
    color: #ff6666;
}


#table-block table td.actions a.delete:hover
{
    color: red;
}


#table-block table td.actions a:hover
{
    color: Blue;
}


/*****Editors Table****/


#table-block-editors
{
    
}

#table-block-editors table
{
    width: 100%;    
}

#table-block-editors table tr td
{
    padding: 5px 6px 5px 6px;
    border-bottom: 1px solid #cdcdcd;
}

#table-block-editors table tr.header td
{
    font: bold 1.1em Arial, Tahoma, sans-serif;
    color: #fff;
    padding: 7px 6px 7px 6px;
    background-color: #4a5154;
}

#table-block-editors table tr.alternate
{
    background-color: #f5f5ed;
}

#table-block-editors table td.true
{
    color: #009933;
}

#table-block table td.false
{
    color: #990000;
}

#table-block-editors table td.actions
{
    color: #ccc;
}

#table-block table tr:hover
{
    background-color: #ffffd4;
}

#table-block-editors table td.actions a
{
    font: bold 0.9em Arial, Tahoma, sans-serif;
    color: #0099ff;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
    text-transform: uppercase;
}

#table-block-editors table td.links a
{
    font: bold 0.9em Arial, Tahoma, sans-serif;
    color: #0099ff;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
}


#table-block-editors table td.editor-actions a.delete
{
    color: #999;
}

#table-block-editors table td.editor-actions a:hover
{
    color: #ff6600;
}


/* - - - - - - - - - - - - - - - - - - */

body {
	font-family: Arial;
	font-size: 12px;
	color: #3a3a3a;
}

a, a:visited, a:active {
	
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0 0 15px;
}

#wrapper {
	min-width: 1000px;
	height:100%;
	background:url(assets/images/content_bottom.gif) repeat-x left bottom;	
}




#head:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
} 

#logo_user_details {
	width: 100%;
	float: left;
	height: 75px;	
	text-align:right;
}


#logo {	
	float: left;	
	position:relative;
	left:-16px;
}
#logo a {
	display: block;
	width: 208px;
	height:62px;
	text-indent: -3000px;
	overflow: hidden;
	background:url(assets/images/freeCMS-logo.png) no-repeat;
	/* margin-left:15px; */
}
#user_details {
    float:right;
    padding:10px 0px 15px 0px;
    text-align:right;
font-size:16px;
    }
#user_details_menu {
	color: #a2bacc;	
	
}
#user_details_menu li {
	margin: 0;	
	list-style: none;
	font-size:14px;
}

#user_access 
{
    width:100%;
	margin: 0;
	float: left;
	font-size: 11px;
	line-height: 16px;
	color:White;
	font-weight:bold;
}
#user_access li {
	float: left;	
}
#user_access img 
{
	padding-left:5px;
	position:relative;
	top:4px;
}
#user_access li.first {
	padding-left: 0;
}
#user_access li.last {
	background: none;
}

#user_access a:link,
#user_access a:visited,
#user_access a:hover,
#user_access a:active {
	color: #78d4fe;
}

.new_messages:link,
.new_messages:visited,
.new_messages:hover,
.new_messages:active {
	color: #9ef185;
	font-weight: bold;
	padding: 0 0 0 20px;
	display: block;
	background:url(assets/images/new_messages.gif) no-repeat left center;
	
}

#server_details {
	float: left;
	margin: 0;
	padding: 5px 0 0;
	font-size: 10px;
	color: #6f818e;
	width: 100%;
}
#server_details dl, #server_details dt, #server_details dd {
	margin: 0;
	padding: 0;
	display: inline;
} 

#server_details dl {
	display: block;
}


#main_menu {
	width: 100%;
	float: left;
	
}

#main_menu  ul {
	margin: 0;
	padding: 0 11px;
	float: left;
}

#main_menu li {
	float: left;
	list-style: none;
	padding: 0 1px 0 0;
	margin: 0;
	background:url(assets/images/main_menu_li.gif) no-repeat right bottom;
}

#main_menu li.last {
	background: none;
	padding: 0;
}

#main_menu a:link, #main_menu a:visited, #main_menu a:active {
	display: block;
	line-height: 33px;
	float: left;
	background:url(assets/images/mm_lk_middle.gif) repeat-x 0 -33px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#main_menu span {
	display: block;
	float: left;
	background:url(assets/images/mm_lk_left.gif) no-repeat 0 -33px;
}

#main_menu span span {
	background:url(assets/images/mm_lk_right.gif) no-repeat right -33px;
	padding: 0 13px;
}

#main_menu a:hover {
	background-position: 0 -66px;
}

#main_menu a:hover span {
	background-position: 0 -66px;
	cursor: pointer;
}

#main_menu a:hover span span {
	background-position: right -66px;
}

#main_menu a.selected:link,
#main_menu a.selected:visited,
#main_menu a.selected:hover,
#main_menu a.selected:active {
	text-decoration: none;
	color: #223138;
	background-position: 0 0;
}

#main_menu a.selected:link span,
#main_menu a.selected:visited span,
#main_menu a.selected:hover span,
#main_menu a.selected:active span {
	background-position: 0 0;
	cursor: default;
}

#main_menu a.selected:link span span,
#main_menu a.selected:visited span span,
#main_menu a.selected:hover span span,
#main_menu a.selected:active span span {
	background-position: right 0;
}

.breadcrumb
{
    padding-top:5px;
}

#sec_title
{	
position:relative; 
padding:5px 0px 0px 0px;
font-size:16px;
font-weight:bold;
color:#A2BACC;
width:960px;

}


#sec_menu  ul {
margin: 0;
padding: 0 25px 0 0;
float: right;
border-bottom:solid 1px #dddddd;
}

#sec_menu li {
float: left;
list-style: none;
margin: 0 19px 0 0;
position: relative;
top: 0;
left: 0;
}

#sec_menu li ul {
	position: absolute;
	background: #319ecf;
	margin: 0;
	border-color: #267fa8;
	border-width: 1px 4px 1px 1px;
	border-style: solid;
	padding: 0px 8px 0px 8px;
	float: left;
	width: 120px;
	display: none;
	
}

#sec_menu li:hover ul {
	display: block;
}

#sec_menu ul ul li {
	margin: 0;
	padding: 0;
	float: right;
	clear: right;	
}

#sec_menu ul ul a:link,
#sec_menu ul ul a:visited,
#sec_menu ul ul a:hover,
#sec_menu ul ul a:active {
	line-height: 18px;
	display: block;
	float: right;
	white-space: nowrap;
	
	background-position: 0 5px;
	
}
/*
#sec_menu a {
	display: block;
	float: left;
	white-space: nowrap;
	line-height: 41px;
	color: #000;
	padding: 0 0 0 19px;
	background-position: 0 12px;
	background-repeat: no-repeat;
}*/

.sm1 {
	background-image:url(assets/images/sm_lk1.gif);
}

.sm2 {
	background-image:url(assets/images/sm_lk2.gif);
}

.sm3 {
	background-image:url(assets/images/sm_lk3.gif);
}

.sm4 {
	background-image:url(assets/images/sm_lk4.gif);
}

.sm5 {
	background-image:url(assets/images/sm_lk5.gif);
}

.sm6 {
	background-image:url(assets/images/sm_lk6.gif);
}

.sm7 {
	background-image:url(assets/images/sm_lk7.gif);
}

.sm8 {
	background-image:url(assets/images/sm_lk8.gif);
}

.drop {
	display: block;
	float: left;
	background:url(assets/images/more_right.gif) no-repeat -1000px;
	padding-right: 10px;
	
}

.drop span {
	display: block;
	background:url(assets/images/more_left.gif) no-repeat -1000px;
	float: left;
	padding-left: 11px;
}
.drop span span {
	display: block;
	
	background:url(assets/images/drop.gif) no-repeat -1000px;
	padding-right: 11px;
	padding-left: 0;
}
#sec_menu li:hover .drop {
	background-position: right center;
}

#sec_menu li:hover .drop span {
	background-position:  0 0;
}

#sec_menu li:hover .drop span span {
	background-position: right 12px;
}

#search_wrapper {
	float: left;
	clear: both;
}

#search_wrapper {
	position: absolute;
	top: 117px;
	left: -4px;
	width: 177px;
	height: 43px;
	background:url(assets/images/search_bg.gif) no-repeat;
	float: left;
	padding: 7px 12px 0 10px;	
}
#search_wrapper form, #search_wrapper fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#search_wrapper form {
	background:url(assets/images/search_form.gif) no-repeat;
	padding: 3px 3px 0 6px;
	height: 21px;
}
#search_wrapper fieldset {
	width: 100%;
	overflow: hidden;	
}
#search_wrapper label {
	float: left;
	background:url(assets/images/search_label.gif) no-repeat left center;
	padding: 2px 0 2px 15px;	
	width: 120px;
}
#search_wrapper input.text {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	width: 100%;
	font-size: 11px;
}
#search_wrapper .go {
	float: right;
}

#search_wrapper .go {
	display: block;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
#search_wrapper .go input {
	width: 1000px;
	height: 1000px;
	position: absolute;
	top: -100px;
	left: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#search_wrapper .go {
	width: 23px;
	height: 18px;
	background:url(assets/images/go.gif) no-repeat;
	float: right;
}

#search_wrapper_menu {
	margin: 0;
	padding: 2px 0 0;
}

#search_wrapper_menu li {
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 0 8px 0 7px;
	list-style: none;
	background:url(assets/images/search_wrapper_li.gif) no-repeat right center;
}

#search_wrapper_menu li.first {
	padding-left: 0;
}

#search_wrapper_menu li.last {
	background: none;
}




/* end head */

#main_content_left_secondary {
	width: 680px;
	float: left;
	
z-index:0;	
}

/* start content */
.content {
	width: 100%;
	height:100%;
	z-index:0;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
} 



/* start page */

#page {
	float: right;
	margin-left: -263px;
	width: 100%;
}

#page .inner {
	margin-left: 263px;
	padding: 0 11px 0 0;
	
}

.page_title 
{	
    font-size:14px;
    color:#333333;
    padding-left:10px;
}

.form-actions
{
    float:left;
	margin-left:720px;
	text-align:center;
	width:270px;
	padding-top:4px;
	padding-bottom:4px;
}

.form-action-buttons
{
    position:relative;
    top:-34px;	
}

.title_wrapper_left {
	display: block;
	width: 10px;
	height: 35px;
	overflow: hidden;
	background:url(assets/images/title_wrapper_left.png);
	position: absolute;
	top: 0;
	left: -10px;

}

.title_wrapper_right {
	
	display: block;
	width: 10px;
	height: 35px;
	overflow: hidden;
	background:url(assets/images/title_wrapper_right.png);
	position: absolute;
	top: 0;
	right: -10px;

}

.title_wrapper {
	background:#6997a7 url(assets/images/title_wrapper_middle.png) repeat-x;
	padding: 0 5px;
	margin: 0 10px;
	position: relative;
	top: 0;
	left: 0;
	color: #ffffff;
	min-height: 1px;

}

.title_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    
} 

.title_wrapper h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	white-space: nowrap;
	color:#ffffff;
}

.title_wrapper a {
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	padding: 0;
	float: left;
	white-space: nowrap;
	color:#ffffff;
}

.title_wrapper a:hover {
     text-decoration:underline;
     color:#ffffff;
}

.section {
	padding: 0 0 17px;
}

.section_menu {
	float: right;
	margin: 0;
	padding: 5px 0 0;
}

.section_menu  li {
	float: left;
	list-style: none;
	padding: 0 0 0 5px;
}

.section_menu a:link,
.section_menu a:visited,
.section_menu a:hover,
.section_menu a:active

 {
	display: block;
	line-height: 30px;
	background:url(assets/images/middle_tab.png) repeat-x;
	white-space: nowrap;
	float: left;
	font-size: 14px;
	color: #5c757e;
}

.section_menu a span {
	display: block;
	background:url(assets/images/left_tab.png) no-repeat;
}

.section_menu a span span {
	display: block;
	background:url(assets/images/right_tab.png) no-repeat right top;
	padding: 0 15px;
}

.section_menu a:hover {
	background-position: 0 -60px;
	text-decoration: none;
	color: #4e9cb8;
}

.section_menu a:hover  span {
	background-position: 0 -60px;
}

.section_menu a:hover  span span {
	background-position: right -60px;
	
}

.section_menu a.active:link,
.section_menu a.active:visited,
.section_menu a.active:hover,
.section_menu a.active:active
 {
	background-position: 0 -30px;
	color: #333e42;
}

.section_menu a.active:link span,
.section_menu a.active:visited span,
.section_menu a.active:hover span,
.section_menu a.active:active span {
	background-position: 0 -30px;
}

.section_menu a.active:link span span,
.section_menu a.active:visited span span,
.section_menu a.active:hover span span,
.section_menu a.active:active span span
 {
	background-position: right -30px;
}

.section_menu_left {
	float: left;
	margin: 0;
	padding: 5px 0 0px;
}

.section_menu_left  li {
	float: left;
	list-style: none;
	padding: 0 0 0 5px;
}

.section_menu_left a:link,
.section_menu_left a:visited,
.section_menu_left a:hover,
.section_menu_left a:active

 {
	display: block;
	line-height: 30px;
	background:url(assets/images/middle_tab.png) repeat-x;
	white-space: nowrap;
	float: left;
	font-size: 14px;
	color: #5c757e;
}

.section_menu_left a span {
	display: block;
	background:url(assets/images/left_tab.png) no-repeat;
}

.section_menu_left a span span {
	display: block;
	background:url(assets/images/right_tab.png) no-repeat right top;
	padding: 0 15px;
}

.section_menu_left a:hover {
	background-position: 0 -60px;
	text-decoration: none;
	color: #4e9cb8;
}

.section_menu_left a:hover  span {
	background-position: 0 -60px;
}

.section_menu_left a:hover  span span {
	background-position: right -60px;
	
}

.section_menu_left a.active:link,
.section_menu_left a.active:visited,
.section_menu_left a.active:hover,
.section_menu_left a.active:active
 {
	background-position: 0 -30px;
	color: #333e42;
}

.section_menu_left a.active:link span,
.section_menu_left a.active:visited span,
.section_menu_left a.active:hover span,
.section_menu_left a.active:active span {
	background-position: 0 -30px;
}

.section_menu_left a.active:link span span,
.section_menu_left a.active:visited span span,
.section_menu_left a.active:hover span span,
.section_menu_left a.active:active span span
 {
	background-position: right -30px;
}


.scb {
	height: 10px;
	margin: 0 10px;
	background: #e7f3f8 url(assets/images/scb.png) repeat-x;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	min-height: 1px;
}

.scb_left {
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	background:url(assets/images/scb_left.png);
	position: absolute;
	top: 0;
	left: -10px;
}

.scb_right {
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	background:url(assets/images/scb_right.png);
	position: absolute;
	top: 0;
	right: -10px;
}


.sct {
	background: #e7f3f8;
}
.sct_left {
	background: url(assets/images/sct_left_right.gif) repeat-y;
}

.sct_right {
	background:  url(assets/images/sct_left_right.gif) repeat-y right top;
}

.sct_left .sct_left {
	background:url(assets/images/sct_left.gif) no-repeat;
}

.sct_left .sct_left .sct_right {
	background:url(assets/images/sct_right.gif) no-repeat right top;
	min-height: 25px;
	padding: 10px 15px 0px;
	
}





/* end page */

/* start sidebar */
#sidebar {
	width: 246px;
	float: left;
}

#sidebar .inner {
	padding: 0 0 0 11px;
}

#sidebar .sct {
	background: #cbe2ed;
	
}

#sidebar .sct_left, #sidebar .sct_right {
	background-image: url(assets/images/sct_left_right2.gif);
}

#sidebar .sct_left .sct_left {
	background-image: url(assets/images/sct_left2.gif);
}

#sidebar .sct_left .sct_left .sct_right {
	background-image: url(assets/images/sct_right2.gif);
}


#sidebar .title_wrapper_left {
	background-image: url(assets/images/title_wrapper_left2.png);
}

#sidebar .title_wrapper_right {
	background-image: url(assets/images/title_wrapper_right2.png);
}

#sidebar .scb_left {
	background-image: url(assets/images/scb_left2.png);
}


#sidebar .scb_right {
	background-image: url(assets/images/scb_right2.png);
}


#sidebar .scb {
	background-image: url(assets/images/scb2.png);
	background-color: #cbe2ed;
}




#sidebar .sct_left .sct_left .sct_right {
	padding: 0 2px 0;
}

.sidebar_menu {
	margin: 0;
	padding: 5px 0 0;
	width: 100%;
	overflow: hidden;
	
	
}

.sidebar_menu li {
	margin: 0;
	padding: 0 0 6px 12px;
	list-style: none;
	width: 100%;
	float: left;
	background: url(assets/images/sidebar_menu_bg.gif) no-repeat left bottom;
	color: #194d65;
	display: block;
	line-height: 23px;
}



.sidebar_menu li.last {
	background: none;
	text-align:right;
	margin-bottom:0px;
	padding: 6px 0px 0px 30px;
}

.sidebar_menu img.arrow {
	position:relative;
	top:-2px;
	margin-right:6px;
}

.todo_list {
	margin: 0;
	padding: 0;
	line-height:18px;
}

.todo_list li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.todo_list dl, .todo_list dt, .todo_list dd {
	margin: 0;
	padding: 0;
}

.todo_list dl {
	padding: 2px 14px 4px 13px;
	background:url(assets/images/sidebar_menu_bg.gif) no-repeat left bottom;
	zoom: 1;
}

.todo_list dl.last {
	background: none;
	padding-bottom: 0;
}

.todo_list dd.date {
	width:100%;
	text-align:right;
}

.todo_list dt 
{
	font-size:12px;
	color: #6b98a8;
	font-weight: bold;
	position: relative;
	top: 0;
	left: 0;
}

.todo_list a {
	color: #194d65;
}

.todo_list_item 
{
	font-size:1.1em;
	font-weight:bold;
}


.todo_configure
{
	padding-left:18px;
	background-image: url(../../assets/images/layout/tables/configure_action.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.todo_view
{
	padding-left:18px;
	background-image: url(../../assets/images/layout/tables/view_action.gif);
	background-repeat:no-repeat;
	background-position:left;
	line-height:12px;
}

.todo_edit
{
	padding-left:18px;
	background-image: url(../../assets/images/layout/tables/edit_action.gif);
	background-repeat:no-repeat;
	background-position:left;
	line-height:12px;
}

.order {
	display: block;
	width: 18px;
	height: 17px;
	
	line-height: 16px;
	text-align: center;
	text-indent: 1px;
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	background:url(assets/images/order.gif) no-repeat;
	font-weight: normal;
	position: absolute;
	top: -1px;
	
	left: -22px;
}

.todo_list dd {
	font-size: 10px;
	color: #586368;
	padding: 0px 0 0;
}

.todo_menu {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

.todo_menu li {
	float: left;
	padding: 0 10px 0 0;
}

.todo_menu a:link,
.todo_menu a:visited,
.todo_menu a:hover,
.todo_menu a:active {
	color: #3386ac;
	display: block;
	float: left;
	background:url(assets/images/todo_lk.gif) no-repeat left center;
	padding: 0 0 0 8px;
}


.photo_gallery {
	overflow: hidden;
}


.gal_left {
	background:url(assets/images/gall_left.gif) repeat-y 0 2px;
	
}

.gal_right {
	background:url(assets/images/gall_right.gif) repeat-y right 2px;
	overflow: hidden;
	width: 227px;
	padding: 0 2px;
}



.gal_top {
	background:url(assets/images/gall_top.gif) no-repeat 112px top;
}

.gal_bottom {
	background:url(assets/images/gall_bottom.gif) no-repeat 112px bottom;
	padding: 3px 0;
	
}


.photo_gallery ul {
	margin: 0;
	padding: 0;
	width: 300px;
	overflow: hidden;
	background:url(assets/images/gallery_ul.gif) repeat-y;
}

.photo_gallery li {
	list-style: none;
	margin: 0;
	float: left;
	width: 102px;
	height: 77px;
	padding: 6px;
}

.photo_gallery a {
	display: block;
	border: 3px solid #e4f0f6;
	width: 96px;
	height: 71px;
	
}

.photo_gallery img {
	display: block;
	border: 0;
}


.section_content_footer {
	width: 100%;
	overflow: hidden;
	
	margin: -9px 0 0;
	
}

.section_content_footer ul {
	margin: 0;
	padding: 17px 0 0 17px;
	background: #ebf3f7;
	width: 235px;
	overflow: hidden;
	
}

.section_content_footer li {
	list-style: none;
	margin: 0;
	padding: 0 20px  0 0;
	float: left;
}


.scf {
	display: block;
	overflow: hidden;
	height: 8px;
	background:url(assets/images/section_content_footer.png) no-repeat;
}

.section_content_footer a:link, 
.section_content_footer a:visited,
.section_content_footer a:hover,
.section_content_footer a:active {
	font-size: 11px;
	color: #406f85;
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0 0 0 15px;
}

.plus {
	background:url(assets/images/plus.gif) no-repeat left center;
}

.list {
	background:url(assets/images/list.gif) no-repeat left center;
}

.next {
	background:url(assets/images/next.gif) no-repeat left center;
}

.quick_info_top {
	height: 35px;
	background:url(assets/images/quick_info_top.png) no-repeat;
	
}

.quick_info_top h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #647c84;
	font-weight: normal;
	line-height: 32px;
	padding: 3px 0 0 14px;
}

.quick_info_bottom {
	display: block;
	height: 12px;
	overflow: hidden;
	background:url(assets/images/quick_info_bottom.png) no-repeat;
}

.quick_info_content {
	background: #f3f8fb;
	padding: 10px 15px 0;
}

.quick_info_content dl {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	color: #7e898f;
}

.quick_info_content dt {
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}

.quick_info_content dd {
	display: inline;
	margin: 0;
	padding: 0;
}


/* end content */



/* start footer */
#footer 
{
	background: transparent;
	font-size: 11px;
	color: #aaaaaa;		
	position: relative;
	margin-top: -59px; /* negative value of footer height */
	height: 59px;
	clear:both;	
	width:1064px;
	margin-left:auto;
	margin-right:auto;
}

#footer a:link, 
#footer a:visited, 
#footer a:active {
	color: #777777;
	text-decoration:underline;
}

#footer a:hover {
	color: #eeeeee;
}

#footer_inner 
{
    background-image:url(../../assets/images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:59px;
	padding-left:160px;
}

.copy {
	margin: 0;
	padding: 16px 15px 0 15px;
	width: 233px;
	float: left;
}

.copy dt, .copy dd {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

.copy dt em {
	font-size: 10px;
	color: #eeeeee;
	font-style: normal;
}

.quick_links {
	margin: 0;
	padding: 0;
	float: left;
	width: 530px;
}

.quick_links dt, .quick_links dd {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	overflow: hidden;
}

.quick_links ul {
	margin: 0 0 0 -6px;
	padding: 0;
	float: left;
	width: 120%;
}

.quick_links li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 7px 0 6px;
	background:url(assets/images/footer_li_bg.gif) no-repeat right center;
	
}

.help_links {
	float: right;
	margin: 0;
	padding: 17px 205px 0 0;
	width: 182px;
}

.help_links dt, .help_links dd {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	overflow: hidden;
}



#footer li.last {
	background: none;
	padding-right: 0;
}



/* end footer */


 
#left_navigation {
	float: left;
	width: 184px;
	margin-right: 28px;
}
#left_navigation ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top:28px;
}
#left_navigation li {
	border-top: solid 1px #DCDDDE;
	border-bottom: solid 1px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 12px 3px 3px 0;
	text-decoration:none;
}
#left_navigation a {
/*		color: #175386;
	font-weight: bold;
padding: 8px 0px 8px 10px;*/
}
#left_navigation_contact {
	float: left;
	width: 184px;
	margin-right: 35px;
}
#left_navigation_contact a {
	color: #175386;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
}
#left_navigation h2 {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding-left: 34px;
	margin: 0px;
	width: 140px;
	line-height: 12px;
}
#left_navigation_PHIl_REMOVE li:hover    {
	border-top: solid 1px #DCDDDE;
	border-bottom: solid 1px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	background-color:White;
	display:block;
}
#left_navigation_blog {
	float: left;
	width: 184px;
	margin-right: 35px;
}
#left_navigation_blog ul {
	margin: 0px 0px 10px 0px;
	padding-left: 0px;
}
#left_navigation_blog li {
	list-style-type: none;
	padding-left: 0px;
}


.content_area_title
{
	background-color:#fafafa;
	color:#333333;
	font-size:12px;
	font-weight:bold;	
	width:100%;
	height:26px;	
}

.content_area_title img
{
	background-color:transparent;
	color:#666666;
	border:0px;
}

.inline_text
{
	display:inline;
	position:relative;	
}



a.admin-btn-upgrade span{
background: url(assets/images/buttons/Upgrade-20x-155x.gif) no-repeat top;
display:block; height:20px; width:155px; }

a.admin-btn-upgrade span * { cursor:pointer; }

a.admin-btn-upgrade span:hover{
background-position:bottom; text-decoration:none;}
