/* General */
html {
	overflow-y: scroll;
}
body {
	background: #b2b2b2 url(/img/carriersales_bg.gif) repeat-x left top;
	margin: 20px;
	padding: 0;
	text-align: center;
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl,dd,dt {
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
hr { 
	height: 1px;
	color: silver;
	background-color: silver;
	border: 0;
}
a:link,
a:visited {
	color: #437fd7;
}
a:hover {
	color: #3e6cb3;
}
.button {
	cursor: pointer;
}
.checkbox {
	margin-bottom: 15px;
}
.datetime {
	clear: both;
}
/* Main Containers */
#container {
	width: 900px;
	margin: 0 auto 65px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
#navcontainer {
	background: #fff url(../img/carriersales_navbar.gif) no-repeat left top;
	padding: 0;
	height: 47px;
	border-right: 1px solid #3e6cb3;
}
#navbar span {
	font: normal 15pt "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	padding: 4px;
	margin: 0;
}
#navbar ul {
	list-style: none;
}

#navbar li {
	float: left;
	position: relative;
}
#navbar li a {
	display: block;
	float: left;
	text-decoration: none;
	font: normal 12pt "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	color: #FFF;
	height: 27px;
	margin: 8px 10px;
}
#navbar li a#adminLink, 
#navbar li a#loginName {
	font-weight: bold;
	padding: 4px 10px 0;
	height: 18px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	color: #367ade;
	background-color: #b6cdfd;
	background-color: rgba(255,255,255,.7);
	margin-top: 13px;
	margin-right: 0;
	font-size: 10pt;
	text-transform: uppercase;
}
#navbar li a#adminLink {
	padding: 4px 5px 0;	
	margin: 13px 0 0 5px;
}
#navbar li a#adminLink:hover,
#navbar li a#loginName:hover {
	background-color: rgba(255,255,255,.9);
	color: #2a68c5;
}
#navbar li#agentLoginBox {
	float: right;
}
#header {
	margin: 0 0 15px;
	padding: 0;
}
#topnav {
	float: right;
	margin: 0;
	height: 23px;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #cecece;
}
#topnav li {
	float: left;
	padding: 0;
	margin: 0;
	background: url(/img/topbar_bg.gif) repeat-x left top;
}
#topnav a {
	color: #666;
	font: normal 10pt "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0;
	display: block;
}
#topnav li#tn_start {
	background: transparent none;
}
#content {
	background: #FFF none;
	border-bottom: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	position: relative;
	padding: 10px;
	text-align: left;
	min-height: 300px;
}
.sub_content {
	padding: 0 0 0 10px;
}
#copyright,
#agent_aliance_tag {
	font: normal normal 10px Verdana, sans-serif;
	margin-top: 5px;
	color: #666;
}
#agent_aliance_tag {
	float: right;
}
#agent_aliance_tag img{
	vertical-align: text-top;
}
.overNav {
	background: url(/img/carriersales_buttonbar.gif);
}
.overCap {
	background: url(/img/carriersales_buttonbar.gif) right;
}
#logobar {
	background: url(/img/carriersales_header.gif) repeat-x right top;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 73px;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 20px;
}
#tollfree {
	position: absolute;
	top: 26px;
	right: 15px;
}
#tagline {
	position: absolute;
	top: 35px;
	left: 379px;
}
#loginBox {
	position: relative;
	margin: 0;
	height: 25px;
	padding: 5px 5px 5px 7px;
}
#loginContainer {
	width: 900px;
	background: #9ead89;
	display: none;
}
#loginBox .formField {
	position: absolute;
	top: 5px;
	height: 16px;
	width: 125px;
	background-color: #e8f3d8;
	border: 1px solid #718852;
	margin: 0 11px 0 0;
	padding: 5px 5px 2px;
}
#loginBox .formButton {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 56px;
	padding: 0 7px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #e8f3d8;
	border-left-color: #e8f3d8;
	border-right-color: #718852;
	border-bottom-color: #718852;
	color: #FFF;
	background: url(/img/greenBtn_bg.gif) repeat-x left top;
	background: -webkit-gradient(linear, left top, left bottom, from(#BEDD92), to(#89B050));
	font-weight: bold;
	margin: 0;
	height: 21px;
	font-size: 9pt;
	text-shadow: 1px 1px 1px #718852;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#loginBox #UserUsername {
	right: 205px;
}
#loginBox #password,
#loginBox #UserPasswd {
	right: 60px;
}
#loginBox .formButton:hover {
	color: #000;
}

/* Business Telecom Menu */
#busTelecomMenuDropdown {
	margin: 0;
	padding: 0;
	display: block;
	overflow: visible;
}
#busTelecomContainer {
	position: absolute;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #3e6cb3;
	background-color: #3470c9;
	width: 483px;
	height: 0;
	z-index: 100;
	overflow: hidden;
}
#busTelecomMenu {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: auto;
	height: auto;
	border-width: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: #bfd9ff;
	position: absolute;
	padding: 15px 15px 15px 10px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
#busTelecomMenu dd {
	float: left;
	margin-right: 15px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#busTelecomMenu dd.menuHead h2 {
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	padding: 0;
}
#busTelecomMenu dd.menuHead {
	float: left;
	max-width:205px;
	min-width:190px;
}
#busTelecomMenu dl.subMenu {
	float: left;
	margin: 0;
}
#busTelecomMenu dl.subMenu dd {
	float: none;
	display: block;
}
#busTelecomMenu dd.separator {
	display: block;
	width: 2px;
	margin: 22px 5px;
}
#busTelecomMenu dd.menuHead a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
}
#busTelecomMenu dl.subMenu dd a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	height: 15px;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
	margin-left: 10px;
	padding: 2px 5px;
}
#busTelecomMenu dd.menuHead a:hover,
#busTelecomMenu dl.subMenu dd a:hover {
	border: 1px outset #bfd9ff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #4b95ff url(/img/menubutton_bg.gif);
	background: -webkit-gradient(linear, left top, left bottom, from(#4b95ff), to(#2360b8));
}
.calltoday {
	text-align: center;
}
.cake-sql-log {
	margin: 50px auto;	
	border: 1px solid #000;
	background-color: #e7e7e7;
	padding: 10px;
}
#UserLoginForm {
}
.submit {
}
#flash_dialog,
#error_dialog {	
	border: 4px solid #676769;
	padding: 20px;
	width: auto;
	height: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#flash_dialog {
	position: absolute;
	top: 110px;
	left: 20%;
	right: 20%;
	background-color: #ffffff;
	overflow: hidden;
}
#error_dialog {
	width: 600px;
	text-align: center; 
	margin: 50px auto;
	background:#e7e7e7;
}

/* products page */
div#promo_side ul {
	overflow: auto;
}
div#promo_side li {
	border: 1px solid #2c6bc9;
	background-color: #d5e3fe;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}	
div#product_wrap {
	overflow: auto;	
	z-index: 5;
}
div#promo_side {
	float: right;
	width:200px;
	padding: 0 0 10px 15px;
	z-index: 5;
}
div#product_main {
	/*padding: 0 10px 10px 0;*/
}
.promo_title {
	font-weight: bold;
	margin-bottom: 10px;
}
.promo_body {
	margin: 10px 0;
}
.promo_footer {
	height: 10px;
}

.datetime {
	margin-bottom: 10px;
}

/*Business Telecom*/
#product_main {
	
}

.backtotop {
	text-align: center;
	border-top-style: none;
}

/* Media Settings */
@media print { 
	#topnav { 
		display: none; 
	} 
	#container {
		width: 920px;
	}
}
.error-message {
	color:red;
}


