/* Enswitch Default Styles */

/* =Structural */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #ccc url(/images/default/body_bg.gif) repeat-x fixed;
}
html>body { font-size: small; }
#body {
	margin: 0px 16px;
	padding: 0px;
	background: #FFFFFF;
	min-width: 950px;
}

fieldset, img, form {
	border: none;
	padding: 0px;
	margin: 0px;
}
#main {
	position: relative;
	margin-left: 248px;
}
.spacer {
	height: 15px;
	overflow: hidden;
}
.clear {
	overflow: hidden;
	height: 0px;
	clear: both;
	margin-left: -40px;
}
dl, ul, ol, li, dt, dd, select, th, td {
	font-size: 1em;
}
dt, dd, select, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
em { font-style: italic; }
strong { font-weight: bold; }
a {
	color: #005c97;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #092450;
	font-weight: bold;
	text-decoration: underline;
}

a:focus {outline-style: none;}

.universal, .browse {
	font-size: 0.85em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #005c97 url(/images/default/universal_link.gif) repeat-x;
	padding: 4px 7px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
}
.universal:hover {
	color: #159cf2;
	text-decoration: none;
}

a.universal { padding: 5px 8px; }
* html a.universal { padding-bottom: 6px; }
.ie_cutoff_fix { display: block; }


/* =Header */

#header {
	background: url(/images/default/head_bg.gif) repeat-x #005c97;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* +Subtitle */

#h_subtitle {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #e1ecfa;
	padding: 8px;
	font-weight: bold;
	font-size: 0.85em;
}
#h_subtitle a { text-decoration: underline; }
#h_subtitle a:hover { text-decoration: none; }
#h_subtitle #logout {
	float: right;
	white-space: nowrap !important;
}

select {
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px;
}

#h_subtitle .selector {
	background: url(/signup/images/default/selector.gif) no-repeat 50% 100%;
	padding-bottom: 6px;
}

/* =Navigation */
#nav_bar {
	float: left;
	width: 247px;
	margin: 0px 0px 0px -248px;
	position: relative;
	background: url(/images/default/main_bg.gif) repeat-y
}
#nav_bar ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav_bar li {
	margin: 0px;
	list-style-type: none;
	display: block;
	border: 0px;
	height: 40px;
}
#nav_bar li a {
	display: block;
	margin: 0px;
	width: 195px;
}
#nav_bar li.major a {
    padding-left: 46px;
	height: 40px;
	width: 201px;
	color: #fff;
	background: no-repeat;
	background-position: left top;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}
#nav_bar li.major a:hover, #nav_bar li.major a.current {
	color: #159cf2;
	background-position: right top !important;
}
#nav_bar li.minor {
	display: block;
	width: 200px;
	height: 20px;
	margin: 10px 0 10px 46px;
	font-size: .9em;
}
#nav_bar li.minor a, #nav_bar li.minor a:hover {
    padding: 0 0 0 10px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
}
#nav_bar li.minor a {
	width: 190px;
	text-decoration: none;
}
#nav_bar li.minor a:hover, #nav_bar li.minor a.current {
	color: #159cf2;
	text-decoration: none;
}

/* =Content */
#content {
	padding: 5px 10px;
}
p {
	text-align: justify;
	margin: 5px 0px 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #005c97;
	background: url(/images/default/dot.gif) repeat-x bottom;
	margin: 0px;
	height: 30px;
	padding: 6px 8px 0px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 5px 10px;
	color: #005c97;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding-bottom: 15px;
}
h5 {
	margin: 13px 20px 7px;
	font-size: 1em;
	font-weight: bold;
}
sup {
	font-weight: bold;
}
.pages {
	text-align: right;
	font-weight: bold;
}
.notification, div.error {
	padding: 1px;
	background: #FFFFFF;
	margin: 10px 50px;
	border: 1px solid;
}
.notification { border-color: #005c97; }
div.error { border-color: #005c97; }
.notification div, div.error div, .warning {
	font-size: 0.9em;
	text-align: center;
	padding: 9px 40px 9px 8px;
	color: #000;
	min-height: 14px;
	margin: 0px;
	background: #e1ecfa no-repeat 100% 4px;
}
.notification div {
	background-image: url(/images/default/tick.png);
}
div.error div {
	background-image: url(/images/default/error.png);
}
.notification p, div.error p {
	font-size: 1.11em;
	font-weight: normal;
	text-align: justify;
	margin: 5px;
}
.warning {
	background: url(/images/default/warning.png) no-repeat 100% 4px;
	min-height: 24px !important;
}
p.error {
	color: #773322;
	font-weight: bold;
}
p.error:before {
	content: 'ERROR: ';
	font-weight: normal;
}

.spaced {
	margin: 10px;
}
.unmoveable {
	cursor: inherit !important;
}

/* Intro page */
.intro {
	min-height: 275px;
	padding: 8px 350px 0px 0px;
	margin: 5px 5px 0px 0px;
}

/* =Forms */

/* +Extra wide forms */
.hs_container {
	overflow: auto;
	border: 1px solid #005c97;
}
.horizontal_scroll .complex {
	border: 0;
	margin: 0;
}
.horizontal_scroll .foot {
	background: #3289C1;
	border: 1px solid #005C97;
	border-top-width: 0;
}
.horizontal_scroll .button {
	text-align: center;
	padding: 6px;
}
.horizontal_scroll .results {
	margin: 0;
	padding: 0;
	min-width: 200px;
	border: 0;
	width: auto;
}
.horizontal_scroll .results .key_field {
	width: auto;
}
.horizontal_scroll input.short, .horizontal_scroll input.short:focus {
	width: 3em;
}
.horizontal_scroll input.normal, .horizontal_scroll input.normal:focus {
	width: 6em;
}
.horizontal_scroll input.long, .horizontal_scroll input.long:focus {
	width: 10em;
}


/* +Complex forms (+ similar detail lists) */
.complex {
	margin: 5px 20px 10px 20px;
	border: 1px solid #005c97;
	padding: 1px;
}
.complex table {
	background: #F4F4F6;
}
.complex table table {
	margin: 5px auto;
	background-image: none;
	border: 0px solid #3F7C5F;
	border-width: 1px 0px;
}
.complex table table td {
	background-color: #FFFEFC;
}
.complex th {
	padding: 10px;
	min-height: 15px;
	border-bottom: 1px solid #005c97;
	background: #005c97 url(/images/default/universal_link.gif) repeat-x top;
	white-space: nowrap;
	color: #fff;
}
.complex .single th {
	border-bottom: 0px;
}
.complex td.field {
	text-align: center;
}
.complex td {
	background: none;
}
.complex tfoot td {
	height: 1px;
	overflow: hidden;
}
.complex .section_title {
	padding: 12px 20px 8px;
}
.complex .section_title div {
	padding: 5px;
	margin: 0px;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	background: #EFECD0;
	border: 1px dotted #779977;
}
.complex .blurb {
	margin: 20px 30px 10px;
}

.nowrap { white-space: nowrap; }

/* +Results forms (list) */
.results {
	margin: 5px auto 10px;
	padding: 1px 1px 0px;
	min-width: 200px;
	border: 0px solid #005c97;
	border-width: 1px 0px;
	width: 99%;
}
.results td { border-bottom: 1px solid #FFFFFF; }
.results .row1 td { background-color: #e1ecfa; }
.results .row2 td { background-color: #FFFFFF; }
.results .head th {
	padding: 10px;
	min-height: 15px;
	border-bottom: 1px solid #005c97;
	background: #005c97 url(/images/default/universal_link.gif) repeat-x top;
	white-space: nowrap;
	color: #fff;
}
.results .head th .note {
	font-weight: normal !important;
	font-size: 0.92em;
}
.results .foot td {
	border: 0px solid #005c97;
	border-bottom: none;
	border-width: 1px 0px;
	background: #3289c1;
}
.results .box {
	border-right: 1px solid #FFFFFF;
	padding: 6px 10px;
	white-space: nowrap;
	width: 0px;
	text-align: center;
	vertical-align:  text-top;
}
.results .key_field {
	padding: 6px 5px;
	vertical-align: text-top;
	white-space: nowrap;
	width: 80em;
}
.results .status {
	text-transform: capitalize;
}
.results div.details {
	color: #666666;
	margin: 5px 10px;
	border-left: 1px solid #CCCCCC;
	padding: 1px 8px;
	font-weight: normal;
}
.results td.details {
	color: #666666;
	margin: 5px 10px;
	padding: 6px 9px;
	font-weight: normal;
}
.results .links {
	text-align: right;
	vertical-align: text-top;
	white-space: nowrap;
	padding: 0px 6px;
}
.results .key_field a {
	font-weight: bold;
	color: #005c97;
	text-decoration: none;
}
.results .key_field a:hover {
	color: #092450;
	text-decoration: underline;
}
.results .details a {
	font-weight: normal;
	color: #113311;
	text-decoration: none;
}
.results .details a:hover {
	color: #447744;
	text-decoration: underline;
}
.results .dual { text-align: left; }
.results .secondary {
	float: right;
	margin-left: 5px;
}

/* +General form styles */
.inline_link {
	font-weight: bold;
	vertical-align: text-bottom;
}
.increase img {
	margin-top: 4px;
}
.increase a {
	font-weight: normal;
}

table .destination_active {
	color: #005c97 !important;
}
table .destination_active:before {
	content: "*\A0";
}

table .label {
	font-size: 0.88em;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	color: #223322;
}
table .label_left_minor {
	font-size: 0.88em;
	text-align: left;
	padding: 5px;
	color: #223322;
}
table .for_box { text-align: left !important; }
table .message {
	text-align: center;
	padding: 7px 5px 0px;
	color: #223322;
}
table .label .note {
	font-size: 0.92em;
	font-weight: normal;
}
table .input {
	padding: 5px;
	vertical-align: top;
}
table .button {
	text-align: center;
	padding: 6px;
}
table .button table {
	border: none;
}
table .gap { border-bottom: 1px solid #3F7C5F; }
table .hr div { /* MSIE doesn't like styled <hr /> tags */
	height: 10px;
	border-bottom: 1px dashed #005c97;
	margin: 4px 30px 1px;
	font-size: 1px;
	overflow: hidden;
}
.req { color: #773322 !important; }
.req:before {
	content: "*";
}
table h3 {
	padding: 0px 0px 0px 20px;
	color: #005c97;
}
.category {
	float: right;
	margin: 5px 5px 0px 0px;
}
	

/* +Elements */

form input.text, form input.text:focus, form input.disabled, form textarea, form textarea:focus {
	margin: 0px;
	padding: 1px;
	width: 80%;
}
form input.text, form textarea {
	border: 1px solid;
	background-color: #FFFFFF;
	border-color: #888B88 #D0D3D0 #D0D3D0 #888B88;
}
form input.text:hover, form textarea:hover {
	border-color: #444744 #A0A3A0 #A0A3A0 #444744;
}
form input.text:focus, form textarea:focus {
	background-color: #FFFFF7;
	border-color: #444744 #A0A3A0 #A0A3A0 #444744;
}
form input.disabled {
	border: 1px solid;
	border-color: #888B88 #D0D3D0 #D0D3D0 #888B88;
}
form input.partial, form input.partial:focus { width: auto; }
form .extend { text-align: left !important; }
form .extend select { width: 80% !important; }
form .extend_dual input { width: 40% !important; }
form .extend_dual select { width: 40% !important; }
form .narrow select { min-width: 100px !important; }
form .dual_narrow select { min-width: 206px !important; }
form .extend input, form .extend input:focus { width: 80% !important; }

div.block {
	width: 100%;
	clear: both;
}

div.panel {
	border: 1px solid;
	/*border-radius: 4px 4px;*/
	margin: 3px 8px;
	padding: 2px 2px 2px 30px;
	position: relative;
	width: 15em;
	font-size: 0.85em;
}

div.panel.call {
	cursor: move;
}
div.panel.call.in {
	background: #E8E8E8 url(/panel/images/default/call_in.png) no-repeat left;
	border-color: #F8F8F8 #D8D8D8 #D8D8D8 #F8F8F8;
}
div.panel.call.internal {
	background: #E8E8E8 url(/panel/images/default/call_internal.png) no-repeat left;
	border-color: #F8F8F8 #D8D8D8 #D8D8D8 #F8F8F8;
}
div.panel.call.out {
	background: #E8E8E8 url(/panel/images/default/call_out.png) no-repeat left;
	border-color: #F8F8F8 #D8D8D8 #D8D8D8 #F8F8F8;
}
div.panel.call.park {
	background: #E8E8E8 url(/panel/images/default/call_park.png) no-repeat left;
	border-color: #F8F8F8 #D8D8D8 #D8D8D8 #F8F8F8;
	text-decoration: blink;
}
div.panel.call p.timer {
	float: left;
	width: 15%;
}
div.panel.call p.info {
	float: right;
	width: 75%;
}

div.panel.phone {
	padding-left: 26px;
	cursor: move;
}
div.panel.phone.dnd {
	background: #E4EEF8 url(/panel/images/default/phone_dnd.png) no-repeat left;
	border-color: #F0F0FF #D4D4D8 #D4D4D8 #F0F0FF;
}
div.panel.phone.idle {
	background: #E4EEF8 url(/panel/images/default/phone_idle.png) no-repeat left;
	border-color: #F0F0FF #D4D4D8 #D4D4D8 #F0F0FF;
}
div.panel.phone.in {
	background: #E4EEF8 url(/panel/images/default/phone_in.png) no-repeat left;
	border-color: #F0F0FF #D4D4D8 #D4D4D8 #F0F0FF;
}
div.panel.phone.internal {
	background: #E4EEF8 url(/panel/images/default/phone_internal.png) no-repeat left;
	border-color: #F0F0FF #D4D4D8 #D4D4D8 #F0F0FF;
}
div.panel.phone.out {
	background: #E4EEF8 url(/panel/images/default/phone_out.png) no-repeat left;
	border-color: #F0F0FF #D4D4D8 #D4D4D8 #F0F0FF;
}
div.panel.phone.unregistered {
	background: #E4EEF8 url(/panel/images/default/phone_unregistered.png) no-repeat left;
	border-color: #F0F0FF #D4D4D8 #D4D4D8 #F0F0FF;
}
div.panel.feature {
	padding-left: 26px;
	background: #E4EEF8 url(/panel/images/default/feature.png) no-repeat left;
	border-color: #F0F0FF #D4D4D8 #D4D4D8 #F0F0FF;
}
#features_div div {
	float: left;
}
#features_div h3, #calls_div h3 {
	text-align: left;
	margin-left: 0px;
	padding-left: 5px;
}

th.panels_head {
	color: #005c97;
	margin: 2px;
	width: 100%;
}
th.panels_head_left, div#calls_div {
	width: 19em;
}
.emphasise {
	font-weight: bold;
}

/* =Traces */
#trace {
	font-family: monospace, fixed;
	font-size: 0.85em;
}

div.trace_sip {
	color: #008800;
}

div.trace_agi_dial {
	color: #00aaaa;
}

div.trace_agi_debug {
	color: #666666;
}

div.trace_agi_warning {
	color: #ec6a00;
	font-weight: bold;
}

div.trace_agi_error {
	color: #e00000;
	font-weight: bold;
}

/* =Footer */
#footer {
	background: #e1ecfa;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
	padding: 8px;
	font-weight: bold;
	font-size: 0.85em;
	text-align: center;
	width: auto;
}
