@import url(../global101.css);
@import url(displaytag.css);

.topmenu {
	background-image: url(../../images/efs_carrier/topbar.jpg);
	background-repeat:no-repeat;
    height: 28px;
    width: 1008px;
    margin: 0px;
    padding: 0px;
}
.topmenu a:link, .topmenu a:active, .topmenu a:visited {
    font-weight: bold;
    text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}
.topmenu a:hover {
    color: #243308;
    font-weight: bold;
    font-size: 10px;
}
.header{
	background-image: url(../../images/efs_carrier/efs_white_header.jpg);
	background-repeat:no-repeat;
    height: 81px;
    width: 1008px;
    margin: 0px;
    padding: 0px;
}
.emptyheader{
	background-image: url(../../images/efs_carrier/banner.jpg);
	background-repeat:no-repeat;
    height: 81px;
    width: 1008px;
    margin: 0px;
    padding: 0px;
}
.mainmenu {
	background-image: url(../../images/efs_carrier/menubar.jpg);
	background-repeat:no-repeat;
    height: 30px;
    width: 1008px;
    margin: 0px;
    padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.footer {
	background-repeat:no-repeat;
    height: 66px;
    width: 1008px;
    margin: 0px;
    padding: 0px;
	text-align: center;
}
.footer a:link, a:visited{
	font-size: 12px;
	color: #243308;
	text-decoration: none;
}
.footer a:hover {
	color: #243308;
}
.large {
	font-size: 17px;
	font-weight: bold;
	color: #243308;
}
.large a:link, .large a:visited{
	font-size: 17px;
	font-weight: bold;
	color: #243308;
	text-decoration: underline;
}
a:link, a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #243308;
	text-decoration: underline;
}
a:hover {
	background-color: #6C757A;
	color: #ffffff;
}
fieldset {
	background-color:  #F5F5F5;
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: .5em .5em;
}
.efsPopupDialog .ui-dialog .ui-dialog-content {
	background-color: #F5F5F5;
}
.efsPopupDialog .ui-dialog-titlebar-close {
	display: none;
}
.efsPopupDialog {
	background-color: #F5F5F5;
	margin: 5px;
}
.bordered {
	background-color: #F5F5F5;
	border: 2px groove #243308;
	margin: 5px;
}
th {
	font-size: 13px;
	background-color: #CE1126;
	color: #ffffff;
    font-weight: bold;
}
th a:link, th a:active, th a:visited {
	font-weight: bold;
    text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
th a:hover {
	color: #243308;
    font-weight: bold;
    font-size: 12px;
	background-color:#ffffff;
}
.horizontalMenuSelected {
	font-size: 12px;
	background-color: #6C757A;
	color: #ffffff;
    font-weight: bold;
}
.horizontalMenu {
	font-size: 12px;
	background-color: #F5F5F5;
	color: #ffffff;
    font-weight: bold;
}
.horizontalMenu a:link, .horizontalMenu a:active, .horizontalMenu a:visited {
	font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}
.horizontalMenu a:hover {
	font-size: 12px;
	text-decoration: underline overline;
	background-color: #6C757A;
	color: #ffffff;
    font-weight: bold;
}
.dashboardTitle {
	color: #ffffff;
}
.content1 {
	background-repeat: repeat-y;
	width: 1008px;
	margin: 0px;
    padding: 0px;
}
.primaryButton {
	color: #333333;
    background-color: #CCCCCC;
    border: 2px outset #333333;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    height: 25px;
    width: auto
}
input.button {
	color: #333333;
    background-color: #CCCCCC;
    border: 2px outset #333333;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    height: 25px;
    width: 100px;
}
.big {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
/* Warning: IE doesn't support pseudo-class :focus */
form input:focus, form textarea:focus, form select:focus {
    border: 2px inset #333333;
}
