/*==============================================

Main Stylesheet for StrawberrySystem CMS

www.strawberrysoup.co.uk

==============================================*/

/*==============================================
General Layout
==============================================*/

body {
	font-family: helvetica, verdana, arial, sans-serif;
	color: #333;
}

#header_wrapper {
	background-image: url(http://www.travelandinsure.com/admin/images/header_bg.jpg);
	border-bottom: 1px solid #6d000c;
}

#header {
	position: relative;
	margin: 0 auto;
	height: 90px;
	width: 1055px;
}

#main_logo {
	margin: 10px 0 0 10px;
}

#content {
	position: relative;
	width: 980px;
	margin: 10px auto;
	height: 85%;
}

#sidebar {
	width: 250px;
	float: left;
}

#main_content {
	width: 710px;
	float: right;
	min-height: 400px;
}

#sidebar_policy {
	width: 980px;
}

#main_content_policy {
	width: 980px;
	min-height: 400px;
}

#footer {
	width: 980px;
	clear: both;
	text-align: center;
	margin: 30px auto 0 auto;
	border-top: 1px solid #CCC;
	padding-top: 20px;
	color: #CCC;
}

#iframe_center {
	margin:0; 
	padding:0; 
	height:100%;
	width: 710px;
	float: right;
}

/*==============================================
Navigation
==============================================*/

#main_nav {
	list-style: none;
	position: absolute;
/* 	bottom: 6px; */
	right: 0;
	bottom: -1px;
	font-size: 1.3em;
}

#main_nav li {
	float:right;
	background: #d2d2d2;
	border: 1px solid #6d000c;
	margin: 0 1px -1px 1px;
}

#main_nav li a {
	color: #666;
	padding: 10px 1.0em 6px 1.0em;
	font-weight: normal;
	display: block;
}

#main_nav li a:hover {
	text-decoration: underline;
}

#main_nav li.current {
	background: #FFF;
	padding-bottom: 1px;
	border: 1px solid #6d000c;
	border-bottom: 0;
	z-index:100;
}

#main_nav li.current a {
	color: #6d000c;
	font-weight: bold;
}

#main_nav li.current a:hover {
	text-decoration: none;
	cursor: default;
}

/* Sub nav */

.sub_nav {
	list-style:none;
	margin: 10px;
}

.sub_nav li a {
	display: block;
	padding: 8px 6px 8px 26px;
	margin: 0 1px;
	color: #666;
	font-weight: normal;
}

.sub_nav li.current a {
	color: #6d000c;
	font-weight: bold;
}

.sub_nav li.current a:hover {
	text-decoration: none;
	cursor: default;
	color: #6d000c;
	background-color: #EBEBEB !important;
} 

.sub_nav li a:hover {
	background: #CCC ;
	color: #333;
	text-decoration: none;
}

/* Sub nav Policy */

.sub_nav_policy li {
	list-style:none;
	margin: 10px;
	float: left;
}

.sub_nav_policy li a {
	float: left;
	padding: 8px 6px 0 26px;
	margin: 0 1px;
	color: #666;
	font-weight: normal;
	
}

.sub_nav_policy li.current a {
	color: #6d000c;
	font-weight: bold;
}

.sub_nav_policy li.current a:hover {
	text-decoration: none;
	cursor: default;
	color: #6d000c;
	background-color: #EBEBEB !important;
} 

.sub_nav_policy li a:hover {
	background: #CCC ;
	color: #333;
	text-decoration: none;
}

/* logout and help */

#additional_nav a {
	position: absolute;
	right: 0;
	color: #ffc20e;
	top: 20px;
	font-weight: normal;
}

/* #logout a {
	color: #FFF;
} */

#sidebar_overview a { background: url(../images/icon_home.gif) no-repeat 4px 4px ; }
#sidebar_overview a:hover { background: #CCC url(../images/icon_home.gif) no-repeat 4px 4px ; }

/* site tools icons */

#st_setup a { background: url(../images/icon_cog.png) no-repeat 4px 4px ; }
#st_setup a:hover { background: #CCC url(../images/icon_cog.png) no-repeat 4px 4px ; }
#st_stats a { background: url(../images/icon_stats.png) no-repeat 4px 4px ; }
#st_stats a:hover { background: #CCC url(../images/icon_stats.png) no-repeat 4px 4px ; }
#st_offline a { background: url(../images/icon_disconnect.png) no-repeat 4px 4px ; }
#st_offline a:hover { background: #CCC url(../images/icon_disconnect.png) no-repeat 4px 4px ; }

/* news tools icons */

#nt_viewnews a { background: url(../images/icon_table.png) no-repeat 4px 4px ; }
#nt_viewnews a:hover { background: #CCC url(../images/icon_table.png) no-repeat 4px 4px ; }
#nt_addnews a { background: url(../images/icon_addpage.png) no-repeat 4px 4px ; }
#nt_addnews a:hover { background: #CCC url(../images/icon_addpage.png) no-repeat 4px 4px ; }
#nt_searchnews a { background: url(../images/icon_searchnews.png) no-repeat 4px 4px ; }
#nt_searchnews a:hover { background: #CCC url(../images/icon_searchnews.png) no-repeat 4px 4px ; }
#nt_newsrss a { background: url(../images/icon_editfeed.png) no-repeat 4px 4px ; }
#nt_newsrss a:hover { background: #CCC url(../images/icon_editfeed.png) no-repeat 4px 4px ; }

/* page tools icons */

#pt_addpage a { background: url(../images/icon_addpage.png) no-repeat 4px 4px ; }
#pt_addpage a:hover { background: #CCC url(../images/icon_addpage.png) no-repeat 4px 4px ; }
#pt_viewpages a { background: url(../images/icon_table.png) no-repeat 4px 4px ; }
#pt_viewpages a:hover { background: #CCC url(../images/icon_table.png) no-repeat 4px 4px ; }

.view_list a { background: url(../images/icon_table.png) no-repeat 4px 4px ; }
.view_list a:hover { background: #CCC url(../images/icon_table.png) no-repeat 4px 4px ; }

/* page tools icons */

#ut_add a { background: url(../images/icon_user_add.png) no-repeat 4px 4px ; }
#ut_add a:hover { background: #CCC url(../images/icon_user_add.png) no-repeat 4px 4px ; }
#ut_view a { background: url(../images/icon_user.png) no-repeat 4px 4px ; }
#ut_view a:hover { background: #CCC url(../images/icon_user.png) no-repeat 4px 4px ; }
#ut_viewall a { background: url(../images/icon_table.png) no-repeat 4px 4px ; }
#ut_viewall a:hover { background: #CCC url(../images/icon_table.png) no-repeat 4px 4px ; }

/* settings tools icons */

#st_display a { background: url(../images/icon_layout.png) no-repeat 4px 4px ; }
#st_display a:hover { background: #CCC url(../images/icon_layout.png) no-repeat 4px 4px ; }
#st_general a { background: url(../images/icon_cog.png) no-repeat 4px 4px ; }
#st_general a:hover { background: #CCC url(../images/icon_cog.png) no-repeat 4px 4px ; }

/* Shop tools icons */

#shop_viewprod a { background: url(../images/icon_package.png) no-repeat 4px 4px ; }
#shop_viewprod a:hover { background: #CCC url(../images/icon_package.png) no-repeat 4px 4px ; }
#shop_addprod a { background: url(../images/icon_add_package.png) no-repeat 4px 4px ; }
#shop_addprod a:hover { background: #CCC url(../images/icon_add_package.png) no-repeat 4px 4px ; }
#shop_listcat a { background: url(../images/icon_sitemap.png) no-repeat 4px 4px ; }
#shop_listcat a:hover { background: #CCC url(../images/icon_sitemap.png) no-repeat 4px 4px ; }
#shop_addcat a { background: url(../images/icon_addcat.png) no-repeat 4px 4px ; }
#shop_addcat a:hover { background: #CCC url(../images/icon_addcat.png) no-repeat 4px 4px ; }
#shop_discounts a { background: url(../images/icon_money.png) no-repeat 4px 4px ; }
#shop_discounts a:hover { background: #CCC url(../images/icon_money.png) no-repeat 4px 4px ; }

#shop_orderspend a { background: url(../images/icon_flag_red.png) no-repeat 4px 4px ; }
#shop_orderspend a:hover { background: #CCC url(../images/icon_flag_red.png) no-repeat 4px 4px ; }
#shop_orderscomp a { background: url(../images/icon_report.png) no-repeat 4px 4px ; }
#shop_orderscomp a:hover { background: #CCC url(../images/icon_report.png) no-repeat 4px 4px ; }
#shop_transactions a { background: url(../images/icon_creditcards.png) no-repeat 4px 4px ; }
#shop_transactions a:hover { background: #CCC url(../images/icon_creditcards.png) no-repeat 4px 4px ; }

#shop_viewcust a { background: url(../images/icon_group.png) no-repeat 4px 4px ; }
#shop_viewcust a:hover { background: #CCC url(../images/icon_group.png) no-repeat 4px 4px ; }
#shop_cust a { background: url(../images/icon_report.png) no-repeat 4px 4px ; }
#shop_cust a:hover { background: #CCC url(../images/icon_report.png) no-repeat 4px 4px ; }


/*==============================================
headings
==============================================*/

#header h1 {
	color: #000;
	margin: 0;
	font-size: 3em;
	position: absolute;
	top: 0;
}

#main_content h1 {
	color: #a4000d;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #CCC;
}

#shop_admin h1 {
color: #666;
}

#main_content h2 a, #main_content h2 {
	font-weight: normal;
	margin-bottom: 0.6em;
	color: #a4000d;
	position: relative;

}

#main_content h2 {
	padding-bottom: 0.4em;
	border-bottom: 1px solid #CCC;
	position: relative;
}

#main_content_policy h2 {
	padding-bottom: 0.4em;
	border-bottom: 1px solid #CCC;
	position: relative;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom:1px solid #CCC;
	padding-bottom: 0.4em;
	margin-bottom:6px;
}

#product_list h3 {
	background: url(../images/icon_sitemap.png) no-repeat 0 -1px ;
	margin-bottom: 0;
}

.discount h3 {
	background: url(../images/icon_money.png) no-repeat 0 -1px ;
}

.customer h3 {
	background: url(../images/icon_user.png) no-repeat 0 -1px ;
}

/*#main_content .input_form h2 {
	margin-top: 14px;
}*/

#sidebar h4 {
	padding: 8px 10px 6px 10px;
	margin: 0 0 14px 0;
	font-weight: bold;
}

#sidebar_policy h4 {
	position: relative;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	font-weight: bold;
	z-index: 0;
}

/*==============================================
Details
==============================================*/

a:link {
	color: #a4000d;
	font-weight: bold;
}

a:visited {
	color: #a4000d;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


.sb_box {
	margin-bottom: 10px;
}

.sect_nav {
	background: #EBEBEB;
	border: 1px solid #999;
}

.sect_nav h4 {
	background: #999;
	color: #FFF;
}

.info {
	background: #ebebeb;
	border: 1px solid #999999;
	color: #999999;
}

p.info {
	padding: 10px;
	text-align: center !important;
}

.info h4 {
	background: #999999;
	color: #FFF;
}

p.tip {
	color: #999;
	text-align: center !important;
}

p.tip a {
	color: #999;
}

.error, .alert {
	padding: 10px;
	background: #FFFEC3;
	border: 1px solid  #FCCf80;
	text-align: center !important;
}

.okay {
	padding: 10px;
	background: #e9fddc;
	border: 1px solid  #4dbb00;
}

.error_field {
		border: 1px solid  #F00;
}

p.error {
	padding-left: 30px;
	background: #FFFEC3 url(../images/icon_warning.png) no-repeat 8px 0.8em ;
}

p.okay {
	padding-left: 30px;
	background: #e9fddc url(../images/icon_accept.png) no-repeat 8px 0.8em ;
}

p#introtext {
	padding: 11px;
}

a.back {
	color: #999 !important;
}

#main_content p {
	text-align: justify;
}

.info dl {
	margin: 18px 10px 10px 10px;
}

.info dt {
	width: 95px;
	float: left;
	font-weight: bold;
	clear: left;
	margin-bottom: 12px;
}

.info dd {
	margin: 0 0 12px 100px;
}

p.sort {
	background: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
	width: 637px;
	margin-top: 3px;
}

#action_checked {
	margin: 0 0 10px 0;
	vertical-align: middle;
/*	border-top: 1px solid #CCC;*/
	border-bottom: 1px solid #CCC;
	padding: 10px 7px;
}

p.orderwhen {
	/* padding: 1.0em 0; */
}

p.orderwhen strong {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

#action_checked img {
	vertical-align: middle;
	margin: 0 6px;
}

#message_holder {
	height: 30px;
}

h2 span {
/* 	float: right; */
	font-size: 0.7em;
	text-align: right;
	right: 0;
	position: absolute;
	
}

h3 span {
/* 	float: right; */
	font-size: 0.9em;
	text-align: right;
	right: 10px;
	position: absolute;
	
}

h2 span img {
	vertical-align: bottom;
}

/* #image_upload {
	margin-bottom:22px;
} */

#task_list {
	list-style: none;
	margin-left: 30px;
	font-size: 1.2em;
	line-height: 1.9em;
	margin-bottom: 26px;
}

#task_list li a {
	padding-left: 24px;
	background: url(../images/icon_arrow_right.png) no-repeat 0 -3px;
}

/*==============================================
pagination styles
==============================================*/

#pagination {
	margin: 20px auto;
	text-align: center;
	padding: 10px;
	color: #333;
}

#pagination a {
	font-weight: normal;
}

#pagination span {
	color: #999 !important;
}
/*==============================================
Database list tables
==============================================*/

.db_list {
	width: 100%;
	border: 1px solid #daedfe;
	border-collapse: collapse;
	clear: both;
}

.db_list td, tr, th {
	padding: 8px;
}

.db_list.grey th {
	background: #BBB;
}

th {
	text-align:left;
	background: #fee89d;
	color: #4b4b4b;
	font-weight: normal;
	padding-top: 10px;
/* 	cursor: pointer; */
/*	border-right: 1px solid #daedfe;*/
}

tr {
	background: #FFF;
}
tr.report_footer  {
	background: #999;
}
.even {
	background: #fef8e2 ;
}

.me {
	background: #FFFEC3;
	color: #2173C0;
}

.admin_links {
	text-align: right;
}

.admin_title {
	width: 450px;
}
.admin_date {
	width: 50px;
	text-align: left;
}

.admin_edit, .admin_delete, .admin_suspend, .admin_pages {
	width: 18px;
	text-align: center;
	vertical-align: middle;
}

.gen {
	text-align: center;
	vertical-align: middle;
}

.cust_title {
	width: 440px;
}

.order_title {
	width: 300px;
}

.check {
	width: 14px;
}

/* pages list */

.asset_tit a {
	color: #5A5A5A;
}

.page {
	border-top: 1px solid #FFF;
}

.page td {
	background: #FFF !important;
	border-bottom: 1px solid  #CCC;
}

.page td span {
	padding: 4px 4px 4px 24px;
	background:  url(../images/icon_page_blue.png) no-repeat 0 0;
}

.page_layer0 {
	padding-left: 8px !important;
	font-weight: bold; 
}

.page_layer0 td {
	background: #fee89d !important;
}

.page_layer1 td {
	background: #fdf7dd !important;
}

.page_layer2 td {
	background: #F6F6F6 !important;
}

.page_layer3 {
	background: #FFF !important;
}

td.page_tit {
	width: 100%;
}

td.page_tit em {
	color: #3171AD;
}

td.page_tit a {
	color: #5A5A5A;
}

.page_layer1 td.page_tit {
	padding-left: 50px !important;
}

.page_layer2 td.page_tit {
	padding-left: 92px !important;
}

.page_layer3 td.page_tit {
	padding-left: 134px !important;
}

/* tr:hover td {
	background: #F8FDD8 !important;
} */

.index {
	font-weight: bold;
	color: #3171AD;
}

.dynamic  td span {
	background-image:  url(../images/icon_appcasc.png) ;
}

#page_desc {
	height: 80px;
}

.sort select {
	width: auto;
	vertical-align: center;
}

.sort input {
	width: auto;
}

#submit_sort {
	width: auto;
	background: #FFF;
	border: 1px solid #81BCF8;
	cursor :pointer;
}

.order_det {
	font-weight: bold;
	font-size: 1.2em;
}

.order_det span {
	font-weight: normal;
	color: #0067D0;
	padding-left: 10px;
}

.order_summary {
	background: #FFFEC3;
	border: 1px solid  #FCCf80;
	padding: 0 10px;
	margin-bottom: 10px;
}

.order_summary h3, .input_form form h3 {
	margin-bottom: 4px;
	margin-top: 14px;
	color: #E08F00;
	border-bottom-color:#FCCF80;
}

.split {
	width: 47%;
	padding-left: 2%;
	float: left;
}

.shipping_det {
	margin-top: 20px;
}

/*==============================================
Forms
==============================================*/

.form_left_header {
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	font-size: 13px;
	background: #FFFEC3;
	border: 0 0 0 0;
	text-align: left;
}

.form_label {
	clear: both;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	height: 25px;
}

.form_field {
	float: left;
	height: 25px;
}

.form_description {
	float: left;
	height: 20px;
	font-weight: normal;
	font-size: 11px;
	color: #8f8f8f;
	padding: 6px 0 0 10px;
}

tr form {
	border: 0px !important;
	padding: 0 !important;
}

form dl {
	margin: 20px 0 10px 0;
}

form dt {
	margin: 0 0 8px 0;
}

form dt label {
	font-size: 1.2em;
}

form dd {
	margin: 0 0 22px 0;
}

form input, form textarea {
	border: 1px solid #CCC;
	padding: 4px;
	width: 400px;
}

.input_3 {
	border: 1px solid #CCC;
	padding: 4px;
	width: 300px;
}

.input_2 {
	border: 1px solid #CCC;
	padding: 4px;
	width: 200px;
}

.input_1 {
	border: 1px solid #CCC;
	padding: 4px;
	width: 100px;
}

form dd textarea {
	width: 628px;
	height: 200px;
}

form .submitbut {
	width: 130px;
/*	float: right;*/
	color: #FFFFFF;
	cursor: pointer;
	float: left;
}

a.form_button, .form_button:hover {
	color: #000;
	cursor: pointer;
	border: 1px solid #cccccc;
	text-align: center;
	background: #e0dfe3;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
}

input#subbut {
	width: auto !important;
	margin-left: 160px;
	cursor: pointer;
}

input#subbut {
	margin-left: 260px !important;
	margin-top: 10px;
}

form .submitbut:hover {
	border: 1px solid #FCCf80;
}

form p.orcancel {
	width: 300px;
	float: left;
	vertical-align: top;
	margin: 5px 0 0 10px;
}

.input_form form, tr.editrow, div.input_form {
	padding: 0 10px 10px 10px;
	background: #FFFEC3;
	border: 1px solid  #FCCf80 ;
}

.form_clear_all {
	clear: all;
	clear: both;
}

form .chk {
	width:14px;
}

.hide {
	display:none;
}

h3.collapse_header {
	cursor: pointer;
	background: url('../images/icon_arrow_down_white.gif') no-repeat right;
}

h3.hidden_child {
	background: url('../images/icon_arrow_up_white.gif') no-repeat right;
}

/* .inline_input {
	width: 60px;
}

form .addrule {
	width: auto !important;
	cusrsor: default;
} */

.asset_page_chbx {
	width: 45.9%;
	float: left;
	padding: 10px;

	margin: 2px;
}

.asset_page_chbx input {
	width: auto !important;
	margin-right: 20px;
}

.radio {
	border: 0px solid #CCC;
	padding: 4px;
	width: 40px;
}

.parameters_table_header td {
	background: #FFFEC3;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.parameters_table td {
	background: #FFFEC3;
}

/*==============================================
splash page
==============================================*/

body#login {
	background: #FFFFFF;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 42%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#login #content {
	margin-left: -200px;
	position: absolute;
	top: -220px;
	left: 50%;
	width: 400px;
	height: 260px;
	visibility: visible;
    text-align: left;
}

#loginbox {
	border: 6px solid #ffc20e;
	background: #FFF;
	padding: 4px 20px 10px 20px;
}

#login h1 {
	background:url(../images/logo_main.gif) no-repeat center;
	width: 410px;
	height: 60px;
}

#login .standard_form input, #login .standard_form textarea {
	width: 340px;
}

#loginbut {
	width: auto !important;
float: right;
	border: 2px solid #ffc20e;
}

#email_help {
	text-align: center;
	clear: both;
	padding-top: 20px;
	color: #666;
}

#login #remember {
	width: auto;
}

#login .forgot {
	padding-bottom:20px;
}

/*==============================================

SHOP STYLES

==============================================*/

/*==============================================
general shop styles
==============================================*/



/*==============================================
shop navigation
==============================================*/

.hide ul {
	display: none;
}

/* .sub_nav li a {
	display: block;
	padding: 8px 6px 8px 26px;
	margin: 0 1px;
	color: #666;
	font-weight: normal;
} */

#sidebar_overview.current a {
	color: #6d000c !important;
	font-weight: bold !important;
}

#shop_nav.sub_nav ul {
	background: #FFF;
	padding: 4px 0;
	display:none;
}

#shop_nav.sub_nav li.current ul {
	display: block;
}

#shop_nav.sub_nav li.current a {
	color: #666;
	font-weight: bold;
}

/* #shop_nav.sub_nav li.current a:hover  {
	background-color: #CCC !important;
}
 */

#shop_nav.sub_nav li li {
	list-style: none;
	margin-left: 20px;
}

#shop_nav.sub_nav li li a {
	color: #666;
	font-weight: normal !important;
}

#shop_nav.sub_nav li li.current a {
	color: #6d000c;
	font-weight: bold !important;
}

#shop_nav.sub_nav li li a:hover {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	text-decoration: underline;
	background-color: #FFF !important;;
}

#shop_nav.sub_nav li li.current a:hover {
	text-decoration: none;
/* 	cursor: default; */
	color: #6d000c;
	background-color: #FFF !important;
} 
/* 
.sub_nav li a:hover {
	background: #CCC ;
	color: #333;
	text-decoration: none;
} */


/*==============================================
tinyMCE styles
==============================================*/

.mceContentBody h1 {
	color: #F00;
}

.mceContentBody .box {
	background: #FFFEC3;
	border: 1px solid  #FCCf80;
}

/*==============================================
Reports
==============================================*/

td.faded_text {
	color: #4b4b4b;
}

.report_print a, .report_print div, .report_print a:hover  {
	float: right;
	border: 1px solid #646464;
	background: #ebebeb;
	color: #515151;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	margin: 0 0 5px 5px;
}

.print_main_content {
	
}

/* view report*/

.report_footer td {
	text-align:left;
	background: #fff;
	color: #626262;
	font-weight: bold;
	padding-top: 10px;
	border-top: 1px solid  #666666;
}

.report_footer tr {
	
}

.ratesdefine {
	height: 40px;
	font-size: 14px;
}

p.desciption {
	float: left;
	clear: both;
	width: 140px;
	margin: 0px;
	font-weight: bold;
}

p.answer {
	float: left;
	width: 80%;
	margin: 0px;
}

tr.red {
	color: #999999;
}
