/* Copyright (C) Archer Solutions */
/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

/* Color: Blue */
h2,
h3,
a,
.menu-dropdown li.active .level1,
a.button-more:hover,
#system .title a:hover,
#searchbox .results li.more-results:hover { color: #5F9FCB; }

/* Color: Orange */
h5,
a:hover,
.menu-dropdown a.level3:hover,
.menu-sidebar a:hover > span,
.menu-sidebar span:hover > span,
.mod-box-black a,
#bottom-b .mod-line a,
#system small,
#searchbox .results li.result.selected,
#searchbox .results li.result.selected h3 { color: #ECAD3C; }


/* Menus
----------------------------------------------------------------------------------------------------*/

.menu-dropdown li.level1:hover .level1 > span,
.menu-dropdown li.remain .level1 > span,
.menu-dropdown li.active .level1 > span { background-image: url(../images/menu_dropdown_level1_active.png); }

.menu-dropdown a.level2:hover { background-color: #5F9FCB; }

.mod-box-color .menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent_color.png); }

.mod-box-color .menu-sidebar a.level2 { background-image: url(../images/menu_sidebar_level2_color.png); }


/* Modules
----------------------------------------------------------------------------------------------------*/

.mod-box .module-title,
#system .item > header { background: url(../images/mod_box_header.png) 0 100% repeat-x; }
.module.mod-box-color .module-title { background: url(../images/mod_box_color_header.png) 0 100% repeat-x; }

/* Module Box: Color */
.mod-box-color {
	border-color: #3C86B7;
	border-bottom-color: #30698F;
	background: #3C86B7 url(../images/mod_box_color.png) 0 100% repeat-x;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.mod-box-color > div {
	background: #5F9FCB;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

.mod-box-color a { color: #0D5A8E; }

.mod-box-color a:hover,
.mod-box-color .menu-sidebar a:hover > span,
.mod-box-color .menu-sidebar span:hover > span,
.mod-box-color > div .module-title .subtitle { color: #D9EDFC; }


/* Tools
----------------------------------------------------------------------------------------------------*/

form.style button:hover,
form.style input[type="button"]:hover,
form.style input.button:hover,
form.style #submit:hover {
	border-color: #30698F;
	background-color: #5F9FCB;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}
.fav-slideshow
{
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding:10px;
	background-color:white;
	height:auto!important;
}
.deepest img
{
	border:solid 1px #CCC;	
}
.fav-maintab td
{
	padding:10px;
}
.fav-maintab h2
{
	font-size:18px!important;
}
.fav-middletd
{
	border-right:solid 1px #CCCCCC;	
}

.UIButton
{
	background-color:#99CA4B;
	background: -moz-linear-gradient(center top , #99CA4B 0px, #66991C 100%) repeat scroll 0 0 padding-box transparent;
    border: 1px solid #668F28;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #CDE7A4 inset;
    color: white;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #5A8A11;
	cursor: pointer;
    font-size: 15px;
    min-width: 50px;
    padding: 6px 15px!important;
    vertical-align: baseline;
	
}

.UIButton:hover
{
	background-color:#88b541;
	background: -moz-linear-gradient(center top , #99CA4B 0px, #66991C 100%) repeat scroll 0 0 padding-box transparent;
    border: 1px solid #668F28;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px #CDE7A4 inset;
    color: white;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #5A8A11;
	cursor: pointer;
    font-size: 15px;
    min-width: 50px;
    padding: 6px 15px;
    vertical-align: baseline;
}

#fav-bandiv h3
{
	display:none;
}
.fav-borderless
{
	border:none!important;	
}
.fav-address
{
	font-size:15px!important;
	liine-height:25px;	
}
.content > ol > ul
{
	margin-top:0px!important;	
	margin-bottom:3px!important;	
}
.fav-form input[type=text], .fav-form select
{
	border: 1px solid #d4d2d2 !important; border-radius: 8px  !important; -webkit-border-radius: 8px !important; -moz-border-radius: 8px !important; color: #303030; padding: 7px !important; margin: 0px !important;
	padding:3px;
	width: 250px;
	background: url(../images/contact_input.png) repeat-x #f7f7f7 !important; border: 1px solid #cccccc !important; color: #111111; padding: 8px !important;
}
.fav-form textarea
{ 
	border: 1px solid #d4d2d2 !important; border-radius: 8px  !important; -webkit-border-radius: 8px !important; -moz-border-radius: 8px !important; color: #303030 !important; padding: 7px !important; margin: 0px !important;
	padding:3px;
	width: 400px;
	background: url(../images/contact_input.png) repeat-x #f7f7f7 !important; border: 1px solid #cccccc !important; color: #111111 !important; padding: 8px !important;
}

.fav-form input:hover,
.fav-form textarea:hover,
.fav-form select:hover	{
	border: 1px solid #4d5961 !important;
}

.fav-form input:focus,
.fav-form textarea:focus,
.fav-form select:focus	{ 
	color:#666;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}


.fav-form select {
	width:306px; /* attempt to have equal length */
}  

.fav-form select.cfselectmulti	{ 
	height:7.5em; 
}

.fav-form textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}
.fav-form td
{
	padding:5px;
}

.fav-form .error
{
	color:red;
	margin-left:10px;
}