/* links */
a {
	color: #336699;
	text-decoration : none;
}

/* hover */
a:hover {
	background-color: #e8f3ff;
}

/* navigation links */
a.nav {
	background-color : transparent;
	color : #999;
}

/* sub-navigation links */
a.navsub {
	background-color : transparent;
	color : silver;
}

/* navigation links */
a.nav:hover {
	background-color : transparent;
	color : #000;
	text-decoration : none;
}

/* sub-navigation links */
a.navsub:hover {
	background-color : transparent;
	color : #999;
	text-decoration : none;
}

/* page */
body {
	background-color : #FFFFFF;
	color : #000000;
	margin : 0px;
	padding : 0px;
}

html, body {
	height: 100%;
}

form {
	margin : 0px;
	padding : 0px;
}

body, td, th, input, textarea, select {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
}

/* header of pages */
.header {
	font-family : Verdana, Arial, sans-serif;
	font-size: 17px;
}

/* categories */

/* 1px border */
td.boxborder {
	background-color : #6088AF;
	color : #000000;
}

/* where text goes */
.boxcontent {
	background-image: url('/images/large_bicom_new.jpg');
	background-color: #E4EDF2;
	background-repeat: no-repeat;
	background-position: bottom right;
	color : #000;
}

/* header */
td.boxheader {
	background-color : #6088AF;
	color : #fff;
	height : 17px;
}

/* subcategories */
td.subboxheader {
	background-color : #333366;
	color : #FFFFFF;
	height : 17px;
}

td.subboxcontent {
	background-color : #EAEAFF;
	color : #000000;
}

td.subboxborder {
	background-color : #333366;
	color : #000000;
}

/* items */
td.itboxheader {
	background-color : #B2B2E5;
	color : #FFFFFF;
	height : 17px;
}

td.itboxcontent {
	background-color : #f1f1fa;
	color : #000000;
}

td.itboxborder {
	background-color : #B2B2E5;
	color : #000000;
}

/* mozilla */
input[disabled] {
	/*padding: 0px;*/
	color: silver;
}

img.spanline {
	background-color: silver;
	width: 100%;
	display: block;
	height: 1px;
}

ul.unav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.leftnav li.lnav {
	border-bottom: 1px solid #FFD7C4;
}

li.lsnav {
	border-bottom: 1px solid white;
}

div.leftnav li.lnav a, a.list {
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
}

a.list {
	width: 80px;
	height: 75px;
	border: 1px solid silver;
	text-align: center;
}

a.list span {
	display: block;
	margin-top: 40%;
}

div.leftnav li.lnav a span {
	display: block;
	line-height: 13px;
	padding: 2px;
}

a.list:hover {
	border: 1px solid  #F26522;
	background: #fff;
	font-weight: bold;
	color: #F26522;
}

div.leftnav li.lnav a.sel {
	background-color: #F26522;
	color: white;
	text-decoration: none;
}

li.lsnav a.sel {
	background-color: #0099cc;
	color: white;
}

li.lsnav a {
	color: #336699;
	background-color: #e8f3ff;
	padding: 1px;
	padding-left: 10px;
	line-height: 13px;
	text-decoration: none;
	display: block;
}


div.leftnav li.lnav a:hover, li.lsnav a:hover, #tabs a:hover, #tabs .sel, #tabs a.silver:hover, li.lsnav a.sel:hover {
	color: black;
	text-decoration: none;
	background: white url('') no-repeat;
}

#tabs {
	border-left: 1px solid silver;
}

#tabs li {
	float: left;
	border-top: 1px solid silver;
	margin-right: 1px;
}

#tabs a {
	text-align: center;
	padding: 5px;
	line-height: 13px;
	display: block;
	float: left;
	border-right: 1px solid silver;
	text-decoration: none;
	border-bottom: 1px solid #e7e7e7;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E6F1F7 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(95%,#E6F1F7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#E6F1F7 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#E6F1F7 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%,#E6F1F7 95%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 0%,#E6F1F7 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6F1F7',GradientType=0 ); /* IE6-8 */
}

#tabs a.silver, .silvergradient {
	color: gray;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(80%,#F4F4F4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#F4F4F4 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#F4F4F4 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%,#F4F4F4 80%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 0%,#F4F4F4 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 ); /* IE6-8 */
}

#tabs a.sel {
	border-bottom: 1px solid #fff;
}

div.topnav #tabs a.sel {
	border-bottom: 1px solid #F26522;
	background: #F26522;
	color: #fff;
	filter: none; 
}
div.topnav #tabs a.sel.app-tab {
   color: #FFFFFF;
}
.errormsg, .errormsg_large, .progressbar {
	border: 1px solid orange;
	background: #ffffcc url('/icons/16/warning') no-repeat 3px 3px;
	padding: 5px;
	padding-left: 25px;
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.errormsg_transparent {
	border: 0; 
	background-color: transparent; 
	color: blue;
}

#sm_error_bg {
	z-index: 2000;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background: white;
	filter: Alpha(Opacity=80); /* ie */
	-moz-opacity: 0.8;		   /* ff */ 
	opacity: 0.8;			   /* css3 */
}

#sm_error_progress_bg2 {
	text-align: left;
	border: 1px solid red;
	width: 100%;
	background: url('/images/progress_bg3.gif') repeat-x;
}

#sm_error_popup {
	z-index: 3000;
	position: absolute; 
	display: none;
	border: 1px solid red;
	background: #ffffd8 url('/images/progress_bg1.gif') repeat-x 0 100%;	
	top: 50%; 
	left: 50%; 
	margin-top: -50px; 
	margin-left: -200px; 
}

.progressbar {
	padding: 25px;
	width: 400px;
	font-size: 16px; 
	margin: 0;
	border: 0;
	text-align: center;
	background-color: transparent;
}

#sm_upload_popup {
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	display: block;
	height: 100%;
	background: #ffffd8 url('/images/progress_bg1.gif') repeat-x 0 100%;
}

#sm_upload_popup .sm_upload_border {
	border: 1px solid red;
	float: left;
	clear: both;
	width: 100%;
}

.progressbar .sm_error_progress_bar {
	width: 5%;
	font-size: 9px;
	background: red url('/images/progress_bg2.gif') repeat-x;
}

.progressbar .sm_upload_clear {
	clear: both;
}

.progressbar #sm_upload_progress1 {
	padding-top: 2px; 
	clear: left; 
	float: left; 
	width: 50%; 
	text-align: left; 
	font-size: 11px;
}

.progressbar #sm_upload_progress2 {
	padding-top: 2px; 
	float: left; 
	width: 50%; 
	text-align: right; 
	font-size: 11px;
}

.errormsg_large {
	background: #ffffcc url('/icons/48/warning') no-repeat 3px 3px;
	padding-left: 55px;
}

.middlecontent .greenmsg, .middlecontent .redmsg {
	margin-top: 0;
}

.greenmsg {
	margin: 5px 0 5px 0;
	border: 1px solid green;
	color: green;
	background: #ccffcc url('/icons/16/sucess') no-repeat 3px 3px;
	line-height: 13px;
	padding: 4px;
	padding-left: 25px;
	font-weight: bold;
	clear: both;
}

.redmsg {
	margin: 5px 0 5px 0;
	border: 1px solid red;
	color: red;
	background: #ffcccc url('/icons/16/error1') no-repeat 3px 3px;
	line-height: 13px;
	padding: 4px;
	padding-left: 25px;
	font-weight: bold;
	clear: both;
}

div.container {
    float: left;
    width: 890px;
    height: 100%;
    background-image: url('/images/bicom_leftnav_new.png');
    background-color: #FFF5F0;
    background-repeat: no-repeat;
	background-position: 80px 98%;
}

div.leftnav {
    float: left;
    margin-right: 2px;
    background-color: #FFF5F0;
    padding: 10px;
    width: 130px;
}

#smbox {
	clear: both;
	height: 91%;
}

div.middle {
	position: relative;
	overflow: auto;
	height: 100%;
	background-color: white;
}

/* opera hack */
@media screen and (min-width: 0px){
   div.middle { float: left; width: 738px; }
}

html>body div.middle {
	display: block;
}

/*
html>body div.middle {
	min-height: 520px;
	height: auto;
	overflow: inherit;
}
*/
div.middlecontent {
	padding: 10px;
	float: left; 
	width: 680px;
	clear: both;
}

tr.advanced_row {
	background: #DCEBF4; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #DCEBF4 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(80%,#DCEBF4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #DCEBF4 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #DCEBF4 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #DCEBF4 80%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #DCEBF4 80%); /* W3C */
}
tr.advanced_row td {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DCEBF4',GradientType=0 ); /* IE6-8 */
}
fieldset.admin_fieldset {
	margin-right: 5px;
	border: 1px solid silver;
	padding: 0;
}

fieldset.admin_fieldset legend {
	color: blue;
}

div.topnav {
	background-color: #f1f1f1;
	border-bottom: 2px solid #F26522;
}

h3 {
	font-size: 12px;
}

#imgssl {
	width: 80px;
	height: 46px;
	background: url('/images/ssl.jpg') no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}

#imgssl span {
	display: none;
}

.cell_border_gray {
	border-bottom: 1px solid gray;
}

.cell_border_silver {
	border-bottom: 1px solid #e7e7e7;
}

tr.cell_border_gray td, tr.cell_border_gray th {
	border-bottom: 1px solid gray;
}

tr.cell_border_silver td, tr.cell_border_silver th {
	border-bottom: 1px solid #e7e7e7;
}
.margin_bottom5 {
	margin-bottom: 5px;
}
.padding_bottom5 {
	padding-bottom: 5px;
}
fieldset.admin_fieldset.padding_bottom5 {
	padding-bottom: 5px;
}
.button_test_cnam {
    padding-left: 30px;
    height: 30px;
}
.button_test_cnam.button  {
	 background: #f1f1f1 url('/icons/24/case_log_entry') no-repeat 2px;
}
.branding_field {
	width: 200px;
}
.branding_radio {
	margin-left: 30px;
}
.color_picker_container {
    border: solid 1px grey !important;
}
.color_picker_replacer {
    padding-top: 2px !important;
    height: 10px;
    width: 48px;
}
.color_picker_replacer .sp-preview {
	height: 10px;
	width: 30px;
}
.color_picker_replacer.sp-replacer:hover {
	border-color: grey;
}
.color_picker_replacer .sp-dd {
	padding: 0 !important;
	line-height: 12px;
}
.branding_upload_link {
    width: 54px;
    margin-right: 5px;
    display: block;
    float: right;
    height: 16px;
    padding-top: 2px;
    text-align: right;
    background: url('/icons/16/move_to') no-repeat 0% 50%;
}

.branding_column_right {
	width: 250px;
}
.color_picker_replacer.sp-active {
	border-color: grey !important;
}
input[disabled].branding_input_disabled {
	background: #ffffff;
	color: #000000;
}
.login_logo_container {
	max-width: 300px;
	max-height: 100px;
}
.button_branding_submit {
	margin-top: 5px;
	margin-left: 5px;
}
.branding-subtitle {
	padding: 5px;
    font-style: italic;
}
fieldset.branding_fieldset {
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 5px;
}
.branding_select {
	width: 204px;
}
.system_info_data {
	float: right;  
	line-height: 27px; 
	margin-right: 10px; 
	color: gray; 
	overflow: hidden; 
	height: 20px;
}