@charset "utf-8";
/* CSS Document */

#content {
	font-family: Tahoma;
}

#content table tr td, #content table tr th {
	font-family: Tahoma;
}

#container_wrapper {
	width: 100%;
}

#mod_call_tabnav
{
padding: 3px 0;
margin-left: 0;
border-bottom: 2px solid #000;
}

#mod_call_tabnav li
{
list-style: none;
margin: 0;
display: inline;
}

#mod_call_tabnav li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000;
border-bottom: none;
background: #eeeeee;
text-decoration: none;
}

#mod_call_tabnav li a:link { color: #000; }
#mod_call_tabnav li a:visited { color: #000; }

#mod_call_tabnav li a:hover
{
color: #fff;
background: #E0363C;
border-color: #227;
}

#mod_call_tabnav li a#current
{
background: #E0363C;
border-bottom: 2px solid #E0363C;
color: #fff;
}

#ratings_score {
	float: right;
	background: #e0363c;
	color: #fff;
	border: 2px solid #000;
	padding: 3px;
}

#profile_loader {
	background: #E0363C;
	color: #fff;
	border: 2px solid #000;
	padding: 3px;
}

.call_rpttable {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.call_rpttable tr th {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 5px;
	background-color: #E0363C;
	color: #fff;
}

.call_rpttable tr td {
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: left;
}

/* BUTTONS */
.large_red_btn {
	background-image: url(../img/v1/large_red_btn.gif);
	background-position: bottom left;
	display: block;
	height: 31px; /* 43px - padding-top */
	padding-top: 12px;
	width: 194px;
	text-align: center;
	overflow: hidden;
}

.large_red_btn:link, .large_red_btn:visited {
	color: #585858;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.large_red_btn:hover, .large_red_btn_active {
	color: #fff !important;
	background-position: top left;
}

.med_red_btn {
	background-image: url(../img/v1/med_red_btn.gif);
	background-position: bottom left;
	display: block;
	height: 22px; /* 28px - padding-top */
	padding-top: 6px;
	width: 126px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 2px;
}

.med_red_btn:link, .med_red_btn:visited {
	color: #585858;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.med_red_btn:hover, .med_red_btn_active {
	color: #fff !important;
	background-position: top left;
}

#filterbox {
	border: 1px solid #000;
	color: #000;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}

.message {
	background-color:#D8E8FF;
	border:2px solid #AFCFFF;
	font-weight:bold;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* TYPES OF MESSAGES */
.message.error {
	background-color: #FCE0E1 !important;
	border: 2px solid #E0363C !important;
}

.message.success {
	background-color: #B5DFB5 !important;
	border: 2px solid #006600 !important;
}

.message img {
	height: 24px;
	width: 24px;
}

.message .icon {
	padding-right: 5px;
}

