<br />
<b>Warning</b>:  unlink(site/cache/css/common_reset.css.1223.1197956009.cache) [<a href='function.unlink'>function.unlink</a>]: Permission denied in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>111</b><br />
<br />
<b>Warning</b>:  fopen(site/cache/css/common_reset.css.1223.1230414941.cache) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>124</b><br />
<br />
<b>Warning</b>:  fwrite(): supplied argument is not a valid stream resource in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>125</b><br />
<br />
<b>Warning</b>:  fclose(): supplied argument is not a valid stream resource in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>126</b><br />
/*=============================================
Reset.css
The reset file resets common css properties to
starter values. This clears up problems across
browsers where certain probers give implicit
css values by default to different objects.
==============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5em;
	color: black;
	background: white;
}
ol, ul {
	/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}<br />
<b>Warning</b>:  unlink(site/cache/css/common_common.css.5173.1197956006.cache) [<a href='function.unlink'>function.unlink</a>]: Permission denied in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>111</b><br />
<br />
<b>Warning</b>:  fopen(site/cache/css/common_common.css.5173.1230414936.cache) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>124</b><br />
<br />
<b>Warning</b>:  fwrite(): supplied argument is not a valid stream resource in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>125</b><br />
<br />
<b>Warning</b>:  fclose(): supplied argument is not a valid stream resource in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>126</b><br />
/*=============================================
Common.css
Contains common settings that apply acorss themes.
These are used for those layouts that are commonly
available regardless of what theme is selected
as well as some standard / default settings
for the site notices
==============================================*/


/*==================================
Notice boxes - these are boxes that
can be used for site annoncements, such
as a standard ajax loading box. Settings
here might be overridden in themes
==================================*/
/* Site Notice defines the notice boxes that appear in the upper
   Right hand corner such as "Loading" and "Saved" */
.SiteNotice {
	font-size: 12pt;
	font-family: "Verdana";
	color: white;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 101;
	padding: 5px 10px 5px 10px;
	background-color: #CC4444;
	/*width: 100px;
	height: 18px;*/
	text-align:center;
}
/* The box that appears when the the Site.ShowMessage() command is
used in javascript. Used for notices. Type of SiteNotice*/
#SiteMessage {

}

/* The "Now Loading" message that appears while the site is processing
an AJAX request */
#SiteLoading {

}

/*=======================
Site management / edit page links.
Edit Page / Goto Control panel
========================*/
/* Site management links */
#SiteManageLinks{
	font-size: 10pt;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 100;
	margin:0px;
	font-family: "verdana";
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	color: #CC4444;
	height: 25px;
	}

#SiteManageLinks a {
	color: white;
}

/*==================================
Links to the current pages template
==================================*/
#TemplateBar {
	font-size: 10pt;
	font-family: "Verdana";
	color: white;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 50;
	padding: 2px 5px 2px 5px;
	background-color: #CC4444;
	text-align:left;
	}

#TemplateBar a, .EditPageBar a:visited, .EditPageBar a:active{
	text-decoration : none;
	color : #fff;
	}

#TemplateBar a:hover {
	text-decoration: underline;
	}
#TemplateBar img {
	vertical-align: middle;
	}
#TemplateBar span {
	vertical-align: middle;
	}

/*==================================
COMMON LAYOUTS
The follow defines css for common
layouts. These are layouts that are
shared beteween themes and allow certain
parts or pages to look the same regardless
of what theme is currently selected.
==================================*/


/*.newPage {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	}

.newPage .textInput {
	font-size: 100%;
	padding: 5px;
	}

.newPage .textLabel {
	font-size: 120%;
	color: #747474;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	}*/

/*==================================
Notice Boxes
Defines some styles for notice boxes.
May be overridden by extending themes.
==================================*/
.noticeMessage {
	border:1px solid #C4E2FD;
	padding: 4px;
	padding-left: 25px;
	margin: 4px 0px 4px 0px;
	background: #E5F2FF url(http://www.textside.com/site/themes/common//images/info.png) no-repeat 4px 9px;
	}

.errorMessage {
	border:1px solid #FAD163;
	background-color: #FAE5AD;
	padding: 4px;
	padding-left: 25px;
	margin: 4px 0px 4px 0px;
	background: #FAE5AD url(http://www.textside.com/site/themes/common//images/error.png) no-repeat 4px 9px;
	}
.message {
	padding: 4px;
	padding-left: 25px;
	margin: 4px 0px 4px 0px;
	background-color: #BFFFBA;
	border: 1px solid #81DC7B;
	background: #BFFFBA url(http://www.textside.com/site/themes/common//images/accept.png) no-repeat 4px 9px;
	}

/*==================================
EditTabs
Defines tabs that can be used across themes.
These tabs are often used by editors on the site to
tabify editor data. Note that these can be overriden
by extending themes so as to make part editors
fit in with the rest of the theme.
==================================*/
.editTabs {
	overflow:hidden;
	}

.editTabsUnderline {
	clear: both;
	border-top: 1px solid #C4C4C4;
	margin-bottom: 6px;
	line-height: 2pt;
	}

.editTabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	/*font-family: verdana;*/
	}

.editTabs li {
	list-style: none;
	float:left;
	white-space:nowrap;
	vertical-align: bottom;
	margin-top: 0px;
	}


.editTabs li a{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 5px;
	position: relative;
	top: 1px;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	}

.editTabs li a span{
	font-size:100%;
	cursor:pointer;
	padding-right: 10px;
	padding-top: 2px;
	}

.editTabs li a, .editTabs li a span {
	display: block;
	float: left
	}

.editTabs li a:hover {
	background: #eee;
	}

.editTabs .selected a {
	border: 1px solid #C4C4C4;
	border-bottom: 1px solid #fff;
	}

.editTabs .selected a span {
	font-size: 100%;
	}

.editTabs .selected a {
	font-weight:bold;
	display: block;
	float: left;
	}
.editTabs .selected a:hover{
	background: #fff;
	}



/*==================================
Others
==================================*/
.mediumButton {
	font-size: 130%;
	/*padding: 2px;*/
	}

.formInput {
	font-size: 130%;
	padding: 2px;
	}

.formLabel {
	font-weight: bold;
	font-size: 130%;
	color: #7D7D7D;
	}<br />
<b>Warning</b>:  unlink(site/cache/css/common_editpage.css.7370.1197956007.cache) [<a href='function.unlink'>function.unlink</a>]: Permission denied in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>111</b><br />
<br />
<b>Warning</b>:  fopen(site/cache/css/common_editpage.css.7370.1230414937.cache) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>124</b><br />
<br />
<b>Warning</b>:  fwrite(): supplied argument is not a valid stream resource in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>125</b><br />
<br />
<b>Warning</b>:  fclose(): supplied argument is not a valid stream resource in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>126</b><br />
/*=============================================
EDIT PAGE STYLES
This css file controls how the page looks while
in edit page mode. This includes the formatting
for the part library, the moveable parts,
and the area containers (the areas that parts can
be dragged and dropped between). Any of these
values can be overriden by specific themes as needed
so that the edit page view fits in with the theme.
==============================================*/
/*=======================
UL defines the styles for the draggable
parts while in edit page mod
========================*/
ul.areaContainer {
    list-style-image:none;
    list-style-type:none;
    padding: 2px;
    min-height: 100px;

	}

/*ul.area1Container {
	background: url(http://www.textside.com/site/themes/common/images/editpage/areas/1.gif) no-repeat;
	border: 2px solid #78B2DE;
	background-color: #CCE8FE;
	}

ul.area2Container {
	background: url(http://www.textside.com/site/themes/common/images/editpage/areas/2.gif) no-repeat;
	border: 2px solid #78B2DE;
	background-color: #C6E4FB;
	}
ul.area3Container {
	background: url(http://www.textside.com/site/themes/common/images/editpage/areas/3.gif) no-repeat;
	border: 2px solid #78B2DE;
	background-color: #C1E1F9;
	}
ul.area4Container {
	background: url(http://www.textside.com/site/themes/common/images/editpage/areas/4.gif) no-repeat;
	border: 2px solid #78B2DE;
	background-color: #CFEAFF;
	}
ul.area5Container {
	background: url(http://www.textside.com/site/themes/common/images/editpage/areas/5.gif) no-repeat;
	border: 2px solid #78B2DE;
	background-color: #BDDEF8;
	}*/
/*=======================
This class will be applied
to areas when the user
starts dragging anything
========================*/
ul.areaContainerHighlight {
	border: 1px dashed red;
	}


/*=======================
The header text for inherited parts
that links to the parent template
========================*/
ul.areaContainer li.inheritedParts .inheritedHeader {
	font-family: "Verdana";
	font-size:12pt;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	padding-left: 2px;
	line-height: 100%;
	color: #fff;
	z-index: 10;
 	}

/*=======================
Adds the move cursor to the
handles of the parts
========================*/
li .handle {
	cursor: move;
	}

/*=======================
The following define 'border samples' that the user can click on
to select a border that they want the part to have. These
are 16x16 px squares that can have a small image background
to describe what the full border will be like.

Border0 is reserved for no border
========================*/
.borderSample {
	cursor: pointer;
	border: 1px solid black;
	width: 25px;
	height: 25px;
	}

/*=======================
Used to designate the border sample that the user
has choosen or that is currently applied to a part
========================*/
.borderSampleChoosen {
	width: 27px;
	border: 2px dashed red;
	}
/*=======================
When a sample is not choosen, it belongs to this
class
========================*/
.borderSamplePadding {
	width: 18px;
	padding: 2px;
	}


/*=======================
Divs that contain the part library
========================*/
#PartLibrary {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	padding:0px;
	margin:0px;
	color:black;
    font-size: 10pt;
	font-family: "Verdana";
	border-left: 3px solid #B4B4B4;
	border-bottom: 3px solid #B4B4B4;
	background-color: #F3F3F3;
	width: 250px;
	}

#PartLibraryHeader {
	color: white;
	padding-left:28px;
	background: url(http://www.textside.com/site/themes/common/images/editpage/libraryHeader.gif);
	background-color: #DCDDE0;
	border-bottom:3px solid #B4B4B4;
	height: 25px;
	font-weight: bold;
	}

#PartLibraryHeaderClose {
	float:right;
	padding-top:7px;
	padding-right:5px;
	cursor:pointer
}

/*=======================
The part library list and items
========================*/
#PartLibraryList {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

.partLibraryItem {
	font:13px Verdana;
	margin:0px;
	margin-bottom: 1px;
	cursor:move;
	z-index: 11;
	padding:0px;
	}

.partLibraryItem a {
	display: block;
	padding: 8px;
	border-top: #CC4444;
	text-decoration : none;
	color : #333333;
	}

.partLibraryItem a:visited {
	color : #333333;
	}

.partLibraryItem a .name {
	padding-left: 28px;
	}

.partLibraryItem a:hover {
	background-color: #E5E5E5;
	color: #56ABE0;
	text-decoration: none;
	}

.partLibraryItem a:hover .name {
	background: url(http://www.textside.com/site/themes/common/images/editpage/arrow.gif) no-repeat left;
	background-position: 6px;

	}

/*=======================
The detail mouseover of library parts
========================*/
.partLibraryItemDetailsBorder {
	color:black;
    font-size: 10pt;
	font-family: "Verdana";
	border: 3px solid #DCDDE0;
	border-right: 9px solid #DCDDE0;
	background-color: #EEEEEE;
	position:absolute;
	top:0px;
	right:255px;
	z-index:101;
	}

.partLibraryItemDetails {
	padding: 4px;
	background-color: #F3F3F3;
	width: 300px;
	border: 1px solid #BBBBBB;
	}

.partLibraryItemDetails .partScreen{
	text-align: center;
	}

/*=======================
EditPage classes contain css for a single part
that is moved around in the edit page mode. This
includes code to format the header and the
options for the part.
========================*/
.EditPageBorder {
	border: 3px solid #ECECEC;
	margin-bottom: 4px;
	}

.EditPageBorderButtons {
	position:absolute;
	float:right;
	font-size:11px;
	top:3px;
	right:3px;
	background-color:#4091DB;
	font-family: verdana;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 2;
	}

.EditPageBorderContent {
	padding:2px;
	padding-top:5px;
	overflow: hidden;
	}

.EditPageBorder .handle {
	cursor: move;
	}

.EditPageBorderIcon {
	padding-right:2px;
	padding-left: 5px;
	vertical-align: middle;
	}

.EditPageBorderInner {
 	border:1px solid #3778CE;
	position:relative;  /*afsdfasdf*/
	overflow: hidden;
	}
.EditPageBorderHeader {
	border-top:1px solid #5E9CD5;
	border-left: 1px solid #5E9CD5;
	border-right: 1px solid #5E9CD5;
	color: white;
	}
.EditPageBorderTitle {
	width:100%;
	background-color:#4091DB;
	font-weight:bold;
	height: 30px;
	font-size: 10pt;
	font-family: verdana;
	}

/* The following are applied to edit page parts
   that are from inherited pages */
.EditPageBorderInnerTemplate {
 	border:1px solid #E15757;
	position:relative;
	overflow: hidden;
	}
.EditPageBorderHeaderTemplate {
	border-top:1px solid #E58585;
	border-left: 1px solid #E58585;
	border-right: 1px solid #E58585;
	color: white;
	}
.EditPageBorderTitleTemplate {
	width:100%;
	background-color:#C64B4B;
	font-weight:bold;
	height: 30px;
	font-size: 10pt;
	font-family: verdana;
	}
.EditPageBorderButtonsTemplate {
	position:absolute;
	float:right;
	font-size:11px;
	top:3px;
	right:3px;
	background-color:#C64B4B;
	font-family: verdana;
	padding-left: 5px;
	padding-right: 5px;
	}

.EditPageBorderTitleTemplate span, .EditPageBorderTitle span {
	padding-left: 2px;
	vertical-align:middle;
	}

.EditPageOptions {
	padding: 2px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	font-family: "Verdana";
	font-size:10pt;
	color: black;
	}

.EditPageBorderHeader a, .EditPageBorderHeaderTemplate a {
	text-decoration : none;
	color : #fff;
	}
.EditPageBorderHeader a:visited , .EditPageBorderHeaderTemplate a:visited {
	text-decoration : none;
	color : #fff;
	}
.EditPageBorderHeader a:active , .EditPageBorderHeaderTemplate a:active {
	text-decoration : none;
	color : #fff;
	}
.EditPageBorderHeader a:hover , .EditPageBorderHeaderTemplate a:hover {
	text-decoration :underline;
	color : #fff;
	}<br />
<b>Warning</b>:  unlink(site/cache/css/default_style.css.7262.1198050510.cache) [<a href='function.unlink'>function.unlink</a>]: Permission denied in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>111</b><br />
<br />
<b>Warning</b>:  fopen(site/cache/css/default_style.css.7262.1230414953.cache) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>124</b><br />
<br />
<b>Warning</b>:  fwrite(): supplied argument is not a valid stream resource in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>125</b><br />
<br />
<b>Warning</b>:  fclose(): supplied argument is not a valid stream resource in <b>/home/textside/public_html/site/lib/CSSCache/CSSCache.php</b> on line <b>126</b><br />
/*=======================
Layout
========================*/
html, body {
	height: 100%;
}

body{
 	color: #383838;
    font-size: 12pt;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana;
	margin: 0px;
	line-height: 1.8em;
	}

#container {
	text-align: left;
	padding-left: 120px;
	padding-right: 120px;
	}

/*=======================
Layout: Header
========================*/
#header {
	margin-bottom: 20px;
	background-image: url(http://www.textside.com/site/themes/default/images/header/bg.gif);
	height:61px;
	padding-left: 120px;
	}

#footer {

	font-size: 10pt;
	font-family: Verdana;
	clear: both;
	padding: 8px;
	line-height: 1.2em;
	margin-left: 120px;
	margin-right: 120px;
	border-top: 1px solid #383838;
	}

.clear {
	clear: both;
	}

/*=======================
Layout: Columns1
========================*/
.Columns1 #contents {
	margin-left: 17px;
	margin-right: 17px;
	line-height: 2em;
}

/*=======================
Layout: Columns2
========================*/
.Columns2 #leftbar{
	float: left;
	width: 300px;
	min-height: 100px;
	}

.Columns2 #contents{
	margin-left: 330px;
	line-height: 2em;
	}

/*=======================
Layout: Columns2Right
========================*/
.Columns2Right #rightbar{
	float: right;
	width: 300px;
	min-height: 100px;
	}

.Columns2Right #contents{
	margin-right: 330px;
	min-height: 100px;
	}


/*=======================
Layout: Columns3
========================*/
.Columns3 #leftbar{
	float: left;
	width: 250px;
	}

.Columns3 #contents{
	margin-left: 280px;
	margin-right: 280px;
	}
.Columns3 #rightbar{
	float: right;
	width: 250px;
	}

/*=======================
Layout: EditAlone
========================*/
.EditAlone #contents {
	margin-left: 17px;
	margin-right: 17px;
}

/*=======================
Border: 0 (Content Only)
(Must be in every theme)
========================*/
.Border0 {
	margin-bottom: 10px;
}

/*=======================
Border: 1 (Plain Title)
========================*/
.Border1 {
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 2px;
	}
.Border1 .BorderHeader {
	font-family: Verdana, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 5px;
	color: #5A5A5A;
	line-height: 120%;

	}

/*=======================
Border: 2, 3, 4 (Round Box)
========================*/
.Border2 {
	background-color: #E3F4FF;
	border: 1px solid #7ECBFD;
	padding: 7px;
	margin-bottom: 10px;
	}


.Border2 .BorderHeader {
	font-size: 120%;
	font-weight: bold;
	}


/*=======================
Border Samples
========================*/
.border0Sample{
	background-image: url(http://www.textside.com/site/themes/default/borders/images/samples/border0.gif);
	}
.border1Sample{
	background-image: url(http://www.textside.com/site/themes/default/borders/images/samples/border1.gif);
	}
.border2Sample{
	background-image: url(http://www.textside.com/site/themes/default/borders/images/samples/border2.gif);
	}



/*=======================
General
========================*/
a {
	text-decoration : none;
	color : #0600ee;
	}

a:visited {
	text-decoration : none;
	color : #0600ee;
	}

a:active {
	text-decoration : none;
	color : #0600ee;
	}

a:hover {
	text-decoration :underline;
	color : #0600ee;
	}

img {
	border: 0;
	}

h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
	color: #545454;
	font-weight: bold;
	line-height: 1.8em;
	}
h1 {
	font-size: 25pt;
	font-weight: bold;
	color: #000;

	}
h2 {
	color: #003C7F;
	font-size: 18pt;
	}

.bbheader {
	display: inline;
	}

input,textarea,select {
	/*color : black;
	font-size : 8pt;
	font-family : Verdana;
	border : 1px solid;
	border-color : black;*/
	}

.photo {
	margin: 4px;
	border: 3px solid #E8E8E8;
	}

.borderedImage {
	margin: 4px;
	border: 3px solid #E8E8E8;
	}

em {
	font-style: italic;
	}

ol, ul {
	padding-left: 15px;
}


.NavHeader {
	padding-left: 14px;
	font-weight: bold;
	font-size: 16pt;
	color: #000;
}

#HelpNav ul{
	list-style-type: none;
	line-height: 1.6;
	}

.Nav0 , .Nav0 a{
	font-size: 14pt;
	font-weight: bold;
	color: #003C7F;
}

.Nav1 , .Nav1 a{
	color: #434343;
	font-size: 12pt;
	font-weight: normal;
}

.Nav2 , .Nav2 a{
	font-size: 10pt;
	font-weight: normal;
}

.code {
	font-family:Consolas,"Courier New",Courier,Monospace;
	font-size: small;
	line-height: 1.2em;
	color: #000;
	}

.code pre {
	padding: 0px;
	}

blockquote {
	font-size: 130%;
	font-size: normal;
	line-height: 1.5em;
	font-family: "Times New Roman", serif;
	background: transparent url(http://www.textside.com/site/themes/default/images/quotel.gif) left top no-repeat;
	}
blockquote div {
	background: transparent url(http://www.textside.com/site/themes/default/images/quoter.gif) right bottom no-repeat;
	padding: 0 48px;
	}


/*=======================
Style the navigation bar.
This should be in every theme
========================*/
.navigationContainer {
	border-top: 1px solid #E0E0E0;
	}

.navigationContainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	text-align: center;
	}
.navigationContainer li {
	margin: 0px;
	}
.navigationContainer a {
	display: block;
	padding: 4px;
	height: 24px;
	background: url(http://www.textside.com/site/themes/default/images/navback2.gif);
	color: #4B4B4B;
	}

.navigationContainer ul .active a{
	background: url(http://www.textside.com/site/themes/default/images/navback2over.gif);
	}

.navigationContainer a:link, .navigationContainer a:visited{
	text-decoration: none;
	color: #4B4B4B;
	}

.navigationContainer a:hover{
	background: url(http://www.textside.com/site/themes/default/images/navback3over.gif);
	}

/*=======================
Site management / edit page links.
(Overrides what is in common.css)
========================*/
/* Site management links */
#SiteManageLinks{
	font-size: 10pt;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 100;
	margin:0px;
	font-family: "verdana";
	text-align: right;
	background-image:url(http://www.textside.com/site/themes/default/images/header/top.gif);
	padding-left: 5px;
	padding-right: 5px;
	color: #EFEFEF;
	height: 25px;
	}

#SiteManageLinks a {
	color: white;
}

#TemplateBar {
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	color: #FFF;
	height: 25px;
	background: none;
	}

/*=======================
Edit Tabs. Shared by most
parts for their edit page. Overrides
the simple tab style in common.css
========================*/

.editTabs {
	font-family: verdana;
	line-height: 1.6;
	}

.editTabsUnderline {
	border-top: 1px solid #C4C4C4;
	}

.editTabs li a{
	color: #3399E7;
	background: url(http://www.textside.com/site/themes/default//images/tabs/tab2-left.gif) left top no-repeat;
	border: 0px solid #fff;
	}

.editTabs li a span{
	background: url(http://www.textside.com/site/themes/default//images/tabs/tab2-right.gif) right top no-repeat;
	}

.editTabs li a:hover {
	background: url(http://www.textside.com/site/themes/default//images/tabs/tab2-left-hover.gif) left top no-repeat;
	color: #000;
	}

.editTabs li a:hover span {
	background: url(http://www.textside.com/site/themes/default//images/tabs/tab2-right-hover.gif) right top no-repeat;
	}

.editTabs .selected a {
	border: 0px solid #fff;
	color: #000;
	background: url(http://www.textside.com/site/themes/default//images/tabs/tab-left.gif) left top no-repeat;
	border-bottom: 1px solid #fff;
	}

.editTabs .selected a span {
	background: url(http://www.textside.com/site/themes/default//images/tabs/tab-right.gif) right top no-repeat;
	}

.editTabs .selected a, .editTabs .selected a span {
	font-weight:bold;
	}

.editTabs .selected a:hover {
	background: url(http://www.textside.com/site/themes/default//images/tabs/tab-left.gif) left top no-repeat;
	}
.editTabs .selected a:hover span {
	background: url(http://www.textside.com/site/themes/default//images/tabs/tab-right.gif) right top no-repeat;
	}