/* HTML tag styles */
a {
	cursor : pointer;
}

abbr[title] {
    border-style : none none dashed;
    border-width : medium medium 1px;
    border-bottom-color : #000000;
    cursor : help;
     white-space : nowrap;
}

body {
	/* Fix for M$ IE < 7 CSS hover */ behavior : url('style/csshover.htc');
	color : #000;
	font-family:Time New Roman;
	margin : 0;
	padding : 0;
}

img {
	border-width : 0;
}

input, select {
	border-radius: 3px;
	border: 1px solid #BBB7B7;
}

input[type=submit] {
    background: #5ebeff;
    padding:8px 18px 8px 18px;
    border-radius:5px;
    -moz-border-radius:5px;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    margin:10px 10px 0 0;
    border:none;
    outline:0;
    font-family: inherit;
    font-size: inherit;
}

input[type=submit]:hover {background:#7edeff;}
input[type=submit]:active {background:#2222aa;}

/* ID styles */
#header {
	background-image : url('../templates/images/header_gradient.png');
	background-repeat : repeat-x;
	margin : 0;
	padding-left : 5%;
	padding-right : 10%;
	position : fixed;
	width : 100%;
	z-index : 50;
}

#header_logo {
	height: 105px;
	width: 121px;
	vertical-align: top;
}

#header_title {
	color: #000000;
	font-family: serif;
	font-size: 32pt;
	font-variant: small-caps;
	font-weight: bold;
	height: 60px;
}

#header_subtitle {
	color: #68878a;
	font-size: 12pt;
	font-weight: bold;
	height: 60px;
	padding-left: 10px;
	vertical-align: top;
}

#main {
	margin : 0;
	padding-top : 115px;
}

#footer {
	padding : 5px;
	border-width : 0;
	text-align : center;
}


/* Class styles */
.bar_calls {
    background-color : #aaf5d0;
    float : none;
    padding : 0 0 0 2px;
}


.bar_duration {
    background-color : #e5edf9;
    float : none;
    padding : 0 0 0 2px;
}

.cdr {
	margin:0 auto;
	border-width:0;
	width: 96%;
	font-size: 0.9em;
}


.cdr th {
	background-color : #5ebeff;
	border-color : #000;
	border-width : 2px;
	text-align : center;
	padding: 4px 4px 3px;
}


.cdr .center_col {
	width : 78%;
	padding : 2px;
}


.cdr .end_col {
	width : 11%;
	padding : 1px;
}

.cdr .chart_data {
	padding : 0px;
	text-align : right;
}


.cdr .img_col {
	width : 16px;
	height : 16px;
}

.form legend, .title, .title a {
	background-color:#ffffcc
	color: #777;
	font-size: 2em;
	font-weight: bold;
}


.record {
	background-color : #fff;
	empty-cells : hide;
}


.record:hover {
	background : #ffdca8;
	color : #000;
	empty-cells : hide;
}


.record_col {
	padding: 4px 4px 5px;
	border-width : 0;
}


.center {
	text-align : center;
}

.right {
	padding-right : 80px;
	text-align : right;
	font-size: 9pt;
}

span.green {
	color:green;
}

span.red {
	color:red;
}
