/* Font sizes used: 9, 10, 11, 12, 14, 17 */

body {
	margin:0px;
	font-family: Helvetica;
	font-size:62.5%
}


a{
	text-decoration: none;
	color: #000000;
}


img{
	border: 0px;
}


#partnerPortalLogo {
	background-image: url('../img/sprites.png');
	background-repeat: no-repeat;
	width: 192px;
	height: 59px;
	background-position: -1px -91px;
	float: left;
	margin: 5px 0px 5px 0px;
}


#partnerPortalName{
	float: left;
	margin: 24px 0px 0px 8px;
	font-size: 34px;
	font-family: Georgia, serif;
	color: #006699;
	letter-spacing: -1.4px;
}


#headerOuter {
	background: #EFEFEF;
	width: 100%;
	text-align: center;
}


#headerInner {
	width: 980px;
	margin: 0px auto 0px auto;
}


#headerTable{
	float: right;
	margin-top: 12px;
}


#headerTable th{
	font-weight: normal;
	text-align: right;
}


#headerTable td{
	font-weight: bold;
	text-align: left;
}


#headerTable a{
	padding: 2px;
	border: 1px solid #CCCCCC;
}


#headerTable a:hover{
	text-decoration: underline;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
}


#navBarOuter {
	background-image: url('../img/sprites.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 32px;
	background-position: 0px 0px;
}


#navBarInner {
	width: 980px;
	margin: 0px auto 0px auto;
}


#navBarInner span{
	display: block;
	float: left;
	height: 32px;
	padding: 0px 14px 0px 14px;
	margin: 0px 18px 0px 0px;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	background: #FFFFFF;
	line-height: 32px;
	font-size: 1.5em;
	font-weight: bold;
}



#navBarInner a{
	display: block;
	float: left;
	height: 25px;
	margin: 7px 18px 0px 0px;
	padding: 0px 14px 0px 14px;
	line-height: 22px;
	font-size: 1.3em;
	color: #FFFFFF;
}


#navBarInner .adminTab{
	float: right;
}


#navBarInner a:hover{
	background: #FFFFFF;
	color: #000000;
}


#adminNav{
	background: #F3F3F3;
	border: 1px solid #AAAAAA;
	border-width: 1px 0px 1px 0px;
	height: 32px;
}


#adminNav span{
	display: block;
	float: left;
	height: 28px;
	color: #006699;
	padding: 0px 14px 0px 14px;
	margin: 4px 18px 0px 0px;
	border: 1px solid #AAAAAA;
	border-bottom: 0px;
	background: #FFFFFF;
	line-height: 28px;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	bottom: -1px;
}


#adminNav a{
	display: block;
	float: left;
	height: 28px;
	margin: 2px 18px 0px 0px;
	padding: 0px 14px 0px 14px;
	line-height: 22px;
	font-size: 1.3em;
	color: #006699;
	position: relative;
	bottom: -3px;
}


#adminNav a:hover{
	background: #FFFFFF;
	color: #0086BF;
	text-decoration: underline;
	border: 1px solid #AAAAAA;
	padding: 0px 13px 0px 13px;
	border-bottom: 1px solid #FFFFFF;
	line-height: 24px;
}


#adminReportsNav a{
	display: inline;
	height: 28px;
	margin: 2px 18px 0px 0px;
	padding: 0px 14px 0px 14px;
	line-height: 22px;
	font-size: 1.3em;
	color: #006699;
	position: relative;
	bottom: -3px;
}


#adminReportsNav{
	margin: 10px 0px 20px 0px;
	padding-bottom: 17px;
	border-bottom: 1px solid #AAAAAA;
}


#adminReportsNav a{
	text-decoration: underline;
}


#adminReportsNav a:hover{
	color: #0086BF;
}


.optionsBox{
	float: right;
	font-size: 1.2em;
	margin: 2px 0px 4px 0px;
}


.optionsBox a{
	padding: 6px;
}


.optionsBox a:hover{
	text-decoration: underline;
}


.optionsBox a img{
	vertical-align: middle;
}


.hr{
	width: 100%;
	background: #AAAAAA;
	height: 1px;
	margin-top: 4px;
	clear: both;
}


.contentBox{
	width: 980px;
	margin: 0px auto 0px auto;
	clear: both;
}


.stdSelect, .stdSelectShort, .stdSelectLong{
	width: 200px;
	background: url('../img/sprites.png') repeat-x;
	background-position: 0px -33px;
	border: 1px solid #666666;
	padding: 2px;
	font-size: 12px;
	vertical-align: middle;
}


.stdSelect:hover, .stdSelectShort:hover, .stdSelectLong:hover{
	border: 3px double #999999;
	padding: 0px;
	cursor: pointer;
}


.stdSelectShort{
	width: 130px;
}


.stdSelectLong{
	width: 330px;
}


.reqSelect option, .stdSelect option, .reqSelectShort option, .stdSelectShort option, .reqSelectLong option, .stdSelectLong option{
	background: #EFEFEF;
}


.stdSelectMultiple{
	background: #EFEFEF;
	height: 68px;
	width: 200px;
	font-size: 12px;
}


.stdSelectMultiple option{
	background: #EFEFEF;
}


h1{
	font-size: 1.7em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


h1 span{
	font-family: Georgia, serif;
	color: #006699;
	font-weight: normal;
}


h4{
	font-size: 1.7em;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #4EAD2B;
}


h4 span{
	color: #000000;
}


.redH4{
	color: #CC0000;
}


.adminWarning, .adminInfoGreen, .adminInfo{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
}


.adminWarning{
	color: #CC0000;
}


.parentWarning{
	color: #CC0000;
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: bold;
}


.adminInfoGreen{
	color: #4EAD2B;
}


.adminInfo select{
	margin: 0px 30px 0px 8px;
}


.adminAgentAssignmentTable{
	font-size: 1.1em;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	color: #000000;
	border-bottom: 1px solid #AAAAAA;
	border-spacing: 0px 0px;
}


.adminAgentAssignmentTable thead tr th{
	background: #F3F3F3;
	border: 1px solid #AAAAAA;
	padding: 2px 24px 2px 24px;
	font-size: 1.1em;
}


.adminAgentAssignmentTable tbody tr th{
	border: 1px solid #AAAAAA;
	color: #666666;
	font-size: 1.1em;
	padding: 2px 24px 2px 24px;
	font-style: italic;
}


.adminAgentAssignmentTable tbody tr td{
	border: 1px solid #AAAAAA;
	border-width: 0px 1px 0px 1px;
	padding: 3px 6px 3px 6px;
	text-align: center;
	font-size: 1.1em;
}


.adminAgentAssignmentTable tbody tr td label, .adminAgentAssignmentTable tbody tr td input{
	font-size: 0.9em;
	vertical-align: middle;
}


.adminAgentAssignmentTable tbody tr .newAssignment{
	color: #4EAD2B;
	font-weight: bold;
}


.adminAgentAssignmentTable tbody tr .oldAssignment{
	color: #AA0000;
	font-weight: bold;
	background: #FFFFD9;
}


.adminAgentAssignmentTable tbody .darkRow{
	background: #F3F3F3;
}


.checkAll{
	text-align: center;
	background: #CCCCCC;
	margin: 2px auto 2px auto;
	border: 1px solid #AAAAAA;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
}


.checkAll:hover{
	color: #666666;
	background: #DDDDDD;
}


.submitWrapper{
	clear: both;
	text-align: center; 
	margin: 2px 10px 10px 10px;
}


.submitButton{
	border: 1px solid #666666;
	padding: 2px 6px 3px 6px;
	font-size: 1.0em;
	background: #AA0000;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
}


.submitButton:hover{
	background: #CC0000;
}


.contentBoxItem{
	float: left;
	padding: 0px 12px 12px 12px;
	margin: 8px 3px 12px 3px;
}


.dataTable tr th{
	font-size: 1.2em;
	font-weight: normal;
	text-align: right;
	padding-right: 15px;
	line-height: 14px;
}


.dataTable tr td{
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;
	line-height: 14px;
}


.dataTable tr .spacer{
	padding-right: 70px;
}


.dataTable tr .green{
	color: #3C8521;
}


.dataTable tr .red{
	color: #AA0000;
}


.sortableTable{
	margin-top: 8px;
	font-size: 1.1em;
	border-collapse: separate;
	background: #AAAAAA;
	border-spacing: 1px 1px;
	width: 100%;
	color: #000000;
}


.sortableTable thead tr .blueTableHeader{
	background-image: url('../img/sprites.png');
	background-repeat: repeat-x;
	height: 24px;
	background-position: 0px -58px;
	color: #FFFFFF;
	vertical-align: top;
}


.sortableTable thead tr .blueTableHeader div{
	float: left;
	height: 24px;
	line-height: 24px;
	margin-left: 6px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	vertical-align: middle;
}


.sortableTable thead tr th{
	background: #ACCAEA;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	line-height: 2.0em;
}


.sortableTable thead tr td span{
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 23px;
	margin: 0px 8px 0px 8px;
}


.sortableTable thead tr td span a{
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 12px;
}


.sortableTable thead tr td span a:hover{
	color: #EEEEEE;
}


.sortableTable thead tr td .sortableTableOptions{
	float: right;
}


.sortableTable thead tr .smallColHeader{
	line-height: 1.2em;
	font-size: 0.8em;
}


.sortableTable thead tr th a{
	display: block;
	padding: 3px 8px 3px 8px;
}


.sortableTable thead tr th a:hover{
	background: #BFE7FF;
}


.sortableTable a.currSorting{
	padding: 3px 1px 3px 1px;
}


.sortableTable tbody .darkRow{
	background: #EBF0F5;
}


.sortableTable tbody .lightRow{
	background: #F8F9F9;
}

.sortableTable tbody .greenRow{
	background: #E3FFD9;
}

.sortableTable tbody tr td{
	padding: 1px 6px 1px 6px;
	text-align: center;
	height: 1.6em;
}


.sortableTable tbody tr .red{
	color: #CC0000;
	font-weight: bold;
}


.sortableTable tbody tr .green{
	color: #3C8521;
	font-weight: bold;
}


.sortableTable tbody tr td .greenLink{
	color: #3C8521;
}


.sortableTable tbody tr td .redLink{
	color: #AA0000;
}


.sortableTable tbody tr td a{
	color: #005071;
	text-decoration: underline;
	display: block;
	width: 98%;
	height: 100%;
	font-weight: bold;
	border: 1px solid #F1F2F2;
	padding: 3px 0px 3px 0px;
	text-align: center;
	text-indent: 0px;
}


.sortableTable tbody tr td a:hover{
	color: #0086BF;
	background: #FFFFFF;
	border: 1px solid #D1C6B2;
}


.sortableTable tbody tr td a img{
	position: relative;
	top: 2px;
}


.sortableTable tbody tr .leadMatch{
	color: #FFFFFF;
	background: #3C8521;
	padding: 0px 5px 0px 5px;
}


.sortableTable tfoot{
	border: 0px;
}


.sortableTable tfoot tr{
	background: #FFFFFF;
	line-height: 20px;
	border: 0px;
	text-align: center;
}


.sortableTable tfoot tr td{
	border: 0px;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
}


#trendsBox{
	float: right;
	border: 1px solid #CCCCCC;
}


#trendsBox span{
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	padding-right: 12px;
}


#trendsBox .checkbox{
	vertical-align: middle;
	padding: 0px;
	margin: 0px 12px 0px 0px;
}


#trendsBox label{
	font-size: 1.1em;
	vertical-align: middle;
}


.paginationWrapper{
	margin-top: 12px;
	font-size: 1.3em;
	text-align: center;
}


.paginationWrapper a{
	margin: 4px 3px 0px 3px;
	padding: 3px 6px 3px 6px;
	border: 1px solid #999999;
	background: #EBF0F5;
}


.paginationWrapper span {
	margin: 4px 3px 0px 3px;
	padding: 3px 3px 3px 3px;
}


.paginationWrapper a:hover{
	border: 1px solid #999999;
	background: #BFE7FF;
	text-decoration: underline;
}


h3{
	font-size: 1.1em;
	margin: 1px 0px 2px 0px;
	padding: 0px;
	font-weight: normal;
	color: #999999;
	font-style: italic; 
}


.reqInput,


.reqInput, .stdInput, .optInput, .reqInputDefault, .stdInputShort, .stdInputTiny{
	width: 126px;
	background: #EFEFEF;
	border: 1px solid #666666;
	padding: 2px;
	vertical-align: middle;
	resize: none;
}


 .stdInput:hover, .optInput:hover, .reqInputDefault:hover, .stdInputShort:hover, .stdInputTiny:hover{
	border: 3px double #999999;
	padding: 0px;
}


.stdInputShort{
	width: 100px;
}


.stdInputTiny{
	width: 40px;
}


.stdTextArea{
	width: 360px;
	height: 100px;
	background: #EFEFEF;
	border: 1px solid #666666;
}


.optInput, .reqDateInput, .stdDateInput, .reqInputDefault{
	color: #AAAAAA;
}


.reqDateInput, .stdDateInput{
	float: left;
	width: 80px;
	background: #EFEFEF;
	border: 1px solid #666666;
	padding: 2px;
}


.reqDateInput:hover,.stdDateInput:hover{
	border: 3px double #999999;
	padding: 0px;
}


.dateIcon{
	float: left;
	padding: 2px 1px 0px 3px;
	border: 1px solid #999999;
	border-left: 0px;
	background: #EFEFEF;
	background-position: -163px -47px;
	cursor: pointer;
}


.dateIcon:hover{
	border: 1px solid #000000;
	border-left: 0px;
	background: #BFE7FF;
}


.calendarWrapper{
	position: absolute;
	float: left;
	height: 0px;
	overflow: hidden;
}


#datePicker{
	float: left;
	background: #0A7EB8;
	padding: 5px;
	border: 1px solid #999999;
}


.calendarTable{
	border-collapse: collapse;
	background: #999999;
	border: 0px;
	text-align: center;
}


.calendarTable thead th{
	width: 22px;
	background: #ACCAEA;
	font-size: 0.9em;
	border: 1px solid #999999;
}


.calendarTable tbody td{
	background: #EFEFEF;
	font-size: 1.1em;
	border: 1px solid #999999;
}


.calendarTable tbody td a{
	display: block;
	width: 22px;
	border: 1px solid #EFEFEF;
	font-family: Monaco;
}


.calendarTable tbody td a:hover{
	background: #BFE7FF;
	border: 1px solid #999999;
	text-decoration: underline;
	font-weight: bold;
}


#calendarClose{
	float: right;
	margin: 6px 6px 0px 0px;
	color: #FFFFFF;
	background: #D33434;
	border: 1px solid #999999;
	line-height: 13px;
}


#calendarClose:hover{
	border: 1px solid #000000;
	background: #880000;
}


#calendarToday{
	float: left;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #D1C6B2;
	line-height: 17px;
	width: 60%;
	margin: 4px 0px 0px 4px;
}


#calendarToday:hover{
	border: 1px solid #999999;
	background: #BFE7FF;
	text-decoration: underline;
}


.calendarMonth{
	float: left;
	width: 60%;
	padding: 4px 0px 4px 0px;
	clear: both;
}


.calendarYear{
	float: right;
	width: 40%;
	padding: 4px 0px 4px 0px;
}


.calendarHeader{
	padding: 0px;
	background: #EFEFEF;
	border: 1px solid #999999;
	border-bottom: 0px;
	line-height: 20px;
}


.calendarHeader a{
	padding: 0px 3px 0px 3px;
	border: 1px solid #EFEFEF;
	line-height: 18px;
}


.calendarHeader a:hover{
	background: #BFE7FF;
	border: 1px solid #999999;
}


.IEOverlayFixer{
	z-index: -1;
	float: left;
	width:100%;
	height:100%;
	background: #FFFFFF;
	position:absolute;
	left:0px;
	top:0px;
}


.radioButton, .checkBox{
	vertical-align: middle;
	width: 20px;
}


#reportsTable{
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
	padding: 3px;
}


#reportsTable th{
	font-size: 1.2em;
}


#reportsTable td{
	padding: 4px 0px 4px 0px;
}


#manageCore{
	float: right;
	font-size: 1.3em;
	padding: 1px 3px 1px 3px;
	margin: 2px 0px 4px 0px;
	background: #EFEFEF;
	border: 1px solid #AAAAAA;
	font-weight: bold;
}


#manageCore:hover{
	text-decoration: underline;
	background: #F6F6F6;
	border: 1px solid #999999;
}


.reportInfoDark{
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
	padding: 1px 8px 8px 8px;
}


.reportInfoLight{
	padding: 1px 8px 8px 8px;
}


.reportInfoDark div, .reportInfoLight div{
	font-size: 1.1em;
}


.reportInfoDark a, .reportInfoLight a{
	float: right;
	margin: 1.1em 0px 0px 10px;
	text-decoration: underline;
	font-size: 1.1em;
}


.reportInfoDark a:hover, .reportInfoLight a:hover{
	color: #666666;
}


.officeInfo{
	font-family: Helvetica;
	color: #666666;
	font-size: 0.7em;
	margin-left: 20px;
}


h2{
	font-size: 1.4em;
	margin: 10px 0px 7px 0px;
	padding: 0px;
}


.dateFeedback{
	font-weight: bold;
	font-size: 0.8em;
}


.viewByWrapper{
	font-size: 1.1em;
	vertical-align: middle;
}


.viewByWrapper input{
	vertical-align: middle;
	margin-left: 30px;
}


.viewByWrapper .firstInput{
	margin-left: 0px;
}


.adminSimpleTableWrapper{
	float: left;
	border: 1px solid #EEEEEE;
	padding: 10px;
	position: relative;
}


.adminSimpleTable thead tr th, .adminSimpleDataTable thead tr th{
	text-align: left;
}


.adminSimpleTable tbody tr th, .adminSimpleDataTable tbody tr th{
	text-align: right;
	font-size: 1.2em;
}


.adminSimpleTable tbody tr td, .adminSimpleDataTable tbody tr td{
	font-size: 1.2em;
}


.adminSimpleTable tbody tr td input, .adminSimpleTable tbody tr td select{
	margin: 0px 15px 2px 10px;
}


.adminSimpleTable tbody tr .addEditUserTH{
	vertical-align: top;
	text-align: left;
}


.adminSimpleTable tbody tr .addEditUserTH select{
	margin: 2px 15px 2px 0px;
}


.adminSimpleTable tbody tr td span, .adminSimpleDataTable tbody tr td span{
	display: block;
	padding-left: 12px;
}


#officeSortableList, #groupSortableList{
	width: 420px;
}


#editRETransTable{
	margin: 26px auto 20px auto;
}


.loginOuter{
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 16px 0px 16px 0px;
}


.loginInner{
	background: #FFFFFF;
	border: 8px solid #005071;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 600px;
	padding: 8px 0px 18px 0px;
	line-height: 30px;
	font-size: 1.2em;
}


.loginInner table{
	margin: 0px auto 0px auto;
}


.loginFormTable{
	text-align: right;
	line-height: 1.6em;
}


.loginFormTable th{
	text-align: left;
	font-weight: normal;
}


.loginFormTable td{
	padding-right: 8px;
	color: #000080;
	font-size: x-small;
	font-family: Verdana;
}


.loginFormTable a, .blueLink{
	text-decoration: underline;
	color: #005071;
}


.loginFormTable a:hover, .blueLink:hover{
	color: #0086BF;
}


.centered{
	text-align: center;
}


.passwordReqs{
	text-align: left;
	margin-left: 86px;
}


.passwordReqs ul{
	margin-top: 0px;
}


.passwordReqs ul 	li{
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}


@media print {
	body {
		width: 670px;
		overflow: hidden;
	}


	div{
		display: none;
		visibility: hidden;
	}


	.contentBox{
		visibility: visible;
		display: block;
		width: 670px;
		padding: 0px;
	}


	.contentBoxItem{
		float: none;
		display: block;
		visibility: visible;
		margin: 18px 0px 12px 0px;
		padding: 0px;
	}
	
	
	h1{
		visibility: visible;
	}
	
	
	h4{
		visibility: visible;
	}
	
	
	.sortableTable{
		visibility: visible;
		display: block;
		border-collapse: collapse;
		border-spacing: 0px 0px;
		width: 665px;
	}


	.sortableTable tbody tr td{
		border: 1px solid #CCCCCC;
	}
	
	
	.adminAgentAssignmentTable, #agentAssignmentTable{
		visibility: visible;
		display: block;
		border-collapse: collapse;
		border-spacing: 0px 0px;
		width: 665px;
	}
	
	
	.adminAgentAssignmentTable thead tr th{
		padding: 2px 4px 2px 4px;
		border: 1px solid #CCCCCC;
	}


	.adminAgentAssignmentTable tbody tr th{
		padding: 2px 4px 2px 4px;
		border: 1px solid #CCCCCC;
	}


	.adminAgentAssignmentTable tbody tr td{
		padding: 3px 6px 3px 6px;
		border: 1px solid #CCCCCC;
	}
	
	
	.adminSimpleTableWrapper{
		visibility: visible;
		display: block;
		margin-left: 0px !important;
	}
	
	
	.adminSimpleTable{
		display: none;
	}
	
	
	.adminSimpleDataTable{
		visibility: visible;
		display: block;
	}
	
	
	#reportsTable{
		display: none;
		visibility: hidden;
	}
	
	.reportInfoDark, .reportInfoDark div, .reportInfoLight, .reportInfoLight div{
		display: block;
		visibility: visible;
	}
	
	
	.reportInfoDark a, .reportInfoLight a{
		display: none;
		visibility: hidden;
	}
}

/* Custom */
.hidden {
    display: none;
}

.form-control.fluent {
    border-radius: 0;
    border: 1px solid #999999;
    padding: 5px;
}

.btn.fluent {
    border-radius: 0;
}