/*-------------------------------------------------*/
/* Substance 2.0 */
/*-------------------------------------------------*/
.login-container{}
.login-username{margin-bottom:10px;}
.login-password{margin-bottom:10px;}
.login-button{display:inline; margin-right:10px;}
.login-help{display:inline;}

img {
border:none;
}

/*-------------------------------------------------*/
/* Edit panel */
/* panel that shows up above all of the editbile regions when logged in as administrator
/*-------------------------------------------------*/

.hover-image:hover
{
    filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;
}


/*.editpanel 
{
	width:auto;
	background-color:#2f2f2f;
	border-top:double 1px #b0b0b0;
    border-bottom:double 1px #b0b0b0;
	color:#ffffff;
	padding:4px;
	margin-bottom:5px;
	text-align:left;

}

.move-buttons
{
    float:right;
    padding:4px;
}
.move-buttons a:link
{
    color:#ffffff;
}

.control-selector
{
    padding:2px;
    margin-left:3px;
    font-size:12px;
}

.editpanel-link:link
{
 color:#ffffff;
 background-color:#474747;
 display:inline-block;
 padding:5px;
 text-decoration:none;	
}

.editpanel-link:visited
{
    color:#ffffff;
}

.editpanel-link:hover
{
	background-color:#575757;
	text-decoration:none;
	color:#ffffff;
}

.editpanel-title
{
 color:#ffffff;
 font-size:14px;	
 font-family:Arial;
 font-weight:bold;
}

.update-error
{
	 background-color:#ffb7b8;
	 border:solid 1px #de9192;
	 background-image:url(../../element/global_images/error.jpg);
	 background-repeat:no-repeat;
	 background-position:left;
	 padding-left:40px;
	 overflow:auto;
	 margin-bottom:10px;
	 
}*/


/*-------------------------------------------------*/
/* Text Editor */
/*-------------------------------------------------*/

.texteditcontrol-container
{
    background-color:#e6f1f1; 
    background-position:bottom;
    background-image: url('/element/images/editcontrol-shadow.png');
    background-repeat:repeat-x;
    
    color:#000000;
	padding:5px;
    padding-left:10px;
	border-top:1px dotted #c0c0c0;
	margin-top:20px;
    padding-top:5px;
    line-height:8px;
}

.texteditcontrol-container a:link
{
    text-decoration:none;
    color:#000000;
}
.texteditcontrol-text
{
    display:inline-block;
    padding-bottom:18px;
    vertical-align:middle;
}

/*-------------------------------------------------*/
/* FAQ */
/*-------------------------------------------------*/


.faq-question
{
    margin-top:15px;
    font-size:20px;
    font-weight:bold;
}

.faq-answer
{
    font-size:18px;
}

/*-------------------------------------------------*/
/* LOGIN */
/*-------------------------------------------------*/

.login-container
{
    
}

.forgot-container
{
    
}


.substance-login-error
{
    color:Red;
}

.substance-login
{
    font-size:14px;
}

.substance-login input.login-button
{
    font-size:14px;
    padding:5px;
}

.substance-login a
{
    color:Blue;
}

.substance-login a:hover
{
    text-decoration:none;
}

.substance-login input.login-text
{
    font-size:14px;
    font-family:Arial;
    padding:5px;
}



/*-------------------------------------------------*/
/* IMAGE ROTATOR */
/*-------------------------------------------------*/

/*--Main Container--*/
.ir-main-view {
	/*float: left;
	position: relative;*/
}
/*--Window/Masking Styles--*/
.ir-window {
	/*height:239px;	width: 660px;*/
    margin:0;
    padding:0;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}

.ir-image-reel-element
{
    float:left;
    margin:0;
    padding:0;
    /*height:239px;	
    width:660px;*/
    display: inline-block;
    white-space: normal;
    overflow:hidden;
}


.ir-image-reel {

    top:0; left:0;
    margin:0; padding:0;
    position:relative;
    white-space: nowrap;
	
}

/*--Paging Styles--*/
.ir-paging {
    position: absolute;
    z-index: 90;

	bottom: 20px; right: 0px;
	width: 100px; height:47px;
	 /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	/*background: url(paging_bg2.png) no-repeat;*/
    background-color:Black;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}



.ir-paging a {
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
}

.ir-paging a.active {
    color: #000000;
	font-weight: bold;
	background: #dddddd;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ir-paging a:hover {font-weight: bold;}

.ir-paging-numbers {display:none;}

.ir-paging-images {text-align:center;}

.ir-paging-img {float:left; width:20px; height:20px; background-color:#ffffff; margin:4px;}

/*-------------------------------------------------*/
/* TESTIMONIALS */
/*-------------------------------------------------*/

.t-container{}

.t-item{}

.t-content{
    font-size:18px;
}

.t-footer{
    text-align:right;
}

.t-company{
    font-weight:bold;
}

.t-personname{}
.t-website{}

/*-------------------------------------------------*/
/* TESTIMONIALS SNIPPET */
/*-------------------------------------------------*/

.ts-container{
    background-color:#dddddd; padding:8px;
}

.ts-item{}

.ts-content{
    font-size:16px;
}

.ts-footer{
    text-align:right;
}

.ts-company{ display:none;}

.ts-personname{ }
.ts-website{ display:none;}

/*-------------------------------------------------*/
/* NEWS */
/*-------------------------------------------------*/

.news-container 
{}

.news-content
{}

.news-item
{
    
    margin-bottom:10px;
}

.news-title
{
    margin-bottom:0px;
    font-size:24px;
    line-height:22px;
}

.news-posted-footer
{
    display:none;
    padding-top:4px;
    font-size:10px;
}

.news-posted-top
{
    margin-bottom:4px;
    padding-top:4px;
    font-size:10px;
}

/*-------------------------------------------------*/
/* NEWS PREVIEW */
/*-------------------------------------------------*/

.news-preview-container 
{}

.news-preview-content 
{
    font-size:12px;
    font-weight:normal;
}

.news-preview-item
{
    

    background-color:#dddddd;
    padding:6px;
    margin-bottom:4px;
}

.news-preview-readmore2 {}

.news-preview-readmore2 a:hover
{
    text-decoration:none;
    color:#a76600;
}

.news-preview-readmore2 a
{
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.news-preview-readmore1 { display:none; }

.news-preview-title
{
    margin-bottom:4px;
    font-size:24px;
    line-height:22px;
}

.news-preview-posted-footer
{
    display:none;
    padding-top:4px;
    font-size:10px;
}

.news-preview-posted-top
{
    display:none;
    margin-bottom:4px;
    padding-top:4px;
    font-size:10px;
}

/*-------------------------------------------------*/
/* LINKS*/
/*-------------------------------------------------*/

.link-item{

}

.link-url{

}

.link-page{

}

.link-file{

}

/*-------------------------------------------------*/
/* SEARCH*/
/*-------------------------------------------------*/

.element-search-highlight
{
    text-shadow:0px 0px 0px;
    background-color:#FFF000;
    color:#00000;
}



